Mir2 2.3 Server Files

ashcom

Dedicated Member
Dedicated Member
Apr 24, 2003
76
0
102
nevermind.....................
 
Last edited:

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
195
middlesex
beard said:
i made a guide earlier in this thread, for people like myself and you who had lots of troubles.. its a basic guide to restore the databases... id find it for you but its probably on page 30 something..and thats effort but check back, or just click my name and all posts made by me and youll find it..

thanks bud.
I did a bit of tinkering and searching and finally i got it all sorted, I allready had the sql right it was odbc i needed to sort out (forgot about it :P).

what full client does this work with Korean english phillipines 2.3 versions and the english exe thats on xsoffee's site ?
 

joe112

Dedicated Member
Dedicated Member
Feb 1, 2006
72
0
52
this is a great release is any1 gonna be using this in there private server??and dont wanna sound lazy but can any1 set up a guide to make the server for online from scratch?

and can any1 tell me a link to download SQL Server 2000 not the update thx,

thx
 
Last edited:

Nicky

LOMCN Veteran
Veteran
Apr 21, 2006
416
0
63
Swansea, South Wales
joe112 said:
this is a great release is any1 gonna be using this in there private server??and dont wanna sound lazy but can any1 set up a guide to make the server for online from scratch?


thx

Isnt a release, just a DEMO mate.
 

johnyl1

Golden Oldie
Golden Oldie
Apr 24, 2003
729
36
185
Portugal
Did any1 created the TBL_M2PREMIUMUSER and inserted the fields??

i have setup the tbl's like this but i keep getting a few errors.

Column name------------data type----------length---------allow nulls

FLD_LOGINID----------------int---------------4
FLD_SERVERNAME-----------char-------------10
FLD_CHARNAME-------------char-------------50
EVENT_COMEBACK2005------datetime----------8

1st error is "Syntax error converting the vchar value johnyl1"
2nd error is "Invalid object name "EVENT_COMEBACK2005".[208]

any1 know the right data types for the tables???
 
Last edited:

joe112

Dedicated Member
Dedicated Member
Feb 1, 2006
72
0
52
will any1 be able to make this into a full working files??
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,253
30
2,837
540
joe112 said:
will any1 be able to make this into a full working files??

it would help if you read the answers to the other 10 people who asked that question.
 

joe112

Dedicated Member
Dedicated Member
Feb 1, 2006
72
0
52
Farphit said:
it would help if you read the answers to the other 10 people who asked that question.
well i would but 16x pages is alot lol :P
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,253
30
2,837
540
these files are a DEMO, and so most likely they will charge you for the full version. so no, i doubt they will be a full working set of files for these.
 

johnyl1

Golden Oldie
Golden Oldie
Apr 24, 2003
729
36
185
Portugal
johnyl1 said:
Did any1 created the TBL_M2PREMIUMUSER and inserted the fields??

i have setup the tbl's like this but i keep getting a few errors.

Column name------------data type----------length---------allow nulls

FLD_LOGINID----------------int---------------4
FLD_SERVERNAME-----------char-------------10
FLD_CHARNAME-------------char-------------50
EVENT_COMEBACK2005------datetime----------8

1st error is "Syntax error converting the vchar value johnyl1"
2nd error is "Invalid object name "EVENT_COMEBACK2005".[208]

any1 know the right data types for the tables???


erm any1 saw this?? night? millo?
 

spunky05

LOMCN Veteran
Veteran
Loyal Member
Oct 7, 2003
271
1
65
Smallville
Im not too sure but I think EVENT_COMEBACK2005 has its own table.

TBL_M2PREMIUMUSER
---------------------
FLD_LOGINID
FLD_SERVERNAME
FLD_CHARNAME

EVENT_COMEBACK2005
----------------------
FLD_LOGINID
FLD_FORCEFLAG
FLD_FIRSTLOGIN
 

spunky05

LOMCN Veteran
Veteran
Loyal Member
Oct 7, 2003
271
1
65
Smallville
Well i used this setup but the login server crashed when i tryed to login with the account details I added to the table.

Column name------------data type----------length---------allow nulls

FLD_LOGINID----------------nchar---------------50
FLD_SERVERNAME-----------nchar-------------40
FLD_CHARNAME-------------char-------------15