|
|
|
About |
|
Voting / Rating Script that can be added in any web page with php support.
Any number of pages can use the same / single rating system. This can be used as a web page ranking script, image or photo rating script, software voting script, rate a website script etc.,
This has additional features of url based rating ( support for args / arguments ). E.g: ./index.php?arg=1 and ./index.php?arg=2 will be treated as different web pages.
|
|
Usage |
a) Download and unzip the ranking script files.
b) You will get HRAT/*
c) In your files(webpages) add the code given below, where you want the RATING SYSTEM to be displayed.
<?php
include "HRAT/hrat.php";
?>
Configuring Message:
d) Edit the file HRAT/message.txt and change the message.
Configuring header:
e) Edit the file HRAT/header.txt and change your header info.
Configuring Message:
f) Edit the file HRAT/footer.txt and change your footer info.
|
|
|
|