Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-06-2005, 09:35 PM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 44

seh264

Default What is my absolute path..

im trying to get this uplaoder to work and it is telling me to enter my absolute path...what is this and how do i find out what mine is !?!?
seh264 is offline  
Old 03-06-2005, 09:55 PM   #2 (permalink)
 
True Techie

Join Date: Sep 2004

Posts: 110

Terencentanio

Send a message via AIM to Terencentanio Send a message via Yahoo to Terencentanio
Default

Try ./ or /
__________________
* Your high priced security consultant\'s plane ticket: $1500
* Your high priced security consultant\'s time: $200/hour
* RealSecure nodes all over your company: $200,000
* Getting owned by 0day: Priceless
Terencentanio is offline  
Old 03-07-2005, 12:11 AM   #3 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

Is this in relation to a URL or location on the local file system?
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline  
Old 03-08-2005, 11:59 AM   #4 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 44

seh264

Default

A location on a file system.
seh264 is offline  
Old 03-08-2005, 01:04 PM   #5 (permalink)
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

You'll need to ask your web hosting provider. If you can use PHP, make a PHP file with these contents:
Code:
<?php print(dirname(__FILE__)); ?>
This will print the absolute path to the current file.
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On