I hacked the answer: In forum/sources/functions.php near line 1948 you find this: $copyright .= $extra; Code (markup): Below it paste this: //Added by T0PS3O include ('ad_network_xxx.php'); //change xxx to current version $copyright .= "<br /><div align='center' class='copyright'>"; $copyright .= "$ad_network[0] | $ad_network[1] | $ad_network[2] | $ad_network[3] | $ad_network[4]"; //this displays 5 text ads with pipes between them and centered $copyright .= "</div>"; //EOF Added by T0PS3O PHP: Obviously, upload the ad_network_xxx.php and the .txt file CHMODed to 777. PS: Be nice and don't copy people's content!
They always say that... Glad it's of use. Forgot to mention but should be obvious from the code... This will center the 5 text link ads at the very bottom under the copyright notice.