-
Re: rSec 3.0 - RYL Server Security Software
hahahahahaha .
alpha allways alpha..
fool allways fool.
dont you all realize it? :D
why alpha? why dont you help them ? :P
oh yes!
" K I D S " is never understand it. :)
IM SORRY TO CAUSE TROUBLE HERE.
BUT YES I WILL IGNORE ANY REPLY FOR THIS POST. (DO I C.A.R.E?)
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
ArmagedeonGamin
hahahahahaha .
alpha allways alpha..
fool allways fool.
dont you all realize it? :D
why alpha? why dont you help them ? :P
oh yes!
" K I D S " is never understand it. :)
IM SORRY TO CAUSE TROUBLE HERE.
BUT YES I WILL IGNORE ANY REPLY FOR THIS POST. (DO I C.A.R.E?)
Alphaest is like me too, ignore people / don't help people because BUSY.Hope you understand Arma
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
ArmagedeonGamin
hahahahahaha .
alpha allways alpha..
fool allways fool.
dont you all realize it? :D
why alpha? why dont you help them ? :P
oh yes!
" K I D S " is never understand it. :)
IM SORRY TO CAUSE TROUBLE HERE.
BUT YES I WILL IGNORE ANY REPLY FOR THIS POST. (DO I C.A.R.E?)
money fly away just because of 1 guys . .he did or he dint , no one care .. i mean alpha . . xD
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
BountyHunter
money fly away just because of 1 guys . .he did or he dint , no one care .. i mean alpha . . xD
Someone just leak alpha project and now alpha getting cry , that why alpha release rsec n rmap for free
Hey you BH, Can you tell me to setup irc bot from A - Z and please do not tell me about alpha guide it hard for me to understand
-
Re: rSec 3.0 - RYL Server Security Software
no idea . . i dont use the plugin . .
-
Re: rSec 3.0 - RYL Server Security Software
Hmm, 3 days find the solution for irc bot :'(
@ Bounty Hunter : Don't you mind to join me @ http://nhih.net
-
Re: rSec 3.0 - RYL Server Security Software
Too bad i don't speak broken english, your conversation seems so much fun QQ. Would someone translate it for me?
-
Re: rSec 3.0 - RYL Server Security Software
No need .. nothing here .. we talking about nice release .. =)
-
Re: rSec 3.0 - RYL Server Security Software
rSec 3.0 got little problem some plugin may not work correctly :)
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
nazaryman
rSec 3.0 got little problem some plugin may not work correctly :)
What plugins? as far i know. Donation Bot plugin alpha set as disable so it wont be listed in the plugin list.
if you talking about ITEM USAGER .. that YOUR PROBLEM not RSEC PROBLEM... we all use it WITHOUT ANY PROBLEM. that is YOUR PROBLEM
-
Re: rSec 3.0 - RYL Server Security Software
v1753 item usage is working , ryl1 v557 not working ^^
-
Re: rSec 3.0 - RYL Server Security Software
-
Re: rSec 3.0 - RYL Server Security Software
-
Re: rSec 3.0 - RYL Server Security Software
Idk which version, but the one got from 4shared. rowtools.4shared.com if not mistaken
-
Re: rSec 3.0 - RYL Server Security Software
hi alpha thx for ur apps, but i hv some error message, pls help how to fix it
Code:
12-Oct-14 9:07:09 PM : [DB Data Validator] - EQ Check failed
Exception:
System.Data.SqlClient.SqlException (0x80131904): Invalid column name 'EQ_Changed'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at rSec.Database.sendSelectQuery(Databases db, String Query)
at rSec.DBTestsRunner.RunEQ()
at rSec.DBTestsRunner.Tick(Object runner, ElapsedEventArgs arg)
ClientConnectionId:e1b19170-7827-417d-a798-302e6eee1673
then i try use this query for fix problem
Quote:
ALTER TABLE [dbo].[CharInfo] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo] ADD CONSTRAINT [DF_CharInfo_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
but sql showing error message
Quote:
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'COLUMN'.
Msg 1752, Level 16, State 0, Line 2
Column 'EQ_Changed' in table 'CharInfo' is invalid for creating a default constraint.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
-
Re: rSec 3.0 - RYL Server Security Software
Use ms sql 2005 or newer.
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
alphaest
Use ms sql 2005 or newer.
alpha, im use mssql 2005
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
alphaest
Use ms sql 2005 or newer.
im getting the same error and im using 2008 express r2.
so i tryed using this and the query was executed with no errors
ALTER TABLE dbo.CharInfo
ADD EQ_Changed bit NOT NULL CONSTRAINT DF_CharInfo_EQ_Changed DEFAULT 1
GO
the error "EQ check failed" disapeared but now it doesnt check any items.
10/15/2014 9:36:58 PM : [DB Data Validator] - Ended, 0 equipments and 9 medals checked
desperately looking for a fix for this. item bug is damn annoying to deal with
-
Re: rSec 3.0 - RYL Server Security Software
Guy Can you help me setting Mini fixes v,1 for fix zone crash db
-
Re: rSec 3.0 - RYL Server Security Software
cpu high sqlserver after used
60 - 70 %
CharItemLog disable it How do
-
Re: rSec 3.0 - RYL Server Security Software
Alpha, Rsec, works with sql 2012 too? Is compatible? Or i can find some kind of problem?
-
Re: rSec 3.0 - RYL Server Security Software
Ryan White, found the solution for that query?
- - - Updated - - -
This error keep on...:
Mensagem 156, Nível 15, Estado 1, Linha 5
Incorrect syntax near the keyword 'COLUMN'.
Mensagem 1752, Nível 16, Estado 0, Linha 2
Column 'EQ_Changed' in table 'CharInfo' is invalid for creating a default constraint.
Mensagem 1750, Nível 16, Estado 0, Linha 2
Could not create constraint. See previous errors.
-
Re: rSec 3.0 - RYL Server Security Software
Alpha... why i click skill book then connection lost ? how to fix
-
Re: rSec 3.0 - RYL Server Security Software
Thank Alpha... rSec Working For My VPS
Already Test All Hack Like
- GM Hack v1753
- Speeder ( using cheat engine )
- Skill Bug
- Bug Item
All Detect :)
-
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
fatin
Thank Alpha... rSec Working For My VPS
Already Test All Hack Like
- GM Hack v1753
- Speeder ( using cheat engine )
- Skill Bug
- Bug Item
All Detect :)
WHat your point ?
We all know rSec can stop all bugs what you write and we all or most know rSec can add toalty new features in game if you know how program !! :)