LCKB
[FIX] t_iplist - 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 2 Releases (https://lckb.dev/forum/forumdisplay.php?fid=186)
+----- Forum: Server Side (https://lckb.dev/forum/forumdisplay.php?fid=143)
+----- Thread: [FIX] t_iplist (/showthread.php?tid=825)



- Gothic - 11-04-2012


Insert into _auth db: / In die _auth db einfügen:

 

-- ----------------------------
-- Table structure for `t_iplist`
-- ----------------------------
DROP TABLE IF EXISTS `t_iplist`;
CREATE TABLE `t_iplist` (
`a_index` int(11) NOT NULL AUTO_INCREMENT,
`a_ipstart_N` bigint(13) NOT NULL DEFAULT '0',
`a_ipend_N` bigint(13) NOT NULL DEFAULT '0',
`a_nation_S` varchar(50) NOT NULL DEFAULT '',
`a_nationcode` int(11) NOT NULL DEFAULT '-1',
PRIMARY KEY (`a_index`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of t_iplist
-- ----------------------------
INSERT INTO `t_iplist` VALUES ('6', '0', '9999999999', 'US', '-1');
INSERT INTO `t_iplist` VALUES ('7', '0', '9999999999', 'DE', '-1');

 

Also change this mysql variable "lower_case_table_names" to 2, to fix some problems. (Only OpenSuse)

Und ändert diese mysql variable "lower_case_table_names" auf 2 um ein paar probleme zu beheben. (Nur OpenSuse)

 

Cretis Falo




- viktor145 - 11-04-2012

Don't help




- X4lfur0z - 11-04-2012

I dont think this will help alot, if you make a thread for every release this section will be filled up with unuseful shi*t




- Gothic - 11-04-2012


Answers from newbie.

You know, for what tat actually is?




- Sutz - 11-05-2012

ty.. this fixed my problem.




- raunisc - 12-23-2012

thanks