Archive for the 'Tutorials' Category

IRC & Security - A comprehensive guide

Saturday, July 15th, 2006

(Download this article as a pdf)

Internet Relay Chat (IRC) is a form of instant communication over the Internet. It is mainly designed for group (many-to-many) communication in discussion forums called channels, but also allows one-to-one communication.

If you are not familiar about what IRC is, then I would suggest you read the Intro to IRC on the mIRC homepage. If you are already well acquainted with IRC and you are looking for a comprehensive-commands-guide, then you can also checkout the IRC command list also found on the mIRC homepage.

This guide will show you the different methods you can use to increase the privacy of your online conversations as well as way to conceal your identity a bit better.

(more…)

IP ban or redirection

Tuesday, May 30th, 2006

My previous post dealt with people hot linking to images on your website. This tutorial explains how to block users by IP or by domain from reaching your site as well as preventing other people to access your files from their site. Once again the Apache module mod_rewrite must be on for the second section of this tutorial to work.

Once again this tutorial contains a number of htaccess samples. If you are unsure about how htaccess works, then try reading the article on WikiPedia before using the contents of this tutorial.

(more…)

Stop the hot-linkers

Monday, May 29th, 2006

The purpose of this tutorial is to show you how to stop people using images hosted on your domain within their own websites.

You can use the information in this tutorial to force hot linked images to be redirected to another image to dub the person a lecher. This, however, does not save you bandwidth since an image is still being pulled from your server.

All of the code below goes into .htaccess on your server (this is a system file and is set to be hidden, if you can’t view it then check your FTP client settings). If you are experiencing problems with these scripts, then please insure that mod_rewrite is enabled.

(more…)