Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...

Genel Araştırma

'prosedür' etiketi için arama sonuçları.

  • Etiketlere Göre Ara

    Aralarına virgül koyarak ekleyin
  • Yazara Göre Ara

İçerik Türü


Forum

  • PvP Serverlar
    • Server Tanıtımı
    • Server Kurulumu
    • Server Muhabbeti
  • Forum Genel
    • Forum Kuralları
    • Duyurular
    • Şikayet ve Öneriler
    • Geliştirici Paylaşımları
    • English Forum
  • Satış
    • Alım & Satım
  • Mini KO Forum (Yardım & İstek)
    • Genel Yardım
    • Genel İstek
  • KO Development
    • Geliştirme (Yeni)
    • Paketler
    • Özel Paylaşımlar
    • Projeler
    • Knight Online Kaynak Kod Paylaşımı
  • Knight OnLine Paylaşım Forum
    • Genel Paylaşımlar
    • Client Paylaşımları
    • Database Paylaşımları
    • Server Dosyası Paylaşımları
    • Prosedür & Query Kod Paylaşımları
    • Web Dosyası Paylaşımları
    • Yardımcı Program Paylaşımları
    • Gerekli Bilgi Paylaşımları
  • Hile paylaşımları
  • Programlama
  • Online Oyunlar
  • Ticaret
  • Webmaster
  • KO Developers Gazinosu
  • Kişisel
  • Diğer

Sonuçları bul ...

Sonuçları bul ...


Oluşturma Tarihi

  • Start

    End


Son Güncelleme

  • Start

    End


Filter by number of...

Katılım

  • Start

    End


Üye Grubu


Hakkımda

Araştırmada 3 sonuç bulundu

  1. merhaba arkadaşlar, invalid password hatası alıyorum. forumda verilen kodu deniyorum fakat olmuyor. farkettim ki db'de [Account_Login] table i yok. forumdaki 1298 dblerin hepsini denedim. fakat onlarda da main_login, Account_login vs vs gibi bir table yok. sadece [Account_char] table i var. bu problemi nasıl çözebilirim. denemediğim db kalmadı. (sql 2014 kullanıyorum)
  2. Arkadaşlar S.a herkese bütün premium prosedürlerini okuttum sorun yok ama bir tek sorun yaratıyor sebebini bilen varsa yazarsa sevinirim teşekkürler. HATA KODU: Msg 213, Level 16, State 1, Procedure ADD_PREM_USER, Line 12 Column name or number of supplied values does not match table definition. https://i.hizliresim.com/Vr8gYV.png
  3. BORNTOKILL

    Login prosedür

    ÖNCELİKLE S.A HERKEZE SORUNUM OYUNA HER YENİ CHAR AÇILDIĞINDA PREMİUMLU OLARAK BAŞLAMASIDIR BELKİ ÇOK KOLAYDIR AMA YENİYİM DİYE KONU AÇIYORUM TEŞEKKÜR EDERİM HERKEZE.BU PAYLAŞTIĞIM LOGİN PROSEDÜRÜNÜN NERESİNİ AYARLASAM YENİ CHARLAR PREMİUMSUZ BAŞLAR... CREATE PROCEDURE ACCOUNT_LOGIN @AccountID varchar(21), @Password varchar(13), @nRet smallint OUTPUT as -- # Account Nation Transfers Queue # -- EXEC ACCOUNT_NATION_TRANSFER '' 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 --CurrentUserdan Silelim delete from currentuser where straccountid = @AccountID declare @ban int , @ban1 int, @ban2 int select @nRet = count(straccountid) from currentuser select @ban = authority from userdata where struserid = (select strcharid1 from account_char where straccountid = @AccountID and strcharid1 is not null ) select @ban1 = authority from userdata where struserid = (select strcharid2 from account_char where straccountid = @AccountID and strcharid1 is not null ) select @ban2 = authority from userdata where struserid = (select strcharid3 from account_char where straccountid = @AccountID and strcharid1 is not null ) if @ban = 255 or @ban1 = 255 or @ban2 = 255 begin Set @nRet = 2 RETURN end DECLARE @Nation tinyint, @CharNum smallint SET @Nation = 0 SET @CharNum = 0 DECLARE @pwd varchar(13) SET @pwd = null SELECT @pwd = strPasswd FROM [dbo].[TB_USER] WHERE strAccountID = @AccountID and idays=6 IF @pwd IS null BEGIN SET @nRet = 0 --SET @nRet = 2 RETURN END ELSE IF @pwd @Password BEGIN SET @nRet = 0 --SET @nRet = 3 RETURN END DECLARE @gokhantasci varchar(21) select @gokhantasci = count(straccountid) FROM premium_service WHERE strAccountID = @AccountID if @gokhantasci = 0 begin insert into PREMIUM_SERVICE (strAccountID, strType, nDays) VALUES (@AccountID, 1, 3) end SELECT @Nation = bNation, @CharNum = bCharNum FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID IF @@ROWCOUNT = 0 BEGIN SET @nRet = 1 RETURN END IF @CharNum = 0 BEGIN SET @nRet = 1 RETURN END ELSE BEGIN SET @nRet = @Nation+1 --SET @nRet = 1 RETURN END GO
×
×
  • Yeni Oluştur...