‘ Tech ’ category archive

FTP up again

October 16, 08 by hozezero

The server has been brought back online. Enjoy

Bluetomb

Fantastic physics game

October 12, 08 by hozezero

Build fantastic machines to complete goals. <Link>

How to block an IP or service provider from viewing your website.

September 27, 08 by hozezero

Never thought I would need to do this, but sometimes you just have to.  This is how you can block an IP or service provider from viewing your website using .htaccess. Your .htaccess file is located at your root directory of your web hosting (server must be running Apache). If you do not have you, just create one.

.htaccess has many uses, in my case I have mine redirect any traffic to go from bluetomb.com to bluetomb.com/blog since that is where my content is.

To block an IP or service provider it is pretty easy. Simply add:

order allow,deny
deny from 192.168.0.1
deny from 192.168.0.2
deny from 192.168.0.3
deny from 127.0.0.
deny from genericISP.com
allow from all

What this will do is block IP’s 192.168.0.1-3, it also blocks any IP 127.0.0.0 -127.0.0.255, and will block any IP that genericISP.com is using. Most of the time blocking a whole range like 127.0.0.0-127.0.0.255 is a bit drastic, so use at your own risk. You may end up blocking legitimate users trying to view your site.

Thank you, Bluetomb

FireNES

May 31, 08 by hozezero

Firefox plugin that allows you to play NES games through your browser, built in emulator and games. View>>

Backup-Manager

April 27, 08 by hozezero

Backup-Manager is a beautiful beast of a program. Currently is it backing up my entire home server and transferring it to my new web hosting. Gonna love to see how long this takes on a comcast connection.

For more information: View>>