12 sky 2 server file By dos

04/01/2017 21:59 Dragons144#1
12sky 2 server video
and the download [Only registered and activated users can see links. Click Here To Register...]

but the game need db
04/02/2017 17:03 sanal_alem#2
link removed
04/02/2017 18:11 Dragons144#3
Quote:
Originally Posted by sanal_alem View Post
link removed
remove from link proctection %26%2365279%3B
04/06/2017 15:05 SeiD001996#4
Upload again
04/06/2017 17:43 Dragons144#5
Quote:
Originally Posted by SeiD001996 View Post
Upload again
here is the tutorial to install and below the link
04/07/2017 06:16 Mega Byte#6
Interesting yep.
04/07/2017 12:34 SeiD001996#7
getting error upload .sql , in Navicat Premium.


Err] 42000 - [SQL Server]Incorrect syntax near '='.

[Err] /*
Navicat MySQL Data Transfer
04/07/2017 13:14 [Admin]Ziggy#8
But what about DB?
04/07/2017 14:09 SeiD001996#9
DB


Quote:
/*
Navicat MySQL Data Transfer

Source Server : 127.0.0.1
Source Server Version : 50505
Source Host : localhost:3306
Source Database : game

Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001

Date: 2017-04-05 23:27:51
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `avatarinfo`
-- ----------------------------
DROP TABLE IF EXISTS `avatarinfo`;
CREATE TABLE `avatarinfo` (
`aInsertTime` datetime DEFAULT NULL,
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`aVisibleState` int(11) DEFAULT '1',
`aSpecialState` int(11) DEFAULT '0',
`aPlayTime1` int(11) DEFAULT '0',
`aPlayTime2` int(11) DEFAULT '0',
`aKillOtherTribe` int(11) DEFAULT '0',
`aName` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
`aTribe` int(11) DEFAULT '0',
`aPreviousTribe` int(11) DEFAULT '0',
`aGender` int(11) DEFAULT '0',
`aHeadType` int(11) DEFAULT '0',
`aFaceType` int(11) DEFAULT '0',
`aLevel1` int(11) DEFAULT '1',
`aLevel2` int(11) DEFAULT '0',
`aGeneralExperience1` int(11) DEFAULT '0',
`aGeneralExperience2` int(11) DEFAULT '0',
`aVit` int(11) DEFAULT '1',
`aStr` int(11) DEFAULT '1',
`aInt` int(11) DEFAULT '1',
`aDex` int(11) DEFAULT '1',
`aEquip` varchar(325) COLLATE utf8_unicode_ci DEFAULT '',
`aLogoutInfo01` int(11) DEFAULT '0',
`aLogoutInfo02` int(11) DEFAULT '0',
`aLogoutInfo03` int(11) DEFAULT '0',
`aLogoutInfo04` int(11) DEFAULT '0',
`aLogoutInfo05` int(11) DEFAULT '0',
`aLogoutInfo06` int(11) DEFAULT '0',
PRIMARY KEY (`aName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- ----------------------------
-- Records of avatarinfo
-- ----------------------------

-- ----------------------------
-- Table structure for `definemaxusernum`
-- ----------------------------
DROP TABLE IF EXISTS `definemaxusernum`;
CREATE TABLE `definemaxusernum` (
`mMaxUserNum` int(11) DEFAULT NULL,
`mAddPlayerNum` int(11) DEFAULT NULL,
`mGageUserNum` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- ----------------------------
-- Records of definemaxusernum
-- ----------------------------
INSERT INTO `definemaxusernum` VALUES ('1000', '1', '50');

-- ----------------------------
-- Table structure for `masterinfo`
-- ----------------------------
DROP TABLE IF EXISTS `masterinfo`;
CREATE TABLE `masterinfo` (
`uLoginState` int(1) DEFAULT '0',
`uIP` varchar(15) COLLATE utf8_unicode_ci DEFAULT '',
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`uSaveMoney` int(11) NOT NULL DEFAULT '0',
`uSaveMoney2` int(11) NOT NULL DEFAULT '0',
`uSaveItem` varchar(700) COLLATE utf8_unicode_ci DEFAULT '',
`aName01` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
`aName02` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
`aName03` varchar(12) COLLATE utf8_unicode_ci DEFAULT '',
PRIMARY KEY (`uID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- ----------------------------
-- Records of masterinfo
-- ----------------------------
INSERT INTO `masterinfo` VALUES ('0', '127.0.0.1', 'test1', '0', '0', '0000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 0', '', '', '');

-- ----------------------------
-- Table structure for `memberinfo`
-- ----------------------------
DROP TABLE IF EXISTS `memberinfo`;
CREATE TABLE `memberinfo` (
`uID` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`uPassword` varchar(30) COLLATE utf8_unicode_ci DEFAULT '',
`uMousePassword` varchar(4) COLLATE utf8_unicode_ci DEFAULT '',
`uBlockInfo` int(11) DEFAULT '0',
`uUserSort` int(1) DEFAULT '0',
`uTraceState` int(1) DEFAULT '0',
`uCash` int(11) DEFAULT '0',
PRIMARY KEY (`uID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- ----------------------------
-- Records of memberinfo
-- ----------------------------
INSERT INTO `memberinfo` VALUES ('test1', '1234', '0000', '0', '0', '0', '0');
04/07/2017 16:23 J3w^elZ#10
yes server is opened but how to connect ? Launcher say Download failed.Try again ???
04/07/2017 20:15 SeiD001996#11
problem solved, but now i connect to world , and character give DC
04/09/2017 11:21 Proodigy#12
how to connect with navicat?????
04/09/2017 20:08 ddimes#13
how do i use that?

Quote:
Originally Posted by SeiD001996 View Post
DB
how do i use this :PP
04/09/2017 20:15 SeiD001996#14
Bro watch video :) its not ready server , only login :D
04/10/2017 13:52 waahaha#15
waste time,,,,the sky2 leaked....