hehehQuote:
gogoggogo ^^
good luck.
I've been searching on the web some decent ebook about visual basic and coding but failed to find a decent one. only found one for kids 12 to 16years old -_-
yea man me neither my program gets messed up be4 tried to fix it but^^Quote:
i know vb
but i never reached the database part lol :p
it's not so simple :/Quote:
Thanks a lot mate ^^
With this now we know the steps to config the Server to listen the DB
I transalte it reading in excel and copying to google traductor, but i get something like: "Tueng Hou Yuang"Quote:
it's not so simple :/
we still mising few files:
1) SERVERCONFIG <- I don't have this one but login server calls it
2) ±ÝÁöij¸¯¸í.txt <- or something like that :)
3) DBSERVERINFO.ini <- can someone translate what's inside?
don't have much time to "play" with server this week...
another way is to analyze packets send via network and start to write out own server from scratch...
p.s. who knows web page where I can upload txt file and it will be translated to english?
you still don't know what it does?Quote:
We need also to know what exactly do this script (its from the guy who released the server files)
Code:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[AMT_COUPON_USER]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[AMT_COUPON_USER] GO .................................more................................................... CREATE TABLE [dbo].[AMT_COUPON_USER] ( [SEQ_MASTER] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [COUPONNO] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [COMPEN] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [ACCOUNTID] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [CHARID] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [WORLD] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [CP_CODE] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [USEYN] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [IGS] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [IGR] [char] (10) COLLATE Chinese_PRC_CI_AS NULL , [IGA] [char] (10) COLLATE Chinese_PRC_CI_AS NULL ) ON [PRIMARY] GO ..................................more..................................