Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-28-2003, 08:54 PM   #1
meghan187
Confirmed User
 
Join Date: Aug 2002
Posts: 152
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?
meghan187 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-28-2003, 08:56 PM   #2
jasonir
Confirmed User
 
Join Date: Aug 2002
Location: Toro'no
Posts: 1,887
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;
}

?>
__________________
ICQ: 61689996
jasonir is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-28-2003, 09:04 PM   #3
meghan187
Confirmed User
 
Join Date: Aug 2002
Posts: 152
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?
meghan187 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.