blog personale

files & subdirs listing script

Non trovando uno script PHP per creare un visualizzatore dei files e dirs presenti in ogni dir e sottodirs (senza avere lo script in ogni sottodir), ne ho creato uno al volo spartano, lo copio qua sotto (così quando mi serve lo ritrovo :D ) e magari può servire (forse) a qualcun’altro. Chiamare lo script "index.php"

<h2><a href="index.php">index</a></h2>
<ul>
<?
$_GET['folder'] = $_GET['folder'] ? $_GET['folder'] : ".";
$h = opendir($_GET['folder']);

while (($file = readdir($h))!=false)
{
 
 $file_path = $_GET['folder'].’/’.$file;
  //
  if (is_dir($file_path))
    print ‘<li><b>[ <a href="?folder='.$file_path.'">'.$file.'</a> ]</b></li>’;
  else
    print ‘<li><a href="’.$file_path.’">’.$file.’</a> (‘.round(filesize ($file_path)/1024/1024,2).’ Mb)</li>’;
}
?></ul>

11 Responses to “files & subdirs listing script”

  1. Where To Stay In Bangkok

    on February 15 2012

    Superb website…

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]……

  2. Idée sortie

    on February 15 2012

    Sortir…

    [...]here are some links to sites that we link to because we think they are worth visiting[...]…

  3. online jobs at home

    on February 16 2012

    Great website…

    [...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]……

  4. Boyd Lincicome

    on February 17 2012

    greenpeace uk annual report…

    [...]Your Victoria Royals can be major youngster hockey workforce playing within Western [...]…

  5. penis extender devices

    on February 17 2012

    Trackback…

    [...]At the bottom of this page you will discover a few of unrelated blogs,however I belive are wonderfull websites worthy of a visit[...]…

  6. Mens Clothing

    on February 19 2012

    I can’t believe my eyes really…

    [...]What on this planet do you think you’re writing about[...]……

  7. website

    on February 21 2012

    Trackback…

    [...]At the bottom of this page you will discover a few of unrelated blogs,however I belive are wonderfull websites worthy of a visit[...]…

  8. GTA 5

    on February 21 2012

    GTA 5 cheats…

    [...]below you’ll find the link to some sites that we think you should visit[...]…

  9. Iodoform packing strip

    on February 22 2012

    pick up magazine…

    [...]here are simply a few links to a few other sites that we link to since we know they are truly worth visiting[...]…

  10. Starcraft 2 protoss strategy

    on February 24 2012

    More Info For Me…

    [...]Can you further elaborate this if possible[...]……

  11. 鈭?

    on February 26 2012

    10 great ways to sell your used cell phone ?…

    [...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]…

Comment RSS · TrackBack URI

Leave a comment

Name: (Required)

E-mail: (Required)

Website:

Comment:

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

 

 

Ultimi post

About Me

Blog tecnico/geek di Elvis. Chi sono ? studente & web developer freelance. Vedi la pagina "about me" per altre info.

scontiphp