Browse | Submit A New Snippet

Snippets by category: File Management

Snippet ID Title Creator
Snippets
42random image pickerpolson
Picks a random image from a directory and displays it. Could be modified to do much more and includes directions on its use.
84Username Duplicategoranson
This simple little snippet will check your table to ensure that duplicate entries of form data will not be entered. This example is for a username check, but obviously can be used for most any form entry information.
1355Smart Publishernetwerk
Smart Publisher is a open source web-based application which helps you to publish a static or dynamic website on the internet. Compare files and database (MySQL) between local and remote systems. Uploading only the difference between the two systems.
110Htpasswd class wrapper to add/delete/modify users in .htpasshelpdesk
I have used the class.Htpasswd.php3 from
http://www.thewebmasters.net/php/Htpasswd.phtml

and written a very simple wrapper PHP script around it.

Check the following things...
1) The script itself needs to be protected by proper .htaccess mechanism so that only authorized users can play with it and
2) The .htpasswd file needs to be writeable by httpd (nobody)

Hope you find this useful..
AMit
118Class for reading INI filesvarel
Simple class that supports reading sections, single values, and arrays from INI files.
151File Headerdahve
Read the header of a file
and stuff
1339Blogger Category Publishernewsmaster
PHP script that lets you easily categorize your blog posts and generates category pages for your Blogger blog. Works on blogs hosted outside of blogspot.com. Category pages inherit your blog's template for seamless integration and are published as static HTML pages with links to your individual blog posts.
Get the whole package and check for the latest version:
http://www.moshare.com/apps/blogger-categories/

Includes 4 files:
blogger-categories-config.php
blogger-categories-login.php
blogger-categories-publisher.php
blogger-categories.txt

And of course a readme.txt file.

Quick Install
=============
Please read the step-by-step instructions in blogger-categories-config.php
Configure the variables in blogger-categories-config.php as directed.

How-To Instructions: Set Up Steps for Blogger Categories Publisher
=========================================
Note: This script is written in PHP and requires you to have your own hosting account outside of blogspot.com. If you don't have your own hosting account with PHP, just search Google for "cheap php hosting" or "free php hosting"...
The sample code snipets in the steps below make reference to an actual sample Blogger template.
To help you set up this script and see a live sample blog with categories please go to:
http://www.seniorcatanddogproducts.com/
You can download that blog's template and Category Publisher script config files from:
http://www.seniorcatanddogproducts.com/category-publisher.zip
191Instant Slide Showrandom
Just throw this file into a directory of images, change the name of the file if you wish, and when you link to it, it creates an instant slide show with the images present in the directory! You can also adjust the code to look through any directory you choose for images. It's also my first code post ever, so go easy on me ;)
203Download-Forcervannygogh
Forces a script to download attached file with attached filename!!
204recursive directory displaysmarlowe
This simple code fragment takes a directory, and recurses it, displaying all the files and directories underneath that directory. A good general purpose framework for a utility that needs to recurse a directory and operate on each file or something like that.
238ID3v2 tag extractiondrzero
These functions can extract ID3v2 tags from MP3 files.
Just pass the location of an MP3 file to extract_id3v2() and it will return a nice array containing all the frames from the tag.
The code is not very pretty as I haven't got much time to spend on this.
If anyone feels like cleaning up the code then please feel free to do so. I only ask that you send me a copy of the finished work ;)
Enjoy
249Complete recursive directory listingjholden
This snippet will take a given path and list every file/directory under that path. Uses recursion and lists files/dirs in depth level.

1199FTP Upload With CURLinstaller
This script demonstrates how to upload files to an FTP server using the PHP support for libcurl.
276Inserting eWebEditPro into a PHP Web pagelethanek93
This code shows you how to insert Ektron's WYSIWYG editor, eWebEditPro, into your own PHP Web page
278multiple mail sending programahsanrauf
a script to send mails reading from 2 different files

make emails.dat file for email addresses
make temp.dat file for the material to be delivered

change the mail server name to your mail server name and thats all enjoy !!!
309Random Line Loaderohaus
Loads a file into memory one line at a time. The lines can then be accessed randomly from the class. Possible uses include blind banner ad rotation.
360DroPMenUlavve
A DroPDowNMenU with a javascript that sends You to the page or folder you want.
This Is The Nicest Thing You've Ever Seen !!!
394File upload classbealers
A fully featured file upload class that allows you to transfer multiple files from a browser to a webserver.

This is a re-write of code I used to base my Easy Uploads tuorial on:
http://www.phpbuilder.com/columns/bealers20000904.php3

The most uptodate version of this class can be found @ http://bealers.com/php
415php_ftp_classmoisey
Class that connects to a FTP server to work with files and directores.
It features:
- connect to ftp server
- change current working dir
- create new empty file
- create new dir
- change access right to object
- send SITE command
- copy file
- move and rename file or dirs
- move uploaded file from TMP into CWD
- delete file or empty directory
- write into file
451File Browserthepigs
Creates and edits files and directories. Useful for maintaining pages via web. Simple interface. To use, drop the script into your web site's root.
452phpmyfortunerobbieb
This is a PHP class that simulates the fortune program.
It prints out a random epigram from a cookie fortune file.
459Virtual FTP for a WebSite. ( Not actually FTP )mathew
I originally made this program when I was
running through a bunch of free webhosters.
I got tired of relearning their interface so I made this one. I now have a 'real' website, and no longer need 'virtual' FTP. I couldn't bear to just dump it, so here it is. Now I'll probably have to make a bunch of versions ;)

There is also an online web editor that I
made to go with it... I'll add it in a few weeks when I get some spare time.
1247phpXplorermedianix
phpXplorer is an open source file management system written in PHP. It enables you to work on a remote file system through a web browser. By default it has got dialogs for editing HTML, PHP, image, Apache, compressed and email files. Its modular design makes it easy to build your own filetypes, property sheets, views and themes. phpXplorers permission manager enables you to restrict the access to the shared file system for multiple users in a detailed way.
You can download the script at phpxplorer.org
467PHP FTP Client and Libraryadamsutton
I have written a class to wrap most of the standard FTP functions supplied by PHP, as well as a client to use the libraries.

This is an ongoing project and is still a little rough.

The client is fairly functional and provides all of the basic FTP functions.

The library will eventually be capable of full filesystem maintenance via FTP.

If you want to check out the project then it can be found here, http://www.adamsutton.co.uk/projects/project.php?proj_id=phpftp . There is a link to the client if you wish to try it out.

I have only uploaded the library so if you want the client aswell see my site, sorry for any inconvenience.
468Simple Recursive Directory Searchphp_haze
This function can be used as a simple search. As it is now, you can use a file extension (ex. ".php") to find all the files in the root directory and below that match the extension. It returns a list of file names in the format "/new_paths_if_any/file_name".
479Online Web Editor -- To go with Virtual FTPmathew
An Online web editor made to go with Virtual FTP.

I have had several requests to put this on, so here it is...

It needs several improvments, and I welcome suggesstions
490EasyCopylentin64
A uploader with an easy short code
497MyEdit lentin64
File editor. It's a short code, so don't worry about the length.








507QTOFileManagerLite 1.0qto33
* EASY INSTALL - Just drop the file in the base directory * Just one script file * Upload and delete files * Authenticate the user (optional) * Edit a file (optional) * Specify which file extensions can be edited * Specify the max hard drive space allowed * Specify the max file size allowed * Designate file names as being hidden
510directorycodepo8
load"$",8
list

reads the contents of a passed directory and returns an array with the filenanes.
Allows you to apply filters for certain filetypes.
520Web Editorlentin64
It edits pages simply through fopen and opendir
536GetSizebsummers
pass the number of bytes and it automatically returns it in b,kb,mb,gb,tb or pb
1270Find and Replace within a Filemickyg
VERY Simple = A script which will Find a chosen string and replace with a string within a file. ( Can be any file extention )

This script has two files in it. A html file called fp.html and a script called fp.php. The html file posts the string to find, the string to replace the find string with and a string which has in it the filename to write to.
580easy dynamic websitesjbnew
This code allows you to create dynamic web pages based the design for your site. This script is simple, end user friendly, and very powerful. It only takes about 10 minutes to set up, and it will integrate into any existing site.
1245minimal Galleryminimald
Just upload the script to a server, add a bunch of folders with the photos (works with audio and video too) in them. That's it!! The folders become categories, and you can start browsing. No database set up or anything like that. Highly customizable modular architecture w/ CSS based templates and PHP "tags" (functions) as well as a few cool options like: randomizer, slide show, extended info (EXIF and IPTC caption), etc...
625Conversion of File String to an Object in different Formatusebabu
File functions For
Readig the string insdside the XMl File and
updating with new Tags for Recovery of an Object
638really very small file managernmmm5
The very small file manager.
I made it because there was not really small (one file) solution for this, written in PHP.
The real idea for usage is to build extensible pseudo hosting solutions running on one and same user_id. The script is usable for putting in password protected folder in order to edit your own website, without FTP access (is really cool)
The design is simple because I expect those file to be included in a template.
The "includer" must provide the authentication (and to set working directory and URL)
The script works with PHP4/Linux and uses cookies and javascript on the client side. I also expect some problems with Netscape Navigator, but nothing found yet.
661New/Improved File Upload Classtony_bibbs
This class was inspired by the class that Daren Beale wrote minus a lot of the HTML form widgets he had and this adds great logging and security features. For example, you can limit the number of files posted per HTML form, you can limit who can remotely upload files (by IP). More debug messages could be added in the code but I only added them on an as needed basis.
1267Archiver 1.0dalecosp
What happens when a PHP hacker tires of junk filling up his $HOMEDIR, or wants some disk space back, but hasn't the heart to call "rm -f".

A simple command-line utility, it appears pretty useless, but I've found it helpful. Plenty of room for expansion/improvement, but does a fine job of what it's designed for --- it's just a simple idea, that's all :-)
671PHP Filter y_anta
PHP Filter is a program to display list of files in a directory which is filtered by it's file extension. You can define your own filter by supplying the file extension and define icon representing the file by supplying your own hand created icon.
809Empty Directory Createkakchan
This Script simply crete empty dir from a folder that contain the same directoyes but full;) if you want to contact my my web community is on www.dawnofdreams.org
689FileFilter classerickvla
This is a little file filter that you can use for your file management projects.
1185CHMODandrewteg
This little 30 line script allows you to browse your entire site and CHMOD any file on the site to 0777 or whatever CHMOD you put into the script. This is helpful if you have images or files you cannot delete via FTP because of a script error in your code or for example, a CMS. See file for more notes.
706Web File Browsercgdave
Web File Browser is a simple but full featured open-source file browser written in PHP (1 single file) that allows users to create, delete, edit, copy, rename, move and upload files and directories thru a light, full-text, web-based interface
715htpasswd managerinpex
allows an admin to alter the .htpasswd from a webpage. I was useing apache 1.3 on a Windows 98.
753DirFilebrowseenlight
Dir and Filebrowser.

showing
- file content (if permitted)
- filepermissions
- date of last access
- date of last change
- files starting with a dot (".")

Edits files (If this operation is permitted to your user status).

Known bug:

- open a file with the html tag "textarea" in it , then you'll see.

This code can be used to test the servers Securitylevel as well.
1228Page Indexerforsberg
Page Indexer is a class for indexing all words on a web document in to a MySQL-database.

It is very easy to use and VERY powerful! It will only return actual words and throw away everything else that isn't a valid word.

The class works with both PHP4 and PHP5!

Any comments, bugs, suggestions etc can be sent to my e-mail (which is found in the class).

I would really appreciate if you sended me a e-mail if you use the class, telling me why you use it and what you think of it.

Enjoy! It's a fine release =)
800INI Filesjorgen
Don't have a MySQL database? Wanna store some information? Well, than you need my functions. This are very usefull functions. As my title says, it are functions for reading and writing INI-files. I have written 11 functions for handling INI-files.
All functions are very simple, and it is possible to access several INI-files at the same time!

Functionlist:
- ini_close ( [ resource link_identifier ] )
- ini_connect ( string file [ , resource link_identifier ] )
- ini_drop_section ( string section , [ resource link_identifier ] )
- ini_drop_key ( string section , string key [ , resource link_identifier ] )
- ini_error ( )
- ini_get_sections ( [ resource link_identifier ] )
- ini_get_keys ( string section [ , resource link_identifier ] )
- ini_read ( string section , string key [ , resource link_identifier ] )
- ini_report_error ( string error )
- ini_section_exists ( string section [ , resource link_identifier ] )
- ini_key_exists ( string section , string key [ , resource link_identifier ] )
- ini_key_position ( string section , string key [ , resource link_identifier ] )
- ini_write ( string section [ , string key , [ string value , [ resource link_identifier ]]] )
818Gets all Files starting at a Directoryberni
Gets all Files starting at a Directory. this function will give you an Array back with all Fileinformation.

More Information at http://www.php-resource.de
1174csv2phpkajos
This function allows you to make a HTML table from *.csv (Excel without "") divided into several pages, and you can change number of lines of the table w¨ith variable $numberrows. This table can be also a part of another page, and then you must use variable $calledfile (name of the "main page"), if you wanted to call the table itself then $calledfile = $targetfile.
variable $soubor is the source file.
I use also $tournament according to which I look for the name of the file with the table in data base and then include it into the main file..

I hope this is all.

I'm sorry for my English.


852Online File Systemhacker925
A Filesystem script that will allow users to upload, copy, move, delete, rename, download files. Allows you to create and delete directories. Is based on a true filesystem.
856PHPScramblerphp_sven
PHPScrambler enables you to make your ready-to-use php files hard to read. This makes (at least) some hope that the code user (client) can't use your code for his own benefits.


PHPScrambler by Sven Kirsimäe
LLC Accuro
Web-Systems / Special software / Consultations
mail: sven.kirsimae@accuro.ee
web: http://www.accuro.ee
865Show all files in all directoriesgeronimo
This function will list all the directories & their files that are above the given root folder. This has no limits as to how many braches it creates.
867SERVER-TO-SERVER site (or single dir) transferblu_aqua
Place this script in a directory of your site and it will transfer via ftp all nested dirs and files to another server (of course it may be the same server).Don't lose time downloading and the uploading.Let the server do it all.Instructions and comments to code included.
1171FTP File Upload tecktron
This simple script takes user files from a form and uploads them to an FTP site with a friendly name. Uses the PHP FTP functions. Also has some error checking.
877Simple directory navigator/linkerivanmarsh
Allows drag & drop additions to a website. Lists all directories and files and creates links.

I wrote this so various departments could add public documents to our internal website, with no html maintenance, by dropping them into a public area.
(icons not included.)
880Bs_CsvUtilblueshoes
comma separated values - read and write.
example: see http://www.blueshoes.org/en/framework/util/csv_util/
Features:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a field value.
see the checkMultiline param and the _checkMultiline() method.
this class is part of the blueshoes application framework, see http://www.blueshoes.org/.
895Mass file Renamekakchan
This Script simply Rename to lowercase all file in a directory, if you want to contact my my web community is on http://www.dawnofdreams.org
1349PHPfileNavigatorlit0lit0
PHPfileNavigator v2.2.0 is an open source code and free application to do a complete management of yours files and folders by web with XHTML 1.1 and CSS.

It's powerfull, fast and easy web file management with a lot of features and options.

Easy to install and configure, you can do all administration and file management by web.

Main options:
- Create new folders/files
- Upload multiple files at time
- Copy
- Delete
- Change ermissions
- Move
- Rename
- Upload URL
- Thumbnails view
- Edit files
- Email files
- Extract compressed files
- Download files/folders in compressed package
- Actions with multiple files at time
- View file content
- Tree view short or complete
- Multiple download, copy, move, rename, permissions change
- Search files or folders
- Complete management
- Login, action, errors logs
- Multiple roots/users/groups/config urations
- Translation system
- Limit roots size
- Limit user bandwith use
- Allow title/description to files/folders
- Recover/change users password
- Session encrypted...
904Image Browsershakib
This funky little script can simply be uploaded to a folder on your PHP-savvy server, and (once you've created a sub-directory to store stuff) will magically create&save thumbnail images, and make your images browsable and sortable.

Since the thumbnails are saved, there is minimal load on your server, and you can happily keep uploading more images and extending your archive.

You can see a working example at http://www.mediumart.co.uk/shakib/images
951Samba filesystem mountingwildcard
These functions let you easily mount a (windows) network share on your linux box.
957Filehandlinggielpiel
This easy php-script is one I made for having an example of filehandling. You easily can view, make, edit and delete standard information without a database. Every time you add a piece of information, it's written to a file. The only thing you have to do is change the script to your own needs. If anyone wants to make a new version: go ahead. My suggestion is a login feature.
1258Simple MySQL Database backupdalecosp
Short, configurable PHP script uses system utilities to back up all MySQL databases to a location you select. Tested on Unix-like systems.
1291Styssi Site Protectortoppas
Fully automatic script to protect several directories of your homepage with different usernames and passwords. Works with the safe .htpasswd and .htaccess files. All you have to do for installation is upload the script. The rest can be done with a nice Graphical User Interface.
996DirListmartinko
Apache style directory listing and browsing script. Supports recursive folders traversing, file-extensions based filtering and other options that enable you to tweak it up. The new visual mode brings icons/thumbnails support and more flexibility. Easy to use. Ready to use.
For a preview pls have a look at http://ga-mato.host.sk/dl/ and http://ga-mato.host.sk/foto/
1013getFilesjorgen
Function that searches for certain files.
1033Simple text searchingrijilal
Simple script for searching all the folders and files(html & php) in your site and displaying the search result found and the visitor to the result page
1042net2ftp - a web based FTP clientdavid78
net2ftp is a web based FTP client. Use it at http://www.net2ftp.com or install it on your own server.

REQUIREMENTS:
- PHP version 4
- MySQL optional (for logging only)
(works under Safemode)

USER FEATURES:
-- browse the FTP server
-- upload and download files
-- rename
-- chmod
-- copy/move/delete files and directories
-- copy/move files and directories to a 2nd FTP server without passing via your PC (kind of XFTP)
-- upload a zip archive, and the files it contains are transferred to the FTP server
-- view code with syntax highlighting
-- edit code in your browser
-- edit HTML in a WYSIWYG form (IE 5.5 and 6.0 only)

ADMIN FEATURES, if you choose to install net2ftp on your own server:
-- allow the users to connect to all FTP servers, or only a certain list
-- deny certain IP addresses
-- 3 kinds of logging can be set (MySQL is needed in that case)

View screenshots or visit the user forum at http://www.net2ftp.com
1047Windows cron job for sessiondddddddd
This cron will do the same on Windows as session management works on Linux
1313deeRSS2.0Parserdeeco
A powerful RSS 2.0 parser able to capture enclosures, ENT, dublin core(db:*), rvw, and much more...
1082Rotating Advertisement Script billp
Randomly rotate your advertisements. Works without a database and without cookies. Handles banners, text-based ads, whatever format. Includes troubleshooting tips for .html files (either follow the tutorial for .htacess editing or use the JavaScript workaround). Free.
1351Recursive text replace within filesjcgonz
* Script para remplazar un texto por otro en los archivos de un directorio especificado

* Script that will replace a text within some files contained in a specified directory
1129SMB Web Clientvarel
Something similar to your Windows Network Environment in your web browser.
1135SWF head readeracrugnola
Get the SWF file informations from a given file string resource. It returns:
- compression method
- file type
- SWF version
- frame rate
- frame count
- width
- height
1344Simple directory listing functionsecondv
A simple function that will list all files in a given directory that are not specified in the $ignore array.
1357file extension without mime_content_typewappy
My server don't like the mime content command so i used strrev and explode to determine the extension. I was just using a simple explode of '.' but if a file was like wappy.chat.V1.60 then i had obvious problems. Here is my (slightly long winded) fix ;-)
1358dir and subdir search and sizewappy
A great bit of code i was given ages ago. I have added filesize though. To see a working example (if you got opera or some other WAP browser) see http://cult.toddywap.com
1395File Managerslash_steiner
Browse files and folders in just one module.
1401Interactive Site Creatornischalgarg
Build Interactive SEO Niche Sites With Content - Articles, Jokes, Games, Pictures/Images, Audio Clips, Video Clips And More... With Just A Few Simple Clicks!
Your Site Visitors Will Tell You Which Content They Like Most By Rating It!

Make no mistake about it. If you want your website to attract repeat visitors, your website needs to have have a lot more than just text content.
1403A PHP MP3 CLASSregin
Extract, splice and tag MP3 files using PHP (ONLY).
LGPL licensed
Originally posted on:
http://www.sourcerally.net/Scripts/20-PHP-MP3-Class
1406Automatic Photo Albumspcderic
The PHP Photo Album Generator is a collection of a few simple interrelated PHP scripts that automate the generation of photo album listings, slideshows and thumbnail index. This includes showing album categories based on which user logged-in. Then, when an album is selected, a slideshow starts with a bunch of viewing options (change speed, show EXIF details, show thumbnail index and movies).

Distinguishing features are: automatic generation of albums and categories based on what's installed (no additional configuration). Usage of EXIF comments in the file to show photo descriptions (no need for a database such as MySQL).

Dependencies: EXIF enabled in PHP (modify slideshow.php to remove this dependency), Apache authentication (modify albumlist.php to remove this dependency) and slides/thumbnails installed as subdirectories to album directories.
1413Image Resize and crop, copyright write and marge logo on imghalityesil
* Script : Image resize and croping class.
* You can Write copyright text and attach your logo write on image with this class
*
* *****************************************************************************************
*
*
* $obj = new pg_image($arg);
*
*
* -----------------------------------------------------------------------------------------
* Varibles Information
* [0] type => (POST | FILE) => Source File Send Type _FILES OR Dir
* [1] file => ({if POST Array file = $_FILES['yourfile']}|{if FILE false}) => Source File filesource
* [2] path => ({if FILE String [ dirname/filename.extension ]}) => Source File Root Path
* [3] target => ({if FILE String [ dirname/filename.extension ]}) => Target File Root Path
* [4] width => (integer) => Target File Width
* [5] height => (integer) => Target File Height
* [6] quality => (integer 1 - 100) => Target File Quality 0-100 %
* [7] action => (crop | resize) => Target Action "resize" OR "crop"
* [8] bordersize => (integer 0-5) => Target Border Size
* [9] bordercolor => (color hex) => Target Border Color
* [10] bgcolor => (color hex) => Target Background Color
* [11] copytext => (String) => Copyright Content Text
* [12] copycolor => (color hex) => Copyright Text Color
* [13] copyshadow => (color hex) => Copyright Text Shadow color
* [14] copybgcolor => (color hex) => Copyright Background Color
* [15] copybgshadow => (color hex) => Copyright Background Shadow Color
* [16] copybordersize => (integer 0-5) => Copyright Border Size 1-3
* [17] copybordercolor => (color hex) => Copyright Border Color
* [18] copyposition => (top | topright | topleft | center | left | right | bottom | bottomright | bottomleft) => Copyright Position
* [19] logoposition => (top | topright | topleft | center | left | right | bottom | bottomright | bottomleft) => Logo Image Position
* [20] logoimage => (String [ dirname/filename.extension] Allow Extension (PNG | GIF | JPG)) => Logo Image Root Path "PNG" OR "GIF" OR "JPG"
1452Flexcustomermilly
Flexcustomer is a simple, free and open source users management module. Users can register, edit their information and password or find their lost password.Administor can search, delete or browse users' information. This program is easy to be internationalized.Friendly interface and install system is available. Low price customization service is provided.
1453FlexPHPNewsmilly
FlexPHPNews is a simple, free and open source website news admin system. You can add multi-level sub-categories and upload pictures for the news. All the text in this program is put in one file. Once you edit this file, you can generate a new language version or customize the text in your program. Users can search the contents of the news by keywords and rate for the news.
1454FlexPHPNews Promilly
FlexPHPNews Pro is a simple, free and open source news admin system. You can add multi-level sub-categories.Users can search the news by keywords, rate the news or send the news to friends.Feature article ,Site statistics and News archive are available.Easy for internationalization. All the news are printable.Multiple pictures uploads for the news is allowed.Low price customization service is provided.
1456Flexphplinkmilly
Written in PHP+Mysql, Flexphplink is easy to add, edit or delete links to your site. Subcategory link definition is allowed. Easy for internationalization.This is also a great resource to add to any website as it allows your visitors to exchange links with you.There is also an admin system to create the categories, and edit inappropriate links.Low price customization service is provided.
1457Flexphplink Promilly
Written in PHP+Mysql,Flexphplink pro is easy to add, edit or delete links
to your site.Subcategory link definition is allowed.Easy for
internationalization.The front can automatically record the traffic.There
is also an admin system to create the categories,generate search engine
friendly pages and edit inappropriate links.This is also a great resource
to add to any website as it allows other webmasters to exchange links with
you.Low price customization service is provided.
1458FlexPHPDirectorymilly
FlexPHPDirectory is a simple, free and open source link directory system.You can add multi-level sub-categories.Users can submit site information.Users can search links by keyword or rate the link. New
listings and cool listings are available.You can set a website as a
sponsored link and list it before others. This program is easy to be internationalized. Low price customization service is provided.
1465Search for code in your directory onlineriotctrl
This script searches the files in the same directory as the script for the particular code that you are looking for. For example say I want to know which files contain a function call, I can simply use this to do a search online so i can quickly adjust that file. I used a script from Dynamic Drive to make the layout nicer. Thoughts comments?
1467var_dump() to output filejpt1956
I am very new to PHP and I was so happy to figure out how to do this, after reading much "almost there" code & function descriptions. If anyone needs the output of a class/array/var to a file, instead of a display, this works great.