Affiliate Link Manager

Discussion in 'PHP' started by wiseboke, Dec 20, 2010.

  1. #1
    wiseboke, Dec 20, 2010 IP
  2. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Basically an affiliate has an id and an ad id (id : 3185217 , ad id : 10580890) , so you basically check if those to values are assigned to a person (the first id) and to an ad campaign (the ad id).
     
    tvoodoo, Dec 20, 2010 IP
  3. wiseboke

    wiseboke Peon

    Messages:
    133
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your reply,but you don't catch me
    I know that already
    I want this: When the php code detect one affiliate expired,then automatically email me,notify me it is expired
    Hope you understand what I mean
     
    wiseboke, Dec 20, 2010 IP
  4. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #4
    So then you should have a column in your affiliate database named "Expired" as timestamp or date and on each click you should check if it is expired (if not in a cronjob)
     
    tvoodoo, Dec 20, 2010 IP
  5. wiseboke

    wiseboke Peon

    Messages:
    133
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hey ,I'm sure you still don't understan what I mean
    I get those affiliate links from affiliate networks like cj,linkshare,it's not my own link so I can't know the exact date or timestamp they expired,so I need php code to check them every day or week,and email me those expired links
     
    wiseboke, Dec 20, 2010 IP
  6. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53
    #6
    tvoodoo, Dec 20, 2010 IP