View Single Post
Old 2005-08-01, 12:28 AM   #14
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by CelticTiger
It may be basic but you might want to explain that a little better to someone who doesn't know anything about php
Sorry folks, I assumed that most people were up to some basic PHP.

So here goes:
Take your link on your page that looks something like:
http://www.latinapaysite.com/link.php?account=123456
and replace it with a line that looks like:
http://www.yourdomain.com/latinapaysite.php

Now create a file with:
PHP Code:
<?
$GOTO_URL 
"http://www.latinapaysite.com/link.php?account=123456";
header("Location: ".$GOTO_URL);
?>
</HTML></BODY>
And save it as:
http://www.yourdomain.com/latinapaysite.php
So now you just need to change the $GOTO_URL value to any new linking code when required. It saves having to go change individual pages, and making all the TGP/MPG/LL scripts mad.

Major Stress: The PHP files do the same thing. I use the variable because most of my script are choosing from multiple links like PPS or Revshare.

SexCityBrian: Most places don't allow SSIs on free sites or galleries.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote