
Originally Posted by
Eduarpack
I know you didn't say it was shit, neither did i (maybe you subconsciously thought it was shit). I think nobody cares if you fixed it or not, or at least i don't.
Your ''developer's point of view'' was fine until you ended it with this: . It really made you look like an ass when i read that.
I am an ass, but at least I'm honest.
- - - Updated - - -

Originally Posted by
Diddy8000
There is a security hole.
A user called AWA added himself to ownership.

No one made him it.
I was told by johno this is a exploit in the emu.
This exploit is one I've fixed, I posted the cause in an earlier post, but you can fix it by changing the runFastQuery to:
Code:
queryreactor3.setQuery("UPDATE bots SET automatic_chat = @autochat, speaking_interval = @interval, mix_phrases = @mix_phrases WHERE id = @botid");
queryreactor3.addParameter("autochat", text2);
queryreactor3.addParameter("interval", Convert.ToInt32(value));
queryreactor3.addParameter("mix_phrases", text3);
queryreactor3.addParameter("botid", num);
queryreactor3.runQuery();