Coding

...now browsing by tag

 
 

[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.8.5_1061]
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.8.5_1061]
Rating: 0.0/5 (0 votes cast)

FreeBeeHosting

mIRC: Uploading a static page

Wednesday, September 2nd, 2009
Your Ad Here

You can use mIRC to upload static HTML pages like this one. Note that the page currently does not validate. I forgot to add the doctype and such. :)

Firstly, you should search on google for “Tat’s Trivia Bot”. I am running v3.21 on my bot, Sarisha.

Here’s what I have on this script:

(Please note that it is customized a bit so search for the heading only)

You will need to create a trivia.bat and place your FTP information in the trivia.bat file. :)

There’s a little more to it but take a look around the mIRC script and have fun. :)

Credits:

  1. Credits go to “Tat” for Tat’s Trivia Bot.
  2. Thanks to “TaMeD” for asking me to post about this.

– Jeffrey. :)

VN:F [1.8.5_1061]
Rating: 0.0/5 (0 votes cast)

FreeBeeHosting