Topic: bug pvpgn 1.8.5 linux debian
number of registered accounts on the server pvpgn motd %a numer 2
real registred database pvpgn_BNET 120
real number of registered accounts on the server pvpgn 120
Hi, is there a fix to fix the number registered in the server itself when it is under mysql.
$our = mysql_query("SELECT count(acct_userid) as acct_username FROM pvpgn_BNET WHERE acct_username <> 2");
while($r=mysql_fetch_array($our)){
echo "number of registered accounts on the server pvpgn" .$r['acct_username']. "";
real registred 120
command /motd
number of registered accounts on the server pvpgn 2