ßeyler Account_Login Sorunu Anlayan yardım...

  • Konbuyu başlatan Konbuyu başlatan kreal00
  • Başlangıç tarihi Başlangıç tarihi
Konu Yazar

kreal00

Banlanmış
Kalemi Kırıldı!
Ocak
10
0
Ben serveri kurdum herşey çalışıyor filesler falan.. Ama Açtığım Char Çıkıp girince siliniyor. Account_Login değiştirdim Simdide Login Server Hata veriyor. AnLayanLar ekLesin [email protected]
 
Cevap: ßeyler Account_Login Sorunu Anlayan yardım...

Account_login i silip bunu yapistir.. Sorun hallolalacaktır..

CREATE PROCEDURE ACCOUNT_LOGIN
@AccountID varchar(21),
@Password varchar(13),
@nRet smallint OUTPUT
AS
delete from currentuser where straccountid = @AccountID
---Coded By ShellX---
declare @cnt BigInt
declare @nDays smallint
select @nRet = count(straccountid) from tb_user where straccountid = @AccountID
if @nRet = 0
begin
insert into tb_user (straccountid, strpasswd, strSocNo, idays) values (@AccountID, @password, 1, '6')
end
select @cnt = count(straccountid) from currentuser
select @nDays = count(nDays) from PREMIUM_SERVICE where straccountid = @AccountID
if @cnt > 40 and @nDays = '0'
begin
set @nRet = 0
end
if @cnt > 40 and @nDays = null
begin
set @nRet = 0
end
DECLARE @Nation tinyint
SET @Nation = 0
-- tid login method by samma 2004.02.24
DECLARE @pwd varchar(13)
SET @pwd = null
SELECT @pwd = strPasswd FROM TB_USER WHERE strAccountID = @AccountID
IF @pwd IS null
BEGIN
SET @nRet = 0
RETURN
END
ELSE IF @pwd <> @Password
BEGIN
SET @nRet = 0
RETURN
END
SELECT @Nation = bNation FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID
IF @@ROWCOUNT = 0
BEGIN
SET @nRet = 1
RETURN
END
BEGIN
SET @nRet = 1
RETURN
END
BEGIN
SET @nRet = @Nation+1
RETURN
END
GO
 
Cevap: ßeyler Account_Login Sorunu Anlayan yardım...

kankalar ben deıstırdım yıne olmadı gozunuzu seweım bı yardım edın:S
 
Cevap: ßeyler Account_Login Sorunu Anlayan yardım...

loginserver.exe yi hex ile aç ve "account_logi" diye arat ya account_logis yada başka bişey çıkar son harfi değişiktir sen onu login yap ve kaydet sorun hallolur.yada versionmanager.exe ni upload et ayarlayayıp veriyim sana.
 
Cevap: ßeyler Account_Login Sorunu Anlayan yardım...

Baska files kulan düzelir oda olmadi ODBC ayarlarını kontrol et oda olmazsa bosver ugrasma server işleriyle :)
 
Geri
Üst Alt