PDA

View Full Version : Affiliate's data in control panel


Arif
19th December 2007, 09:35 PM
Hi all,

Is this possible, to include affiliate's variables such as Data1, Data2, etc.. on the main page after login?

What i want to do is show the status of my affiliates (Premium membership) or not. There is no feedback for them to know if they're premium or not.

I tried affinfo.php but it only shows id and referrer, all other options just don't work. it is also not reliable because it depends on cookies so they only see information of last affiliate page they visited.

Thanks.

crystal2027
26th December 2007, 03:04 AM
Quite not sure about this....

Arif
27th December 2007, 04:11 PM
Crystal

I'm sure there are better ways to advertise your affiliate program.
try posting ads in the local supermarket

drakeman
28th December 2007, 01:15 PM
Is this possible, to include affiliate's variables such as Data1, Data2, etc.. on the main page after login?

This is not a possible through standard way. You have to create your own (custom) SQL code and read & show these data from PAP database.

Perhaps you just need to use this PHP code:

echo $_POST['Data1'];