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
  #542  
Old 07-14-2005, 08:13 PM
kafi kafi is offline
 
Join Date: Apr 2004
Posts: 379
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have removed bgcolor='#ffffff' from flash item template.
It conflicts with flash background color...

I had mess with banners. They were inactive, but still showing (firefox).
Reply With Quote
  #543  
Old 07-15-2005, 02:18 AM
Underlab's Avatar
Underlab Underlab is offline
 
Join Date: Jan 2005
Location: Florida
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got a problem that another user had, but never explained his resolution for. I installed this hack, and I have installed many, and for some reason my admin portion shows nothing but a blank page. There are no extra spaces at the end of the files, and I just dont know how to go about fixing it because it gives no error. This is the 2nd hack that hasn't worked for me since I upgraded to VB 3.0.7. PLEASE HELP
Reply With Quote
  #544  
Old 07-15-2005, 07:13 AM
Underlab's Avatar
Underlab Underlab is offline
 
Join Date: Jan 2005
Location: Florida
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Geek I also Tried deleting the javascript as well, and I still get the blank pages. What do I do?

Let me show you what I have in my admin/index.php file, tell me if there is something missing:

$printhr = false;
// === GAB ===
construct_nav_option($vbphrase['GAB_settings'], 'GAB_admin.php?do=settings');
construct_nav_option($vbphrase['GAB_display_ads'], 'GAB_admin.php?do=displayads');
construct_nav_option($vbphrase['GAB_categories'], 'GAB_admin.php?do=displaycats');
construct_nav_option($vbphrase['GAB_scripts'], 'GAB_admin.php?do=displayscripts');
construct_nav_option($vbphrase['GAB_stats'], '../advertising.php');
construct_nav_group($vbphrase['GAB_CP']);
$printhr = true;
$printhr = false;
// === GAB ===

// *************************************************
construct_nav_option("vB Journal Settings", 'journaladmin.php?do=settings', '<br />');
construct_nav_option("Show All Journals", 'journaladmin.php?do=showjournals', '<br />');
construct_nav_option("Add a Mood", 'journaladmin.php?do=addmood', '<br />');
construct_nav_option("Show Moods", 'journaladmin.php?do=moderatemoods', '<br />');
construct_nav_option("Moderate Journals", 'journaladmin.php?do=moderatejournals', '<br />');
construct_nav_option("Moderate Journal Entries", 'journaladmin.php?do=moderateentries', '<br />');
construct_nav_option("Support", 'journaladmin.php?do=support', '<br />');
construct_nav_group("vB Journal", '<hr />');
$printhr = false;
construct_nav_option('Arcade Main Settings', 'arcade.php?code=settings', '<br />');
construct_nav_option('Games List' , 'arcade.php?', '<br />');
construct_nav_option('Categories' , 'arcade.php?code=cat', '<br />');
construct_nav_option('Add Game' , 'arcade.php?code=add_game', '<br />');
construct_nav_option('Tournaments' , 'arcade.php?code=tourney', '<br />');
construct_nav_option('Group Permissions' , 'arcade.php?code=groups', '<br />');
construct_nav_option('Member Manage' , 'arcade.php?code=user_search', '<br />');
construct_nav_option('IP Banning' , 'arcade.php?code=ip_ban', '<br />');
construct_nav_option('Score Tools' , 'arcade.php?code=score_tools', '<br />');
construct_nav_option('Custom Game Sorting' , 'arcade.php?code=custom', '<br />');
construct_nav_group("Arcade", '<hr />');

//=== GEEK AUTOLINK step 4.2 ===
$printhr = true;
construct_nav_option($vbphrase['GAL_display'], 'GAL_admin.php'); construct_nav_option($vbphrase['GAL_add_new'], 'GAL_admin.php?do=add'); construct_nav_option($vbphrase['GAL_settings'], 'GAL_admin.php?do=rebuild'); construct_nav_group($vbphrase['GAL_CP']);
//=== /GEEK AUTOLINK ===

if (can_administer('canadminstyles'))

{
Reply With Quote
  #545  
Old 07-15-2005, 09:20 PM
uReside.com uReside.com is offline
 
Join Date: Oct 2003
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

geek, whats the progress report? ETA?
Reply With Quote
  #546  
Old 07-17-2005, 11:49 AM
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 uReside.com
geek, whats the progress report? ETA?
For the most part - its complete. The only areas of refinement are the stats viewer and a couple of issues (1 being putting static banners side by side). Apart from that, I think I just need to tweak it to make it a little more user friendly
Reply With Quote
  #547  
Old 07-17-2005, 11:51 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

underlab - is the entire page empty? Including the navigation? if so ... then it was a bad upload from the edit. Revert to the backup of admincp/index and make the changes manually.

HTH´'s
Reply With Quote
  #548  
Old 07-18-2005, 01:57 AM
uReside.com uReside.com is offline
 
Join Date: Oct 2003
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
For the most part - its complete. The only areas of refinement are the stats viewer and a couple of issues (1 being putting static banners side by side). Apart from that, I think I just need to tweak it to make it a little more user friendly

sounds good, can't wait for a final release!
Reply With Quote
  #549  
Old 07-18-2005, 08:46 PM
RGSMDNR RGSMDNR is offline
 
Join Date: Jun 2005
Location: Calgary, Alberta
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

banners show up fine in both IE and firefox, but when i click one in IE, it brings me to a condensed page of my forum?
Reply With Quote
  #550  
Old 07-20-2005, 04:56 AM
beansbaxter's Avatar
beansbaxter beansbaxter is offline
 
Join Date: May 2005
Location: Seattle
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i uploaded the files, the auto-install went through ok, but there is no banner link anywhere in the admincp. the entire forum looks unchanged.

what is going on?

also, when is the final release gonna be out???
Reply With Quote
  #551  
Old 07-20-2005, 04:59 AM
uReside.com uReside.com is offline
 
Join Date: Oct 2003
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by beansbaxter

also, when is the final release gonna be out???

thats what i'm looking for.... will donations, speed up the release?
Reply With Quote
  #552  
Old 07-20-2005, 05:16 AM
beansbaxter's Avatar
beansbaxter beansbaxter is offline
 
Join Date: May 2005
Location: Seattle
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i direct linked to the admincp admin file for the system, and it just isnt working. i followed the instructions verbatim, using 3.0.7 but cant get it to work. im gonna give up till the final release is out.
Reply With Quote
  #553  
Old 07-20-2005, 08:21 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if there is no link in the admincp, then either the autoinstaller couldnt make the change to your admincp-index.php page, or you simply didnt copy it from gish/gab/rc1/admincp

Nothing much can speed things up anymore than they are. IMO, this is totally usable. The couple of things that need tweaking are of minimal consequence. The biggest problem is making it a little more obvious how the system works however once you have it up and running its pretty obvious.

ANyhooo - right now Im on vacation in Spain so there isnt a great deal I can do until I get back. The release of vb3.5 is causing most mackers to spend most of their time rewriting and porting all their stuff over and Im no exception there
Reply With Quote
  #554  
Old 07-20-2005, 02:16 PM
beansbaxter's Avatar
beansbaxter beansbaxter is offline
 
Join Date: May 2005
Location: Seattle
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I went to bed last night and woke up this morning determined to get this to work. I created a brand new database and created a fresh new instance of vbulletin 3.07 (just did this for testing purposes before I take it over to the live forum that needs this mod). Did a fresh install of vb and then did a fresh clean install of this GAB modification.

I looked through the install notes...everything was a success. You're right about the phrases not working until you rebuild them, so I did that to correct that problem.

Still no GAB link in the Admin CP Panel, not a problem, I just type in the link to access GAB_admin.php

So I go there to add a new banner. I notice if I choose to upload the banner, I get the following error:

Warning: move_uploaded_file(/home/danielm/domains/randomtime.com/public_html/forum/gab//0/randomcomputers.gif): failed to open stream: No such file or directory in /includes/gab_class_admin.php on line 400

Warning: move_uploaded_file(): Unable to move '/tmp/phpFBi63B' to '/home/danielm/domains/randomtime.com/public_html/forum/gab//0/randomcomputers.gif' in /includes/gab_class_admin.php on line 400
Got some freaky error.

So the banners are not uploading, that's where I'm stuck at.
Reply With Quote
  #555  
Old 07-20-2005, 10:40 PM
RGSMDNR RGSMDNR is offline
 
Join Date: Jun 2005
Location: Calgary, Alberta
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RGSMDNR
banners show up fine in both IE and firefox, but when i click one in IE, it brings me to a condensed page of my forum?
so what about my issue?
Reply With Quote
  #556  
Old 07-21-2005, 07:17 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you have a gab folder in your forum dir? Also, check your settings for a trailing slash for your server path. You will see there in the error message that you have 2

rgsmdr - sounds to me like an odd URL option in the banner. Its the same basic redirect regardless of the browser you are using. Can you provide a link?
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:34 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.08041 seconds
  • Memory Usage 2,370KB
  • 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_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
  • (1)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