dirLIST displays files and folders in a given HTTP/FTP directory. It has a wonderful interface with choice of Thumbnail or List view along with gorgeous icons for different file types. Includes a sleek gallery, web based mp3 player, file admin + more

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow dirLIST - PHP Directory Lister

dirLIST - PHP Directory Lister Web Site

Other Useful Business Software
Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
Enterprise and Small Business CRM Solution | Clear C2 C2CRM

Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
23
1
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • Very good script ! I'd like if there was the possibility to create new directory in Admin mode.
  • hmmm, Carefull if you are using this, just a search for dirlist exploit in google found a lot, including this http address packetstormsecurity.com/files/115381/dirlist-lfi.txt just try this on your own site by adding it to the url dirLIST_files/gallery_files/show_scaled_image.php?image_path=../index.php fixed it by changing //check if image is smaller than a required dimensions of 584 x 360...in which case just show the image if($image_attribs[0] <= $scaled_width && $image_attribs[1] <= $scaled_height) { readfile($image_path); exit; } to //check if image is smaller than a required dimensions of 584 x 360 and larger than 0 x 0...in which case just show the image if($image_attribs[0] <= $scaled_width && $image_attribs[1] <= $scaled_height && $image_attribs[0] > 0 && $image_attribs[1] >0) { readfile($image_path); exit; }
  • Thank
  • Dir-list is great! Thanks.
    1 user found this review helpful.
  • very good project, thanks!
    1 user found this review helpful.
Read more reviews >

Additional Project Details

Intended Audience

Advanced End Users, Developers

User Interface

Web-based

Programming Language

PHP

Related Categories

PHP Search Engines, PHP Site Management Software, PHP Internet Software

Registered

2007-04-26