Updated to 1.9.0, ExeName will now work regardless of file extension. Additionally custom buttons can optionally specify how to launch a file regardless of file extension as well.can i use
; Client to start when clicking login.
ExeName=2012-04-10aRagexeRE.dll ?
tyUpdated to 1.9.0, ExeName will now work regardless of file extension. Additionally custom buttons can optionally specify how to launch a file regardless of file extension as well.can i use
; Client to start when clicking login.
ExeName=2012-04-10aRagexeRE.dll ?
Can you direct ROCred at istarted, login and give me the output?Hello Ai4rei, im having trouble using the roCred. i don't know what's the problem with this.
Scenario: I logged in using roCred, but the client tells me that the account is unregistered even if it is registered.
Here are some images:
![]()
![]()
![]()
Here's my roCred.ini:Can you direct ROCred at istarted, login and give me the output?Hello Ai4rei, im having trouble using the roCred. i don't know what's the problem with this.
Scenario: I logged in using roCred, but the client tells me that the account is unregistered even if it is registered.
Here are some images:
![]()
![]()
![]()
; ------------------------------------------------------------------; RO Credentials (ROCred); (c) 2012-2015 Ai4rei/AN;; ------------------------------------------------------------------; Lines starting with ; are comments and can be removed before; embedding the config into rocred.; Numbers are always considered decimal (base 10) unless stated; otherwise.; When a color value is required, it can be in one of the following; CSS-like formats:; #rgb hexadecimal (short); #rrggbb hexadecimal (long); rgb(r,g, decimal or hexadecimal; rgb(r%,g%,b%) percentage[ROCred]; Whether or not user name is remembered.; Values:; 0: No; 1: YesCheckSave=1; Remembered user name.; Client to start when clicking login or replay.ExeName=2013-08-07.exe; Argument to pass to the client.ExeType=1rag1; Whether or not password should be MD5 hashed.; Values:; 0: Plaintext; 1: MD5 hashHashMD5=1; Whether second instances are allowed or not.; Values:; 0: No; 1: Yes; Note: This setting is not meant as measure to prevent double; clienting.SecondInstance=0; Whether or not the checkbox for remembering user name is; available.; Values:; 0: Available; 1: UnavailablePolicyNoCheckSave=0; Whether or not the button for starting replay is available.; Values:; 0: Available; 1: UnavailablePolicyNoReplay=1; Whether or not the notification icon is displayed when in; background waiting for the client to complete.; Values:; 0: Display; 1: HidePolicyNoTrayIcon=0; Whether or not password is kept during a session when in; background waiting for the client to complete.; Values:; 0: Kept; 1: Not keptPolicyNoSessionPassword=0; Font size of the dialog in points.; Note: Sample skin is designed for size 26.FontSize=9; Provides miscellaneous client information to the server as part of; the password/hash data. The password/hash is provided as "key".; Bitmask:; &1: Hardware address of the network adapter (mac).; Internet-bound adapters are searched first, otherwise; the first available is picked. If the MAC address cannot; be retrieved, "000000000000" is passed.; Note: The user receives an agreement prompt the first time they; provide the data to the server.; Note: The server must be modified to support the data format.; Example: mac=112233445566&key=mypwd123; Note: Password is always the last key-value pair and is not; urlencoded.MiscInfo=0; Visual Customization (skinning);; Note: Using this feature will "fix" the main window, that is, user; settings will no longer be taken into account (ex. larger; fonts, or DPI in general). Make sure to test your layout on; a variety of common DPI settings and system visual styles.; Note: Background picture is taken from bgskin.bmp, which can also; be embedded (BGSKIN). Transparent color is assumed to be; #ff00ff (magenta). Units for X/Y/W/H are pixels. Entries; below do not work unless you use a background skin.; Note: Buttons skins do not support magenta as transparent color,; use the underlying background for non-button areas. The; bitmap contains the three states of a button: normal, focus; and clicked (in that order). The resulting button size can; be of any size, but all states must have the same size.; Username labelIDS_USERNAME.X=0IDS_USERNAME.Y=0IDS_USERNAME.W=0IDS_USERNAME.H=0; Username text boxIDC_USERNAME.X=44IDC_USERNAME.Y=69IDC_USERNAME.W=391IDC_USERNAME.H=51; Password labelIDS_PASSWORD.X=0IDS_PASSWORD.Y=0IDS_PASSWORD.W=0IDS_PASSWORD.H=0; Password text boxIDC_PASSWORD.X=44IDC_PASSWORD.Y=149IDC_PASSWORD.W=391IDC_PASSWORD.H=51; Save check boxIDC_CHECKSAVE.X=52IDC_CHECKSAVE.Y=209IDC_CHECKSAVE.W=21IDC_CHECKSAVE.H=21; Replay button; Note: If you specify a button skin (btnreplay.bmp / BTNREPLAY); W and H members will be ignored and taken from the bitmap.IDB_REPLAY.X=0IDB_REPLAY.Y=239IDB_REPLAY.W=0IDB_REPLAY.H=0; Start button; Note: If you specify a button skin (btnstart.bmp / BTNSTART); W and H members will be ignored and taken from the bitmap.IDOK.X=219IDOK.Y=239IDOK.W=0IDOK.H=0; Close button; Note: If you specify a button skin (btnclose.bmp / BTNCLOSE); W and H members will be ignored and taken from the bitmap.IDCANCEL.X=339IDCANCEL.Y=239IDCANCEL.W=0IDCANCEL.H=0; Whether or not the text boxes are transparent.; Values:; 0: System default; 1: Transparent (broken); 2: Custom foreground and background colors.EditBackground=0; Text box custom colors.; Note: EditBackground must be set to 2 for these settings to have; any effect.EditBackgroundColor=#fffEditForegroundColor=#000; Whether or not the text boxes have a frame.; Values:; 0: System default; 1: Without frameEditFrame=0UserName=hercules; Custom Action Buttons;; You can register custom buttons to appear on the user interface,; that will do a predefined action. Each section in the format; ROCred.Buttons.<your button identifier> will create a new button.; The button identifier may consist of A-Z, 0-9 and _ (underscore),; must be unique (among other custom buttons) and also serves as; name for skins (see skinning section for more details on button; skinning). The amount of buttons is only limited by available; memory and GDI resources.[ROCred.Buttons.CUSTOM1]; Position of the button.; Note: If the button does not have a skin, values are assumed to be; dialog units rather than pixels.X=0Y=0; Size of the button.; Note: If you specify a button skin, values will be ignored and; taken from the bitmap.W=0H=0; Text to be displayed on the button.; Note: If you specify a button skin, this setting has no effect.); Note: To refer to a string table entry, use #<number> (ex. #123).DisplayName=Website; Action to invoke when the button is pressed.; Values:; 0: Launch application or website; 1: Launch application or website, and close application; 2: Close application; 3: Display a message (uses C-style escaping characters)ActionType=0; Data associated with button's action type.; Note: To refer to a string table entry, use #<number> (ex. #123).ActionData=http://nn.nachtwolke.com/; Handler associated with button's action type.; ActionType:; 0, 1: See the documentation of SHELLEXECUTEINFO::lpClass as to; what values this setting may take. When the value is; empty, the handler is inferred.; You can use this to specify the file extension to use; when running a file which has a different extension or; none at all. Specify ".exe" if you want to run an; executable that has the extension ".bin" for example.; 2, 3: Ignored.; Note: The only handlers for ActionType 0 and 1 supported on; Windows XP and earlier are file extensions, file classes; and GUIDs.ActionHandler=
6.1.7600 (Windows NT Platform)
I downloaded again the roCred.The client-side seems fine, the login-server console might give you clues about what is wrong.
sad. i cannot use rocred because of this problemI wonder, ... the rocred.ini you posted is ~8KB large, but in your RO folder there is a 1KB rocred.ini. Are you sure you are dealing with the correct file?
The error message would imply, that the ExeName option is empty, which is not the case in the rocred.ini you posted.
What client are you using sir?Bro how did you fixed that i have the same problem when i tried to login my existing account it say unregistered id
I assume you have dropped your client on "istarted", which is the wrong way to use it (process parent must be rocred). Please configure "istarted" as client in rocred.ini and login through rocred. Provide the "Command Line" then, thank you.HERE SOME INFORMATION ABOUT MY PROBLEM
IM USING 2012-04-10aRagexeRE_J.exe
WHAT IS THE PROBLEM SIR ? I TRIED TO EDIT THE .INI BUT NOTHING HAPPEN- I Started Info.
![]()
Putting Username And Password
![]()
UNREGISTERED ID WHEN I START
![]()
HERE ARE THE LOGIN SERVER CONSOLE
![]()
HERE MY MYSQL LOGIN TABLE
![]()
; ------------------------------------------------------------------; RO Credentials (ROCred); (c) 2012-2015 Ai4rei/AN;; ------------------------------------------------------------------; Lines starting with ; are comments and can be removed before; embedding the config into rocred.; Numbers are always considered decimal (base 10) unless stated; otherwise.; When a color value is required, it can be in one of the following; CSS-like formats:; #rgb hexadecimal (short); #rrggbb hexadecimal (long); rgb(r,g, decimal or hexadecimal; rgb(r%,g%,b%) percentage[ROCred]; Whether or not user name is remembered.; Values:; 0: No; 1: YesCheckSave=0; Remembered user name.; Client to start when clicking login or replay.ExeName=pinas-ro.exe; Argument to pass to the client.ExeType=1rag1; Whether or not password should be MD5 hashed.; Values:; 0: Plaintext; 1: MD5 hashHashMD5=0; Whether second instances are allowed or not.; Values:; 0: No; 1: Yes; Note: This setting is not meant as measure to prevent double; clienting.SecondInstance=0; Whether or not the checkbox for remembering user name is; available.; Values:; 0: Available; 1: UnavailablePolicyNoCheckSave=0; Whether or not the button for starting replay is available.; Values:; 0: Available; 1: UnavailablePolicyNoReplay=0; Whether or not the notification icon is displayed when in; background waiting for the client to complete.; Values:; 0: Display; 1: HidePolicyNoTrayIcon=0; Whether or not password is kept during a session when in; background waiting for the client to complete.; Values:; 0: Kept; 1: Not keptPolicyNoSessionPassword=0; Font size of the dialog in points.; Note: Sample skin is designed for size 26.FontSize=9; Provides miscellaneous client information to the server as part of; the password/hash data. The password/hash is provided as "key".; Bitmask:; &1: Hardware address of the network adapter (mac).; Internet-bound adapters are searched first, otherwise; the first available is picked. If the MAC address cannot; be retrieved, "000000000000" is passed.; Note: The user receives an agreement prompt the first time they; provide the data to the server.; Note: The server must be modified to support the data format.; Example: mac=112233445566&key=mypwd123; Note: Password is always the last key-value pair and is not; urlencoded.MiscInfo=0
Hi sir thanks for the help i already fixed my problem i think 2012-04-10 client is not working with rocred i change my client to 2013 client and it works fine nowI assume you have dropped your client on "istarted", which is the wrong way to use it (process parent must be rocred). Please configure "istarted" as client in rocred.ini and login through rocred. Provide the "Command Line" then, thank you.HERE SOME INFORMATION ABOUT MY PROBLEM
IM USING 2012-04-10aRagexeRE_J.exe
WHAT IS THE PROBLEM SIR ? I TRIED TO EDIT THE .INI BUT NOTHING HAPPEN- I Started Info.
![]()
Putting Username And Password
![]()
UNREGISTERED ID WHEN I START
![]()
HERE ARE THE LOGIN SERVER CONSOLE
![]()
HERE MY MYSQL LOGIN TABLE
![]()
; ------------------------------------------------------------------; RO Credentials (ROCred); (c) 2012-2015 Ai4rei/AN;; ------------------------------------------------------------------; Lines starting with ; are comments and can be removed before; embedding the config into rocred.; Numbers are always considered decimal (base 10) unless stated; otherwise.; When a color value is required, it can be in one of the following; CSS-like formats:; #rgb hexadecimal (short); #rrggbb hexadecimal (long); rgb(r,g, decimal or hexadecimal; rgb(r%,g%,b%) percentage[ROCred]; Whether or not user name is remembered.; Values:; 0: No; 1: YesCheckSave=0; Remembered user name.; Client to start when clicking login or replay.ExeName=pinas-ro.exe; Argument to pass to the client.ExeType=1rag1; Whether or not password should be MD5 hashed.; Values:; 0: Plaintext; 1: MD5 hashHashMD5=0; Whether second instances are allowed or not.; Values:; 0: No; 1: Yes; Note: This setting is not meant as measure to prevent double; clienting.SecondInstance=0; Whether or not the checkbox for remembering user name is; available.; Values:; 0: Available; 1: UnavailablePolicyNoCheckSave=0; Whether or not the button for starting replay is available.; Values:; 0: Available; 1: UnavailablePolicyNoReplay=0; Whether or not the notification icon is displayed when in; background waiting for the client to complete.; Values:; 0: Display; 1: HidePolicyNoTrayIcon=0; Whether or not password is kept during a session when in; background waiting for the client to complete.; Values:; 0: Kept; 1: Not keptPolicyNoSessionPassword=0; Font size of the dialog in points.; Note: Sample skin is designed for size 26.FontSize=9; Provides miscellaneous client information to the server as part of; the password/hash data. The password/hash is provided as "key".; Bitmask:; &1: Hardware address of the network adapter (mac).; Internet-bound adapters are searched first, otherwise; the first available is picked. If the MAC address cannot; be retrieved, "000000000000" is passed.; Note: The user receives an agreement prompt the first time they; provide the data to the server.; Note: The server must be modified to support the data format.; Example: mac=112233445566&key=mypwd123; Note: Password is always the last key-value pair and is not; urlencoded.MiscInfo=0
The login-server console is interesting, that both username and password are empty.
We use essential cookies to make this site work, and optional cookies to enhance your experience.