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

Reply
 
Thread Tools
Geek Advertising Banner system RC1 Details »»
Geek Advertising Banner system RC1
Version: 1.00, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 04-10-2005 Last Update: Never Installs: 118
Is in Beta Stage  
No support by the author.

HowdA All.

From the makers of Hydrogen comes the latest mack - GAB (Geek Advertising Banners).

This has come about by needing an advertising system that no other hack seemed to totally fulfill. Personally - I really didnt want to burden myself with supporting another hack - but I felt it was significantly better than other hack systems out there so I thought many would be able to benefit from it.

Whats so freaking cool about it?

1- use flash, normal, text based (google adsense) or rotating banners
2- Decide which scripts run the banners
3- Define which forums run the banners
4- define which usergroups can turn off the banners
5- Make ads stop at x amount of hits
6- Make ads stop at x amount of views
7- Make ads start/stop at certain times
8- track views and/or hits
9- Wipes your bum

Why am I releasing this now? It seems to be hip and trendy to release Banner hacks. In all reality - this has been a very long work in progress that is finally rounding the finsihing stages. The current RC pacakge is considered complete except for the show stats segment (its recording stats, but you cant browse them easily yet).

LIke with any hack (especially a Beta) back up you DB and files needing change (global.php,admincp/index.php).

Known issues:
  • Flash ads can not appear on same page as a rotating banner ad.
  • After installing for the first time, you will most likely need to edit a phrase (any phrase) and click save to rebuild phrases
  • Flash banners hide drop down menus!!! Be careful where you put them or dont use them!
Basic install instructions:
  • Upload all files to relevant locations
  • chmod the gab and gish folders to 777 (or change the owner of the folders to whatever account your PHP process runs under).
  • Run the gab_install.php file in your admincp folder.
  • Follow the steps.
  • On the file changes - pay close attention to see if certain changes couldnt be made. If any changes could not be made, you need to manually make those changes.
  • When complete, move changed files from gish/gab/rc1.0 to their respective locations
  • Ad a new cron job to run daily (file: GAB_cron_daily.php)
  • Edit each gab category to include the forums you want the ads to appear in.
  • Ad $GAB_ads[x] to your templates where ever you want ads to appear (x represents the ad number depending on how many ads are set to run on that script. $GAB_ads[0] is the first ad block, $GAB_ads[1] would be the second, etc...)
  • Read The Freaking README!!!!!!!
Quick Upgrade instructions

For users of GAB Beta 2, uninstall it and then install this version. In all reality, you could just revert the file changes and delete the GAB_ tables from yur DB (heck, you dont even need to do that).

To upgrade from RC1.5 to RC1.6, just replace existing files with the latest from the downloaded package and run the template portion of the installer (you can skip the rest of the install steps). You may have to revert your GUSH_main and GUSH_ad_row

Donations

I have never asked for donations for any of the macks I have done - however since I have spent well over 60 hours coding this - I thought I would stick my neck out there. If you like my mack, it brings you some money and you want to keep my fridge stocked with beer and Cheetos, then feel free to drop some cash in my paypal account: geek@thenailgeek.com
If youre having difficulty keeping beer in the fridge yourself - fill yours before you fill mine.
If you think the mack sucks, or youre just a tight git then please dont bother

nJoy

Show Your Support

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

Comments
  #242  
Old 05-03-2005, 04:07 PM
Davez's Avatar
Davez Davez is offline
 
Join Date: Nov 2001
Location: Italy
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi anyone !

I just installed this hack , and i got some problems.
If i click on Packages in acp i get this error :

PHP Code:
Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-AbfrageSELECT FROM GAB_packages ORDER BY ordinal,title,id asc
mysql error
Table 'sdtforum.GAB_packages' doesn't exist

mysql error number: 1146

Datum: 03.05.2005 19:04:11
Skript: http://www.xxx.com/admincp/GAB_admin.php?do=displaypackages
Referer: http://www.xxx.com/admincp/index.php?do=nav 
if i wanna add a Package , i get :

PHP Code:
Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-AbfrageINSERT INTO GAB_packages
            
(title,description,price,currency,duration,frequency,scripts,forumids,ordinal,hits,viewsVALUES (
            
'test',
            
'test2',
            
2,
            
'EUR',
            
0,
            
0,
            
'forumhome,',
            
'9,36,',
            
0
            0
,
            
0
            
)
mysql errorYou have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '0,
            0
            )' 
at line 12

mysql error number
1064

Datum
03.05.2005 19:06:18
Skript
http://www.xxx.com/admincp/GAB_admin.php
Refererhttp://www.xxx.com/admincp/GAB_admin.php?do=addpackage 
Someone got an idea to help me ?

Many thanks.
Reply With Quote
  #243  
Old 05-03-2005, 04:09 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Davez
Hi anyone !

I just installed this hack , and i got some problems.
If i click on Packages in acp i get this error :

PHP Code:
Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-AbfrageSELECT FROM GAB_packages ORDER BY ordinal,title,id asc
mysql error
Table 'sdtforum.GAB_packages' doesn't exist

mysql error number: 1146

Datum: 03.05.2005 19:04:11
Skript: http://www.xxx.com/admincp/GAB_admin.php?do=displaypackages
Referer: http://www.xxx.com/admincp/index.php?do=nav 
if i wanna add a Package , i get :

PHP Code:
Datenbankfehler in vBulletin 3.0.0:

Ungueltige SQL-AbfrageINSERT INTO GAB_packages
            
(title,description,price,currency,duration,frequency,scripts,forumids,ordinal,hits,viewsVALUES (
            
'test',
            
'test2',
            
2,
            
'EUR',
            
0,
            
0,
            
'forumhome,',
            
'9,36,',
            
0
            0
,
            
0
            
)
mysql errorYou have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '0,
            0
            )' 
at line 12

mysql error number
1064

Datum
03.05.2005 19:06:18
Skript
http://www.xxx.com/admincp/GAB_admin.php
Refererhttp://www.xxx.com/admincp/GAB_admin.php?do=addpackage 
Someone got an idea to help me ?

Many thanks.
packages are not implimented yet - just ignore for now
Reply With Quote
  #244  
Old 05-04-2005, 01:14 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you look at the stats of each banner?
Can I add more banner zones? like at the bottom?
Reply With Quote
  #245  
Old 05-04-2005, 02:23 PM
CosmicBlend CosmicBlend is offline
 
Join Date: Feb 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fogua
Can you look at the stats of each banner?
Can I add more banner zones? like at the bottom?
you should be able to add the banner varible in your footer template also
Reply With Quote
  #246  
Old 05-04-2005, 02:57 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CosmicBlend
you should be able to add the banner varible in your footer template also
And the zone will appear on the ADM I assume



and do youn now If I will be able to llok at stats something like this
Reply With Quote
  #247  
Old 05-05-2005, 01:12 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a Problem
I upload the files at their location and

I allready install it and shows :

File Changes complete.
All files I changed are in /Beta 2.0. You will need to copy those over to their forum locations once you are satisfied they are changed correctly.
Completed Install!

When I go look up those files I couldnt find them
And on the admin cpanel can find the option
Reply With Quote
  #248  
Old 05-05-2005, 01:29 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fogua
I have a Problem
I upload the files at their location and

I allready install it and shows :

File Changes complete.
All files I changed are in /Beta 2.0. You will need to copy those over to their forum locations once you are satisfied they are changed correctly.
Completed Install!


When I go look up those files I couldnt find them
And on the admin cpanel can find the option
look in your gish folder
Reply With Quote
  #249  
Old 05-05-2005, 04:17 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I fond them So I put the index.php in the admincp folder and de global.php on the buletin root.
When I try to get inside de admin y pops this error

Parse error: parse error, unexpected '=' in /homepages/44/d125171713/htdocs/forum/admincp/index.php on line 581
Reply With Quote
  #250  
Old 05-05-2005, 05:04 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I found the problem
On the ADMINCP folder
The Index.php file

On the line 581

...........

= false;
// === GAB ===

................

I just tipe
$printhr = false;

............

And it works Does this change was right

Ok now when I save on the configure option happen this.
Reply With Quote
  #251  
Old 05-05-2005, 06:03 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fogua
I think I found the problem
On the ADMINCP folder
The Index.php file

On the line 581

...........


= false;
// === GAB ===

................


I just tipe
$printhr = false;

............

And it works Does this change was right


Ok now when I save on the configure option happen this.
yea - no ads are getting pulled because you have no ads yet
Reply With Quote
  #252  
Old 05-05-2005, 06:08 PM
venomx's Avatar
venomx venomx is offline
 
Join Date: Apr 2002
Location: Pennsylvania USA
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe this needs a default ad for each ad type so when the ads run out something is shown?
Reply With Quote
  #253  
Old 05-05-2005, 06:10 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
yea - no ads are getting pulled because you have no ads yet

in what folder should I put the adds?
Reply With Quote
  #254  
Old 05-05-2005, 07:18 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fogua
in what folder should I put the adds?
the gab folder... then you need to add them via the admincp
Reply With Quote
  #255  
Old 05-05-2005, 08:14 PM
fogua fogua is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem
The install didnt creat the vb_GAB_packages table at the database

vb_GAB_packages' doesn't exist

I want to creat but dont know the values for

Ordinal
Title
Id
Asc
Reply With Quote
  #256  
Old 05-05-2005, 08:26 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

known issue - that side of things isnt implemented yet. In fact - Its being removed from this hack all together.
I am working to make the GAB hack stand alone then a seperate system to pull GAB and GAL togehter in a user module.
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 01:31 AM.


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.05629 seconds
  • Memory Usage 2,395KB
  • Queries Executed 30 (?)
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
  • (4)bbcode_php
  • (7)bbcode_quote
  • (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
  • (2)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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