Results 1 to 7 of 7

Thread: module question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    virgin by request ;) Chilihost's Avatar
    Join Date
    Oct 2003
    Posts
    4,496
    Yes, you would have to cut cheques to affiliates, or convince them to switch to epassporte / wire transfer payouts

    So I take it you are using ccbill's affiliate system? In that case, for FHGs you will have to build your galleries, replace your site links with the following php code:
    PHP Code:
    <a href="<?php
    if ($query!=NULL)
    echo 
    'http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=924683-0007&PA='.$query.'&HTML=http://www.realbareback.com';
    else
    echo 
    'http://www.realbareback.com';
    ?>">
    within the above code, be sure to replace the following:
    - 924683-0007 with your site specific codes
    - realbareback.com with your paysitesite

    AND use this bit of code to keep it secured, just under the body tag

    PHP Code:
    <?php $query=getenv("QUERY_STRING");
    $query = (int)$query;
    ?>
    and finally save the file as a php file and have your affiliates send traffic to:
    http://freehostdomain.com/directory/gallery.php?123456
    where 123456 is their specific CCBill PA affiliate code.

    make sense?

    cheers!
    Luke


  2. #2
    the queerest straight girl in the world...
    Join Date
    Jun 2004
    Location
    Firenze and San Francisco
    Posts
    211
    Um... no, not so much sense Can you show me a page where that is working, so I see what exactly it does? (I am way outta my element here...)


  3. #3
    virgin by request ;) Chilihost's Avatar
    Join Date
    Oct 2003
    Posts
    4,496
    sorry, I actually can't show you a page where its working because you would only see the generated code and not the original parsed code.

    Its not that hard, just test it like this:
    1) create a simple page with nothing but one link on it
    2) sub the a href link from http://paysite.com to the stuff I put in the first box exactly as it is
    3) stick the stuff in the second box directly under the body tag
    4) save the file as gallery.php and then upload it somewhere

    you should then be able to browse it by going to http://yourdomain.com/gallery.php and the link will go to http://www.realbareback.com or if you visit http://yourdomain.com/gallery.php?123456 the link will go to http://refer.ccbill.com/cgi-bin/clic...albareback.com

    That should help you understand the basics...the next step is to customize that first code bit so it does not go to my realbareback site. Then use that as a template for your links within you FHGs


Posting Permissions

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