IM really having trouble with this. WHen I try to get to the admin. page...it say the file is not there?
Below is the setup of my download.pl file:
Here is the error I get:
gives me an internal server error (500)....and this in my error log:
[Fri Apr 23 10:02:18 2004] [error] [client 68.20.2.130] File does not exist: /home/graycr2/public_html/500.shtml
[Fri Apr 23 10:02:18 2004] [error] [client 68.20.2.130] Premature end of script headers: /home/graycr2/public_html/cgi-bin/download.pl
#!/usr/bin/perl
#########################################################################
# Top Downloads v2.0 #
# Copyright (c)2000 Chi Kien Uong #
# URL: http://www.proxy2.de #
# #
# This Software is distributed under the GNU General Public #
# License. For more details see license.txt #
# #
# To count a download use: #
# file #
# #
# To show your top xx downloads: #
# http://www.graycrosby.com/cgi-bin/download.pl?job=show&top=xx #
# #
# Administration: #
# http://www.graycrosby.com/cgi-bin/download.pl?admin=enter #
# #
#########################################################################
# url to script
$cgiurl = "http://www.graycrosby.com/cgi-bin/files/download.pl";
# url to the image files without trailing "/"
$base_gif = "http://www.graycrosby.com/gif";
# administration password - should not contain '&','=' and "
$admin_pass = "pass123";
the problem is how you uplaoded it.. I know.. I had the same trouble... you have to check how your files were uplaoded and also check in the directory as the default makes it one level deeper than it is
jeff
02/08/2004 11:29:35
Subject:
freddie
Beginner
Joined: 31/07/2004 22:43:08
Messages: 8
Offline
You havent change the FIRST URL address in this to your own!
The script is still trying to link back to www.proxy2