"[["107",false,[-3,"24 hour ban. Try again later."]]]" ..
From towns 2 haha, I take it they noticed I've been sending incorrect packets quite often. And signing on/off quite rapidly.
Results 1 to 18 of 18
Thread: Ffff
- 24 Oct. 2012 07:42pm #1
- 24 Oct. 2012 09:01pm #2
It isn't done by direct discretion of the staff or anything like that. It's done by the game servers itself. This was implemented not too long ago to alleviate lag bombing/spamming/flooding.
Basically, if you spam too much you're going to get disconnected and in turn banned. It's only a temporary ban though I believe.Last edited by The Unintelligible; 24 Oct. 2012 at 09:04pm.
- 24 Oct. 2012 09:16pm #3
- 24 Oct. 2012 10:57pm #4
Yeah, and forgot to mention that you should only be banned from Flash spaces/Towns/the server you were kicked from.
The whole site should still be accessible.
- 24 Oct. 2012 11:07pm #5
- 25 Oct. 2012 12:24am #6
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 385.00
Hey Matt, I'll try to make you a helpful little program in a bit if I can.
It should solve your problem, but I'm not completely sure if it will work. I'll contact you on skype if I can.
- 25 Oct. 2012 12:45am #7
lol, wondering what this "program" is.
- 25 Oct. 2012 12:54am #8
- 25 Oct. 2012 12:57am #9
Exactly. You're a bit in over your head, Flare. Even if this is possible I still haven't seen sufficient work from you to believe you could create such a program.
- 25 Oct. 2012 01:22am #10
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 695.00
Lol, you guys are looking at it from the wrong approach.
Why take on something as complicated as disabling the ban system?
Why not take an easier approach, like circumventing the actual bans?
I'm not going to say what it is until I at least get started on it, as I'm having trouble installing these gay command line only libraries on debian
- 25 Oct. 2012 01:29am #11
You don't seem to be understanding what we're saying. If it's handled by the server there most likely isn't a way to circumvent it.
Did anyone mention anything about disabling something? lol. Where in the world did you even get that idea.
As the circumstances stand, the odds of circumventing the ban are about the same as "disabling" it or whatever altogether.
And that's a pretty dumb reason not to give anyone information about what this supposed idea or whatever is. Lol, and what are these libraries?
- 25 Oct. 2012 02:04am #12
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 489.00
- 25 Oct. 2012 02:36am #13
But that isn't circumventing it lol. That's only a mitigation to the issue. Not a workaround nor solution. And I'm sure if he wanted an account creator he would make one himself. It would definitely help him out though.
- 25 Oct. 2012 07:25am #14
- 25 Oct. 2012 02:37pm #15
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 637.00
I already have the normal curl, I need the libraries for C++ (libcurl)
I was going to try installing it on windows to use with my IDE (Code:locks) but I can't get it working. I guess it's time to find out how to use the command line compiler on debian! (And then figure out how to get libcurl working with it)
- 25 Oct. 2012 02:42pm #16
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 541.00
Fucktits, I have no idea how to make a GUI in C++. I need one because it would have to display the captcha image so the user could fill it out, and then it would also have to show the username and password after the user pressed the "create account" button.
Shit.
- 25 Oct. 2012 03:41pm #17
>implying GUIs are necessarily imperative for displaying remote images.
Create your own function to download the image and display it through a shell. Or create the GUI in another language and dynamically call it through C++ via command line arguments, or do something of that nature.
- 25 Oct. 2012 04:18pm #18
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 643.00
Ooh, fetch the captcha image and display it using autoit and an autoit GUI, and then save the captcha answer into a text file that can be read by the c++ program.
Or maybe the Autoit program is the main GUI and everything, and it then runs the c++ program?
not sure what I'll do yet, but thanks for the suggestion.