| Author |
Message |
arrowhd
Joined: 22 Dec 2007 Posts: 8 Location: Oregon/Maui
|
Posted: Fri Jan 11, 2008 9:27 pm Post subject: Click through counter PHP |
|
|
Have any of you tried or purchased the MaxProg click-through counter called click.php? If so were you able to make it operable. I have been told its is a easy install but I can't get it to work. Any help will be greatly appreciated. I seems like a very good marketing tool if it can be made operable.  |
|
| Back to top |
|
 |
arrowhd
Joined: 22 Dec 2007 Posts: 8 Location: Oregon/Maui
|
Posted: Sat Jan 12, 2008 8:23 am Post subject: Perseverance brings results. |
|
|
After at least a week of searching, asking and scratching my head I finally solved the problem.
The instructions read for click-through counter php:
1. After unzipping the file, upload click.php and click.dat to any folder.
2. chmod click.dat to 666.
3. change the $filename to your folder path for click.dat.
This is the way I would explain the instructions:
1. After unzipping the file, upload click.php and click.dat to any folder in your directory making sure that click.php and click.dat are in the same folder. Keep it simple and put both of them in your public_html level folder.
2. After you have ftp'd the two files to the same folder. Use your ftp software to set the permissions. Thats what chmod is and in fetch can be found at Remote menu/set permissions. Set permissions for click.dat to 666.
For more information on chmod check out this URL:
http://www.webweaver.nu/html-tips/chmod.shtml
3. Change the $filename to your folder path for click.dat. (you only have to change this if click.php and click.dat are in different folders and there is no reason to do that. |
|
| Back to top |
|
 |
|