[Euphoria Dev Team Release] Illegal Linking Detection

10/14/2013 01:32 nubness#31
Quote:
Originally Posted by Twilight360 View Post
All i will say is tested the files worked brang some down just to for a test, well 2005 tested on never got any success with most injections that i tested, to that i laugh at you.
brought*

And you clearly have no clue about injections, so let's stop this genital length contest, I won. Oh, and I won't laugh in your face, don't worry. Better luck next time.
10/19/2013 10:34 Stureplan#32
#Added to Index.
02/10/2014 19:25 jvczxc#33
It Is Bad?
Quote:
Code:
IF (@ActionType = 119)
BEGIN
	IF EXISTS (SELECT Reqlevel FROM PS_GameDefs.dbo.Items WHERE ItemID = @Value2)
	IF EXISTS (SELECT ReqInt FROM PS_GameDefs.dbo.Items WHERE ItemID = @Value3)
	BEGIN
		INSERT INTO Illegal_Lapis_Link_Log VALUES (@UserUID, @UserID, @CharID, @CharName, @Value1, @Value2, @Text1, @Value3, @Text2, @Value7, @ActionTime)
		--UPDATE PS_UserData.dbo.Users_Master
		--SET Status = -5
		--WHERE UserUID = @UserUID
	END
END
my error is

Quote:
Code:
Msg 213, Level 16, State 1, Procedure usp_Insert_Action_Log_E, Line 73
Insert Error: Column name or number of supplied values does not match table definition.
02/13/2015 09:05 Eren.Jaeger#34
Nubness aki this in my giving this error, uso SQL 2008
Mensagem 102, Nível 15, Estado 1, Procedimento usp_Insert_Action_Log_E, Linha 72
Incorrect syntax near '('.
Mensagem 102, Nível 15, Estado 1, Procedimento usp_Insert_Action_Log_E, Linha 73
Incorrect syntax near '('.
Mensagem 137, Nível 15, Estado 2, Procedimento usp_Insert_Action_Log_E, Linha 74
Must declare the scalar variable "@ItemLevel".
Mensagem 137, Nível 15, Estado 2, Procedimento usp_Insert_Action_Log_E, Linha 76
Must declare the scalar variable "@ItemLevel".