excause me,this url is right,or this site is well?
http://icarus-emu.googlecode.com/svn/trunk/ ===i can't use Tortoise to dl them ,but i can watch it on brower.
why?
excause me,this url is right,or this site is well?
http://icarus-emu.googlecode.com/svn/trunk/ ===i can't use Tortoise to dl them ,but i can watch it on brower.
why?
Latest client working using our server files?
any1 manage to login into server?
Last edited by Tahoma2; 28-12-14 at 02:39 PM.
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 by exe19890522; 29-12-14 at 03:21 PM.
I share my modified reg.php script. Works 100%.
@exe19890522 - you should send me PM if you had problems with registration or other.
PHP Code:<?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>
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 http://update.multiservers.org/icarusonline.torrent
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.
Do i need My own MySQL for this or is it built in.?
Hi,
I have found an error in CharacterServer\common\database.cpp line 197:
sprintf(query, "INSTERT INTO pin_codes VALUES(%d, '%s', 0, 0);", (int)account_id, pin);
replace to
sprintf(query, "INSERT INTO pin_codes VALUES(%d, '%s', 0, 0);", (int)account_id, pin);
Will maybe resolve the error: "CSDatabase error:"
You have right. I build CharacterServer with this fix, but not resolve the error, because no data in pin_codes table. Emulator not receive the packet with set pin_code and at login get pin, but not exist.
I don't know if @Tahoma2 knows about that.
Repositary URL must be > http://icarus-emu.googlecode.com/svn
![]()