Shellx-cst Dupe Controller V4

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

Shellx

NATIONAL SECURITY
Haz
959
33
tamamen Code-x Software Team e ayittir localde denedim dupecileride listede gösteriyor banlıyor itemlerini siliyor ama uzak bağlantıda denemedim çalılmaz veya bir hata olursa bildirin.adamın nickinin üstüne tıklamanız yeterlidir


işte link

http://rapidshare.com/files/157116308/CST_DC_v4.rar.html
http://uploaded.to/?id=8soyns


gerekli prosedür


Kod:
CREATE PROCEDURE [dbo].[RunDupeCheck2]
	@StrUserID varchar(40)
AS

	DECLARE @row int, @i int, @count int, @dwid int, @pos int, @type varbinary(4), @ext int, @StackSize int,  @strName varchar(255), @strSerial int, @name char(50)
	SET @strName = ''	
	SET @i = 1
	set @name = ''

	DELETE FROM DUPE_CHECK WHERE strUserID = @StrUserId
 
	WHILE @i < 401
		BEGIN
		
			SELECT  @dwid = cast(cast(substring(cast(substring(strItem, @i,4) as varbinary(4)), 4, 1)+substring(cast(substring(strItem, @i,4) as varbinary(4)), 3, 1)+substring(cast(substring(strItem, @i,4) as varbinary(4)), 2, 1)+substring(cast(substring(strItem, @i,4) as varbinary(4)), 1, 1) as varbinary(4)) as int),
					@strSerial = cast(cast(substring(cast(substring(strSerial, @i,4) as varbinary(4)), 4, 1)+substring(cast(substring(strSerial, @i,4) as varbinary(4)), 3, 1)+substring(cast(substring(strSerial, @i,4) as varbinary(4)), 2, 1)+substring(cast(substring(strSerial, @i,4) as varbinary(4)), 1, 1) as varbinary(4)) as int),
					@type = cast(substring(strItem, @i+4, 2) as varbinary(2)),
					@StackSize = cast(cast(cast( substring(strItem, @i+7, 1) as varbinary(1))+cast(substring(strItem, @i+6, 1) as varbinary(1)) as varbinary(2)) as smallint)
			FROM USERDATA
			WHERE strUserID = @StrUserID

		select @name = strname from item where num = @dwid
		
			IF @dwid <> 0

				INSERT INTO DUPE_CHECK (strUserID, Name, dwid, strSerial, Durability, StackSize) VALUES (@StrUserId, @Name, @dwid, @strSerial, @type, @StackSize)
			
			SELECT @count = COUNT(*) FROM DUPE_CHECK WHERE strUserID = @strUserID AND strSerial = @strSerial
			IF @count > 1 and @strSerial <> 0
				BEGIN
				declare @aga varchar(100), @agacount varchar(100), @duper int
				select @aga =  strname from item where num = @dwid
				select @agacount = count(userid) from gokhan where dupeitem =  @aga and userid = @strUserID
				select @duper = sayisi from gokhan where dupeitem =  @aga and userid = @strUserID
				if @count >=  @duper
				begin
				delete from gokhan where dupeitem =  @aga and userid = @strUserID
				end
					PRINT 'Duper'
if not @aga = Null
begin
					insert into gokhan (userid, dupeitem, sayisi) values (@StrUserId, @aga, @count)
end
				truncate table dupe_check

				END
			SET @i = @i + 8
		END
GO
 
Son düzenleme:
Cevap: Shellx-cst Dupe Controller V4

ss olsa daha güzel olurdu.
 
Cevap: Shellx-cst Dupe Controller V4

ama bunda adam itemi başkasına verirse o banlanır galiba ?
 
Cevap: Shellx-cst Dupe Controller V4

Başka siteye uploadlayabilir misin hata veriyor rapidshare 'de tşkler bu arada
 
Cevap: Shellx-cst Dupe Controller V4

onda rc gerekli :)

name CST3
seriall 7YYKDE-NGEYB5VB-7VSWX1C
 
Geri
Üst Alt