Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
IzzdihaR
@kz_3d
yes i see, i already reply your message for multiple time i think. @_@ ..
@Alphaest
thank you sir, i fix it by using rSec build from the source, the one connect to mysql database. If i use the one you release here i will get this error again. I dont know why @_@. Weird
The version that got released by that asshole has a major security issue. Good luck!
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
alphaest
The version that got released by that asshole has a major security issue. Good luck!
yea i saw rSec Changelogs 3.0
1. Fixed a security hole in rSec itself
I dont know what the problem with this version of rSec. But i'm sure it should be related the the script maybe. I will figure this out :).
Thank you alpha for the great support. Thank You.
Re: rSec 3.0 - RYL Server Security Software
just test on RYL1 tyfix released :
Error log :
Code:
8/20/2014 1:14:03 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)
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:1b9509d3-f510-4c92-9734-8fe0745b971c
PHP Code:
USE [winner1]
GO
/****** Object: Table [dbo].[CharInfo] Script Date: 08/17/2010 12:02:00 ******/
ALTER TABLE [dbo].[CharInfo_1] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_1] ADD CONSTRAINT [DF_CharInfo_1_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_2] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_2] ADD CONSTRAINT [DF_CharInfo_2_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_3] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_3] ADD CONSTRAINT [DF_CharInfo_3_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_4] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_4] ADD CONSTRAINT [DF_CharInfo_4_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
BountyHunter
just test on RYL1 tyfix released :
Error log :
Code:
8/20/2014 1:14:03 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)
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:1b9509d3-f510-4c92-9734-8fe0745b971c
PHP Code:
USE [winner1]
GO
/****** Object: Table [dbo].[CharInfo] Script Date: 08/17/2010 12:02:00 ******/
ALTER TABLE [dbo].[CharInfo_1] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_1] ADD CONSTRAINT [DF_CharInfo_1_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_2] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_2] ADD CONSTRAINT [DF_CharInfo_2_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_3] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_3] ADD CONSTRAINT [DF_CharInfo_3_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
ALTER TABLE [dbo].[CharInfo_4] ADD COLUMN [EQ_Changed] [bit] NOT NULL
GO
ALTER TABLE [dbo].[CharInfo_4] ADD CONSTRAINT [DF_CharInfo_4_EQ_Changed] DEFAULT ((1)) FOR [EQ_Changed]
GO
Use this:
http://alpha.lutsu.ee/forum/viewtopic.php?f=10&t=217
Re: rSec 3.0 - RYL Server Security Software
Sounds like the server files need to modified then .. any point?
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
KaitoDaumoto
Sounds like the server files need to modified then .. any point?
for ?
Re: rSec 3.0 - RYL Server Security Software
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
KaitoDaumoto
makes rsec support?
how about the source 2.8 that been release ? so no need to modified serverfile . .isnt it?
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
BountyHunter
how about the source 2.8 that been release ? so no need to modified serverfile . .isnt it?
yeah you're still talking about the source.
Quote:
Originally Posted by
alphaest
The version that got released by that asshole has a major security issue. Good luck!
doesn't really know specifically what he is talking bout,but 3.0 ftw for me.
Quote:
Originally Posted by
KaitoDaumoto
makes rsec support?
and doesn't really get what are you trying to say.
Re: rSec 3.0 - RYL Server Security Software
test on v1900 . .result not working :laugh:
Code:
Exception:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at rSec.Server.Data.SkillScript.ClassLearnedSkills(Byte bClass)
at rSec.PacketChecker.WorldLoginReturn(Packet p, Character c)
at rSec.Server.PacketForwarder.ServerToClient_IncomingPackets(Session sender, Packet p)
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
BountyHunter
test on v1900 . .result not working :laugh:
well then I guest you're f*cked.
Re: rSec 3.0 - RYL Server Security Software
Dear alpha i need your help
What offset to modify to make red colored chat in client.exe for RYL2 ??
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
matt_warfare
well then I guest you're f*cked.
hell yeah! rsec support only for shit version of RYL/ROW :fanny:
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
nazaryman
Dear alpha i need your help
What offset to modify to make red colored chat in client.exe for RYL2 ??
In my forum knowledge portal is a picture of olly/hex, search for those values in your client. The colors are constants.
Quote:
Originally Posted by
BountyHunter
hell yeah! rsec support only for shit version of RYL/ROW
Versions supported by rSec were those active/popular at that time. So i would turn this around and say your choice for the version is shit.
Re: rSec 3.0 - RYL Server Security Software
Quote:
Originally Posted by
alphaest
Features
[list]
[*]Ryl 1 and Ryl 2 support
you need to edit this line then . . write only which RYL2 version that fully work with rsec . . :bath: