Ronald path is not right..... try this /home/ronald/[domain]/public_html/phpuploader/
or
/home/ronald/[domain]/phpuploader/
change [domain] with your domain on which u have uploaded it .....
e.g
if u have abc.com/phpuploader/
than
/home/ronald/abc.com/public_html/phpuploader/
[slide]http://i36.tinypic.com/fmpeea.png[/slide]
I've tried changing the path to everything possible but it still doesn't seem to work. Anyone know what I need to do?
Edit: Oh yeah, all the files are chmodded.
look again in the picture you are missing a "/" before home/ so, check the config again
function getmulink($link, $mucookie)
{
$page = curl($link, '', $mucookie);
preg_match('#Location: (.*)#', $page, $match);
$link = trim($match[1]);
return $link;
}
preg_match('#Location: (.*)#', $page, $match);
preg_match('#location: (.*)#', $page, $match);