Main > Free Download Search >

Free income generating script

income generating

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 881
PHP password generation

PHP password generation


Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) ar more>> Modern web-applications often provide (during registration, or password-reset) random-generated passwords for its users. However these passwords (usually a random combination of letters or numbers) are quite hard to remember: in fact, its even impossible to read them. This article provides a function for generating English-like readable passwords.<<less
Added: 2006-12-24 License: Other Free / Open Source License Price: Free
666 downloads
META Tag Generating Software 1.0.0

META Tag Generating Software 1.0.0


This software allows you to create the META tag HTML code to palce in your website. META tags can help improve your search engine ranking. more>> This software allows you to create the META tag HTML code to palce in your website. META tags can help improve your search engine ranking.<<less
Added: 2005-08-25 License: Other Price: 0.00GBP
12 downloads
Bar chart HTML generator

Bar chart HTML generator


This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd. more>> This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd.<<less
Added: 2007-05-09 License: Other Free / Open Source License Price: Free
928 downloads
ImageRat 0.1

ImageRat 0.1


ImageRat scans your webserver for physical directories, automatically generating thumbnails for large images and transforming them into browsable image galleries. Perfect for anyone who wants to be able to upload large numbers of images via their more>> ImageRat scans your webserver for physical directories, automatically generating thumbnails for large images and transforming them into browsable image galleries. Perfect for anyone who wants to be able to upload large numbers of images via their favourite FTP program and have them transformed instantly into image galleries. ImageRat doesnt require a database, has a fully customizable template and language system.<<less
Added: 2008-04-07 License: LGPL Price: $0.00USD
12 downloads
Free Pop up generator 1.0

Free Pop up generator 1.0


Now-a-days POP UP windows are the main tool for displaying advertisement and hot news. They also provide the webmaster some income.AJ Square provides you a top quality PHP script for generating POP UPs. more>> Now-a-days POP UP windows are the main tool for displaying advertisement and hot news. They also provide the webmaster some income.AJ Square provides you a top quality PHP script for generating POP UPs.<<less
Added: 2005-04-18 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Free Pop up generator
Free Pop up generatorsome income.AJ Square provides you a top quality PHP script for generating POP UP. Free Pop up ... They also provide the webmaster some income.AJ Square provides you a top quality PHP script
License:Freeware
Download
1661 downloads
Added: 2005-04-18
Generating random passwords

Generating random passwords


Lets say you have a website and contains a membership process. But you do not want visitor to type his/her own password and want to create a temporary password for new member. You may add following fu more>> Lets say you have a website and contains a membership process. But you do not want visitor to type his/her own password and want to create a temporary password for new member. You may add following function to generate a random password.<<less
Added: 2007-06-27 License: Freeware Price: Free
852 downloads
Quick and easy random link generator

Quick and easy random link generator


This tutorial will show you how to make a random link generating script in PHP. The script will store a list of links which you provide, randomly select a specified number of links from the list and d more>> This tutorial will show you how to make a random link generating script in PHP. The script will store a list of links which you provide, randomly select a specified number of links from the list and display them. The full code listing will be provided at the bottom for the people who just want the code and cannot be bothered to read the tutorial.<<less
Added: 2006-05-26 License: Freeware Price: FreeAdditionalInfoArticlemustnotbecopiedwithoutpermission.
1269 downloads
Short Url Generator 1.0

Short Url Generator 1.0


shourl is a simple PHP/MySQL script for generating shorter URLs. Its similar to TinyURL.It requires PHP and MySQL and supports mod_rewrite. Its free for all. more>> shourl is a simple PHP/MySQL script for generating shorter URLs. Its similar to TinyURL.It requires PHP and MySQL and supports mod_rewrite. Its free for all.<<less
Added: 2009-01-01 License: Free Non-Commercial Price: $0.00USD
29 downloads
Dynamic Metatags 1.1

Dynamic Metatags 1.1


The Dynamic Metatags PHP Script allows you to automatically include the required meta tags for your website. Beside generating the meta tags for your website, this script gives you the possibility to dynamically and automatically change the all metatags more>> The Dynamic Metatags PHP Script allows you to automatically include the required meta tags for your website. Beside generating the meta tags for your website, this script gives you the possibility to dynamically and automatically change the all metatags by every reload of your website. So all actual search engines will crawl your site more often as usual and the meta content will be updated every time.<<less
Added: 2006-02-19 License: GPL Price: $0.00USD
15 downloads
 
Other version of Dynamic Metatags
Dynamic MetatagsBeside generating the meta tags for your website, this script gives you the possibility to ... Beside generating the meta tags for your website, this script gives you the possibility to
License:GPL
Download
1365 downloads
Added: 2006-02-19
PHP Thumbnail Generator 1.0

PHP Thumbnail Generator 1.0


Generating thumbnails in PHP couldnt be easier with this class based script. Simply include the class file, specify the file to resize and generate thumbnails on the fly, very easy to install and incredibly powerful script. more>> Generating thumbnails in PHP couldnt be easier with this class based script. Simply include the class file, specify the file to resize and generate thumbnails on the fly, very easy to install and incredibly powerful script.<<less
Added: 2007-11-28 License: GPL Price: $0.00USD
16 downloads
Project4Hire.com Freelance PHP Programming

Project4Hire.com Freelance PHP Programming


Project4Hire.com is the place to find PHP Programmers, Web Designers, Graphic Designers and other Freelance Professionals for your project needs. If you have a programming project you need help on, Pr more>> Project4Hire.com is the place to find PHP Programmers, Web Designers, Graphic Designers and other Freelance Professionals for your project needs. If you have a programming project you need help on, Project4Hire.com can connect you with hundreds of qualified freelance programmers willing to do the job. Just post your project needs and the interested freelancers will bid for your project. If you are a freelance PHP programmer, Project4Hire.com can also help you find projects and earn income.<<less
Added: 2006-04-19 License: Freeware Price: Free
1302 downloads
Generate Random Numbers

Generate Random Numbers


A random Number generator list. This script will generato a list of random numbers that are not repeated in the list. Very useful in generating lotto numbers or anything else that you can not have repetitive numbers more>> A random Number generator list. This script will generato a list of random numbers that are not repeated in the list. Very useful in generating lotto numbers or anything else that you can not have repetitive numbers<<less
Added: 2007-07-31 License: Freeware Price: $0.00USD
20 downloads
Generating random strings within PHP

Generating random strings within PHP


You may use this code snips to make your own random passwords or any other random strings. In this tutorial we need to use two functions of PHP: rand() and chr() . more>> You may use this code snips to make your own random passwords or any other random strings. In this tutorial we need to use two functions of PHP: rand() and chr() .<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
13 downloads
Generate a tag cloud 1.0.0

Generate a tag cloud 1.0.0


For this script, we use a temporary database as an example to extract search terms along with number of searches and display the result in a tag cloud. Live demo. more>> For this script, we use a temporary database as an example to extract search terms along with number of searches and display the result in a tag cloud. Live demo.<<less
Added: 2007-12-18 License: Other Price: $0.00USD
14 downloads
Create RSS Feeds | Generate RSS Feeds

Create RSS Feeds | Generate RSS Feeds


mysitefeed.com allows you to Create RSS Feeds manually, or Generate RSS Feeds from any website. They have a FREE service (ad supported), or a subscription service. more>> mysitefeed.com allows you to Create RSS Feeds manually, or Generate RSS Feeds from any website. They have a FREE service (ad supported), or a subscription service.<<less
Added: 2007-05-18 License: Freeware Price: $0.00USD
19 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5