Quote:
Today at 09:00 PM trafix said this in Post #21
you can fix the excess quirie problem by removing
PHP Code:
//############### >>--Arrow Ads--> by Trafix #############
$showadforumbit = $DB_site->query_first("SELECT * FROM ads WHERE forumidnum=$forum[forumid]");
if (empty($showadforumbit[forumidnum])) {
$showsponsorforumbit="";
} else {
if ($showadforumbit['active'] == 1) {
$showsponsorforumbit="<br><a href=\"click.php?bannerid=$showadforumbit[id]\" target=\"_blank\"><smallfont color=\"#FF0000\" ><b>Sponsored by $showadforumbit[client]</b></smallfont></a>";
}else {
$showsponsorforumbit="";
}
}
from the index.php
|
But That would remove the sponsoring of forums right.....