Tagged Questions

8
votes
3answers
392 views

how to iterate over non-English file names in PHP

I have a directory which contains several files, many of which has non-english name. I am using PHP in Windows 7. I want to list the filename and their content using PHP. Currently I am using ...
1
vote
2answers
72 views

Is it possible to use .htaccess to make custom Index Of pages? If so how?

You know how when you go to a url on a server and the directory doesn't have an index.* file or a default.* file it shows you a list of the directorie's contents? I was wondering if there is any way ...
1
vote
3answers
530 views

PHP recursive directory listing - directories ONLY

I am working on a file manager project and can't seem to get my head around doing a recursive directory listing where I only get the directories. Everything I've tried either leaves off empty ...
1
vote
2answers
939 views

PHP/Apache, options +indexes in htaccess doesn't work for root directory

I need to offer a directory listing of the root directory of my site, so I created an .htaccess file containing options +indexes It works for subdirectories, but for the main directory I get the ...
0
votes
3answers
105 views

Why does opendir not show folders with a single interger as the name

I have a script that opens a directory, checks if the folders matches an array, and then opens them. In the directory there is a list of folders like "apache2-50", but when the script opens that ...
0
votes
2answers
135 views

listing a folder content : how to prevent user from going above the authorized directory?

i'm working on a script to allow users to browse a given directory, which is not the directory this file is sitting in, but set in a variable. define('FOLDER', '../_files/'); Now, the rendred html ...
0
votes
3answers
1k views

Simple script to replace Apache's mod_autoindex with a user-friendly directory listing

The Apache module mod_autoindex generates "directory indexes" that show users a crude hyperlinked list of the files and directories inside a directory (when there is no index.html or other ...
-2
votes
1answer
45 views

Limited Folder list using PHP

I have multiple sub folders in a folder. I need to show minimum 5 sub folder (Last Updated). Is it possible with PHP?
-5
votes
2answers
51 views

Page Navigation in file listing using PHP [closed]

I have more than 100 images on folder, i have listed all images in one page. But i need to list all images with last updated and pagination. Please help