enis1994
Aileden
- Aktiflik
- K.Tarihi
- 8 May 2009
- Mesajlar
- 157
- Puanı
- 2
Facebook Yolla Oradan Ver Link Kardeş.beyler linki biraz geç göndere bilirim nedeni ise 1 dakikada bi kere mesaj gönderme hakkımız var ondan.
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Facebook Yolla Oradan Ver Link Kardeş.beyler linki biraz geç göndere bilirim nedeni ise 1 dakikada bi kere mesaj gönderme hakkımız var ondan.
full kurulummu baboş yoksa bi yere kadar geldin orada tıkandın mı ?iis dahil kurulum videosu isteyenler ö.m. atmaları rica olunur...
cert global gareway download farm agent sr_gameserver smcarkadaslar bu sıralam anasıldı ilk once cert sonra global peki sonrası
[Guide]Most of vsro files problem solved herearkadaslar sro_vt_account sql den code yazıyoz ya o site nerde
baboş videodan bak hangi kod olduguna
----------
[Guide]Most of vsro files problem solved here
bro ama hangisini yazcaz 3 nede bura yazarmısın
----------
bi yere kadar geldim oyuna girdim bu hafta içerisinde sunucu alıcaz ram yetmiyor.full kurulummu baboş yoksa bi yere kadar geldin orada tıkandın mı ?
----------
cert global gareway download farm agent sr_gameserver smc
----------
[Guide]Most of vsro files problem solved here
----------
Ramın kasmamasını istiyorsanız w7 kullanlar için temayı windows klasik yapin az olsa faydasını göreceksiniz
/****** Object: StoredProcedure [dbo].[_ExistsServiceOffRentItem] Script Date: 09/13/2011 12:03:44 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE procedure [dbo].[_ExistsServiceOffRentItem]
as
if( exists (select * from _Items with (nolock) where RefItemID in (select RefItemID from _RefRentItem where Service = 0 ) ) )
begin
return -1
end
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[SK_gamebang_ip](
[nID] [smallint] NOT NULL,
[ip] [int] NOT NULL,
[capacity] [smallint] NOT NULL
) ON [PRIMARY]
GO
iyi hadi bakim şimdiden hayırlı olsun baboşbi yere kadar geldim oyuna girdim bu hafta içerisinde sunucu alıcaz ram yetmiyor.
istersen globalı açtıktan sonra smc yi aç diğerlerinide smc den açabilirisin.
bu dediklerin ne işe yarıyo neden yapmak lazım
SRO_VT_ACCOUNT database
_ExistsServiceOffRentItem db
HTML:/****** Object: StoredProcedure [dbo].[_ExistsServiceOffRentItem] Script Date: 09/13/2011 12:03:44 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE procedure [dbo].[_ExistsServiceOffRentItem] as if( exists (select * from _Items with (nolock) where RefItemID in (select RefItemID from _RefRentItem where Service = 0 ) ) ) begin return -1 end GO
SK_gamebang_ip problem
HTML:SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[SK_gamebang_ip]( [nID] [smallint] NOT NULL, [ip] [int] NOT NULL, [capacity] [smallint] NOT NULL ) ON [PRIMARY] GO