Jump to content
MakeWebGames

Need help.. Got hacked?


Kaotic07

Recommended Posts

Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'FUCKIN NOB HEAD P.S redeye' (3) in /home/kaotic/public_html/class/class_db_mysql.php on line 46

FATAL ERROR: Could not connect to database on FUCKIN NOB HEAD P.S redeye (Unknown MySQL server host 'FUCKIN NOB HEAD P.S redeye' (3))

 

Thanks alot redeye... atleast tell me the exploits not make me lose my mind over this

Link to comment
Share on other sites

Guest Anonymous

Re: Need help.. Got hacked?

well i got hacked a couple of weeks ago thou installer so i added a script so it logs these ip and info :lol:

Link to comment
Share on other sites

Re: Need help.. Got hacked?

 

well i got hacked a couple of weeks ago thou installer so i added a script so it logs these ip and info :lol:

why not remove the installer script? :-o

Rofl, yeah that be a good idea, Install files are not needed after installation....

I didnt even think DBS had them... Anyways, Kaotic, change pass, prefixing tables may help too.

Try to secure most input variables with mysql_real_escape_string(). He may be sql injecting and gaining access some how....

Doesnt your host log ip's whos accessed your c panel, make sure he hasnt been on there...

Link to comment
Share on other sites

Re: Need help.. Got hacked?

 

well i got hacked a couple of weeks ago thou installer so i added a script so it logs these ip and info :lol:

why not remove the installer script? :-o

Rofl, yeah that be a good idea, Install files are not needed after installation....

I didnt even think DBS had them... Anyways, Kaotic, change pass, prefixing tables may help too.

Try to secure most input variables with mysql_real_escape_string(). He may be sql injecting and gaining access some how....

Doesnt your host log ip's whos accessed your c panel, make sure he hasnt been on there...

I don't even know how to do any of that stuff... if anybody could help i would appreciate it

Link to comment
Share on other sites

Re: Need help.. Got hacked?

Step one- fix your config.php to what it was before.

If that don't save- delete config.php and then make a new config.php that is right. =) It has happened to me also and well thats what I did to fix it so I could log in. I'd recommend switching your database name/ password though in your cpanel. I'll help a little bit more too even.

 <?php
$_CONFIG = array(
'hostname' => 'localhost',
'username' => 'yourdatabasename_youruser',
'password' => 'hopeyouknowyourownpassword',
'database' => 'yourdatabasename_Main',
'persistent' => 0,
'driver' => 'mysql',
'code' => 'your code here'
);
?>
Link to comment
Share on other sites

Re: Need help.. Got hacked?

OI, I DIDN'T TOUCH YOUR GAME I SWEAR GOD DOWN SO DON'T ACCUSE ME, SOMEONE HAS BEEN USING MY NAME AND HACKING OTHER GAMES, IF I CATCH THEM I WILL BE VERY ANGRY, SO WHOEVER IT IS PLEASE STOP AND I KNOW THIS EXPLOIT, IT IS INSTALLER.PHP AS I HAD IT DONE TO ME, I JUST REMOVED INSTALLER

Link to comment
Share on other sites

Re: Need help.. Got hacked?

 

AND ANYWAY, IF I WAS TO HACK ANY GAME THEN I WOULDN'T PUT MY NAME WOULD I !!!

You like to write in caps, don't you?

Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'FUCKIN NOB HEAD P.S redeye' (3) in /home/kaotic/public_html/class/class_db_mysql.php on line 46

FATAL ERROR: Could not connect to database on FUCKIN NOB HEAD P.S redeye (Unknown MySQL server host 'FUCKIN NOB HEAD P.S redeye' (3))

Link to comment
Share on other sites

Re: Need help.. Got hacked?

 

well i reinstalled the game again and removed the installer so its all good.. thank you for coming out redeye.. i will help you find who this is seeing as how they used a work computer to do it

hey, I'm pretty good at finding these things out.

I also have some pretty neat tools to find out.

Let me know if you need assistance.

Link to comment
Share on other sites

Re: Need help.. Got hacked?

Well make the installer file again (obviously)

print "What are you trying to do HACK the game?";
$db->query("UPDATE users SET fedjail=9000,bankmoney=0 WHERE userid=$userid");
$db->query("UPDATE fedjail SET fed_days='90000',fed_reason='Attempted to hack the game',fed_jailedby='Systemantihackingtools'  WHERE userid=$userid");

This I *believe* will fed them and leave them a message =P. If not it will make installer.php not work which will be rather funny anyways.

Link to comment
Share on other sites

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...