Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
>>--ARROW ADS---> Hack Details »»
>>--ARROW ADS---> Hack
Version: 1.00, by trafix trafix is offline
Developer Last Online: Jul 2008 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 04-08-2003 Last Update: Never Installs: 32
 
No support by the author.

Arrow ads is based on and uses some original coding from
VB Banner Control 1.2 created by KarateKid. Thanks mate!

Why Arrow ads? This is the first VB hack that gives you total
control of advertising and sponsorship banners
How long does it take you to add a new banner using your conventional
banner software? It will only take you 30 seconds with Arrow Ads.
Arrow ads also supports mulitpule campaigns.

1) Forum targeting
This gives you the ability to target a nominated forum, arrow ads will automaticly place the
required banner at the top of the sponsored thread list and at the top of every thread within that thread.
It will also add a "Sponsored by xxx" in the forum display list under the title of each sponsored forum.
You can also add these banners to the bannerbank.

2) File tergeting
With this feature you can add sponsorship banners to the top of nominated files eg. usercp.php etc.
the required banner will be displayed at the top of each page of that area.
You can also add these banners to the bannerbank.

If a forum or file is not sponsored a random banner will be displayed from the bannerbank.

3) Bannerbank
If you have an advertiser that just wabts their banner on your site but not sponsoring a page or file,
just select "add to bannerbank" and the ad will be displayed at random if an area of the site is not sopnsored.

ADMIN FEATURES
1) Add
2) Modify
3) Search
4) Stats

In the admin you can view
guestclicks ( how many not logged in guests clicked on the banner )
userclicks ( which user has clicked how often on which banner )
views ( how often is the banner viewed )
date that the banner was added
date that the stats were reset
to save deleting, you can activate or deactivate a banner at amy time.

MEMBER FEATURES
View guestclicks, userclicks and total impressions. Also displays the status of each banner
including:

This Banner is campaign No. 3 and,
was added ~ Today.
was last reset ~ Today.
is Active.
is included in the bannerbank.
is displayed in the US Crowd control forum / directory. (with link to the forum)
or
is displayed in the Members List area (with link to the file)

Members can also reset their banner stats at any time as required.

DEMO: atmyparty.com

SCREENSHOT: Next posts

REQUIREMENTS:

4 X php file alteration
1 X database query
7 X new templates
4 X template modifications

INSTALATION TIME: aprox. 20 - 30 min

Tested on 2.3.0 but should work on all versions.

Don't forget to click on INSTALL
UPDATE - BIG FIX - 24/04/03
Bug fixed - this now stops guests from entering the ad stats area.
Please download the zip again and replace the userreport.php file
UPDATE - changes- 26/05/03
Basicly we are changing the "date added" to "date expired"
to upgrade will take you 5 mins. This is being done to make it easies to see when your ads expire and will be required for the new Arrow ads / VB Trader intergration hack to allow banners to be auto active upon payment via paypal .

~ This hack is Copyright ~
Please note that I reserve the right to code and release this hack for VB3, I have not and will not grant permission for anyone else to code this hack for VB3.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 05-30-2003, 12:57 PM
Dribbles Dribbles is offline
 
Join Date: Dec 2002
Location: USA
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way I can use a simple code to place banners anywhere I want instead of fixed positions? ie- something like $bannerhere ... that way I can sort of mix them up using the same code in between posts, in the header, and even use the sig mod to add them to some usergroups' sigs.

For instance, I see:

$showsponsorforumbit
$showthisad

Is $showthisad just the universal code for the banner bank? I won't be using forum sponsors, forum-specific banners, etc etc. Just a banner bank with maybe a rotation of 8-10 banners. Is $showthisad the only one I need to add to the header, postbit, sigs, etc etc? thanks
Reply With Quote
  #103  
Old 05-30-2003, 01:03 PM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can ust the "$showthisad2" anywhere (in theory)
Reply With Quote
  #104  
Old 05-30-2003, 01:06 PM
Dribbles Dribbles is offline
 
Join Date: Dec 2002
Location: USA
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks $showthisad2 with a 2 at the end as opposed to the $showthisad one?
Reply With Quote
  #105  
Old 05-30-2003, 01:09 PM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yep the same string as you put in the header
Reply With Quote
  #106  
Old 05-30-2003, 01:13 PM
Dribbles Dribbles is offline
 
Join Date: Dec 2002
Location: USA
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnx a million
Reply With Quote
  #107  
Old 06-06-2003, 03:49 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i found this. Mabye it has something to do with my randomization problem.


http://www.mysql.com/doc/en/Mathematical_functions.html
"As of MySQL 3.23.52, MySQL changed the way
RAND() functions, such that you MUST supply a
SEED to get an actual random number. If you do
not, each new connection will return close to the
same number as the previous new connection. An
example to test this would be to run the follow
command multiple times in a row. mysql -u
username -p -e'select rand()' A basic way to seed
this would be to run RAND(NOW())."

... maybe that's why !?

i tried it manually with rand(now()) and it always returns ad # 11 .. so
that's no good either
Reply With Quote
  #108  
Old 06-09-2003, 07:49 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone?
Reply With Quote
  #109  
Old 09-27-2003, 03:26 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was my mysql version.

Are there banner hack for VB3 betta?
Reply With Quote
  #110  
Old 09-27-2003, 03:34 PM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

apparently...

VB3 Gold may have optional banners advertising
Reply With Quote
  #111  
Old 09-27-2003, 06:35 PM
DannyITR DannyITR is offline
 
Join Date: Jan 2002
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you think this hack can be adapted to vb3?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07273 seconds
  • Memory Usage 2,305KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete