Re: Simple regpage and cash shop - using eCoins!
Quote:
Originally Posted by
kaye17
Modify ur StoredProcedure [dbo].[cabal_tool_registerAccount]
register new account
Code:
USE [Account]
GO
/****** Object: StoredProcedure [dbo].[cabal_tool_registerAccount] Script Date: 11/02/2013 01:38:42 ******/
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[cabal_tool_registerAccount] (@id varchar(32), @password varchar(32))
AS
begin tran
declare @UserNum as int
insert into cabal_auth_table( ID, Password, Login, AuthType, IdentityNo )
values(@id, pwdencrypt(@password), '0', 1, '7700000000000' )
set @UserNum = @@identity
insert into cabal_charge_auth(usernum, type, expiredate, payminutes)
values(@UserNum, 0, DATEADD(day, 1000, getdate()), 0)
insert into CabalCash..cashaccount (id,UserNum,Cash,CashBonus,UpdateDateTime) values(@id,@UserNum,0,0,GETDATE())
select @UserNum as usernum
commit
Re: Simple regpage and cash shop - using eCoins!
How to fix this error
Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\register\index.php on line 26
thnks
Re: Simple regpage and cash shop - using eCoins!
cool thing i try this shop ;)
ty
Re: Simple regpage and cash shop - using eCoins!
Hey guys when i want to open the Shop inGame i got the Error that Option of "loaded" is 0 or undefind.
And when i try to open The shop in Google Chrome in the upper left Corner is just displayed: Hack attempt
Can sb tell me how to fix this??
And can sb tell me which ports the Shop is using for database connection
Re: Simple regpage and cash shop - using eCoins!
hey guys i get an error if i transfer money of the warenhouse to the bank.
And the value of the bank is changing but not of the warenhouse. clould anybody help me.
Here is the error:
Warning: mssql_query() [function.mssql-query]: General SQL Server error: Check messages from the SQL Server (severity 18) in C:\xampp\htdocs\jas\account.php on line 42
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\jas\account.php on line 42
Re: Simple regpage and cash shop - using eCoins!
Re: Simple regpage and cash shop - using eCoins!
Re: Simple regpage and cash shop - using eCoins!
can someone re-upload or fix the link please?