Jump to content
MakeWebGames

Recommended Posts

Posted

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

Guest Anonymous
Posted

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:

Posted

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

Posted

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

Posted

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

Posted

Re: Need help.. Got hacked?

This just looks like a little tiny(try to be macho) script kiddy got a brute force hacktool. \:

Why don't you people just make a script to automatically ban hacktools?

PS. redye, do you even know how the hacktool works? backdoors, trojans..

Guest Anonymous
Posted

Re: Need help.. Got hacked?

Arn,t free hosts easy to hack in to

Guest Anonymous
Posted

Re: Need help.. Got hacked?

i don,t think you had to do that u would have just have to edit your config.php file

Posted

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'
);
?>
Posted

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

Posted

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

Posted

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

Posted

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.

Posted

Re: Need help.. Got hacked?

What you could do (for laughs) is leave a message for them on the installer and change all the info to installer to negate it to be harmless.

Posted

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.

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