Author |
Message |
15/01/2002 23:44:43
|
SAS
Beginner
Joined: 14/01/2002 16:25:33
Messages: 9
Offline
|
Hi i am in the process of setting up a Top Downloads 2.0 on my server and have a small problem, the number of downloads does not appear.
I have a page saved as a php file and am using this code.
where fileid is the id of the file.
also the top 10 code which looks like this
doesn't display properly, evan though there have been downloads none are shown here.
any ideas whats wrong? any help appreciated
Thanks
|
Donald Marshall
IGI 2 Covert Strike Fan Site
DeltaForceCommand
Flashpoint Site |
|
14/03/2002 20:12:33
|
Anonymous
|
Again, I'm having the same problem.....what's going wrong?
|
|
25/03/2002 16:11:07
|
Anonymous
|
I'm having the same problem here. Wont show a count on my page!
Can't figure out why
|
|
03/07/2002 02:30:27
|
Anonymous
|
I think it's because JavaScript isn't processed in PHP documents. I am having the same trouble and have no way to circumvent this problem.
|
|
03/07/2002 02:56:23
|
Anonymous
|
Don't use javascript. Instead, use:
For Top XX:
For Download Count:
|
|
03/07/2002 03:01:43
|
Anonymous
|
For total # of downloads use:
|
|
03/07/2002 23:06:33
|
Anonymous
|
Change the " in your script to a single ' as php doesnot understand the " symbol..
|
|
02/08/2002 23:42:56
|
Anonymous
|
Or use
when your server is running on windows
|
|
|