-
Account Upgraded | Title Enabled!
Help
How to Change Name Cabal Server can any One teach me!
and also How to Create account?
coz GM tools Cant Create account..! in my server!
-
-
Member
Re: Help
hy lool to crate account open sql then right clic on account.db
USE [Account]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_registerAccount]
@id = N'121111', ---->name here
@PASsword = N'11111'---->pass here
SELECT 'Return Value' = @return_value
GO
to chage name offf server at login go to cabal folder cabal_msg.enc
<msg id="server1-1" cont="server name here" />
-
Account Upgraded | Title Enabled!
Re: Help
to chage name offf server at login go to cabal folder cabal_msg.enc
<msg id="server1-1" cont="server name here" />
How To Change With that!?
do you have a tools to change it?
- - - Updated - - -
and How to Config. So that i can Use GM tools To create account?
- - - Updated - - -
this Code ! i will paste This To
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_registerAccount]
@id = N'121111', ---->name here
@PASsword = N'11111'---->pass here
SELECT 'Return Value' = @return_value
account.db
- - - Updated - - -
this Code ! i will paste This To
DECLARE @return_value int
EXEC @return_value = [dbo].[cabal_tool_registerAccount]
@id = N'121111', ---->name here
@PASsword = N'11111'---->pass here
SELECT 'Return Value' = @return_value
account.db