mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-14 00:26:07 +00:00
update install and email activation + add friends inviting system
This commit is contained in:
@@ -243,7 +243,7 @@ define("COOKIE_PATH", "/");
|
||||
////////////////////////////////////////////
|
||||
define("DOMAIN", "%DOMAIN%");
|
||||
define("HOMEPAGE", "%HOMEPAGE%");
|
||||
define("SERVER", "%DOMAIN%");
|
||||
define("SERVER", "%SERVER%");
|
||||
|
||||
$requse = 0;
|
||||
|
||||
|
||||
@@ -1318,6 +1318,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
|
||||
`clp` bigint(255) NOT NULL DEFAULT '0',
|
||||
`oldrank` bigint(255) unsigned NOT NULL DEFAULT '0',
|
||||
`regtime` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`invited` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user