Posts Tagged 'Create'

How to create a basic rating system

Posted by admin on December 11 2009 Add Comments

Creating a basic rating system
In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
The basics
We divide the task into the following steps:

Display a HTML form where a visitor [...]

create automated money

Posted by admin on December 11 2009 Add Comments

Main idea is that user gains some amount of money every hour (starting from his registration time). So theory is like this:

registration time (Unix timestamp – in seconds from 1970)
check in table when user money was last updated (row: lastupdate)
if this time is greater then 1 hour, then we update money

lets open our config.php file [...]

PHP create surveys

Posted by admin on December 11 2009 Add Comments

PHP create surveys
Running a survey on your site can help you find out in real time what your visitors want, what should you improve, write, sell, modify, stop, start etc. We can build an enormous list with the advantages of running a survey. Some people like to earn by following instincts, by risking and others [...]

Create ZIP File

Posted by admin on December 11 2009 Add Comments

Create ZIP File

By : Er. Rochak Chauhan
This class can create ZIP archives from lists of files.
The class provides means to add individual files or whole directories to the list of files packed into a ZIP archive.
The class can generate the packed archive as a string value.
The class can also output the necessary request [...]

Create image for WAV file

Posted by admin on December 10 2009 Add Comments

Create image for WAV file

By : mfboy
This class can be used to draw a graph of the sound of a WAV file.
It opens a given sound sample file in the WAV format and extracts the variation of the volume of the sample over time.
The class renders an image that represents the sound sample wave form.
Download [...]