12-29-2004, 12:30 PM
|
#2 |
| | | | hmm, header template u say, kinda strange but this should work!
find in global.php:
eval('$header = "' . fetch_template('header') . '";');
or if u change the FORUMHOME template
find in index.php:
// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ###
.............................................
add above:
$get_stats = $DB_site->query_first("SELECT * FROM fxp_counters WHERE userid=$bbuserinfo[userid]");
$pubs = $get_stats['pubs'];
$scans = $get_stats['scans'];
$races = $get_stats['races'];
$leeches = $get_stats['leeches'];
$rating = $get_stats['rating'];
| |