Geezza - edit GAB_admin.php and change this:
PHP Code:
}elseif($action == 'savead'){
globalize($_POST,array(
'id'=> INT,
'title' => STR_NOHTML,
'startdate',
'enddate',
'scripts',
'forumid',
'image'=>STR_NOHTML,
'url'=>STR_NOHTML,
to
PHP Code:
}elseif($action == 'savead'){
globalize($_POST,array(
'id'=> INT,
'title' => STR_NOHTML,
'startdate',
'enddate',
'scripts',
'forumid',
'image'=>STR_NOHTML,
'url'=>STR,
Notice its just the last line that changed (the rest was to give you a bearing
visions - in your settings, you must have a set of scripts ticked. These are the 'valid' scripts that ads can appear on.
Then on each ad, one or more valid scripts must be ticked (these are the scripts that the ad will appear on).
When you click test in the admincp, you must choose a script that has an add on it.
For example, if I only have scripts on forumdisplay but I test showthread - then no valid script is selected and no ad will appear.
Hope this helps