Coding

...now browsing by category

 

[SEO] htaccess and robots

Sunday, September 6th, 2009
Your Ad Here

Hey all,

Today I wanted to do something I kept putting off for the last few days. I have packaged two files that will help all webmasters with SEO (Search Engine Optimization). Feel free to download the zip package here.

I have also allowed indexing of the code directory. Enjoy! :D

Jeff. :)

VN:F [1.6.4_902]
Rating: 0.0/5 (0 votes cast)

FreeBeeHosting

mIRC: Ban users not in channel.

Wednesday, September 2nd, 2009
Your Ad Here

Yes, you read that right. There is a very easy way to ban users that are not in any channels you currently are in. How? Let us look at the standard mIRC nick list.

.Ban:/ban $$1 2

This is actually quite simple to change so that anyone on the server can be banned and unbanned using their correct hmask! I do not suggest using a bot that is opered up though, because it may ban the person using their actual IP address and not their hmask.

NOTE: This is tested on mIRC 6.35 using a InspIRCd-1.2 server.

on @userlevel:TEXT:!ban *:#:/ban $chan $$2 2
on @userlevel:TEXT:!unban *:#:/ban -r $chan $$2 2

You could always ban people yourself, without them being in any room you are in, by using the following code:

.Ban (any):/ban $chan $$?="Type nick to ban:" 2
.Unban (any):/ban -r $chan $$?="Type nick to ban:" 2

Again I reccomend not being opered or you may ban the user using their actual host and not their hostmask. Try it carefully if you do oper when using it.

Credits:

  • This is something I discovered myself a few months ago.
VN:F [1.6.4_902]
Rating: 0.0/5 (0 votes cast)

FreeBeeHosting