Please help me with these scripts!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
crossbone
Forum Newbie
Posts: 2
Joined: Sun Feb 03, 2008 11:58 pm

Please help me with these scripts!

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Please help me with these scripts!

Post by Christopher »

From a quick look, I would guess that your setting for $basePath="./"; in wrong or you have a permissions problem.
(#10850)
crossbone
Forum Newbie
Posts: 2
Joined: Sun Feb 03, 2008 11:58 pm

Re: Please help me with these scripts!

Post 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.
Post Reply