The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Add this before line10 again
$File_Dir = "/freeola/users/*/*/sr*******/upload";
then just create a folder called upload in the root of your site. Then chmod and tick all
where * is the numbers from My Freeola ID.
copy($fupload, "$File_Dir/$fupload_name") or die("Upload to $File_Dir/$fupload_name Not Completed.");
that is the line of code it says it's having a problem with (Line 10) ... can you see anything wrong with it?
777: Read/write/execute all
To use just create a folder in your Root DIR call it upload(or what ever you like later) chmod the folder to full permission Aslo you gotta change /freeola/users/6/5/sr0123456/ to your root dir
Upload script
if (($Submit != "") && ($img1 != "")) {
@copy("$img1", "/freeola/users/6/5/sr0123456/upload/$img1_name") or die("Sorry Error while trying to upload");
echo "Uploaded: $img1_name($img1_size)";
exit;
}
?>
When I try to execute the Script now, I'm told that permision is denied.