⏩ OldSchoolKO ✅ | " VALHALLA " 2.000.000 TL ÖDÜL ⭐ 3 YIL ARADAN SONRA ✅ v.1098 MYKO EFSANESİ ⚔ OFFICIAL 17.05.2024 - 21:00 ⏪
Cuceko

[KO-FOX] Upgrade ve Drop Notice Programı

  •         

            

            

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
O Çevrimdışı

oguzziya

Kayıtlı Üye
14 Mart 2015
49
0
6
34
Cevap: [KO-FOX] Upgrade ve Drop Notice Programı



çaalışmıyor arkadaşlar boşa yüklemeyin
 
S Çevrimdışı

superkestane

Yeni Cüce
5 Temmuz 2015
1
0
1
32
Cevap: [KO-FOX] Upgrade ve Drop Notice Programı



deneyecegim



edit: denedim, sql server not found veya erişim engellendi hatası veriyor. açmak için birşeyler mi apmamız lazım?
 
D Çevrimdışı

djsem17

Yeni Cüce
21 Ağustos 2015
6
0
1
34
Cevap: [KO-FOX] Upgrade ve Drop Notice Programı



Merhaba

Evet arkadaşlar biliyorsunuz upgrade ve drop notice programını BrateAchpnr yani berat yapmıstı ama baktımdı linkler felan hepsi kırılmış paylasayım dedim.



***Hidden content cannot be quoted.***
***Hidden content cannot be quoted.***



SQL Kodu :

PHP:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BRATE_DROP]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[BRATE_DROP]GO

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BRATE_UPGRADE]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[BRATE_UPGRADE]GO

if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BRATE_EXCHANGE]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[BRATE_EXCHANGE]GO

CREATE TABLE [dbo].[BRATE_DROP] (    [itemNo] [int] NOT NULL ) ON [PRIMARY]GO

CREATE TABLE [dbo].[BRATE_UPGRADE] (    [itemNo] [int] NOT NULL ) ON [PRIMARY]GO

CREATE TABLE [dbo].[BRATE_EXCHANGE] (    [itemNo] [int] NOT NULL ) ON [PRIMARY]GO

truncate table BRATE_UPGRADEinsert into BRATE_UPGRADE (itemno) select num from item where num like '%8'insert into BRATE_UPGRADE (itemno) select num from item where itemtype=4 and slot in(10,11,12,14)truncate table BRATE_DROPinsert into BRATE_DROP (itemno) select num from item where itemtype=4truncate table BRATE_EXCHANGEinsert into BRATE_EXCHANGE (itemno) select nExchangeItemNum1 from ITEM_EXCHANGE where nExchangeItemNum1 in(select num from item where itemtype=4)insert into BRATE_EXCHANGE (itemno) select nExchangeItemNum2 from ITEM_EXCHANGE where nExchangeItemNum2 in(select num from item where itemtype=4) and not nExchangeItemNum2 in(select itemno from BRATE_EXCHANGE) insert into BRATE_EXCHANGE (itemno) select nExchangeItemNum3 from ITEM_EXCHANGE where nExchangeItemNum3 in(select num from item where itemtype=4) and not nExchangeItemNum3 in(select itemno from BRATE_EXCHANGE) insert into BRATE_EXCHANGE (itemno) select nExchangeItemNum4 from ITEM_EXCHANGE where nExchangeItemNum4 in(select num from item where itemtype=4) and not nExchangeItemNum4 in(select itemno from BRATE_EXCHANGE) insert into BRATE_EXCHANGE (itemno) select nExchangeItemNum5 from ITEM_EXCHANGE where nExchangeItemNum5 in(select num from item where itemtype=4) and not nExchangeItemNum5 in(select itemno from BRATE_EXCHANGE)










Eyvallah
 
3 Çevrimdışı

343238654

Kayıtlı Üye
18 Temmuz 2015
75
0
6
37
Cevap: [KO-FOX] Upgrade ve Drop Notice Programı



very good ,and thanks for you help!~
 
L Çevrimdışı

lz2008

Kayıtlı Üye
17 Ağustos 2015
457
0
16
22
Cevap: [KO-FOX] Upgrade ve Drop Notice Programı



Aaaaaaaaaaaaaaaaaaaaaaaaaa