simple php script
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8656
Simple PHP Calendar 1.11
Simple PHP Calendar is a a simple, extensible PHP calendar class. more>>
Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its output is completely customizable via CSS.
A simple example
After downloading the class and including it in your PHP script, youre ready to start using it. The constructor requires two paramets, a year and month. The following code produces a very plain looking calendar.
1 require_once( class.Calendar.php );
2 $cal = new Calendar (2004, 3 );
3 echo "".$cal->getFullMonthName()."";
4 echo $cal->display();
Customizing the display
You can use two methods to change how the calendar is displayed. Use setTableWidth to define how wide to make the table, in pixels or as a percentage of the screen. Use setDayNameFormat to change how weekdays are displayed in the header row using strftime formats.
1 require_once(class.Calendar.php);
2 $calendar = new Calendar (2004, 4);
3 $calendar->setTableWidth(50%);
4 $calendar->setDayNameFormat(%A);
5 echo "".$calendar->getBriefMonthName().";
6 echo $calendar->display();
Final Example
You can use CSS selectors to control the formatting of all aspects of the calendar, including adding borders and how empty boxes display. Lets wrap our talbe in a div named calendar and use the following styles.
/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}
/* the day headers across the top */
#calendar th {
background: #565;
color: #fff;
margin: 3px;
padding: 2px 5px;
}
/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}
/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}
Enhancements:
- The documentation has been polished.
- An example has been added for extending the class to customize how a calendar grid will display.
<<lessA simple example
After downloading the class and including it in your PHP script, youre ready to start using it. The constructor requires two paramets, a year and month. The following code produces a very plain looking calendar.
1 require_once( class.Calendar.php );
2 $cal = new Calendar (2004, 3 );
3 echo "".$cal->getFullMonthName()."";
4 echo $cal->display();
Customizing the display
You can use two methods to change how the calendar is displayed. Use setTableWidth to define how wide to make the table, in pixels or as a percentage of the screen. Use setDayNameFormat to change how weekdays are displayed in the header row using strftime formats.
1 require_once(class.Calendar.php);
2 $calendar = new Calendar (2004, 4);
3 $calendar->setTableWidth(50%);
4 $calendar->setDayNameFormat(%A);
5 echo "".$calendar->getBriefMonthName().";
6 echo $calendar->display();
Final Example
You can use CSS selectors to control the formatting of all aspects of the calendar, including adding borders and how empty boxes display. Lets wrap our talbe in a div named calendar and use the following styles.
/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}
/* the day headers across the top */
#calendar th {
background: #565;
color: #fff;
margin: 3px;
padding: 2px 5px;
}
/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}
/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}
Enhancements:
- The documentation has been polished.
- An example has been added for extending the class to customize how a calendar grid will display.
Download (0.002MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1013 downloads
Picture of the Day PHP Script 1.0
Picture of the Day PHP Script shows daily changing pictures. more>>
Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.
Main features:
- Can display several images per page
- Each image is taken from its own set of directories
- Image is randomly taken from directories
- Images are changed daily
- Unlimited number of images
- Unlimited number of directories
- Unlimited number of images per page
- Compatible with Unix and Windows
- Doesnt use database.
<<lessMain features:
- Can display several images per page
- Each image is taken from its own set of directories
- Image is randomly taken from directories
- Images are changed daily
- Unlimited number of images
- Unlimited number of directories
- Unlimited number of images per page
- Compatible with Unix and Windows
- Doesnt use database.
Download (0.013MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1294 downloads
PHP Screw 1.3
PHP Screw is a PHP script encryption tool. more>>
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.
<<less Download (0.008MB)
Added: 2005-09-19 License: BSD License Price:
1497 downloads
Auto Directory Index PHP Script 2.2.1
Auto Directory Index PHP Script is a customizable PHP script that indexes directories. more>>
Auto Directory Index PHP Script is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories.
It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more.
Main features:
- You dont have to put index.php in every subfolder - it automatically lets you access subdirectories
- Shows different icons for each file type - includes three different icon styles
- Ability to hide/block certain files, folders, or file extensions
- Works on all servers that support PHP 4.1.0 or higher (including PHP5)
- No databases needed
- Ability to upload files and to have user accounts
- Built-in admin tools (available when logged in with an admin level account)
- Creating and deleting directories
- Uploading, renaming, and deleting files
- Log viewer and visitor statistics
- Searching for specific files/folders
- Access logging and statistics (stores users IP in a text file along with the time and file request)
- Anti-Leech feature
- Bandwidth limiting
- Files/folders can have custom descriptions
- Thumbnails of images can be generated and displayed
- Can keep track of number of downloads for each file
- Nicer looking than servers default output, and the display is customizable
- Version 2.0 uses a template system for easy customization of HTML output
- Available in 34 languages
- XHTML 1.1 and CSS compliant, so it displays correctly in all browsers
- This software is free
Enhancements:
- Handling of passwords with .htaccess was improved.
- The default stylesheet was updated.
- Translations were added.
<<lessIt includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more.
Main features:
- You dont have to put index.php in every subfolder - it automatically lets you access subdirectories
- Shows different icons for each file type - includes three different icon styles
- Ability to hide/block certain files, folders, or file extensions
- Works on all servers that support PHP 4.1.0 or higher (including PHP5)
- No databases needed
- Ability to upload files and to have user accounts
- Built-in admin tools (available when logged in with an admin level account)
- Creating and deleting directories
- Uploading, renaming, and deleting files
- Log viewer and visitor statistics
- Searching for specific files/folders
- Access logging and statistics (stores users IP in a text file along with the time and file request)
- Anti-Leech feature
- Bandwidth limiting
- Files/folders can have custom descriptions
- Thumbnails of images can be generated and displayed
- Can keep track of number of downloads for each file
- Nicer looking than servers default output, and the display is customizable
- Version 2.0 uses a template system for easy customization of HTML output
- Available in 34 languages
- XHTML 1.1 and CSS compliant, so it displays correctly in all browsers
- This software is free
Enhancements:
- Handling of passwords with .htaccess was improved.
- The default stylesheet was updated.
- Translations were added.
Download (0.10MB)
Added: 2007-01-07 License: GPL (GNU General Public License) Price:
1030 downloads
Other version of Auto Directory Index PHP Script
License:GPL (GNU General Public License)
Simple PHP Internet Traffic Shaping 0.0.9b
Simple PHP Internet Traffic Shaping is a PHP Web Interface for managing traffic control queueing disciplines. more>>
Simple PHP Internet Traffic Shaping in short SPITS, is a PHP Web Interface for managing traffic control queueing disciplines (qdiscs) and classes. Iptables rules are used in order to classify the packets. It currently only supports few qdiscs and iptables rules with few matches.
<<less Download (0.017MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1153 downloads
mysqldump.php 1.0
mysqldump.php is a PHP script that dumps a MySQL database into a mysqldump compatible SQL script. more>>
mysqldump.php is a PHP script that dumps a MySQL database into a mysqldump compatible SQL script.
mysqldump.php can also dump a table into CSV format.
<<lessmysqldump.php can also dump a table into CSV format.
Download (0.003MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1131 downloads
gimphp 0.2.0
gimphp is a PHP Class library to write Gimp scripts directly in PHP. more>>
gimphp is a PHP Class library to write Gimp scripts directly in PHP.
To realize the Cultural Association Milug cards it was created a web-application that is based on PHP to use Gimp as a graphic engine. It work with gimuse server to produce cards.
<<lessTo realize the Cultural Association Milug cards it was created a web-application that is based on PHP to use Gimp as a graphic engine. It work with gimuse server to produce cards.
Download (1.8MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
PHP Simple Informer 1.3
PHP Simple Informer is a very simple network services monitoring application written in PHP. more>>
PHP Simple Informer is a very simple network services monitoring application written in PHP. PHP Simple Informer can be run as a command line application (PHP compiled as cgi is required) or as a web php file.
Although is very simple, it does its function very well. Is very easy to configure with a single file and a couple of simple lines.
I dont know if this is going to be useful for anybody, but its for me. I have been testing several applications, and all of them are more complex that what I need or they dont perform so simple tasks.
Main features:
- Very simple installation and configuration: one single config file and done.
- Multiple hosts configuration
- Support for special features for services: mysql, http, https.
- Multiple contacts configuration
- Alerts are sent by email or with an executed external command.
- Logs issues to log file.
- Report / status web page.
<<lessAlthough is very simple, it does its function very well. Is very easy to configure with a single file and a couple of simple lines.
I dont know if this is going to be useful for anybody, but its for me. I have been testing several applications, and all of them are more complex that what I need or they dont perform so simple tasks.
Main features:
- Very simple installation and configuration: one single config file and done.
- Multiple hosts configuration
- Support for special features for services: mysql, http, https.
- Multiple contacts configuration
- Alerts are sent by email or with an executed external command.
- Logs issues to log file.
- Report / status web page.
Download (0.015MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
Advanced Guestbook Script 2.4.2
Advanced Guestbook Script provides a PHP-based guestbook script. more>>
Advanced Guestbook Script provides a PHP-based guestbook script.
Advanced Guestbook is a PHP-based guestbook script. It includes many useful features such as preview, templates, e-mail notification, page spanning , picture upload, templates, html tags handling, smilies, advanced guestbook codes and language support. The admin script lets you modify, view, and delete messages.
<<lessAdvanced Guestbook is a PHP-based guestbook script. It includes many useful features such as preview, templates, e-mail notification, page spanning , picture upload, templates, html tags handling, smilies, advanced guestbook codes and language support. The admin script lets you modify, view, and delete messages.
Download (0.48MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
558 downloads
vnstat PHP frontend 1.2.1
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. more>>
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat.
This script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
<<lessThis script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
Download (0.012MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
Simple Picture Gallery Manager 1.4.5
SPGM is a PHP script that displays picture galleries on the web. more>>
SPGM is a PHP script that displays picture galleries on the web. It is intended to provide a very simple way to set up online photo albums: creating directories, filling them with pictures and uploading to your website... That is what its all about !
Several cool features are also included, while keeping in mind that the program aims to be as lightweight, simple and portable as possible. Dont expect automatic thumbnail generation, advanced search functions, nor per-gallery full statistics then.
SPGM generates XHTML 1.0 Strict compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries (like GD), or any database system whatsoever.
Main features:
- gallery/picture captioning
- unlimited sub-galleries
- per gallery complete configuration (inheritance supported)
- several sort options for both pictures and galleries
- random/fixed thumbnails used for gallery previews
- new pictures highlighting
- hidden galleries
- EXIF support
- slideshow mode
- easy integration into websites
- multi-language support (29 languages are currently provided)
- flavors (themes) available for use
Enhancements:
- This is a maintenance release that provides various bugfixes and small features.
- People who want to upgrade from previous versions should pay attention to the release notes, as a few configuration files must be updated as well.
<<lessSeveral cool features are also included, while keeping in mind that the program aims to be as lightweight, simple and portable as possible. Dont expect automatic thumbnail generation, advanced search functions, nor per-gallery full statistics then.
SPGM generates XHTML 1.0 Strict compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries (like GD), or any database system whatsoever.
Main features:
- gallery/picture captioning
- unlimited sub-galleries
- per gallery complete configuration (inheritance supported)
- several sort options for both pictures and galleries
- random/fixed thumbnails used for gallery previews
- new pictures highlighting
- hidden galleries
- EXIF support
- slideshow mode
- easy integration into websites
- multi-language support (29 languages are currently provided)
- flavors (themes) available for use
Enhancements:
- This is a maintenance release that provides various bugfixes and small features.
- People who want to upgrade from previous versions should pay attention to the release notes, as a few configuration files must be updated as well.
Download (0.10MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1059 downloads
Image Create for PHP 1.1.1
Image Create for PHP is a project which allows you to render text into an image on the fly. more>>
Image Create for PHP is a project which allows you to render text into an image on the fly.
Image Create for PHP is a stand-alone script that allows you to create dynamic text images easily.
<<lessImage Create for PHP is a stand-alone script that allows you to create dynamic text images easily.
Download (0.005MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
966 downloads
PHP FormMail 2.0
PHP FormMail provides an ASP/PHP script conversion of FormMail.pl. more>>
PHP FormMail provides an ASP/PHP script conversion of FormMail.pl.
PHP FormMail is a PHP script conversion of the original FormMail.pl, but with many security and spam related fixes and improvements. Some customization options are removed for simplicity while keeping functionality and improving it where neccessary. An ASP version of this script is also included.
<<lessPHP FormMail is a PHP script conversion of the original FormMail.pl, but with many security and spam related fixes and improvements. Some customization options are removed for simplicity while keeping functionality and improving it where neccessary. An ASP version of this script is also included.
Download (0.007MB)
Added: 2007-02-21 License: Freely Distributable Price:
596 downloads
Destiney DB Sessions Script 0.2.0
Destiney DB Sessions Script provides a small connection to the database in order to assist the PHP developer. more>>
Destiney DB Sessions Script provides a small connection to the database in order to assist the PHP developer.
Destiney DB Sessions script is some simple database connection code to assist the PHP applications developer in handling secure, efficient, database driven PHP sessions within a larger PHP application.
In simplest terms Destiney DB Sessions is a drop-in replacement for the default PHP session handling and does not require editing the php.ini whatsoever.
<<lessDestiney DB Sessions script is some simple database connection code to assist the PHP applications developer in handling secure, efficient, database driven PHP sessions within a larger PHP application.
In simplest terms Destiney DB Sessions is a drop-in replacement for the default PHP session handling and does not require editing the php.ini whatsoever.
Download (0.30MB)
Added: 2007-02-06 License: BSD License Price:
990 downloads
PHP/JavaScript interpreter 0.01011
PHP/JavaScript interpreter is a PHP JavaScript script interpreter for server-side use. more>>
This scripting language interpreter is implemented in PHP and allows to execute user-supplied JavaScript-lookalike code server-side, without compromising security because everything runs safely in a sandbox.
This is of course much slower than a real interpreter, but is useful for integration into CMS/Wiki engines to have users extend a sites dynamic functions.
It can be connected to the hosting interpreter (PHP) by allowing access to certain (interface) functions and even PHP variables.
<<lessThis is of course much slower than a real interpreter, but is useful for integration into CMS/Wiki engines to have users extend a sites dynamic functions.
It can be connected to the hosting interpreter (PHP) by allowing access to certain (interface) functions and even PHP variables.
Download (0.030MB)
Added: 2005-04-15 License: Freeware Price:
1657 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above simple php script search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed