Main > Free Download Search >

Free phps script

phps

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Measuring PHPs execution time

Measuring PHPs execution time


Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 second more>> Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 seconds.<<less
Added: 2006-01-04 License: Freeware Price: Free
1396 downloads
HTTPSock 1.00

HTTPSock 1.00


Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding. more>> Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding.<<less
Added: 2007-01-21 License: GPL Price: $0.00USD
12 downloads
 
Other version of HTTPSock
HTTPSockJOSHUA GILMAN - Compiles and ships HTTP Requets using PHPs pure sockets. Retrieves returned content and parses cookie and header information. Supports GZIP encoding. Compiles
License:GPL
Download
1008 downloads
Added: 2007-01-21
YAPHPO 1.0.0

YAPHPO 1.0.0


A PHP obfuscator that will obfuscate functions, variables, classes and even constants. Each of these groups can be given regular expressions so that you choose exactly which are obfuscated and which are not. Also removes comments and whitespaces. more>> A PHP obfuscator that will obfuscate functions, variables, classes and even constants. Each of these groups can be given regular expressions so that you choose exactly which are obfuscated and which are not. Also removes comments and whitespaces. This obfuscator uses PHPs own tokenizer to get the best results reliably and is released under the GPL. Yes, its entirely free.<<less
Added: 2007-09-18 License: GPL Price: $0.00USD
13 downloads
phpMyFirewall 3.0 rc1

phpMyFirewall 3.0 rc1


phpMyFirewall is a command line frontend to iptables for linux systems running kernel 2.6 or kernel 2.4 The goal of this project is to showcase phps abilities to secure a linux server through standard iptable rules, and kernel tunning. more>> phpMyFirewall is a command line frontend to iptables for linux systems running kernel 2.6 or kernel 2.4 The goal of this project is to showcase phps abilities to secure a linux server through standard iptable rules, and kernel tunning.<<less
Added: 2007-04-05 License: GPL Price: $0.00USD
12 downloads
 
Other version of phpMyFirewall
phpMyFirewalldstjohn - systems running kernel 2.6 or kernel 2.4 The goal of this project is to showcase phps abilities to secure a linux server through standard
Price: FreeAdditionalInfocompletelyfreeopensourceGPLCode
License:GPL
Download
933 downloads
Added: 2007-04-05
Php Hit Counter 1.0

Php Hit Counter 1.0


This tutorial is a fairly straightforward introduction to using MySQL with PHP. Were going to build you a hit counter for your site. The coding is extremely simple, with a few variables, some if statements, perhaps a loop or two, and a few of PHPs more>> This tutorial is a fairly straightforward introduction to using MySQL with PHP. Were going to build you a hit counter for your site. The coding is extremely simple, with a few variables, some if statements, perhaps a loop or two, and a few of PHPs MySQL functions.<<less
Added: 2007-01-15 License: Freeware Price: $0.00USD
15 downloads
 
Other version of Php Hit Counter
Php Hit Counter, with a few variables, some if statements, perhaps a loop or two, and a few of PHPs MySQL functions
Price: FreeAdditionalInfoFREE
License:Freeware
Download
1030 downloads
Added: 2007-01-15
Pseudo-random PHP functions

Pseudo-random PHP functions


This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number. more>> This article introduces PHPs pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.<<less
Added: 2006-03-31 License: GPL Price: Free
1309 downloads
Beautify PHP 0.5.0

Beautify PHP 0.5.0


This program tries to reformat and beautify given PHP source code files automatically. Basic features: automatic indentation of PHP source code according to given number of spaces; automatic newlines, if required; includes settings for braces according more>> This program tries to reformat and beautify given PHP source code files automatically. Basic features: automatic indentation of PHP source code according to given number of spaces; automatic newlines, if required; includes settings for braces according to C or PEARL style; can make use of PHPs integrated code highlight option; can limit number of chars per line.<<less
Added: 2002-07-09 License: GPL Price: $0.00USD
13 downloads
PHP Fileupload Class 4.0.1

PHP Fileupload Class 4.0.1


fileupload-class.php extends PHPs built in file upload features, allowing users to easily and safely upload files to a web server using their browser. REQUIRES PHP 5+ Features: * Handles single or multiple files * Specify maximum filesize * more>> fileupload-class.php extends PHPs built in file upload features, allowing users to easily and safely upload files to a web server using their browser. REQUIRES PHP 5+ Features: * Handles single or multiple files * Specify maximum filesize * Specify acceptable file MIME type(s) * Specify unacceptable file extension(s) * If the upload is an image, specify maximum pixel dimensions * Filenames are automatically cleaned up * Moves the uploaded file to a specified directory * Handles duplicate file names, with three different modes: [1] overwrite existing files; [2] rename the new file; [3] protect, do-nothing mode * Error messages in English, French, German, Dutch, Italian, Finnish, Spanish, Norwegian, Danish, and Swedish.<<less
Added: 1999-12-21 License: BSD Price: $0.00USD
12 downloads
The Zipa 1.0

The Zipa 1.0


This little class allows the easy handling of zip files (for reading only) with the help of phps zip extension. Can automatically extract everything from a specified zip file, or can read everything in the zip file into an array. more>> This little class allows the easy handling of zip files (for reading only) with the help of phps zip extension. Can automatically extract everything from a specified zip file, or can read everything in the zip file into an array.<<less
Added: 2006-09-26 License: Freeware Price: $0.00USD
13 downloads
PHP mySQL Database Wrapper 1.0.5 1.0.5

PHP mySQL Database Wrapper 1.0.5 1.0.5


This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main more>> This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHPs native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...<<less
Added: 2006-07-24 License: Other Price: $0.00USD
15 downloads
 
Other version of PHP mySQL Database Wrapper
PHP mySQL Database Wrapper 1.0.5Stefan Gabos - mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql. PHP mySQL Database Wrapper. This class
Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
License:Free for non-commercial use
Download
1217 downloads
Added: 2006-07-24
Snaps! Gallery 1.4.4

Snaps! Gallery 1.4.4


Snaps! Gallery is an easy to install image gallery designed to let you get on with managing your site. Snaps! features anonymous image submission with administrator approval, unlimited albums and images, commenting, image caching, and a full more>> Snaps! Gallery is an easy to install image gallery designed to let you get on with managing your site. Snaps! features anonymous image submission with administrator approval, unlimited albums and images, commenting, image caching, and a full administration area that allows you to control every aspect of your gallery from a simple web-based interface. Snaps! is written in PHP and uses MySQL for the image database. It also supports image resizing using either PHPs GD library, or ImageMagick.<<less
Added: 2005-01-09 License: GPL Price: $0.00USD
10 downloads
 
Other version of Snaps! Gallery
Snaps! GalleryIt also supports image resizing using either PHPs GD library, or ImageMagick
License:GPL
Download
1753 downloads
Added: 2005-01-09
PHP: Image upload and resize script 1.0

PHP: Image upload and resize script 1.0


Simple script to upload and resize an image using PHPs GD library. more>> Simple script to upload and resize an image using PHPs GD library.<<less
Added: 2008-02-03 License: Free Non-Commercial Price: $0.00USD
34 downloads
debugHelper 0.8

debugHelper 0.8


The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions. Works with PHP4 more>> The class provides JAVA style error messages for PHP. It has a nicer display of variable contents than PHPs print_r() function. It can take execution times, has a better highlight_file() function and a couple of other handy functions. Works with PHP4 and PHP5.<<less
Added: 2002-12-05 License: LGPL Price: 0.00
11 downloads
calendar.class.php v2.7 2.7

calendar.class.php v2.7 2.7


*New version fixes bugs with pre PHP5.1.0 Easily create semantic, valid and CSS friendly XHTML calendars. By default this class displays the current month with todays date indicated by a CSS class for easy styling. For more advanced uses the more>> *New version fixes bugs with pre PHP5.1.0 Easily create semantic, valid and CSS friendly XHTML calendars. By default this class displays the current month with todays date indicated by a CSS class for easy styling. For more advanced uses the constructor and output method accept arguments that control the month to be displayed in various ways. There are also several exposed variables that let you override class names, provide an array of dates to highlight on the calendar and link the days to a url. Supports Cruft-free URLs. Localized calendar using PHPs native setlocale function, and control the day that weeks start on. Easily loop calendar display to output multiple months or create "year at a time" views See website for documentation and usage examples<<less
Added: 2007-09-20 License: GPL Price: $0.00USD
14 downloads
Generate a Month Calendar in PHP

Generate a Month Calendar in PHP


This article shows you how to display a calendar for a given month, mainly using PHPs date() function. The article talks you through the process of creating a function which allows you to specify the more>> This article shows you how to display a calendar for a given month, mainly using PHPs date() function. The article talks you through the process of creating a function which allows you to specify the month and year for it to output the calendar for the month.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1594 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3