Home >
General >
Affiliate Marketing Forum
Rotating offers with prosper - group buy addon ... (10)
03-20-2012 02:44 PM
#1
miki (Member)
Rotating offers with prosper - group buy addon ...
Hello,
Is there some mod (addon) for prosper that will give us option to rotate several offers with different payouts ?
If not, is anybody here interested to do group buy and pay developer to make it ?
03-20-2012 02:54 PM
#2
nusolutionz (Veteran Member)
there is no addon available as far as i know but you can also use the following code
Code:
<?php
$k = $_GET['sub'];
$aff[] = 'http://www.yourp202.com/index.php?t202id=9999&t202kw=';
$aff[] = 'http://www.yourp202.com/index.php?t202id=9999&t202kw=';
srand ((double) microtime() * 1000000);
$random_number = rand(0,count($aff)-1);
$lol = ($aff[$random_number]);
$lal = $lol.$k;
header("Location: $lal");
?>
1. paste your p202 links into the file you can add as many as you want
2. save the file as rotator.php and upload it to yourdomain.com
3. use http://www.yourdomain.com/rot.php?sub=123 (replace 123 with the subid you want to use) as the tracking link at your traffic source
03-20-2012 03:16 PM
#3
miki (Member)
You can replace all this
Code:
srand ((double) microtime() * 1000000);
$random_number = rand(0,count($aff)-1);
$lol = ($aff[$random_number]);
With one command:
Code:
$link[] = 'URL1';
$link[] = 'URL2';
$link[] = 'URL3';
$rand_link = $link[array_rand($link)];
03-20-2012 09:11 PM
#4
Mr Baffoe (Veteran Member)
Is this a group buy to pay me to add it? 
JK, but seriously:
It will be in the new P202, but P202 won't free anymore. (Food for thought)
03-20-2012 09:15 PM
#5
tijn (Moderator)
ahhhh - nana - must keep a free version 
03-20-2012 09:23 PM
#6
Mr Baffoe (Veteran Member)

Originally Posted by
tijn
ahhhh - nana - must keep a free version

Currently no plans to get rid of the free version, but the paid will make the free one look like a joke. (At least that's the plan)
03-20-2012 09:27 PM
#7
tijn (Moderator)
how far off are you guys? I tested 2.0 a while back and found it hard to get my head around it? Any insights on what is gonna be better / different?
03-21-2012 12:29 PM
#8
chiefsurf (Member)

Originally Posted by
Mr Baffoe
Currently no plans to get rid of the free version, but the paid will make the free one look like a joke. (At least that's the plan)
When do you guys think this will be released?
03-21-2012 04:30 PM
#9
Mr Baffoe (Veteran Member)

Originally Posted by
tijn
how far off are you guys? I tested 2.0 a while back and found it hard to get my head around it? Any insights on what is gonna be better / different?
What you tested was Tracking202 2.0 (Hosted version) It never got publicly released.
0 lines of code have been written need to finish up Leads202 first
03-22-2012 11:42 AM
#10
tijn (Moderator)

Originally Posted by
Mr Baffoe
0 lines of code have been written
Ouch! So its gonna be a while.
Glad you binned Tracking202 2.0
Just try and release the new prosper before CPVLab come out with their Air app for mac to do alerts and archiving and support ppc....
Home >
General >
Affiliate Marketing Forum