ok, I found this setup (looks like it's perfect)
http://www.nukecops.com/downloads-fi...gement_v2.html
I went through the setup and I'm supposed to edit this section:
Code:
function AddUpload($upfile) {
global $prefix, $dbi;
$uppath = "/local/path/4/example/htdocs/html/images/maps"; //local path for upload
$upbaseurl = "http://yoursite.com/html/images/maps"; //url path for upload
$enable_upload = 1; //enable upload =1, disable =0
I changed the 2nd one to
Code:
"http://sourceforts.brainfreezegames.com/sfmaps";
I'm not sure what to change the first one to though? I've tried several different things but it's not working
There's no support forum for this project so I thought I'd come ask the people I know know what they're doing
Everything shows up in the admin panel (well, the picture doesn't load :?) but when I click it it gives me this:
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bfg/public_html/sourceforts/includes/sql_layer.php on line 286
Access Denied
|
I've used their included .SQL file to add tables to my database and everything went smoothly there, I've checked and they were all created.
Can anyone help me
Thank you very much!