elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Metin2 PServer Guides & Strategies (https://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/)
-   -   [Release] 2010 Logs databases (https://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/998606-release-2010-logs-databases.html)

.Rebel 02/06/2011 05:33

[Release] 2010 Logs databases
 
1 Attachment(s)
Well after 3 weeks server online in my 2010 server just request that tables for the logs


Have fun
PHP Code:

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- 
Table structure for `bootlog`
-- ----------------------------
DROP TABLE IF EXISTS `bootlog`;
CREATE TABLE `bootlog` (
  `
timeint(11) DEFAULT NULL,
  `
hostnameint(11) DEFAULT NULL,
  `
channelint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of bootlog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `command_log`
-- ----------------------------
DROP TABLE IF EXISTS `command_log`;
CREATE TABLE `command_log` (
  `
useridint(11) DEFAULT NULL,
  `
serverint(11) DEFAULT NULL,
  `
iptext,
  `
portint(11) DEFAULT NULL,
  `
usernamevarchar(12CHARACTER SET big5 NOT NULL DEFAULT 'NONAME',
  `
commandvarchar(20CHARACTER SET big5 COLLATE big5_bin DEFAULT NULL,
  `
datedatetime NOT NULL DEFAULT '0000-00-00 00:00:00'
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of command_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `fish_log`
-- ----------------------------
DROP TABLE IF EXISTS `fish_log`;
CREATE TABLE `fish_log` (
  `
1int(11) DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4int(11) DEFAULT NULL,
  `
5int(11) DEFAULT NULL,
  `
6int(11) DEFAULT NULL,
  `
7int(11) DEFAULT NULL,
  `
8int(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of fish_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `gmhost`
-- ----------------------------
DROP TABLE IF EXISTS `gmhost`;
CREATE TABLE `gmhost` (
  `
mIPvarchar(16NOT NULL DEFAULT '',
  
PRIMARY KEY (`mIP`)
ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- 
Records of gmhost
-- ----------------------------

-- ----------------------------
-- 
Table structure for `gmlist`
-- ----------------------------
DROP TABLE IF EXISTS `gmlist`;
CREATE TABLE `gmlist` (
  `
mIDint(10unsigned NOT NULL AUTO_INCREMENT,
  `
mAccountvarchar(16NOT NULL DEFAULT '',
  `
mNamevarchar(16NOT NULL DEFAULT '',
  `
mContactIPvarchar(16NOT NULL DEFAULT '',
  `
mServerIPvarchar(16NOT NULL DEFAULT 'ALL',
  `
mAuthorityenum('IMPLEMENTOR','HIGH_WIZARD','GOD','LOW_WIZARD','PLAYER') DEFAULT 'PLAYER',
  
PRIMARY KEY (`mID`)
ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- 
Records of gmlist
-- ----------------------------

-- ----------------------------
-- 
Table structure for `hack_log`
-- ----------------------------
DROP TABLE IF EXISTS `hack_log`;
CREATE TABLE `hack_log` (
  `
timetime DEFAULT NULL,
  `
loginlongtext COLLATE big5_bin,
  `
namevarchar(11COLLATE big5_bin DEFAULT NULL,
  `
iptext CHARACTER SET latin1,
  `
servervarchar(11COLLATE big5_bin DEFAULT NULL,
  `
whyvarchar(22COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of hack_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `levellog`
-- ----------------------------
DROP TABLE IF EXISTS `levellog`;
CREATE TABLE `levellog` (
  `
namevarchar(50COLLATE big5_bin DEFAULT NULL,
  `
levelint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
playtimeint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of levellog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `locale`
-- ----------------------------
DROP TABLE IF EXISTS `locale`;
CREATE TABLE `locale` (
  `
mKeyvarchar(255NOT NULL DEFAULT '',
  `
mValuevarchar(255NOT NULL DEFAULT '',
  
PRIMARY KEY (`mKey`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of locale
-- ----------------------------

-- ----------------------------
-- 
Table structure for `locale_bug`
-- ----------------------------
DROP TABLE IF EXISTS `locale_bug`;
CREATE TABLE `locale_bug` (
  `
mKeyvarchar(255NOT NULL DEFAULT '',
  `
mValuevarchar(255NOT NULL DEFAULT '',
  
PRIMARY KEY (`mKey`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of locale_bug
-- ----------------------------

-- ----------------------------
-- 
Table structure for `log`
-- ----------------------------
DROP TABLE IF EXISTS `log`;
CREATE TABLE `log` (
  `
typevarchar(20COLLATE big5_bin DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
whoint(11) DEFAULT NULL,
  `
xint(11) DEFAULT NULL,
  `
yint(11) DEFAULT NULL,
  `
whatint(11) DEFAULT NULL,
  `
howvarchar(20COLLATE big5_bin DEFAULT NULL,
  `
hintvarchar(20COLLATE big5_bin DEFAULT NULL,
  `
iptext CHARACTER SET latin1,
  `
vnumint(11) DEFAULT '0'
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `loginlog2`
-- ----------------------------
DROP TABLE IF EXISTS `loginlog2`;
CREATE TABLE `loginlog2` (
  `
idint(11NOT NULL AUTO_INCREMENT,
  `
typetext,
  `
is_gmint(11) DEFAULT NULL,
  `
login_timedatetime DEFAULT NULL,
  `
channelint(11) DEFAULT NULL,
  `
account_idint(11) DEFAULT NULL,
  `
pidint(11) DEFAULT NULL,
  `
client_versiontext,
  `
iptext,
  `
logout_timedatetime DEFAULT NULL,
  `
playtimeint(11NOT NULL DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of loginlog2
-- ----------------------------

-- ----------------------------
-- 
Table structure for `money_log`
-- ----------------------------
DROP TABLE IF EXISTS `money_log`;
CREATE TABLE `money_log` (
  `
VALUESint(11) DEFAULT NULL,
  `
DELAYEDint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
vnumint(11) DEFAULT '0',
  `
pidint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of money_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `quest_reward_log`
-- ----------------------------
DROP TABLE IF EXISTS `quest_reward_log`;
CREATE TABLE `quest_reward_log` (
  `
1varchar(50COLLATE big5_bin DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4int(11) DEFAULT NULL,
  `
5int(11) DEFAULT NULL,
  `
6int(11) DEFAULT NULL,
  `
7time DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of quest_reward_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `refinelog`
-- ----------------------------
DROP TABLE IF EXISTS `refinelog`;
CREATE TABLE `refinelog` (
  `
Idint(11) DEFAULT NULL,
  `
pidint(11) DEFAULT NULL,
  `
item_namevarchar(50COLLATE big5_bin DEFAULT NULL,
  `
item_idint(11) DEFAULT NULL,
  `
stepint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
is_successint(11) DEFAULT NULL,
  `
setTypevarchar(50COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of refinelog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `shout_log`
-- ----------------------------
DROP TABLE IF EXISTS `shout_log`;
CREATE TABLE `shout_log` (
  `
1time DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4varchar(50COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of shout_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `speed_hack`
-- ----------------------------
DROP TABLE IF EXISTS `speed_hack`;
CREATE TABLE `speed_hack` (
  `
pidint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
xint(11) DEFAULT NULL,
  `
yint(11) DEFAULT NULL,
  `
hack_countvarchar(20COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of speed_hack
-- ---------------------------- 


dCheeTos 02/06/2011 05:37

Thx :cool:

Mαhdin 02/06/2011 05:38

For what we can use it? :<

Almari 02/06/2011 05:38

N1ce Release, as i already said, the one thing i especially needed was "fishlog", but thanks anyways. It will help a lot of people.

.Rebel 02/06/2011 05:46

Quote:

Originally Posted by MaяTiη :3 (Post 9017544)
For what we can use it? :<

loooool

for what lol

maybe your server need make log for everything hapen on the server if you dont have that tables,
well you have a bigggggg syserr.txt on your server and if you have that well maybe you have also a lot of bugs on your server if you dont know read your syserr.txt you have a lots of work

the syserr.txt is the file record all problems on your server if miss some table like on the logs will recorder everytime the server try record stuff on that miss table

Mαhdin 02/06/2011 05:49

Quote:

Originally Posted by Lexico (Post 9017579)
loooool

for what lol

maybe your server need make log for everything hapen on the server if you dont have that tables,
well you have a bigggggg syserr.txt on your server and if you have that well maybe you have also a lot of bugs on your server if you dont know read your syserr.txt you have a lots of work

the syserr.txt is the file record all problems on your server if miss some table like on the logs will recorder everytime the server try record stuff on that miss table

i mean the fishlog etc :D
So, you can look how many fishes was thrown?

.Rebel 02/06/2011 05:55

Quote:

Originally Posted by MaяTiη :3 (Post 9017593)
i mean the fishlog etc :D
So, you can look how many fishes was thrown?

ofcorse
you will see everything people fishing for you maybe is nothing

but for me and some another servers we have all record no mather what you do the server record everything
all you do
what you do
what you drop
what you get
what you fish
what you transfer with how etc
what you speack in general chat
what comands the gm use
when login when log out
speed hack
combo hack
multihack
where you are

everithing is record

Almari 02/06/2011 05:57

Quote:

Originally Posted by Lexico (Post 9017605)
ofcorse
you will see everything people fishing for you maybe is nothing

but for me and some another servers we have all record no mather what you do the server record everything
all you do
what you do
what you drop
what you get
what you fish
what you transfer with how etc
what you speack in general chat
what comands the gm use
when login when log out
speed hack
combo hack
multihack
where you are

everithing is record

gameforge lässt grüssen^^

Gameforge gives loving greetings^^

.Rebel 02/06/2011 05:58

Quote:

Originally Posted by .99Percent (Post 9017612)
GF lässt grüssen^^

GF gives loving greetings^^

loooool yay they love privat servers every day more

Almari 02/06/2011 06:15

Quote:

Originally Posted by Lexico (Post 9017620)
loooool yay they love privat servers every day more

hows yours?

.Rebel 02/06/2011 06:42

Quote:

Originally Posted by .99Percent (Post 9017660)
hows yours?

if i tell you i need kill you
you know to mutch :awesome:

Almari 02/06/2011 06:45

Quote:

Originally Posted by Lexico (Post 9017721)
if i tell you i need kill you
you know to mutch :awesome:

you`re welcome :P

LG+
.99Percent

PS: Have skype,icq or msn? Then PN me!

YouFailed 02/06/2011 07:25

Niiiice -> pserver hat Jetz de überholt Logs,lvlanzeige,shoptische <3

Almari 02/06/2011 07:26

Quote:

Originally Posted by YouFailed (Post 9017848)
Niiiice -> pserver hat Jetz de überholt Logs,lvlanzeige,shoptische <3

Überholt? Niemals -.-
Wenn dann etwas eingeholt, den Hackshield haben wir immernoch nicht, ganz geschwiegen der Lizenz. Naja kannst ja betrachten, wie du willst, ich halte mich da raus^^

YouFailed 02/06/2011 07:28

Wollte eig fast eingeholt schreiben aber gf ist eh fail :)

Freakymen 02/06/2011 09:17

Quote:

Originally Posted by YouFailed (Post 9017859)
Wollte eig fast eingeholt schreiben aber gf ist eh fail :)

Jap.
Die haben VIEL zu spät mit dem HS reagiert und so.
Kann man nichts machen.
Aufs HS "kann" man eig beim P Server scheissen.
Und Lizens sowieso :awesome:

°IceCold° 02/06/2011 10:01

Thanks for sharing.
Aber hat Daroo nicht schon die .US DB in seinen 2010er Files drin?

Daroolein 02/06/2011 13:16

Lol, ich hab doch schon die Metin2.US DB pub gemacht, da ist sie
drin. :awesome:

The Bull 02/06/2011 13:41

aber die Logs... sind teilweise inkompatibel....
als da wäre der Log

oder der command_log....

jetzt läufts...

MfG Bull

.Rebel 02/06/2011 15:44

Quote:

Originally Posted by °IceCold° (Post 9018684)
Thanks for sharing.
Aber hat Daroo nicht schon die .US DB in seinen 2010er Files drin?

Quote:

Originally Posted by 'Daroo (Post 9021826)
Lol, ich hab doch schon die Metin2.US DB pub gemacht, da ist sie
drin. :awesome:

no the us db by daro miss many tables like loglogin2 speed hack moneylog command log and anothers i dont remember now without say many table also missing on the databases he have


edit daro usdb have this
bootlog
fishlog
gmhost
gmlist
level log
locale
locale bug
log
quest reward
refine log
shout log

and that databases some are wrong config missing tables wrong tables names etc

.Risan. 02/06/2011 15:45

Daaro: Die Tabellen die hier erwähnt sind, sind in deiner us db nicht dabei.

.Kay331 02/06/2011 15:52

Aber die hat doch nico_w doch schonmal pub gemacht, also Ofizelle log Db.

Zwar nicht von 2010 geht ja auch nicht, glaube wenn ist hier eine tabelle neu, bzw. gar keine.


MfG .Kay331

.Rebel 02/06/2011 15:59

Quote:

Originally Posted by .Kay331 (Post 9025139)
Aber die hat doch nico_w doch schonmal pub gemacht, also Ofizelle log Db.

Zwar nicht von 2010 geht ja auch nicht, glaube wenn ist hier eine tabelle neu, bzw. gar keine.


MfG .Kay331

yes nico have release a log time ago for 2006/2007 serverfiles with 2010 alot of tables change "names position get out off 1 go to another" is not the same and if you guys have 2010 servers files just go to your syserr and see a lots of errors you have if you use the logs from 2006 from nico or from usdb from daro

Rimander 03/30/2011 14:10

For the log command, you need some game special?

Turundeth 03/30/2011 17:21

#deleted

omarca278 04/22/2011 16:42

para que es ese log me podian decir

CauTaRt 04/22/2011 17:30

Was kann das?
 
Moin,

Könnte mir und den anderen mal jemand übersetzten was das ist?
Meine Englisch Kentnisse sind nicht gleich auf diesem Niveau....

Danke
MfG
CauTaRt

collado 05/14/2011 19:53

Thanks!! :D

RumorUS 06/20/2011 20:50

very good! works perfect! ty:D

don't forget to add this link in your sig lex

HardZone 08/29/2014 14:33

Quote:

Originally Posted by .Rebel (Post 9017525)
Well after 3 weeks server online in my 2010 server just request that tables for the logs


Have fun
PHP Code:

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- 
Table structure for `bootlog`
-- ----------------------------
DROP TABLE IF EXISTS `bootlog`;
CREATE TABLE `bootlog` (
  `
timeint(11) DEFAULT NULL,
  `
hostnameint(11) DEFAULT NULL,
  `
channelint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of bootlog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `command_log`
-- ----------------------------
DROP TABLE IF EXISTS `command_log`;
CREATE TABLE `command_log` (
  `
useridint(11) DEFAULT NULL,
  `
serverint(11) DEFAULT NULL,
  `
iptext,
  `
portint(11) DEFAULT NULL,
  `
usernamevarchar(12CHARACTER SET big5 NOT NULL DEFAULT 'NONAME',
  `
commandvarchar(20CHARACTER SET big5 COLLATE big5_bin DEFAULT NULL,
  `
datedatetime NOT NULL DEFAULT '0000-00-00 00:00:00'
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of command_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `fish_log`
-- ----------------------------
DROP TABLE IF EXISTS `fish_log`;
CREATE TABLE `fish_log` (
  `
1int(11) DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4int(11) DEFAULT NULL,
  `
5int(11) DEFAULT NULL,
  `
6int(11) DEFAULT NULL,
  `
7int(11) DEFAULT NULL,
  `
8int(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of fish_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `gmhost`
-- ----------------------------
DROP TABLE IF EXISTS `gmhost`;
CREATE TABLE `gmhost` (
  `
mIPvarchar(16NOT NULL DEFAULT '',
  
PRIMARY KEY (`mIP`)
ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- 
Records of gmhost
-- ----------------------------

-- ----------------------------
-- 
Table structure for `gmlist`
-- ----------------------------
DROP TABLE IF EXISTS `gmlist`;
CREATE TABLE `gmlist` (
  `
mIDint(10unsigned NOT NULL AUTO_INCREMENT,
  `
mAccountvarchar(16NOT NULL DEFAULT '',
  `
mNamevarchar(16NOT NULL DEFAULT '',
  `
mContactIPvarchar(16NOT NULL DEFAULT '',
  `
mServerIPvarchar(16NOT NULL DEFAULT 'ALL',
  `
mAuthorityenum('IMPLEMENTOR','HIGH_WIZARD','GOD','LOW_WIZARD','PLAYER') DEFAULT 'PLAYER',
  
PRIMARY KEY (`mID`)
ENGINE=MyISAM DEFAULT CHARSET=big5;

-- ----------------------------
-- 
Records of gmlist
-- ----------------------------

-- ----------------------------
-- 
Table structure for `hack_log`
-- ----------------------------
DROP TABLE IF EXISTS `hack_log`;
CREATE TABLE `hack_log` (
  `
timetime DEFAULT NULL,
  `
loginlongtext COLLATE big5_bin,
  `
namevarchar(11COLLATE big5_bin DEFAULT NULL,
  `
iptext CHARACTER SET latin1,
  `
servervarchar(11COLLATE big5_bin DEFAULT NULL,
  `
whyvarchar(22COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of hack_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `levellog`
-- ----------------------------
DROP TABLE IF EXISTS `levellog`;
CREATE TABLE `levellog` (
  `
namevarchar(50COLLATE big5_bin DEFAULT NULL,
  `
levelint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
playtimeint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of levellog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `locale`
-- ----------------------------
DROP TABLE IF EXISTS `locale`;
CREATE TABLE `locale` (
  `
mKeyvarchar(255NOT NULL DEFAULT '',
  `
mValuevarchar(255NOT NULL DEFAULT '',
  
PRIMARY KEY (`mKey`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of locale
-- ----------------------------

-- ----------------------------
-- 
Table structure for `locale_bug`
-- ----------------------------
DROP TABLE IF EXISTS `locale_bug`;
CREATE TABLE `locale_bug` (
  `
mKeyvarchar(255NOT NULL DEFAULT '',
  `
mValuevarchar(255NOT NULL DEFAULT '',
  
PRIMARY KEY (`mKey`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of locale_bug
-- ----------------------------

-- ----------------------------
-- 
Table structure for `log`
-- ----------------------------
DROP TABLE IF EXISTS `log`;
CREATE TABLE `log` (
  `
typevarchar(20COLLATE big5_bin DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
whoint(11) DEFAULT NULL,
  `
xint(11) DEFAULT NULL,
  `
yint(11) DEFAULT NULL,
  `
whatint(11) DEFAULT NULL,
  `
howvarchar(20COLLATE big5_bin DEFAULT NULL,
  `
hintvarchar(20COLLATE big5_bin DEFAULT NULL,
  `
iptext CHARACTER SET latin1,
  `
vnumint(11) DEFAULT '0'
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `loginlog2`
-- ----------------------------
DROP TABLE IF EXISTS `loginlog2`;
CREATE TABLE `loginlog2` (
  `
idint(11NOT NULL AUTO_INCREMENT,
  `
typetext,
  `
is_gmint(11) DEFAULT NULL,
  `
login_timedatetime DEFAULT NULL,
  `
channelint(11) DEFAULT NULL,
  `
account_idint(11) DEFAULT NULL,
  `
pidint(11) DEFAULT NULL,
  `
client_versiontext,
  `
iptext,
  `
logout_timedatetime DEFAULT NULL,
  `
playtimeint(11NOT NULL DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of loginlog2
-- ----------------------------

-- ----------------------------
-- 
Table structure for `money_log`
-- ----------------------------
DROP TABLE IF EXISTS `money_log`;
CREATE TABLE `money_log` (
  `
VALUESint(11) DEFAULT NULL,
  `
DELAYEDint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
vnumint(11) DEFAULT '0',
  `
pidint(11) DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- ----------------------------
-- 
Records of money_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `quest_reward_log`
-- ----------------------------
DROP TABLE IF EXISTS `quest_reward_log`;
CREATE TABLE `quest_reward_log` (
  `
1varchar(50COLLATE big5_bin DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4int(11) DEFAULT NULL,
  `
5int(11) DEFAULT NULL,
  `
6int(11) DEFAULT NULL,
  `
7time DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of quest_reward_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `refinelog`
-- ----------------------------
DROP TABLE IF EXISTS `refinelog`;
CREATE TABLE `refinelog` (
  `
Idint(11) DEFAULT NULL,
  `
pidint(11) DEFAULT NULL,
  `
item_namevarchar(50COLLATE big5_bin DEFAULT NULL,
  `
item_idint(11) DEFAULT NULL,
  `
stepint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
is_successint(11) DEFAULT NULL,
  `
setTypevarchar(50COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of refinelog
-- ----------------------------

-- ----------------------------
-- 
Table structure for `shout_log`
-- ----------------------------
DROP TABLE IF EXISTS `shout_log`;
CREATE TABLE `shout_log` (
  `
1time DEFAULT NULL,
  `
2int(11) DEFAULT NULL,
  `
3int(11) DEFAULT NULL,
  `
4varchar(50COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of shout_log
-- ----------------------------

-- ----------------------------
-- 
Table structure for `speed_hack`
-- ----------------------------
DROP TABLE IF EXISTS `speed_hack`;
CREATE TABLE `speed_hack` (
  `
pidint(11) DEFAULT NULL,
  `
timetime DEFAULT NULL,
  `
xint(11) DEFAULT NULL,
  `
yint(11) DEFAULT NULL,
  `
hack_countvarchar(20COLLATE big5_bin DEFAULT NULL
ENGINE=MyISAM DEFAULT CHARSET=big5 COLLATE=big5_bin;

-- ----------------------------
-- 
Records of speed_hack
-- ---------------------------- 



Very good I have been having problems with my log Database for ages
Thank you very much

xcuz 08/30/2014 18:45

#closed - Please do not push outdated topics.


All times are GMT +2. The time now is 16:47.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.