Nice!!
0.14.10 is reign of frost right??
Ill be waiting for natys tut.
Good job btw and keep it going!
0.14.10 is reign of frost right??
Ill be waiting for natys tut.
Good job btw and keep it going!
this file all exe have win32/parite virusQuote:
[Only registered and activated users can see links. Click Here To Register...] - files v0.14.10
Sorry but im not using any antivirus on my PcQuote:
Well my Virus Scanner is always deleting the +.exe Files in teh Archive because it says it found the signature of W32/Parite. Is it a false positiv or a real Virus. Because of the fast deletion of the Programm i cant upload the *.exe files for a check at VirusTotal for Example. A clear answer would be nice Thanks^^
Just use "0" as UID, here is my SQL Query:Quote:
[Only registered and activated users can see links. Click Here To Register...]
I can't create an account .. problem here :
Msg 515, Level 16, State 2, Procedure up_CreateMemberAccount, Line 42
Cannot insert the value NULL into column 'UID', table 'DR2_Member.dbo.Member'; column does not allow nulls. INSERT fails.
The statement has been terminated.
(1 row(s) affected)
HELP THX :D
USE [DR2_Member] GO DECLARE @return_value int EXEC @return_value = [dbo].[up_CreateMemberAccount] @UID = 0, @ID = N'testuser', @PW = N'testpw', @Gender = 0, @Birthday = N'2000-05-05' SELECT 'Return Value' = @return_value GO