didou wrote:Oh and I also find it unacceptable that some people tries to access by non-legitimate means. There are people who do not recognize the work of others, it's a shame.
if you just put up a simple forum, wordpress or simply just have a site with some limited traffic and visibility that has a login and/or signup page, you'll find that it'll eventually get targeted by bots trying to post and/or login. You'll also notice more manual looking attempts at the same, most of which really has nothing to do with the sites contents or what it's gaining access to (they don't really know), its mostly about gaining access to spread "something" or to look for usable data. That "data" can be a very wide range of things.
So just because you have a site with a game on it and someone is trying to gain access, it doesn't mean that it's someone looking to play the game.
Site uses php which makes it likely it uses a db, mostly that means mysql, both of which is a fairly common thing to use and also a fairly common target for attacks due to many possible and known exploits, loopholes and "novice" errors due to php being a simple place for many to start (i'm in no way saying that's the case with sportd or this site).
It also has a contact site which lists the email attempted for login, granted it's in an image but ppl have used images to hide emails for years and picking basic text out of an image isn't that complex and if it's a human, it's a safe bet they can read an email address :P
Login page is also pretty obvious, link is in clear easy text and the page url itself is pretty standard too, same with the login form.
I'm also fairly certain that the site is linked to on forums, which means it's visible and probably picked up by quite a few crawlers etc
This all adds up to it being rather likely to get some "unwanted attention", but by the looks of it, this seems to be something sportd has expected and seems to have accounted for.
How successful it's been is a different matter, as for the most parts you only really know about the failed attempts, a fairly successful attempt wouldn't leave much of a trace, but that's a whole different story

If you have site that's got a fair bit of traffic it can actually be rather fun to set up fake logins, you don't even have to link to it if the url for it is standard and/or obvious, bots will try it.
Those that's never seen or tried things like that may be a bit surprised of what gets tried.
Just as an end to this pretty off topic and probably uninteresting post.
With most security matters, it's not the ones that are "trying to gain access by non legitimate means" which is your biggest security risk, it's the ppl you've got on the inside, the ones you've given access to. They intentionally or unintentionally (usually ignorance or stupidity) make up what's most likely to "slip things past" your security measures.