This is just a little collection's of method's ive discovered and learned about getting past school filter's and blocks.
Well the reason im writeing this is first of all in hope's that you find it useful. The reason i started gettin interested in crashing school firewalls and bypassing there filters is keyley because my school has this thing called "DragonNet" were we can have the school as our ISP for FREE. Unfortunately it has it's cost. It blocks all site's under categories such as, Hacking, Illegal, Pornagraphy, Violence, Profanity etc. Fortunately enough it didnt block good old HBH. But it did block site's like Hack4U and HackThisSite. So, I discovered my way to get around it. Then they upgraded to a completely diffrent filter etc. I got around it as well. So over time iv'e learned several methods to bypass filters. Also i will share with some of you more amature to programming , what you can do if command Prompt is blocked on your computer. This can all be done from school (which i dont recommend) or if your school is your ISP from home. This also works with parental blocks too. Anyways so lets get to it.
Internet Blocks:
Method 1- All the methods in this are fairly simple this is probably one of the simplelest, use a google cache. Now this more likely won't work unless your school is completely dimwitted, but give it a try.
Method 2- Go to command prompt (if blocked then look at info on that below) You can then use the "ping" command to get the IP adress of the web site you wanna go to. example. ping www.hellboundhackers.org . Then just put the IP adress in the area that you would normally put the URL in. Bang! your there! This may not work on all filter's but it does get around most. The first method i ever used that worked was this one.
Method 3- Use an Anonymizer and redirect yourself to the site you wanna go to. ex. .redirect.keljobs.com . You just add that to the end of the URL of the site you wanna go to.
Method 4- A bit like method three. Make a page using PHP tthat read's the content from another page.
This PHP code is one ive used.
if (! ($f=fopen("<i>site<i>"."r")))
exit ("Unable to open file.");
(
$x=fgetc($f);
echo $x"
)
fclose($f);
Anyways I hope you enjoyed this article and get good use out of it. If not i failed my goal. Anyhow, please comment on it . Also if there are any mistakes comment on them or PM me. Thanks!
Internet Blocks:
Method 1- All the methods in this are fairly simple this is probably one of the simplelest, use a google cache. Now this more likely won't work unless your school is completely dimwitted, but give it a try.
Method 2- Go to command prompt (if blocked then look at info on that below) You can then use the "ping" command to get the IP adress of the web site you wanna go to. example. ping www.hellboundhackers.org . Then just put the IP adress in the area that you would normally put the URL in. Bang! your there! This may not work on all filter's but it does get around most. The first method i ever used that worked was this one.
Method 3- Use an Anonymizer and redirect yourself to the site you wanna go to. ex. .redirect.keljobs.com . You just add that to the end of the URL of the site you wanna go to.
Method 4- A bit like method three. Make a page using PHP tthat read's the content from another page.
This PHP code is one ive used.
if (! ($f=fopen("<i>site<i>"."r")))
exit ("Unable to open file.");
(
$x=fgetc($f);
echo $x"
)
fclose($f);
Anyways I hope you enjoyed this article and get good use out of it. If not i failed my goal. Anyhow, please comment on it . Also if there are any mistakes comment on them or PM me. Thanks!

Main:
Posted by 
Other than that, not bad 
Also for cmd prompting, i'm wondering if ping is the same in Unix and Windows because at my school they are using Unix system and i have access to cmd promting.

