News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Coinbase

Ad Reports

Started by marinelife, July 12, 2006, 12:09:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marinelife

Is there a way to turn of Ad reports, it seems to make the site I run go slower. I have phpadsnew running so reports is not needed for me :paladin:

bigguy

No I don`t believe there is a way to turn it off from the admin panel. I`m sure Jerm would know what code to exclude in order to do this. There shouldn`t be any reason your forum is running slower than before because of this.

jerm

open up LoadAds.php and comment all cases you find that matches this:
updateAddHits($displayBoardAds[$adtemp]['id']);
updateAddHits($displayAds[$adtemp]['id']);

marinelife

Thanks I will do that.

Should I comment out this that is after each one
//Return all information about the post
            return $displayAds[$adtemp];

jerm

no. if you do, your ads wont display lol