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
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.
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.)