Jump to content
MakeWebGames

Recommended Posts

Posted

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?

Guest Anonymous
Posted

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.

Guest Anonymous
Posted

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.

Guest Anonymous
Posted

Re: How To Protect Your Game From Hackers?

mysql_real_escape_string()

Posted

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?

Guest Anonymous
Posted

Re: How To Protect Your Game From Hackers?

Is the file installer.php on in your public_html?

Posted

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

  • 7 months later...
Posted

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

Posted

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?

Posted

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.

Posted

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.

Posted

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.

crons.png

Also you could do a whois on my domain ;)

Posted

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.

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