• NOW LIVE! Into the Woods--new character species, eerie monsters, and haunting villains to populate the woodlands of your D&D games.

Access Denied

Thornir Alekeg

Albatross!
Looks like I'll be checking in on the boards much less often soon. My company has started to figure out these boards are part of a gaming comminity and portions of it are starting to be blocked "Company Policy: Access Denied. Category:Games"

Oh well, I knew they would catch up with it sooner or later. :(
 

log in or register to remove this ad

Thornir Alekeg said:
My company has started to figure out these boards are part of a gaming comminity and portions of it are starting to be blocked "Company Policy: Access Denied. Category:Games"

Same thing with me. I discovered that by using XP's terminal services that I could go to another PC and go anywhere I wished. I guess it depends on the blocking method they use.

You should also check out www.peacefire.org.
 

WayneLigon said:
Same thing with me. I discovered that by using XP's terminal services that I could go to another PC and go anywhere I wished. I guess it depends on the blocking method they use.

You should also check out www.peacefire.org.
Very true, just remote in to your home computer and surf that way, that's they way I surf EnWorld and other gaming related stuff during times I need to get away from the coding for a bit and recharge. However, I'm not blocked at work, it is more of a personal preference thing.

RD
 
Last edited:

my workplace had blocked the previous version of ENWorld's forums (not enworld itself, heheh), which sucked... but they haven't figured out the new server yet, so nyah. :p
 






Fix some remote software so you can browse using your home computer as above posters said. in the mean time you can use my proxy http://psionicist.online.fr/enwproxy.php to read (but not post) threads.

Edit: If anyone want to fix so all the graphics/images work here's the code:

PHP:
<?php
	if(!isset($url))
		$url = "http://www.enworld.org/forums.php";

	$contents = file_get_contents($url);

	// fix the links as <a href="script.php"> wont work
	$contents = str_replace("<a href=\"", "<a href=\"enwproxy.php?url=http://www.enworld.org/", $contents);

	// remove session, the ?s=3908412904 part of the URLs. it screws up the file functions
	$contents = preg_replace('/s=.*?&/', '', $contents);

	echo $contents;
?>
 
Last edited:

Into the Woods

Remove ads

Top