SaMz Posted May 18, 2008 Posted May 18, 2008 Is there any way i can protect my game from hackers, some guy just came up in my game said he will hack my game blah blah but how do they do it cuz i see alot of games(cpanel) getting hacked is there any stop to this? Quote
Guest Anonymous Posted May 18, 2008 Posted May 18, 2008 Re: How To Protect Your Game From Hackers? learn to code. secure your game inputs btw your cpanel can not get hacked(maybe brute force). just insecure game spots. Quote
Guest Anonymous Posted May 18, 2008 Posted May 18, 2008 Re: How To Protect Your Game From Hackers? ... btw your cpanel can not get hacked ... ya think? -- Never *ever* make assumptions like this until you can personally guarantee ALL the code from the cpanel down to the microcode on a machine. CPanel is often listed as having some serious vulnerabilities in the security news. In fact I choose to install machines without any type of control panel for the very reason that they are insecure. As for securing a game, pretty basic stuff - read the topics in the PHP FAQs section here, we have covered the basics which will prevent 99% of attacks. The other 1%, well, that's a little trickier ;) But thankfully few people understand the concepts behind those attacks as yet, so I wouldn't worry about them - especially for such a small thing as a game. Quote
Danny Posted May 19, 2008 Posted May 19, 2008 Re: How To Protect Your Game From Hackers? thanxs for info nyna, also how would i secure a password field for my staff panel login? Quote
Guest Anonymous Posted May 19, 2008 Posted May 19, 2008 Re: How To Protect Your Game From Hackers? mysql_real_escape_string() Quote
Danny Posted May 19, 2008 Posted May 19, 2008 Re: How To Protect Your Game From Hackers? ty, done it Quote
whitescout Posted May 20, 2008 Posted May 20, 2008 Re: How To Protect Your Game From Hackers? One of the biggest mistakes newer owners make, is that they leave their installer.php, and people run it for them. Quote
SaMz Posted May 24, 2008 Author Posted May 24, 2008 Re: How To Protect Your Game From Hackers? something i didnt want to happen just happened someone hacked my game but how??? seems like they only changed config.php? Quote
Guest Anonymous Posted May 24, 2008 Posted May 24, 2008 Re: How To Protect Your Game From Hackers? Is the file installer.php on in your public_html? Quote
SaMz Posted May 24, 2008 Author Posted May 24, 2008 Re: How To Protect Your Game From Hackers? OMFG i dont use installer.php, when i upload files i upload the zip file then extract i set everything up yet i forgot to delete installer.php thanks ze0n for reminding me i got my game back and deleted installer.php what a noob lmao Quote
supernova800 Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? mysql_real_escape_string() is this needed for V2? if so, in which php file do I include it and where? Quote
03laceys Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? ... btw your cpanel can not get hacked ... ya think? -- Never *ever* make assumptions like this until you can personally guarantee ALL the code from the cpanel down to the microcode on a machine. CPanel is often listed as having some serious vulnerabilities in the security news. In fact I choose to install machines without any type of control panel for the very reason that they are insecure. As for securing a game, pretty basic stuff - read the topics in the PHP FAQs section here, we have covered the basics which will prevent 99% of attacks. The other 1%, well, that's a little trickier ;) But thankfully few people understand the concepts behind those attacks as yet, so I wouldn't worry about them - especially for such a small thing as a game. Reason i don't use cpanel!!! mysql_real_escape_string() is this needed for V2? if so, in which php file do I include it and where? You add it to every file, and not just once. ;) Quote
Haunted Dawg Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? And adding mysql_real_escape_string() won't help if you just add it to the top of the page. :lol: Quote
POG1 Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? is this needed for V2? if so, in which php file do I include it and where? lol ... btw your cpanel can not get hacked ... ya think? -- Never *ever* make assumptions like this until you can personally guarantee ALL the code from the cpanel down to the microcode on a machine. CPanel is often listed as having some serious vulnerabilities in the security news. In fact I choose to install machines without any type of control panel for the very reason that they are insecure. As for securing a game, pretty basic stuff - read the topics in the PHP FAQs section here, we have covered the basics which will prevent 99% of attacks. The other 1%, well, that's a little trickier ;) But thankfully few people understand the concepts behind those attacks as yet, so I wouldn't worry about them - especially for such a small thing as a game. Reason i don't use cpanel!!! mysql_real_escape_string() is this needed for V2? if so, in which php file do I include it and where? You add it to every file, and not just once. ;) do you get your host to delete it then? Quote
03laceys Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? Get my host to delete what? Quote
POG1 Posted December 27, 2008 Posted December 27, 2008 Re: How To Protect Your Game From Hackers? you said you don't have a cpannel, do you get your host do delete it for you? Quote
Tonka Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? he probably has a dedicated server Quote
AlabamaHit Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? he is problarly on a Windows Server....or a free host, lol...thats why he don't have cPanel.....Most likely......Yet I can be wrong,. Quote
Zero-Affect Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? this looks like a very special post... lol just remember if it can be edited then it needs to be secure lol i try and secure everything from global func to globals obviously my website will still be hackable to people with higher intelligence but you lower it by every query or statement you secure. a regular "rpg hacker" copies the codes from a text file... and does not know anything on how they work etc... but if you get someone who understands the weak points if mc then that's when you have a issue... most common attacks are cmarket and forum and sometimes if enabled profile signature using basic knowledge attacks. anything that can be edited by a user should be secured. if not then your just asking to be hacked. from a 1 dollar game to a 1000 dollar game all are subject to being hacked, the "hacker" doesn't mind. Quote
03laceys Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? he is problarly on a Windows Server....or a free host, lol...thats why he don't have cPanel.....Most likely......Yet I can be wrong,. I don't think it is free at 14.99pcm... I am hosted with www.stratohosting.co.uk with the top package it has no crons and no cpanel. Strato is the UK's second largest webhost. Quote
AlabamaHit Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? ok......i looked...Like I said i might be wrong...but so are you...if your buying that big one it has crons, LMAO so doubt you ahve it http://www.stratohosting.co.uk/webhosting/packages.html if you dont have crons man you need to be calling them and complaing Quote
03laceys Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? ok......i looked...Like I said i might be wrong...but so are you...if your buying that big one it has crons, LMAO so doubt you ahve it http://www.stratohosting.co.uk/webhosting/packages.html if you dont have crons man you need to be calling them and complaing It has crons but i stated it didn't purely because i have to pay for an external host to host them as they do not allow for 1 minute crons. Also you could do a whois on my domain ;) Quote
AlabamaHit Posted December 28, 2008 Posted December 28, 2008 Re: How To Protect Your Game From Hackers? that looks like they have their own custom control panel....and yeah there are afew site that don't allow one minute crons....exteranal hosting like you said you have it is actually a good thing. 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.