Link By Proxy Tools An Assortment of technical tools.

"; dialog("information","Merger Pending","MMTbb Tools and Link By Proxy are merging! While the merger is in progress, please feel free to visit the MMTbb Tools page and use the resources there.",""); echo "
"; if ($_POST['viewsource']!="") { //Remove directory traversal attacks, and non "view source" attacks. if ($_POST['viewsource']!=str_ireplace("./","",$_POST['viewsource'])) { die; } if ($_POST['viewsource']!=str_ireplace(".\\","",$_POST['viewsource'])) { die; } if ($_POST['viewsource']==str_ireplace("http://","",$_POST['viewsource']) and $_POST['viewsource']==str_ireplace("https://","",$_POST['viewsource'])) { die; } $info = file_get_contents($_POST['viewsource']); echo " "; } echo "
"; $uri = str_ireplace("https://","",str_ireplace("http://","",strip_tags($_POST['uri']))); $uria = explode("/",$uri); echo "
"; echo "
"; include('footer.php'); ?>