Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release Dev]Icarus Online Unpaker, server emu + sql, tools, launcher, reg script

Newbie Spellweaver
Joined
May 31, 2012
Messages
10
Reaction score
0
Edit with navicat in ica_ls/accounts

login => lilei
password => 3752a328cf125dc589f01a1c1ff9e32281dc9bdb52d04dc20036dbd8313ed055

and test please
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
sorry also is account not found

============
i think the error tip is not find the account ,not pwd error.
does the login name need md5?
 
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
33
Reaction score
18
reg.php:
Code:
<?php$dbhost    = "127.0.0.1";
$dbuser = "root";    
$dbpassword = "152958";
$dbname = "iemu_ls";


if (isset($_POST['login']) && isset($_POST['password']))
{
    $login = $_POST['login'];
    $password = md5($_POST['password']);
    if (strlen($login) <= 32)
        if ($msconn = @[I][B][URL="http://forum.ragezone.com/members/1333341228.html"]Mysql[/URL][/B][/I]_connect($dbhost, $dbuser, $dbpassword))
            if( @[I][B][URL="http://forum.ragezone.com/members/1333341228.html"]Mysql[/URL][/B][/I]_SELECT_DB($dbname))
            {
                echo 'Работа сайта временно приостановлена (Error: 101).';
                exit();
            }
    
    $mdpass = md5($login).$password;
    $query = "REPLACE INTO `accounts` SET `login`='".$login."', `password`='".$mdpass."', email= 'mail@mail.ru';";
 @[I][B][URL="http://forum.ragezone.com/members/1333341228.html"]Mysql[/URL][/B][/I]_query( $query );


//    $query = "REPLACE INTO `pin_codes` SET `account_id`='".$login."', `password`='".$mdpass."', email= 'mail@mail.ru';";
// @[I][B][URL="http://forum.ragezone.com/members/1333341228.html"]Mysql[/URL][/B][/I]_query( $query );
    echo 'ok';


}


?>

<form action="reg.php" method="POST">
<b>Login:</b><input type="text" name="login"><br/>
<b>Password:</b> <input type="password" name="password" /><br/>
<input type="submit" value="Зарегистрировать">
</form>

In accounts table:
login: lilei
password: 3752a328cf125dc589f01a1c1ff9e32281dc9bdb52d04dc20036dbd8313ed055 (1234)
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
sorry ,there is no new account had been reg into mysql.
the reg.php also can not usefull .
if you can login into game,youcan share me the .sql file.
=============
i need to sleep,tomorrow,i will on line.
thank you all the same.good night.
 
Newbie Spellweaver
Joined
May 31, 2012
Messages
10
Reaction score
0
for exe19890522
INSERT INTO `accounts` (`id`, `login`, `password`, `email`, `email_status`, `access`, `hash`) VALUES
(44, 'lilei', '3752a328cf125dc589f01a1c1ff9e32281dc9bdb52d04dc20036dbd8313ed055', 'mail@mail.ru', 0, 0, NULL);

I can not find the spawn_id into the client ...
actor_id="n_c01_0_0001_0029" relation ?
Can you help me please ?
 
Last edited:
Newbie Spellweaver
Joined
Jul 18, 2009
Messages
48
Reaction score
8
Can anyone get into the game?

I have a old client (the previous one posted here) with SVN-lastest server files but no luck -- just create character screen.
If the new client can manage to get into game, please tell me, I will download it. ('cause its size is very big)
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
i use this client
but i can not login into game,the client give tip "account not found".
can you share me your sql?can you export your sql to .sql file?
and i use the 0.00 version server ,which you are using?
can you tell me where the SVN-lastest server files?
thank you.
 
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
33
Reaction score
18
http://icarus-emu.googlecode.com/svn/trunk/
 
Newbie Spellweaver
Joined
Jul 18, 2009
Messages
48
Reaction score
8
After downloading the 11GB client, I can get in-game with current progress of emulator now.
I want to help with development but I don't understand packet... :(
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
excause me,this url is right,or this site is well?
===i can't use Tortoise to dl them ,but i can watch it on brower.
why?
 
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
33
Reaction score
18
excause me,this url is right,or this site is well?
===i can't use Tortoise to dl them ,but i can watch it on brower.
why?
Update your TortoiseSVN. SVN is working.
 
Newbie Spellweaver
Joined
Oct 21, 2014
Messages
33
Reaction score
18
okay bro, what's the features? only login game or everything is works?
Does not appear in the character's head, only work on it:

adastmin - [Release Dev]Icarus Online Unpaker, server emu + sql, tools, launcher, reg script - RaGEZONE Forums
 
Last edited:
Joined
Dec 10, 2011
Messages
477
Reaction score
27
i am sorry,maybe because i am a newbee,so it not works,the program is No response,it do nothing.i just dl a source code by svn://
or if you are free,can you share me your .sql file to me? i can't reg a account.
i don't know why,the reg.php is not full work,i write the sql information,but it not do its job,i not fing the account in sql.
all is empty,so i just add account by myself,but it still not work,the emu is work well but the launcher is give a tip "accoun not found".
I really do not have any solution to solove this.

==========
i update the svn 1.8.10,but also not work

==================
i use slik-svn,but it also not work.tip:
svn: E120112: Unable to connect to a repository at URL 'http://icarus-emu.google
code.com/svn/trunk'
svn: E120112: APR does not understand this error code
i am not good at this .why i can success at svn:// ??
 
Last edited:
Newbie Spellweaver
Joined
Mar 27, 2012
Messages
25
Reaction score
6
I share my modified reg.php script. Works 100%.

exe19890522 - you should send me PM if you had problems with registration or other.


PHP:
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "password";
$dbname = "iemu_ls";


if (isset($_POST['submit']))
{
	$login = $_POST['login'];
	$password = $_POST['password'];
	$email = $_POST['email'];
	if (strlen($login) <= 32)
	{
		if (empty($login))
			echo 'Fill login';
		elseif (empty($password))
			echo 'Fill password';
		elseif (empty($email))
			echo 'Fill E-mail';
		else
		{
			$password = md5($password);
			if ($msconn = mysql_connect($dbhost, $dbuser, $dbpassword))
			{
				if(!MYSQL_SELECT_DB($dbname))
					exit('Select DB Error');
				$mdpass = md5($login).$password;
				$query = "INSERT INTO accounts (id, login, password, email, email_status, access, hash) VALUES ('', '".$login."', '".$mdpass."', '".$email."', '0', '0', '')";

				mysql_query($query);
				echo 'Account has been created.';
			}
		}
	}
}

?>





<form action="reg.php" method="POST">
	<b>Login:</b><input type="text" name="login"><br>
	<b>Password:</b> <input type="password" name="password"><br>
	<b>E-mail:</b> <input type="text" name="email"><br>
	<input type="submit" name="submit" value="Register">
</form>
 
Joined
Dec 10, 2011
Messages
477
Reaction score
27
thank you ,but Just do this one step and run mysql is enough?
i run mysql and import the .sql file into mysql ,mysql is use root/123456 and the db name i suit to the .sql file's name ==ica_gs.sql and ica_ls.sql.
so i set php file like this is right?↓↓
$dbuser = "root";
$dbpassword = "123456";
$dbname = "ica_ls";
----------------------------------
by the way,i use this client
about {
ICARUS.ini 1kb
ICARUS_000.Gz 1.72gb
ICARUS_001.Gz 1.78gb
ICARUS_002.Gz 1.78gb
ICARUS_003.Gz 1.70gb
ICARUS_004.Gz 983mb
ICARUS_Setup.exe 3.91mb
total 7.96gb }
i mean does it suit to the server,or which client you are using?
how is your client ?have some bug like no head .can you tell me?
thanks very much.
 
Back
Top