Today Posts Today Posts
Recent Affiliate Payments
Recent Forum Posts
SHOW: 5 | 8 | 10
  • Affiliate Program
  • Payment Date
  • Payment Method
  • EGamingOnline
    Feb 10th
    Moneybookers
  • Referback
    Feb 10th
    Neteller
  • Star Partner
    Feb 10th
    Moneybookers
  • Deckmedia Affiliates
    Feb 10th
    ECOCard
  • Referback
    Feb 9th
    Moneybookers
Enter Your Recent Payments
INFO
32Red Affiliates
  • AGD Terms Certification
  • Last T&C (Affiliate Contract) Change:
  • Have Retroactively Changed T&C's?
    No
  • Have Negative Carryover?
    No
  • Are Casino Earnings Bundled?
    Yes

RECENT PAYMENTS
  • February 4, 2012 - Moneybookers
    January 5, 2012 - Neteller
    January 5, 2012 - Moneybookers
    January 4, 2012 - Neteller


PAYMENT STATISTIC
    • Payment Method
      Affiliate Payment Dates
    • Neteller
      Typical: 2nd (2nd - 5th)
    • Moneybookers
      Typical: 2nd (2nd - 5th)
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Simmo! is offline Affiliate Guard Dog Member
    Join Date
    Sep 2008
    Posts
    152
    Thanks
    38
    Thanked 154 Times in 85 Posts

    Default

    Rob: you need to use a redirect script

    Create a text file with your links in, one per line, with a code then a simple php script that reads the file based on a code.

    Example text file (ie: afflinks.txt):

    PHP Code:
    32red|http://resources.32red.com/redirect.aspx?pid=10377&bid=1546
    888|http://www.888.com/?sr=390487&flag=000
    code|link
    code
    |link
    etc 
    Example PHP (ie redirect.php):

    PHP Code:
    $lines file($_SERVER['DOCUMENT_ROOT'].'/afflinks.txt');
    foreach (
    $lines as $line) {
     
    $parts explode("|",$line);
     if (
    $parts[0] == $_GET['site']) {
      
    $loc $parts[1];
      }
    }
    if (
    $loc) {
     
    header("Location: ".$loc);
     } 
    Then on your site link using "/redirect.php?site=32red" where 32red is the code of the casino that corresponds to the first part of each line in your aff file.

    From now on, you'll only ever have to update aff links once in your text file and the whole site will pick it up.

  2. The Following 2 Users Say Thank You to Simmo! For This Useful Post:

    greek39 (11-28-2009),TheGamblingGuru (11-28-2009)

  3. #12
    Join Date
    Feb 2009
    Location
    Done
    Posts
    391
    Thanks
    92
    Thanked 263 Times in 161 Posts

    Default

    I thought it was like this

    32red|32red online casino|http://etc the affiliate link|

    First part in bold must be unique !

  4. #13
    TheGamblingGuru's Avatar
    TheGamblingGuru is offline Turning Over Stones
    Join Date
    Jan 2009
    Location
    Between my ears!
    Posts
    929
    Thanks
    1,044
    Thanked 498 Times in 323 Posts

    Default

    Quote Originally Posted by Simmo! View Post
    Rob: you need to use a redirect script

    Create a text file with your links in, one per line, with a code then a simple php script that reads the file based on a code.

    Example text file (ie: afflinks.txt):

    PHP Code:
    32red|http://resources.32red.com/redirect.aspx?pid=10377&bid=1546
    888|http://www.888.com/?sr=390487&flag=000
    code|link
    code
    |link
    etc 
    Example PHP (ie redirect.php):

    PHP Code:
    $lines file($_SERVER['DOCUMENT_ROOT'].'/afflinks.txt');
    foreach (
    $lines as $line) {
     
    $parts explode("|",$line);
     if (
    $parts[0] == $_GET['site']) {
      
    $loc $parts[1];
      }
    }
    if (
    $loc) {
     
    header("Location: ".$loc);
     } 
    Then on your site link using "/redirect.php?site=32red" where 32red is the code of the casino that corresponds to the first part of each line in your aff file.

    From now on, you'll only ever have to update aff links once in your text file and the whole site will pick it up.


    Thank you Simmo for taking the time to explain that to me, this will be very useful info to hang onto, I really appreciate that my friend...
    ____
    ____

  5. #14
    mojo is offline Banned
    Join Date
    Nov 2008
    Posts
    143
    Thanks
    73
    Thanked 102 Times in 56 Posts

    Default

    I cannot see the banner images in the new program. I can't choose one because I don't know what they look like.

    Is it me?

    I don't have much time left to change all the banners. It won't happen.

  6. #15
    bc518 is offline Affiliate Guard Dog Member
    Join Date
    Nov 2008
    Posts
    51
    Thanks
    0
    Thanked 21 Times in 15 Posts

    Default

    I don't like Netrefer system.

    I have used Simmo! small tool for a year. It's great! It helps me to manage a few sites. Thank you, Simmo!

  7. #16
    TheGamblingGuru's Avatar
    TheGamblingGuru is offline Turning Over Stones
    Join Date
    Jan 2009
    Location
    Between my ears!
    Posts
    929
    Thanks
    1,044
    Thanked 498 Times in 323 Posts

    Default

    Quote Originally Posted by bc518 View Post
    I don't like Netrefer system.

    I have used Simmo! small tool for a year. It's great! It helps me to manage a few sites. Thank you, Simmo!
    How the heck have you used Simmo's "small tool" for a year?
    ____
    ____

Posting Permissions

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