Hi,
This script lets you create a php top site easily.
Here is some characteristics of this top site:
- Easy Administration with the possibility to accept and reject web sites
- The visitors can vote one time per hour per web site
- You can reset votes
- Very Configurable
- Commented Source Code
- Using CSS3 Properties
- Valid (X)html strict 1.0
This is a demonstration of the top site:
Demonstration
You can also download the top site as a .zip or .rar archive:
Download the .ZIP archive
Download the .RAR archive
To install this top site, you have to extract the archive in your web site.
Then, you have to create a "topsite" table with the following fields:
Or you can simply execute the following SQL query:
--
-- Table structure for table `topsite`
--
CREATE TABLE `topsite` (
`id` int(11) NOT NULL,
`name` varchar(55) NOT NULL,
`url` varchar(255) NOT NULL,
`description` varchar(255) NOT NULL,
`banner` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`votes` int(11) NOT NULL,
`status` varchar(2) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Download
To complete the installation, you have to edit the "
config.php" file.
In this file, you must edit the "Required Configuration" part, otherwise, the top site will not work.
Thank you and I hope this php top site will be useful.
Similar Scripts and Tutorials