Huh!!
Rotating Banner System has stopped working on my forum. Maybe today, maybe before 1-2 days.
I have not changed the configuration of the forum, nothing more've installed.
Gives no error, just does not show the code: (
Any suggestions?
And... I see strange code
Manage Products - Edit:
Version 2.4.0 - Install code:
Code:
$SQL = array();
$SQL[] = "ALTER TABLE `" . TABLE_PREFIX . "rbs_banners` CHANGE `width` `width` INT UNSIGNED NOT NULL DEFAULT '0'";
$SQL[] = "ALTER TABLE `" . TABLE_PREFIX . "rbs_banners` CHANGE `height` `height` INT UNSIGNED NOT NULL DEFAULT '0'";
$SQL[] = "ALTER TABLE `" . TABLE_PREFIX . "rbs_banners` CHANGE `maximpressions` `maximpressions` INT UNSIGNED NOT NULL DEFAULT '0'";
$SQL[] = "UPDATE `" . TABLE_PREFIX . "rbs_banners`
SET `text`='<script type=\"text/javascript\">
<!--
google_ad_client = \"ca-pub-4756434467422936\";
/* RBS Text */
google_ad_slot = \"5636861293\";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>'
WHERE `text` LIKE '%pub-8477879996596626%'
AND `text` LIKE '%468x60_as%'";
$SQL[] = "UPDATE `" . TABLE_PREFIX . "rbs_banners`
SET `text`='<script type=\"text/javascript\">
<!--
google_ad_client = \"ca-pub-4756434467422936\";
/* RBS Image */
google_ad_slot = \"8194031811\";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>'
WHERE `text` LIKE '%pub-8477879996596626%'
AND `text` LIKE '%8172517593%'";
$SQL[] = "UPDATE `" . TABLE_PREFIX . "rbs_banners`
SET `text`=REPLACE(`text`, 'pub-8477879996596626', 'ca-pub-4756434467422936')";
$SQL[] = "UPDATE `" . TABLE_PREFIX . "rbs_banners`
SET `md5key`=MD5(`name`)
WHERE `md5key`=''
AND `text` LIKE '%ca-pub-4756434467422936%'";
run_sqls($SQL);
Whta is this - this is not my adsense - ca-pub-4756434467422936?
Hack?