|
|
|
|
|
|
|
![]() |
#1 | |
If there is nobody out there, that's a lot of real estate going to waste!
Join Date: Dec 2003
Posts: 2,177
|
Quote:
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:
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. |
|
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
|
Another alternative is to use one link.php file and rewrite paths using .htaccess.
On my server, I'd have a folder /visit/ and have one php file there named links.php. Then I'd use links like "/visit/hornymilkmaids/", "/visit/grocerystorerobbingsluts/" that rewrite to /visit/links.php?pid=4556 Then the link.php will pull the ref code in the MYSQL db and redirect to the paysite tour: PHP Code:
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
|
|