|
|
HRAT Com 1.0 (HIOX Rating System Script)
|
|
About |
This is the commercial version of the free rating script.
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 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)Unzip the download.
b)You will get HRAT/*
c)In your files(webpages) where ever you want the RATING SYSTEM to be displayed , just add the following code
<?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
|
|
|
|
|
|