Hello, I need help !!!
I host a hub and suddenly all my users' IP were banned: the error message they get (inckluding me) when trying to connect:
*** Connected
<Hub-Security> Your IP is banned!
*** Disconnected
Those that were connected were not disconnected, but once i shut down the hub, no one could connect anymore, including me.
I haven't banned anyone, there are no ips banned at all(neither in the perm-bann-area nor in the temp-bann-area), thus I am desperate! I changed my scripts, removing the current ones and replacing them with backup files... but the problems remains.
Can anyone help please??
Thanks,
Nath
all my users' IP BANNED but I did not ban them :(
Moderator: Moderators
-
nathalielovesqueen
- Posts: 3
- Joined: 2003-11-09 20:09
all my users' IP BANNED but I did not ban them :(
Queen and Queen and Queen
-
nathalielovesqueen
- Posts: 3
- Joined: 2003-11-09 20:09
-
Todi
- Forum Moderator
- Posts: 699
- Joined: 2003-03-04 17:16
I'm going to assume you're using NMHUB, but please specify next time. Are you absolutely sure that there are NO entries in the permban field? Not even a blank one? A space-ban so to speak? If not, try reinstalling the hubsoft. Make a backup of all your account files etc first thou, and make a note of your other settings, as i believe some things are saved in registry. Good luck.
-
nathalielovesqueen
- Posts: 3
- Joined: 2003-11-09 20:09
-
TheNOP
- Posts: 275
- Joined: 2003-07-08 02:41
- Location: Quebec
-
don_des
- Posts: 7
- Joined: 2003-07-06 12:26
- Location: Denmark
Oops I have tried that too
I am also running NMDC hub, and after a restart all users including myself were banned.
The reason was, one of the operators had banned an empty IP --> means a blank space, so all IPs from 0.0.0.0 to 255.255.255.255 were banned.
So check your Perm Ban List for blank spaces and delete them. If it is the last banned IP, then it can be hard to see, so try to delete the the last blank spaces in the list.
Hope it helps
The reason was, one of the operators had banned an empty IP --> means a blank space, so all IPs from 0.0.0.0 to 255.255.255.255 were banned.
So check your Perm Ban List for blank spaces and delete them. If it is the last banned IP, then it can be hard to see, so try to delete the the last blank spaces in the list.
Hope it helps
-
TheNOP
- Posts: 275
- Joined: 2003-07-08 02:41
- Location: Quebec
probably will.
thanks for the confirmation on what the problem is.
i would never tough a space could do that.
better to check the bans script for this, adding a check before the bannings.
adding something like this at the beginning of the Ban sub.
i don't know the script you use so this is just an exemple.
thanks for the confirmation on what the problem is.
i would never tough a space could do that.
better to check the bans script for this, adding a check before the bannings.
adding something like this at the beginning of the Ban sub.
i don't know the script you use so this is just an exemple.
Code: Select all
if BanIP = "" then exit sub-
Todi
- Forum Moderator
- Posts: 699
- Joined: 2003-03-04 17:16
-
galvanometer
- Posts: 4
- Joined: 2003-11-14 04:23
Bad idea...
Code: Select all
if BanIP = "" then exit sub
Bad idea.
That relies on having one space only in the string. The best way is to trim the string, and then check for zero length.
Who is online
Users browsing this forum: Google [Bot] and 0 guests