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.