Much0S
11-03-2000, 01:21 PM
Hi Guys,
As some of you perhaps know i am a programmer http://adultwebmasterinfo.com/ubb/smile.gif Being a CJ(2)-Webmaster for not that long I thought of starting this topic: how can we build scripts/programs to prevent from being cheated?
Well ofcourse there are some ways, but I thought by bundling our powers we could perhaps make better detections?
I've a couple of ideas myself, perhaps that some of you can (in)validate them?
But before i start: does anyone know good resources for bots (you obviously need this knowledge to be able to defeat them)
- First of all we have the lamers of IMG-Srcing, Frame Reloading and Frame-0 sizing but these can be simply detected by prod. levels [anything below 15% is suspicious, below 10% very suspicious, 5% 99% cheater, 0% 100% cheater or broken script http://adultwebmasterinfo.com/ubb/smile.gif ]
- Then we could do a set-cookie and a get-cookie to detect the most stupid bots...
- We could obviously check for ip's and referers [same ip of the same referer 90% of the time is suspicious]
- Click pattern? [somewhat hard to code http://adultwebmasterinfo.com/ubb/smile.gif ] thus: each time 1 click, 2 clicks, 1.2 clicks, [or some other nice number] etc?
- strstr(getenv("USER_AGENT"), "bot") (or "Bot", "bOt", "boT", "BOt", "bOT", "BOT")
That's it for now: can't think of anything more now...
Your opinions please? http://adultwebmasterinfo.com/ubb/smile.gif
Greetz,
Much0S
As some of you perhaps know i am a programmer http://adultwebmasterinfo.com/ubb/smile.gif Being a CJ(2)-Webmaster for not that long I thought of starting this topic: how can we build scripts/programs to prevent from being cheated?
Well ofcourse there are some ways, but I thought by bundling our powers we could perhaps make better detections?
I've a couple of ideas myself, perhaps that some of you can (in)validate them?
But before i start: does anyone know good resources for bots (you obviously need this knowledge to be able to defeat them)
- First of all we have the lamers of IMG-Srcing, Frame Reloading and Frame-0 sizing but these can be simply detected by prod. levels [anything below 15% is suspicious, below 10% very suspicious, 5% 99% cheater, 0% 100% cheater or broken script http://adultwebmasterinfo.com/ubb/smile.gif ]
- Then we could do a set-cookie and a get-cookie to detect the most stupid bots...
- We could obviously check for ip's and referers [same ip of the same referer 90% of the time is suspicious]
- Click pattern? [somewhat hard to code http://adultwebmasterinfo.com/ubb/smile.gif ] thus: each time 1 click, 2 clicks, 1.2 clicks, [or some other nice number] etc?
- strstr(getenv("USER_AGENT"), "bot") (or "Bot", "bOt", "boT", "BOt", "bOT", "BOT")
That's it for now: can't think of anything more now...
Your opinions please? http://adultwebmasterinfo.com/ubb/smile.gif
Greetz,
Much0S