| View previous topic :: View next topic |
animewings Funnilein

Joined: 20 Dec 2007 Posts: 3
|
Posted: 20.12.07 16:44 Post subject: Need Info about... |
|
|
|
This is my old Root
| Code: | | $IPB_ROOT_PATH = "/home3/dealer/main/pkg/XXX/animewings/html/XXX"; |
Can Someone tell my hat root is here? very important for me |
|
| Back to top
|
|
|
crushmaster Fun-Schreck

Joined: 26 Jul 2007 Posts: 171
|
Posted: 20.12.07 17:26 Post subject: |
|
|
|
<?php
print $_SERVER["DOCUMENT_ROOT"];
?>
put this code into a php file for example test.php, upload it to your webspace and call it in your browser
http://animewings.an.funpic.org/test.php
it will show you the document root (root path) _________________ http://www.conmunix.net the web application security experts |
|
| Back to top
|
|
|
animewings Funnilein

Joined: 20 Dec 2007 Posts: 3
|
Posted: 20.12.07 17:38 Post subject: |
|
|
|
| Wow, nice. This file works on all host? |
|
| Back to top
|
|
|
crushmaster Fun-Schreck

Joined: 26 Jul 2007 Posts: 171
|
Posted: 20.12.07 18:58 Post subject: |
|
|
|
it works on hosts with php support _________________ http://www.conmunix.net the web application security experts |
|
| Back to top
|
|
|