Jump to content

Recommended Posts

Posted

Hello. as you know then on server are too many peoples the server has big traffic and when you loggin to game it Says Traffic:Light,Normal and Heavy

 

So i decided to write it to php. example:

 

ggg.png

 

sssf.png

 

http://www.4shared.com/rar/h_7CX6Ju/main_2.html?

Posted

You have done a mistake.

 

This:

$num=mysql_numrows(mysql_query("SELECT * FROM characters WHERE online=1 and accesslevel=0"));

 

Should be:

$num=mysql_num_rows(mysql_query("SELECT * FROM characters WHERE online=1 and accesslevel=0"));

 

You forgot the dash between the word num and the word rows. Also, it's difficult to find a server which has fsockopen enabled.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock