theres any server running at linux OS ?
Or how to do it?
@thefore1990 - yeah, that's what I am gonna do it as well mate. hope someone will help you for upgrading itor someone will share 'how to switch it to v17/18/etc'
Now its ODBC time, open up run.exe and type in odbcad32.exe
and hit run.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[createaccount]
@account VARCHAR(15),
@password VARCHAR(32)
AS
SET NOCOUNT ON
DECLARE @DateActivated AS CHAR(8)
IF NOT EXISTS (SELECT account FROM ACCOUNT_TBL WHERE account = @account) BEGIN
INSERT INTO ACCOUNT_TBL (account, [password], id_no2, isuse, member, realname)
VALUES (@account, @password, @password, 'T', 'A', 'F')
SET @DateActivated = CONVERT(CHAR(8), GETDATE()-1, 112 ) --Is the date today - 1
--UPDATE ACCOUNT_TBL_DETAIL SET BlockTime = @DateYesterday WHERE account = @userid
--INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
-- VALUES (@account, 'A000', '2', 'F', GETDATE(), '20990101', '20990101', '20050101', 'O')
INSERT INTO ACCOUNT_TBL_DETAIL (account, gamecode, tester, m_chLoginAuthority, regdate, BlockTime, EndTime, WebTime, isuse)
VALUES (@account, 'A000', '2', 'F', GETDATE(), @DateActivated, '20990101', '20050101', 'O')
END
USE [ACCOUNT_DBF]
GO
DECLARE @return_value int
EXEC @return_value = [dbo].[createaccount]
@account = N'user',
@password = N'pass in md5(serus+pass)'
SELECT 'Return Value' = @return_value
GO
Hello everyone, i have started to create a p.server and i have finished some steps and now my problem is this,
To view the content, you need to sign in or register
I already run it as administrator but still it wont work please help me![]()
try to restore your databases
You don't need any of the links. Use the official source to compile your own exes, and then use the official v15 client. This guide is fine to follow for setting it up, but don't use these files.all links are dead , any new link ??? thanks