Hello,
I have a affiliate network script that I just got that puts out its links (banner, text, flash, html, popup, etc.) in π not sure if itβs javascript or php. I need it changed to something that will work on all websites. Right now the banner, text, etc. links do not work on some websites. Must have it fixed to work on all websites. Can this be done?
Here are some of the file names related to the links. Each link category (text,flash,html,etc) has one of the following:
merchants/add_banner.php...
affiliates/getbanner.php...
affiliates/gen_banner.php...
affiliates/get_all_links.php...
This is also how the codes look for the copy and paste part:
//$code = "<!-- START $title CODE -->\n<script language='javascript'type='text/javascript'>\nvar r=document.referrer;\n var counter = new Object();\ncounter.src = '$track_site_url/get_trackingcode.php?aid=$SESSION[AFFILIATEID]&linkid=B$row->banner_id&r='+r;\n</script><script src=$track_site_url/get_trackingcode.php?aid=$SESSION[AFFILIATEID]&linkid=B$row->banner_id>\n</script>\n<!-- END $title CODE -->";
Again can this be done? Can anyone please help?
Thank you
Cheryl :-*