ID:92693
 
For any of you who caught my post last night before I deleted it. (The one about my comp issues) I fixed it. For those of you who aren;t aware, I was setting up a new theme which required replacing some dll files. Well, I obviously screwed up when I had, seeing as I couldn't run a majority of my programs, couldn't access my registry, etc.

Anyway, I tried system restore, failed.
Tried reloading, failed.

After several days, I managed to go, "Hey, lets try Safe Mode!" Thus I did, ran system restore, and it worked fine. If I thought of this a couple days ago, it would of saved me plenty of trouble.

Also, this is useless, but I revised that snippet I made for an illegal / banned host, if anybody really cares.

Dug through my files and came across it, figured I'd fix it up. Good for newbies, I suppose.

Anyway, That's all other than testing.

Later,
Kumori

Snippet:
var/list/HostBans=list("-Banned client's IP-")
proc
CheckHost()
var/WA=world.address
for(var/T=1,T<=HostBans.len,T++)
if(findtext(WA,HostBans[T]))
world.log<<"<b><font color=red>Illegal Host- Killing connection.</font></b>"
del world
else return

Just add it to something like:

world/New()
..()
CheckHost()
-Comments removed-
Reason(s): Trolling and sexism.
Banned.
ok.