Ultimate Dekaron Server Tutorial

Status
Not open for further replies.
solve my previous mistake, I no longer existing user error, but now I get this and my files "config" are all in order, which is my mistake?
Warmonger - Ultimate Dekaron Server Tutorial - RaGEZONE Forums
 
Last edited:
Warmonger - Ultimate Dekaron Server Tutorial - RaGEZONE Forums


<a href="http://pic.free.in.th/id/1723eb9c7d8a515dd26a88bad19a07fe" target="_blank"><img border="0" src="http://image.free.in.th/v/2013/tr/140216090124.gif" alt="images by free.in.th" /></a>


Help me Plz
 
Last edited:
Could somebody please share a working Server Files,Clean Database,Client
i dont care if its A3 or A9 as long its compatible with each other
i tried to search for it but all i can see is DEAD links so if anybody out there have
the files im looking for please share it to me i just wanna make my own server
to play with my friends.
 
Sir the Dekaron Server link is broken, can u send me the link for the dekaron server file on my email? [email protected]

also this is my problem now... .. whats the best solution for this guys?


EDITED :)
 
Last edited:
Hey, i got a problem I cannot solve it and i been looking for the solution from the pro dekaron people but never see who can help me. Can anyone who knows how to fix the dc on the login screen please help me. I appreciate it.
 
On the account part from the query below how do we create a user and password and is the User & PW have to be the same as the one "sa" or it could be different

how do you create a User & PW from this code, i am should on which parts should you change it bit confusing me
Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE userNO varchar(16), accountID varchar(16), PASsword varchar(32), email varchar(50), secretA varchar(22), secretQ varchar(22)
SET userNO= '09101410275532'
SET accountID = 'Account ID'
SET PASsword = 'Account Password'
SET email = 'E-Mail'
SET secretA = 'Secret Answer'
SET secretQ = 'Secret Question'

Insert Into [USER_PROFILE] Values userNO accountID PASsword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
 
hello... anyone can share the idea of how can i fix the item image in D-shop?
some items where there and have an image...
and some dont have image there image...
any one could share of how to fix it???
THANKS..
 
On the account part from the query below how do we create a user and password and is the User & PW have to be the same as the one "sa" or it could be different

how do you create a User & PW from this code, i am should on which parts should you change it bit confusing me
Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE userNO varchar(16), accountID varchar(16), PASsword varchar(32), email varchar(50), secretA varchar(22), secretQ varchar(22)
SET userNO= '09101410275532'
SET accountID = 'Account ID'
SET PASsword = 'Account Password'
SET email = 'E-Mail'
SET secretA = 'Secret Answer'
SET secretQ = 'Secret Question'

Insert Into [USER_PROFILE] Values userNO accountID PASsword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE [USER=1335]user[/USER]NO varchar(16), [USER=162874]account[/USER]ID varchar(16), [USER=1333464713]PAS[/USER]sword varchar(32), [USER=213273]email[/USER] varchar(50), [USER=38426]secret[/USER]A varchar(22), [USER=38426]secret[/USER]Q varchar(22)
SET [USER=1335]user[/USER]NO= '[COLOR="#FF0000"]1[/COLOR]'
SET [USER=162874]account[/USER]ID = '[COLOR="#FF0000"]Farrol[/COLOR]'
SET [USER=1333464713]PAS[/USER]sword = '[COLOR="#FF0000"]008c5926ca861023c1d2a36653fd88e2[/COLOR]' 
SET [USER=213273]email[/USER] = '[COLOR="#FF0000"]asd[/COLOR]'
SET [USER=38426]secret[/USER]A = '[COLOR="#FF0000"]asd[/COLOR]'
SET [USER=38426]secret[/USER]Q = '[COLOR="#FF0000"]asd[/COLOR]'

Insert Into [USER_PROFILE] Values [USER=1335]user[/USER]NO [USER=162874]account[/USER]ID [USER=1333464713]PAS[/USER]sword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

Just change the text i made red. And for password make sure it's in MD5 format. Then just launch of the querry
 
Status
Not open for further replies.
Back