GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   I am looking for a cloaker cgi script (https://gfy.com/showthread.php?t=169049)

meghan187 08-28-2003 08:54 PM

I am looking for a cloaker cgi script
 
Here is my senerio, I want to install a script on my webserver that will allow me to get around a firewall at work. Anyone know of any off hand?

jasonir 08-28-2003 08:56 PM

This simple code will load any site you want. I have a script that can replace URLs, etc. ICQ me if you need it.

PHP Code:

<?php
// Get a file into an array.  In this example we'll go through HTTP to get 
// the HTML source of a URL.
$lines file ('http://www.WEBSITEHERE.com/');

// Loop through our array, show html source as html source; and line numbers too.
foreach ($lines as $line_num => $line) {
    echo 
$line;
}

?>


meghan187 08-28-2003 09:04 PM

Quote:

Originally posted by jasonir
This simple code will load any site you want. I have a script that can replace URLs, etc. ICQ me if you need it.

PHP Code:

<?php
// Get a file into an array.  In this example we'll go through HTTP to get 
// the HTML source of a URL.
$lines file ('http://www.WEBSITEHERE.com/');

// Loop through our array, show html source as html source; and line numbers too.
foreach ($lines as $line_num => $line) {
    echo 
$line;
}

?>




Do sponsors allow you to process there links this way, also back to where we started, Can I just build a form to pass in urls to bypass the firewall?


All times are GMT -7. The time now is 12:16 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123