QAS: Quick Affiliate Stats

Status
Not open for further replies.


New version of QAS available. Now 12 programs supported:
Sign up for AdSense.
Sign up for AdWords.
Amazon.com
Comission Junction
Copeac
Parked.com
Tradedoubler (DK)
Shopping Ads
Millnic
AdBrite
Shareasale
Firelead

Have fun :)
 
Im making the addons as fast as time and access allows me. If I am not a member of a particular affiliate program it's kinda hard for me to do an addon for that program :)

So, again, if anyone has an account not in use for an affiliate program, I would be very glad if I could borrow it :)
 
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/xxxxxx/public_html/stats/addons/base.class.php on line 60

Ever figure out what this problem is? I'd love to use this.
 
There is absolutely nothing special going on at that point in the code. Did you change anything? Perhaps try to download the zip-file again. Maybe something went wrong downloading/uncompressing it.

What version of PHP are you running?
 
Didn't change anything. Re-upped the files, even made a new clean database for it.

MySQL version - 4.1.22
PHP - 4.4.4

If you look up higher in the thread, I'm not the only one that has run into it :\
 
Sorry about not answering. A bunch of shit fell in my lap.

You are running PHP 4 which means that all this "private" & "public" in front of the functions will make PHP throw a hizzy fit.

There is two ways to solve this.
1: Upgrade PHP to version 5 <-- much preferred ;)
2: Delete all the "private" & "public"'s in front all the functions which has them. (I'm not sure about this, but I believe it should work.)
 
I can't get it to unzip properly either. The only file that gets extracted in addons is base.class.php....all the others are missing.
 
Status
Not open for further replies.