03.12.2012, 05:08
Installation:
1ºPast the files in htdocs
2ºEnter in game.php and paste:
PHP Code:
<?
include("hives.php");
?>
Get in your database, SQL, and place:
PHP Code:
ALTER TABLE `users` ADD `hives_time` int(11) NOT NULL default '0',
ADD `hives` int(200) NOT NULL,
ADD `hives_total` int(11) NOT NULL default '0',
ADD `hives_rank` int(11) NOT NULL;
Add again:
PHP Code:
ALTER TABLE `reports` ADD `see` int(11) NOT NULL default '0',
After that, reset the server!
Download