could someone help me. when i upload a picture. it says that it uploaded it but i cannot find the file. i have the upload path settings correct but it still wont work.. here is my code
Quote:
/* Folder variables */
/*-----------------------------------------------------------------*/
$path = "/home/username/public_html/images/uploaded";
/* this is the path to your uploaded */
/* image folder where the pictures */
/* are going to be stored. */
$cpurl = "http://animegathering.com/";
/* The path where your vb files are */
/* located at */
$shortpath = ""; /* folder where the file is located */
/* anything after the domain name */
/* like www.domain.com/vb/...file */
$imagepath = "/images/uploaded";
/* folder where the uploaded images */
/* are going to be stored. This will */
/* be used to pull the images up to */
/* show on this page. */
|