Ok, i got this great script... install on my server...
run admin menu... -- ok it's work! BUT
I need help with download.pl
Thats the hell i have --- i have ~300 mb of my lovely music! this archive ---- on ftp server -- for ex: ftp://alicexxxxx_.com/music (in directory - subdirs with mp3's)
BUT my site on another domAAn * for ex : http://alice666x.com now i do... if i doing something wrong ---- Help with my errors!!!!!
# url to script
$cgiurl = "http://alice666x.com/cgi-bin/download.pl"; //////// ok?
# url to the image files without trailing "/"
$base_gif = "http://alice666x.com/gif"; ///////// i thing i right!
# administration password - should not contain '&','=' and "
$admin_pass = "123qwe"; /////// hehe
# log files
$basedat = "log.txt";
$daylog = "daylog.txt";
$stats = "download_stats.txt";
//////////////////////////////// & now a big FAQ's
# base url to the downloads without trailing "/" (use for scanning)
$base_url = "ftp://alicexxxxx_.com/music "; ////////////////// RIGHT??? orrr....
# path to the downloads from the server root! (use for scanning)
$base_dir = "/music "; //////////// RIGHT???? or no?