Cash Server Fix
#1

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;

 

#2

Mirror: 2

#3


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




Mirror: 2




Mirror not working...



Forum Jump:


Users browsing this thread: 1 Guest(s)