Page 1 of 1

Please help me with these scripts!

Posted: Mon Feb 04, 2008 12:06 am
by crossbone
First off, I'm new at this so assume I'm a complete novice. I'm trying to set up my site that includes a photo slideshow. Searching from the web, I discovered this free php script that works on most platform here:
http://panmental.de/public/programming_ ... HP/#iframe
To simplify, the script is first customized, saved then uploaded onto the server. the file that contains the script is supposed to go to the same directory as the photos. I did everything but when I ran the script, there were only control buttons but no photos :(
can someone be kind enough to try this and tell me if it works for you?
thanks!!

Crossbone

Re: Please help me with these scripts!

Posted: Mon Feb 04, 2008 12:22 am
by Christopher
From a quick look, I would guess that your setting for $basePath="./"; in wrong or you have a permissions problem.

Re: Please help me with these scripts!

Posted: Mon Feb 04, 2008 1:55 am
by crossbone
arborint wrote:From a quick look, I would guess that your setting for $basePath="./"; in wrong or you have a permissions problem.
what do you think the setting ought to be? btw, it's not my script.