|
|
|
|
|
|
Thursday, July 29th, 2010
HotScripts Script |
|
|
|
|
|
. : : HotScripts Script |
|
|
This script displays the current rating, number of votes, as well as the number of hits for your script on HotScripts.com. It also provides a voting box for your script, so that people can vote on your script at HotScripts.com from your site.
Note: The script caches the information in a MySQL database for one day, to lighten the load on the HotScripts server.
 |
Explanations:
cache.php - Caches fetched information, for quicker results, and less drag on the source.
gpl.txt - A copy of the General Public License.
hotscript.php - The script page. Include it in the page you want hotscript table, then call its functions.
readme.txt - A quick readme file.
SQL.sql - The SQL table.
|
EXAMPLE: (Working Example)
<?
# Format:
# hotscripts($id)
# $id is the 'Listing ID' on Hotscripts.com
include ("hotscripts.php");
hotscripts(55711);
?>
-- DOWNLOAD -- 731 Downloads To Date
LASTEST UPDATES:
March 11, 2009
Updated to work again. Who knows when they made changes to their website. I just noticed now. Does anyone even use this, lol?
January 18, 2006
Changed caching time to 24 hours, because who really cares on an hourly basis, also updated with the lastest version of the Cache script.
December 29, 2005
Statistics are now cached to a MySQL database for one hour, to speed up the process, save bandwidth, and be kinder to HotScripts.com.
No comments for this page. Feel free to be the first.
disclaimer:
the comments posted throughout my site are submitted by other users.
the things said are not endorsed by me, and do not represent my opinion.
|
|
|
|
|
|
|
|
|