PDA

View Full Version : Problems


21st August 2004, 10:18 AM
Hi

Do you have a manual for this script?

I have teste dwith invisable image. System say
cookie empty. I teste dclick on link and then go
to sales thank you page with link.

System says "No cookie" etc....

There are no reference to how to setup different
pages and link with different product codes etc.

I consider buying another software cause this
one is not easy to understand. Even though I
been with aff software for years.

And oes it ONLY track cookies? (When it works)

Daniel

mark
23rd August 2004, 09:41 PM
Hi,

I replied to your question about linking to different product pages in your email before.
Generally, it is simple, when creating banners/links, you specify destination URL which can be URL of your product page.


Regarding not saving cookies, on some configurations, it will start working works after you change the redirect code.
Go to /scripts/ClickRegistrator.class.php and replace the line

Header('Location: '.$this->destinationURL);

with

echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0;URL=".$this->destinationURL."\">";

It should be around line 250.

Then try again. If the cookies are not saved even now, then the problem is in your browser's security settings or firewall.

In current version it uses only cookies to track sales. In the new version it will support PHP sessions and IP address matching.
I can send you customized version of the script that can do it also now, but everything (sessions and IPs) will be hardcoded and not settable.

with regards,

Mark