[Release] Ban System

10/28/2010 10:40 FuriousFang#1
#deleted
10/28/2010 11:59 StefanHAKER#2
Good Job
10/28/2010 12:11 _DreadNought_#3
After this release I might release my MySQL Ban system(IPBan, AccBan. <<Unban) it's very efficent.
10/28/2010 12:24 StefanHAKER#4
Quote:
Originally Posted by _DreadNought_ View Post
After this release I might release my MySQL Ban system(IPBan, AccBan. <<Unban) it's very efficent.
Are you in a contest with Fang?
I Believe Not.

Release Something by your own.. Not by getting ideas from others
10/28/2010 12:31 Korvacs#5
Quote:
Originally Posted by StefanHAKER View Post
Are you in a contest with Fang?
I Believe Not.

Release Something by your own.. Not by getting ideas from others
...Theres nothing wrong with releasing similar code, his would be MySQL based and not binary based, theres nothing wrong with that.
10/28/2010 12:31 NukingFuts#6
kool kool
10/28/2010 14:43 Korvacs#7
Cut the crap the pair of you.
10/28/2010 18:53 FuriousFang#8
Lol, well I could easily turn this into MySQL. This was just a simple request. All you have to do to turn this into MySQL (which would be far less complicated) is make it connect to the database, select the table, and read it ( while (r.Read()) { // my code modified here } ). Easy =]

EDIT: Added, and it's not a contest xP
I do feel that if it's my code then I should be the one to code the other option. I coded that MySQL method without the source open so if it has errors, fix them.
10/29/2010 00:35 copz1337#9
You can only have 1 person banned at a time? That's pointless if so.
10/29/2010 00:54 Arcо#10
Quote:
Originally Posted by copz1337 View Post
You can only have 1 person banned at a time? That's pointless if so.
You're a retard.
l2r.
10/29/2010 01:36 _tao4229_#11
.....

Code:
StreamWriter wrtr = new StreamWriter("c:\\banned.txt", true);
wrtr.WriteLine("Hello");
wrtr.Close();
[Only registered and activated users can see links. Click Here To Register...]
10/29/2010 02:22 killersub#12
Quote:
Originally Posted by WTFIDKBBQ View Post
You're a retard.
l2r.
let's just all get along now >.>...pl0x
10/29/2010 04:55 FuriousFang#13
Quote:
Originally Posted by killersub View Post
let's just all get along now >.>...pl0x
Agreed. People don't read and never will xP
And Saint, this code is old. I was requested it. Anything flat based drives me crazy, that's why I never improved it.