This Tip from me[vsro server files]

09/18/2011 00:01 ferdi61tr#1
These tips from abdelfattah's thread if you run first query then you must run second query too to connect SMC.Because first query delete gm accounts too.And you need gm account to login smc.Else you will get this error ;
"cannot connect to division manager (invalid user info)"

First query
PHP Code:
USE [SRO_VT_ACCOUNT]
GO
TRUNCATE TABLE 
[dbo].[TB_User]
TRUNCATE TABLE [dbo].[TB_User_Bak]
TRUNCATE TABLE [dbo].[SK_CharRenameLog]
TRUNCATE TABLE [dbo].[_Punishment]
TRUNCATE TABLE [dbo].[_ServiceManagerLog]
TRUNCATE TABLE [dbo].[Test_HN]
TRUNCATE TABLE [dbo].[_BlockedUser]
TRUNCATE TABLE [dbo].[_CasGMChatLog]
TRUNCATE TABLE [dbo].[_Notice]
TRUNCATE TABLE [dbo].[_SMCLog]
TRUNCATE TABLE [dbo].[QuaySoEpoint]
TRUNCATE TABLE [dbo].[SK_ITEM_GuardLog]
TRUNCATE TABLE [dbo].[SK_ItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PackageItemSaleLog]
TRUNCATE TABLE [dbo].[SK_PK_UpdateLog]
TRUNCATE TABLE [dbo].[SK_ResetSkillLog]
TRUNCATE TABLE [dbo].[SK_Silk]
TRUNCATE TABLE [dbo].[SK_SilkBuyList]
TRUNCATE TABLE [dbo].[SK_SilkGoods]
TRUNCATE TABLE [dbo].[SK_SubtractSilk_VAS]
TRUNCATE TABLE [dbo].[SR_ShardCharNames]
TRUNCATE TABLE [dbo].[TB_Net2e]
TRUNCATE TABLE [dbo].[TB_Net2e_Bak]
TRUNCATE TABLE [dbo].[tb_paygate_trans
Second query
If you need to create your own GM account:
PHP Code:
1. You need a md5 hasher. (can google it)
2. Go to TB_Users table
3. Fill the form like this
:

    
JIDFills automatically
    StrUserID
Username
    password
password
    status
can leave blank
    GMRank
Set this to 1 (Server Dev(content administrator3  (content user(content marketer(content monitor(Content GM7  (content GM Leader)
    
sec_primary set it to 1 (3 is normal user)
    
sec_content set it to 1 (3 is normal user)


4. You can fill in the other neccesary fields like emailadress so onbut theyre not really neccesary
Sorry if my english bad:mad:I wrote them quickly because havent time to thinking.Im busy:p
09/18/2011 00:19 half113#2
Copy paste Tips are not from you change the title
09/18/2011 00:33 ferdi61tr#3
Try Read beginning of my thread...
09/18/2011 11:19 half113#4
Quote:
Originally Posted by ferdi61tr View Post
Try Read beginning of my thread...
so what if you say in thread that they are not from you Title matter's and in title you claim they are from you and that is not true
09/18/2011 11:33 ferdi61tr#5
Quote:
Originally Posted by half113 View Post
so what if you say in thread that they are not from you Title matter's and in title you claim they are from you and that is not true
Still you didnt understand me.Look my thread
Code:
These tips from abdelfattah's thread
Cant read this?
08/13/2012 06:12 GroundRave#6
how to run a query? xD
08/13/2012 06:29 PortalDark#7
sorry for this, but for now this was already released(and this is a copy/paste)
#closed