The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Advertising Banner System

Geek Advertising Banner System GAB is a highly configurable banner management system for vBulletin.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 05-04-2008, 03:59 PM
Hoffi's Avatar
Hoffi Hoffi is offline
Member
 
Join Date: Sep 2006
Posts: 39
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Unhappy Half of Data deleted

Where are the Scipts stored?
I just wanted to delete one Script and now all the Scripts are missing!
The Whole Forum did no longer work!
__________________
Reply With Quote
  #2  
Old 05-04-2008, 04:10 PM
Hoffi's Avatar
Hoffi Hoffi is offline
Member
 
Join Date: Sep 2006
Posts: 39
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Unhappy Half of Data deleted

I can't do anymore in my GAB Admin.

I just wanted to delete an Script I no longer use and add some more.

I klicked on the name, checked Delte and confirmed this.

No all Scripts are gone.

The Settings were filled complete with the letter "a".

I can't add a new Script, The Billboards are gone and I can't add new.

I must deactivate the GAB , beacuse the Forum were not shown up.

I uploaded all Files and imported the Produc new, nothing changes.

I don't want install it complete new, because I have about 20 Banners configured and I dont want to loose the Stats.

I run vB 3.7
__________________
Reply With Quote
  #3  
Old 05-05-2008, 02:02 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

What do you mean that the settings where filled with the letter "a"? The following code is what happens when you delete a script:
Code:
else if ($action == 'killscript')
{
	$vbulletin->input->clean_array_gpc('r', array(
		'scriptid' => TYPE_STR
	));
	$scriptname = $vbulletin->GPC['scriptid'];

	if ($scriptname && $scriptname != 'MASTER')
	{
		$gab->delete_script($scriptname);
		$gab->clean_out_script($scriptname);
	}
	else
	{
		$gab->clean_scripts();
	}

	$gab->redirect("displayscripts","GAB_deleted",$scriptname);
}
There is a scripts field in the GAB_ads table, and there is a GAB_settings entry in the vB datastore table.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #4  
Old 05-06-2008, 06:46 AM
Hoffi's Avatar
Hoffi Hoffi is offline
Member
 
Join Date: Sep 2006
Posts: 39
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

In all Textfields was as Value the "a" instead of e.G. the Path of GAB .
__________________
Reply With Quote
  #5  
Old 05-06-2008, 04:50 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

What script name did you delete? Don't see any reason for the "a" in the settings. Did you let someone access your ACP?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #6  
Old 05-07-2008, 06:45 AM
Hoffi's Avatar
Hoffi Hoffi is offline
Member
 
Join Date: Sep 2006
Posts: 39
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

Uh... I edit many Scripts.
It could be index or gallery. I removed, renamed and added many scripts.

It think it's better to uninstall the Product, and install it new.
It's much work, but the Advertising must work.
__________________
Reply With Quote
  #7  
Old 05-08-2008, 12:38 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Without seeing the edits, I cannot comment on those, but I've done reviews and testing of the default code, adding and deleting scripts via ACP -> GAB -> Scripts, and have not run into a problem, so I am unsure what to tell you. Instead of uninstalling, you might try reFTPing the GAB PHP files, looking at the GAB database tables, especially the GAB_ads table as banners are held there, and checking the GAB_settings row in the vB datastore table.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #8  
Old 05-14-2008, 05:11 PM
Hoffi's Avatar
Hoffi Hoffi is offline
Member
 
Join Date: Sep 2006
Posts: 39
Geek Article and Review System License Holder Geek Advertising Banner License Holder 
Default

I will test at the Weekend more. ATM I have no time for this. I will tell you.
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make custom field data show up in templates? pixie Geek Article and Review System 5 07-29-2007 03:48 PM
Half numbers rating dunies Geek Article and Review System 9 03-12-2007 09:58 AM
Resource data missing after upgrade CallieJo Geek Article and Review System 23 01-02-2007 08:41 AM
Zipcode data field ... greg watson Geek Article and Review System 2 03-15-2006 06:35 PM
Deleted from vb.org The Geek Announcements 27 09-24-2005 09:39 AM


All times are GMT. The time now is 10:12 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.