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!
Printable View
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!
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" />
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