Server IP : 10.126.40.4  /  Your IP : 216.73.216.53
Web Server : Apache
System : Linux webd004.cluster126.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : bleepfrder ( 121343)
PHP Version : 8.5.0
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0555) :  /home/bleepfrder/Potato/../compta/../Minecraft/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/bleepfrder/Potato/../compta/../Minecraft/check.php
 <?php
$dir = "./Maps/";

// Open a directory, and read its contents
if (is_dir($dir)){
  if ($dh = opendir($dir)){
    while (($file = readdir($dh)) !== false){
      echo '<a href="https://minecraft.bleep.fr/Maps/'.$file.'">https://minecraft.bleep.fr/Maps/'.$file.'</a><br>';
    }
    closedir($dh);
  }
}
?>