View Single Post
  #9  
Old 20th October 2008, 11:36
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
forums.php

CHANGE
PHP Code:
        $stats "<font class=small>Class: ".get_user_class_name($arr2["UC"])."<br>"."Posts: $forumposts<br>"."Uploaded: $uploaded <br>"."Downloaded: $downloaded<br>"."Ratio: $ratio<br>"
TO

PHP Code:
        $stats "<font class=small>Class: ".get_user_class_name($arr2["class"])."<br>"."Posts: $forumposts<br>"."Uploaded: $uploaded <br>"."Downloaded: $downloaded<br>"."Ratio: $ratio<br>"
forummanage.php
mysql_overview.php
cachecategories.php


Remove or comment out this line on the 3 files above.
PHP Code:
include ('include/user_functions.php'); 
mysql_overview.php

Change
PHP Code:
chat2pal_chat2pal 
to your database name.
Reply With Quote
The Following 2 Users Say Thank You to Krypto For This Useful Post:
TheArcadeMaster (20th October 2008), topten4you (15th February 2010)