Results 1 to 4 of 4

Thread: PHP trades and PHP galleries

  1. #1
    retrograde
    Guest

    PHP trades and PHP galleries

    I've been having a problem lately, and I'm hoping someone here can help me out.

    I have a site with a trade script written in PHP. The thing is, if I try to use the script to link to a hosted gallery that's done in PHP with variables in the URL, I either get errors, or my affiliate ID is not passed along.

    Here's an example:

    http://mydomain.com/out.php?s=70&fir...ffiliate=90210

    Any idea of how I could fix this so that the variables in the URL of my hosted gallery are sent along as they should?


  2. #2
    thetwink
    Guest
    I had the same problem with a site that I use ePower trader on. My friend wrote me this code, which I named c.php , then I told my AGP to list the galleries like this:

    /c.php?1|70|http://galleryurl.htmlwithlotsofvariables|linktrack

    You can see it in action at http://www.thetwink.com/tgp.php

    PHP Code:
    <?php
    $parts 
    explode('|',$QUERY_STRING);
    $send rawurlencode($parts[2]);
        
    header ("Location: /out.php?f=$parts[0]&pct=$parts[1]&url=$send&link=$parts[3]");
    ?>


  3. #3
    retrograde
    Guest
    Thank you! I'll play around with it tomorrow.

    I've had a bit too much vodka to do anything about it tonight.


  4. #4
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    Ive never done trades with any of our TGPs or Link Lists so dont know what you are talking about

    Actually that brings up an interesting point.. do TGPs that dont trade traffic seem to get a higher percentage of bookmark / return traffic? I was looking at the stats on Cum Soda a few minutes ago and it looks like we have just shy of 60% bookmarked traffic re-visiting the site each day :thumbsup:

    Of course i dont know if thats a good or bad thing

    Regards,

    Lee


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •