The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Scripts and Programs :: File Manipulation :: Utilities
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 60    Displaying: 1 - 20 Pages:  1 2 3

   WebExplore 1.0   Hits: 484 

 
This script displays files and folders in a windows explorer kind of view. The package is developed in PHP 5.0 and has implemented observer-observable design pattern.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jul 21 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   yaIndexer   Hits: 378 

 
yaIndexer - yet another index generator tool simple and easy to use. This script allows you to create simple and well looking indexes for directories when this future is disabled by server or you just can't stand this ulgy Apache/Lighttpd/whatever index look. Installation To install script just copy it to directory of your choice and type in browser http://server.name/path/t o/script/indexer.php. You can change the name of script to index.php and then you can just type http://server.name/path/t o/script/ I've been using a great set of mini icons created by Mark James, you can find realted information on his page Configuration There is only two things, that you may/want to configure, first is if you want hide hidden files (in *nix way, starting by a dot), then set a HIDE_HIDDEN static and if you want to see a short summary of curent directory under the tables of files.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Aug  2 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpAce Web Zipper   Hits: 48 

 
Create zip files online by uploading files via a web browser or view and download files in a zip archive online by uploading it. It is free to use and modify and licensed under an open source license. The script is easy to customize with separate language translation files, editable layout template and css stylesheet. Simple configuration including limiting the types of file that can be uploaded, maximum number of files and more via a php configuration file.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Sat Dec 13 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   uncompress_file   Hits: 203 

 
uncompress_file - php script, which can uncompress .tar.gz archive. It's basical and simple and it's all in one file uncompress_file.php. Tested on windows and unix.


Free   Version: 0.87   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Sep  7 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   compress_file   Hits: 174 

 
compress_file -php script, which can compress files to .tar.gz archive. It's basical and simple and it's all in one file compress_file.php. Tested on windows and unix.


Free   Version: 0.85   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Sep  7 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   freedomeditor   Hits: 908 

 
Freedomeditor is a web based (web) development environment / texteditor that aims to provide high customization options for each file extension, and already is highly customized regarding opening and modifying of php/html/js/css files. File system browser included.


Free   Version: 0.1.9   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 26 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Create Excel, Word and other files from PHP   Hits: 1008 

 
A small but effective utility module that can create .xls .xlr .doc .txt .ppt .rtf and .csv files. You just pass the data and a filename. It can also capture print output (from echo statements) and send that to a file. A demo module is included to show how to create the data for the various file types. The most effective way is to provide html to Word or Excel. This has been tested on a Linux server with a Windows desktop system. It may work with a Mac ot Linux desktop but you'll have to try it (let me know). It's pretty easy to modify so you can make additions if necessary.


Free   Version: 1   Platform(s): linux, windows   Updated: Mon Jun  9 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Data Cache Class   Hits: 304 

 
PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries each time the data is needed, we can cache data for 3600 seconds or an hour (adjustable).


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx   Updated: Thu Jun  5 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Index0r v0.9.5s - Directory Index   Hits: 7401 

 
The ultimate directory indexer and file browsing script that you can include on just about any page or be just a directory index. Features include thumbnails, sorting, directory sizes and contents, file types, etc. v0.9.5s Update - Cross-site scripting (XSS) secure. v0.9.5 Update - Name, Size, Type, Modification Date column sorting


Free   Version: 0.9.5s   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Mar  6 2008

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Count Lines   Hits: 601 

 
This script will count the lines of code in it's folder and all sub folders. You can count the lines of code in an entire website if you place it in your root folder. You also have options to exclude certain file extensions (ie. gif, jpg), exclude certain file names and folder names (ie. blog).


Free   Version: 1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Aug 22 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Find And Replace - Regular Expression (REGEXP) Online Tool.   Hits: 2488 

 
Recursively searches the contents of files for a particular string, and replaces that string with whatever you like. Ability to first preview, and then to include/exclude files (or lines) which you want edited. The quick-n-simple version allows you to just paste text into a textarea, and apply regular expressions to it (includes REG-EXP examples).


Free   Version: 2.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Aug  8 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   PHPUnzip Class   Hits: 768 

 
For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A detailed example is included. This class can read and parse a file and determine if it is a zip file, and read through the file entries and insert the file data into a structure which can be looped over for processing. Extensive error checking and handling and easy to use.


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Sun Jun 24 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   dirLIST - PHP Directory Lister   Hits: 4264 

 
This PHP script will list all the files and folders in a given directory. It has the ability to calculate folder sizes (not usually found in these types of scripts) and can be customized by the user. Works on BOTH Windows and Unix, Very simple to setup! Some of dirLIST's key features: * List all the files and folders in a given directory * Show the sizes of folders and files * Ability to exclude specific files and folders * Ability to exclude files with certain extensions * Works on both UNIX and Windows systems * Statistics including total files and folders and page load time * Alternating row colors * User customizable * Security measures to prevent parent directory listing and more * Cross browser support


Free   Version: 0.1   Platform(s): linux, windows   Updated: Fri May 18 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Upload a File   Hits: 1559 

 
This simple script provides a simple way to upload a file onto a directory of the server. It checks the file size prior to moving it from the temporary directory to the destination directory.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jan 25 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   JAB Directory Displayer   Hits: 4480 

 
JAB Directory Displayer is a free script written in PHP, it allows people to access a file and folder displayer which is accessed through a single password. You can choose a top level directory and it will allow the user to view files and folders below that directory. You can choose whether to make files clickable or not. Folders are always clickable. Instructions are included in the download. Created By James Barnsley (www.poundingbeats.com)


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jan  7 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (2) Visitor Ratings

   Lord Matt's File Details Script   Hits: 1570 

 
Add this script to a folder containing files that you might like to offer for download. The script will generate a details page for any file including MD5 hash, size, name and optional description. Fully customisable to blend with your site with properly classed output controlled by CSS (example included). Comes with extensive help text so that you should not need to know anything about php to get this to work nine times out of ten. Requires no database and works from the word go. However, it can't read your mind so you will need to pass the details of the file you want to detail as part of the URL. Don't worry, it is all covered in the help text. There are no limits to the number of files you can detail (other than the space they take).


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jan 21 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple PHP Indexer   Hits: 2054 

 
This script is meant to be alternative to Apaches directory indexing feature. Simply drop the file in the directory you want indexed. You can also hide certain files and load descriptions of each file from an external text file. It can also recurse into sub directories so you can see files from multiple folders all on one page. The output is CSS customizable. Note: This is a directory indexer, NOT an advanced download system or file manager/ftp replacement....don't be hating.


Free   Version: 1.0 Final   Platform(s): linux, windows, freebsd   Updated: Mon Jan  8 2007

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpFile   Hits: 2407 

 
phpFile is a file manipulation class. This is intended to be either a base class to be extended or can be used on its own. The included example shows how a new file can be created and data written and inserted in the middle of the file. The phpCSV class (not included but available from at Hotscripts) shows an example of how this class can be extended. phpCSV is available from Hotscripts and can be found by looking at the other classes I have written, these are shown at the bottom of this description.


Free   Version: 0.3   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Dec 10 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   CssHighlight   Hits: 537 

 
CssHighlight is a php function, that highlights css code. Design options can be given in Stylesheet.


Free   Version: 1.9   Platform(s): n/a   Updated: Wed Nov 15 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   TheDeleter   Hits: 2629 

 
TheDeleter is a very smart script that you can browse all your files and directories online .. you can delete any directory or file in very simple click .. we know that you can do it using the ftp program but TheDeleter make it much much much faster than any FTP program ..also can delete any unempty directory in just a click.. This scripts have secure cpanel you have to login .. has multilanguage function ..


Free   Version: 1.0   Platform(s): linux, windows   Updated: Wed Sep 27 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (1) Visitor Ratings

  Total: 60    Displaying: 1 - 20 Pages:  1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2009 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog