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 :: Development Tools :: Utilities
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 83    Displaying: 21 - 40 Pages:   1 2 3 4 5

   PHP Installation System   Hits: 1331 

 
The PHP Installation System is an abstract class which can be used to create a web-based installation script. It provides all the basic interface tools of gathering configuration information from the user while allowing the author to perform all PHP commands throughout the installation process. PIS takes care of all the overhead and lets you concentrate on installing your script! Installing a script shouldn't be complicated. This script addresses that.


Free   Version: 0.2   Platform(s): linux, windows   Updated: Tue Aug 15 2006

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

   FindMagic - Find magic blocks in random binary data   Hits: 834 

 
This script finds ext2, cramfs, romfs or other filesystems in binary firmware files from router manufacturers like netgear, d-link and linksys. It should work for any file distributed as a firmware or flash update to any x86 and or UNIX variant embedded system that linux can at least "see" or deal with. It can also find things like embedded bios code etc.. These firmware files usually have proprietary headers and other junk intermixed within them, making them such that they cannot be directly mounted with the 'mount' command. The script uses the linux/Solaris "file" command to examine every x block of data in the image.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Jul 10 2006

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

   mkInstaller - an installer for your php scripts   Hits: 1506 

 
If you distribute php scripts that need an installation, mkInstaller builds an installer, that is another php script. The installer is loaded as a web page that request some information using a form, and then perfroms the installation. Complete information and tutorial at http://mkinstaller.nisu.o rg/


Free   Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Mon Jun 12 2006

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

   php Multi Syntax Highlighter   Hits: 1679 

 
php Multi Syntax Highlighter v1.1.0 will "beautify" PHP, Pascal, Delphi and Applescript and others source code. It is not implemented like other beautifiers, as it does not use pcre function or ereg functions, and allows syntax code continually line by line to reduce memory usage. using css file for color and style, and compatible with XHTML.


Free   Version: 1.1.1   Platform(s): n/a   Updated: Mon May 22 2006

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

   Object Extensions for PHP   Hits: 1350 

 
The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another object * Create object property lists that allow for dynamic setting/getting of values in a similar fashion to JavaScript objects (eg. {paramter: value, ...}) * Object property lists support basic value checking and defaults to easily check for valid input * Conveniently create function and method callbacks o Method callbacks can be defined by using $this->_callback()->metho dName(args, ...) o If callbacks are defined for object property lists, callback can be called using $propertyList->callbackNa me()


Free   Version: 0.1-beta   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Apr 30 2006

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

   Free IP Location Whois   Hits: 9696 

 
Free PHP script for IP to country location based on Whois servers analysis. What Free IP Location Whois does : * Add an IP location & IP Whois request form for your visitors or for you on your website. * Visitor's country php integration into your scripts : o Send your visitor's country name to your php scripts. o Send the ISO2 code of your visitor's country to your php scripts. o Show the flag of your visitor's country into your pages. * Easy to install, one directory to upload. * Easy to customize, css, header, footer, easy to translate * Easy integration, add one include() and you will have new functions into your PHP scripts. * Optional security features : CAPTCHA, number of request by day limited,...


Free   Version: 2.0.2   Platform(s): n/a   Updated: Mon Apr 10 2006

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

   ABG_IniParser   Hits: 764 

 
ABG_IniParser A PHP 4 script to handle INI type files - Multi-dimensional array to hold structure - Full check of file access (existence & writability) - Check of Section/Item existance with optionnal bypass - Create Section / Item if not existant - Comprehensive disgnostic of errors


Free   Version: 1.1.2   Platform(s): linux, windows   Updated: Mon Apr 10 2006

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

   PHPSPELLBOOK   Hits: 1565 

 
PHPSPELLBOOK is a suite of tools for Websites promotion, diagnosis and improvement. It provides to webmasters tools as: advertisiment submission, mass mailer, fake hits generators, broken link checker, link exchange checker, fake click generators, anonymizer tools, calendar, e-mail handling and parsing tools, url generators, ...


Free   Version: 0.5   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Dec  5 2005

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

   command line option parser   Hits: 770 

 
Provides a class to handle the command line options writtin in PHP5. Easy to integrate and use if you are doing command line php work.


Free   Version: 1   Platform(s): linux   Updated: Sat Nov 12 2005

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

   FilTpl - Filnet Template   Hits: 623 

 
The script process recursively a template (given as a string) and a data structure (given as a tree of array of arrays). Syntax is the same as phplib , but behaves better on loops or optional blocks embedded. I developped it because I was tired of bug limitations of phplib or phpbb. A little brain-gym is required to build the tree array of datas, but the standarts php-array tools make it really flexibles. so, what is missing in this 30 lines script ? : -the ELSE part : maybe V2 -a less strict syntax : sorry -the class ornementation : useless -formatting modifiers on html side : I disagree with this features, the html file belongs to artist designer non-tech, php file belongs to developper tech. -little interface functions (load file, set_var..) : useless, just keep to the core The open structure conception make it easy to read and to adapt to any strange needs.


Free   Version: 1.0   Platform(s): linux, windows, osx, sun   Updated: Sat Nov 12 2005

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

   PHP Quick Class Creator   Hits: 611 

 
Creating standard classes can be a bind, having to add duplicate code to get your various get/set methods, and sorting out the constructor. I therefore wrote this utility that does most of the grunt work for you. It's intended to be used with PHP 5's new OO capabilities, and should make life a little less painful. Especially for those who have to create multiple class stubs. This should speed up the process considerably.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov 11 2005

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

   EZ-Changelog   Hits: 1652 

 
EZ-Changelog is a script that prints a simple table. Data is stored in a database and then displayed in your documents. Simple and easy to use. Doesn't do any file modification or directory stuff like some CVS scripts. You enter the information, it displays it to the screen. Very simple and easy to use changelog script.


Free   Version: 1.0   Platform(s): linux, freebsd   Updated: Fri Nov  4 2005

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

   Pretty Code Web   Hits: 1950 

 
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web. It uses syntax files separate from the main code to highlight a specified language.


Free   Version: 1.00   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Oct 22 2005

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

   djuzeppe   Hits: 1819 

 
djuzeppe - is a web-based AI Editor and AI Engine. Main goal of this project - Help to create your own AI bots. AI Editor provides intuitive web-interface and handy tools for building AI Knowledge Bases. Editor supports multiuser development of each AI-bot (artificial intelligence).


Free   Version: 0.3   Platform(s): n/a   Updated: Thu Sep  8 2005

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

   IP address Button   Hits: 1091 

 
Shows the IP address of the internet user in a nice button. This script can be added to an HTML page.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Jul  5 2005

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

   Bumpy Tables   Hits: 1285 

 
Bumpy Tables is a simple PHP based table generator. Made for beginners. Creates XHTML tables in an instant. Very easy to install and use!


Free   Version: 1.0   Platform(s): linux, windows   Updated: Fri Dec 24 2004

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

   PINP   Hits: 1731 

 
PINP is a sandbox for PHP, allowing safe access to users. PINP is used in Ariadne, a Content Management System, as the template language. PINP is an extensible subset of PHP. You can use any expression and control structure of PHP and most of the array, string, date, time and regular expression functions of PHP. Furthermore you can easily add your own functions to the language, through classes and objects.


Free   Version: 2.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Dec 15 2004

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

   CodePad v1.0   Hits: 160 

 
Store and delete your code snippets. Great for small codes that you just cant seem to remember. Uses 1 mysql db, only 3 files, easy setup and install. one settings page where you place your db name table name etc.


Commercial   Version: 1.0   Platform(s): linux   Updated: Mon Oct 27 2008

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

   CRIOSWEB_HTMLCleaner   Hits: 419 

 
This class can be used to remove unwanted tags and data from HTML document. It takes a string with the HTML document to clean and parses it assuming a given character set encoding. The class can perform several types of clean-up operations like: - Removing style definitions - Remove tags or attributes based on white lists or blacklists - Use the HTML tidy extension to clean the document and format the output as XHTML and drop proprietary attributes from Microsoft Word HTML documents - Drop empty paragraphs - Remove needless white space - Fill empty table cells


Commercial   Version: 0.8   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Nov 14 2007

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

   eXperts Installer   Hits: 786 

 
eXperts Installer is an ultimate tool for creating professional installers for PHP applications. With eXperts Installer you can create a totally configurable installer with a friendly and fast AJAX GUI interface in a few steps, saving your time and effort. *** Check for PHP environment requirements, like OS, web server program, PHP ini options or extensions; *** Collect and process all required information, like DB info, serial number, admin details and any other custom information - all with no or a small amount of scripting (the simplest PHP or JS operations). *** Alter the visual interface and any texts and labels which appear on the customer's screen. *** Create a single file package with one php extractor script, which is easier to upload to a remote server via FTP. eXperts Installer gives you a possibility to build a full installer, with no need to "finish installation yourself" additionally written.


Commercial   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Sep 15 2007

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

  Total: 83    Displaying: 21 - 40 Pages:   1 2 3 4 5

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