Jump to content
MakeWebGames

Recommended Posts

Posted

Can anyone tell me how this happens, and how can I stop it.

when I search a players information like IP and stuff, in the staff info, internet info, I seen this for one of the gamers on my game.

IP Hostname

Last Hit Unknown N/A

Last Login Unknown N/A

Sign up Unknown N/A

I have also seen 'localhost' on a few too. I am new to all this and this is my first game so all advice is very warmly welcomed

Posted

Re: Internet Info in the staff info panel??

thanks,

I found this in a search from google, I am not sure if it will work but I guess it goes into the login php,

is this any good?

function &db_connect() {

require_once 'DB.php';

PEAR::setErrorHandling(PEAR_ERROR_DIE);

$db_host = 'localhost';

$db_user = 'shaggy';

$db_pass = 'password';

$db_name = 'shaggy';

$dsn = "mysql://$db_user:$db_pass@unix+$db_host/$db_name";

$db = DB::connect($dsn);

$db->setFetchMode(DB_FETCHMODE_OBJECT);

return $db;

}

Posted

Re: Internet Info in the staff info panel??

I did, and I have followed the instructions that 'Delete Me' laid out thanks guys for you help. I just need to find someone to trust to check out my game and tell me if it is secured or if I need a little more security add to it somewhere :)

PM me if anyone is interested and again thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...