Quote:
Originally Posted by Digital Jedi
If you're running vBulletin successfully, then you shouldn't need to configure anything else.
Okay, your not telling me exactly where your uploading the files to. Are you putting the contents of the upload folder in your forum root, or are you trying to put the upload folder in the forum root by itself?
On a side note, the link in your signature is missing the "p" in http://
|
i uploaded the files to forum root of course. i checked images, all of them uploaded to downloads folder. i get this error
Fatal error: Call to undefined function imagecreatefromjpeg() in /home/lordrvl/public_html/downloads.php on line 838
Code:
$orig_image = imagecreatefromjpeg($dl->url.$newfilename);