vampireduff Posted June 14, 2009 Posted June 14, 2009 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 Quote
Haunted Dawg Posted June 15, 2009 Posted June 15, 2009 Re: Internet Info in the staff info panel?? IP Hack, search it. Quote
vampireduff Posted June 15, 2009 Author Posted June 15, 2009 Re: Internet Info in the staff info panel?? Cheers for the reply. I have search for that on here but found nothing. I will search google and see what I can find Quote
shedh Posted June 15, 2009 Posted June 15, 2009 Re: Internet Info in the staff info panel?? http://criminalexistence.com/ceforums/i ... ic=28789.0 Quote
vampireduff Posted June 15, 2009 Author Posted June 15, 2009 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; } Quote
Haunted Dawg Posted June 15, 2009 Posted June 15, 2009 Re: Internet Info in the staff info panel?? I don't think your looking for that, that's a database connection. Follow the link shedh has provided you with. Quote
vampireduff Posted June 15, 2009 Author Posted June 15, 2009 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 Quote
Haunted Dawg Posted June 15, 2009 Posted June 15, 2009 Re: Internet Info in the staff info panel?? Pm me with the url.. I'll do a quick scan with no harm to the site. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.