justuptime.com - monitor your servers & websites

botting

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

He has: 6 posts

Joined: Feb 2005

I have created a site very similar so secretsofwar.net using the same sort of bases. I am aware of the many types of hacking that can occur and am trying to prevent these before putting my site online. Considering the type of game mine is i am particulary afraid of botting. I would basically lke to know how people manage to bot a site like secrets of war so that i can prevent it happening on my own.

This would be a great help, thanks

Steve

I put the 'fun' in 'funeral'

They have: 42 posts

Joined: Jan 2005

You need a "human verification check" (or at least I think that's what it's called). You would have seen them around the web before, usually when you sign up for something.

It's a script that displays an image that only a human can read. The human then types in the code displayed on the image, and if it's correct, they are allowed to the next page. How you could implement it on a gaming site I'm not entirely sure, but would suggest you force your users to verify themselves whenever they log on, for example.

Hope this helps

James

bja888's picture

He has: 902 posts

Joined: Feb 2004

I agree! Make it a random bunch of letters or a really weird word. Destort it 5 or 6 ways, put things behind it and over top of it. But you need to start with 40+ and stop at about 100 to 200. That should ensure only humans can sign up.

He has: 6 posts

Joined: Feb 2005

yeah but i'm more concerned about them gathering resources, so if they are playing and say move 50 squares i'd want them to have to type in a verification code, but not normal text because with macro you can use mouse positioning so that every verification check they can copy and paste. Botting is quite common and i want to be able to fully stop it on my site

I put the 'fun' in 'funeral'

CptAwesome's picture
Sponsor

He has: 370 posts

Joined: Dec 2004

You use php to generate a jpg image with some distorted text.
The text that is in jpg comes from a mysql database entry, then the person has to type in the number they see, and then submit it. The submittal form is then used to check against the same database entry. Simple.

So you don't have to reinvent the wheel, an already written script

<? echo implode('',explode('|','A|W|E|S|O|M|E')); ?>

http://www.free-online-web-tools.com