LCKB
Cash Server Fix - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Release Zone (https://lckb.dev/forum/forumdisplay.php?fid=190)
+---- Forum: Episode 4 Releases (https://lckb.dev/forum/forumdisplay.php?fid=156)
+----- Forum: Server Side (https://lckb.dev/forum/forumdisplay.php?fid=138)
+----- Thread: Cash Server Fix (/showthread.php?tid=5004)



- Stormax - 01-06-2023


This is the Cash Server fixed : 2

If you have a segmentation fault put this in your sql (_auth): 

CREATE TABLE IF NOT EXISTS `t_lottery` (

  `a_index` int(10) unsigned NOT NULL AUTO_INCREMENT,

  `a_user_index` int(10) unsigned DEFAULT '0',

  `a_week_num` int(3) unsigned DEFAULT '0',

  `a_purchase_date` varchar(100) DEFAULT '0000-00-00 00:00:00',

  `a_ip` varchar(20) DEFAULT '0000-00-00 00:00:00',

  PRIMARY KEY (`a_index`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE IF NOT EXISTS `t_lottery_winner` (

  `a_index` int(10) unsigned NOT NULL AUTO_INCREMENT,

  `a_week_num` int(10) unsigned NOT NULL DEFAULT '0',

  `a_user_index` int(10) unsigned NOT NULL DEFAULT '0',

  PRIMARY KEY (`a_index`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 




- Sutz - 12-19-2023


Mirror: 2




- Slayer72 - 01-18-2025



On 12/19/2023 at 11:50 AM, Sutz said:




Mirror: 2




Mirror not working...