• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ASP language? HELP!?

SaintGRW

Golden Member
i've posted this on like 5 different boards I figured for sure I could get some help here....does nobody know what this is?!

i'm trying to get mine working and I can't figure it out. i'm having problems with these 3 lines of my "uploader.php" file

$destination_name = htmlspecialchars(stripslashes_gpc(trim($_POST['destination'])));
$destination = $Settings['incoming_directories'][$destination_name]['path'];
$url_path = $Settings['incoming_directories'][$destination_name]['url'];

right now it won't upload
if I change 'path' (middle row - line 31) it'll upload but to the /upload/ directory and not the one I want it to go to. in addition to that I get a

Notice: Undefined index: in /var/www/html/upload/includes/uploader.php on line 31

message.

link to upload page if you want to see it do nothing.

help via AIM would be great but any help is appreciated. thanks.
 
Back
Top