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!

MyIkariam - Open source project

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
Hey guys !
1 Year ago i started a ikariam project (really difficult) to fix ikariam server files.
Todat, in the summer holydays, i decided to continue my project.
Adding slowly new functions and fix bug that present.
The bug bigger is battlesystem so i have remaked.
i will add all features as ikariam official server.

I Have Updated the old file with :

- New Version of Codeigniter 2.1.3
- Updated models.
- Updated the source to work fine with php5.
- Translated (ita-eng) for developing (need some time).
- Research fixed (now there are the future).
- Colonyzation work fine.
- resources works fine.
- Work fine the premium,too.
- Now can train soldiers and ships.
- Added an installer.
- Added an Admin Control Panel.
- Added Battlesystem.

What i think to do :

- Make Security information sended from form.
- Adding Alliance Function.

How to install :

- Download files
- Upload on your website
- Go to youtsite.kk
- Write DB infos.
- Now go register and have fun with your friends.

We have a support board: MyIkariam - Board
Repository on github: https://github.com/XxidroxX/MyIkariam

Last release: Alpha 2.

[Alpha 2]
Mega: https://mega.co.nz/#!7ggnXZaA!TTc5-0AZMPefGTv0IHb3dnul7fYav3G2jlRVZxIpWdc
Mediafire: MyIkariam - Alpha 2.zip

[Alpha 1]
Mega: https://mega.co.nz/#!yox2SSgL!f9QlrDHmVIqxVcQ3kQN80BnLPQUdAz-ywfujg7amOx0
Mediafire: MyIkariam - Alpha 1.zip
 
Last edited:
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
Move support forum: http://www.myikariam.cu.cc/forum/
Added new version: Alpha 2
Code:
Add - Added new language key.
Add - Admins can set the research rate points from ACP.
Add - Now players can attack the barbarian village.
Add - Now admin can set the news in the header of the main page.
New - New easy installer.
Move - Move the changelog in a language file.
Changed - Changed some images from gif to png.
Bugfix - Tavern.
Bugfix - Embassy cost.
Bugfix - Error in view_model.
Bugfix - Error in sql table data.
Bugfix - Error in the calculation of the gold.
Bugfix - Time of ships.
Bugfix - Amount of resources that player can steal during attacck.
Bugfix - Now the reports are shown in order of date.
Bugfix - Now all towns of players are showed in port.
Bugfix - Remove old files.
Bugfix - Attacker troops steal resource only if they win.
 
Junior Spellweaver
Joined
Jan 15, 2013
Messages
102
Reaction score
1
after downloading alpha 1 (2) hours ago another updates come lol..

EDIT:
Uhmmm "Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\application\views\languages.php on line 95" shows...
 
Last edited:
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
You have abilited the php short open tag?
 
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
Update the link of the support board.
give some error?
 
Newbie Spellweaver
Joined
Jun 10, 2013
Messages
94
Reaction score
21
Bad querys, .. you souldnt use direct querys. instead you should use prepared statements.
 
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
CI doesn’t support prepared statements.
 
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
You must uploads all files on your web-space.
After that, you must go on your site and the system redirect you on the installation.
 
Newbie Spellweaver
Joined
Dec 24, 2011
Messages
14
Reaction score
4
Thanks!
In the forum you will find all the new pictures of the new version.
In the new version there will be a new installer, the agora and the alliance.
 
Junior Spellweaver
Joined
Sep 14, 2005
Messages
119
Reaction score
15
cant produce soldiers barracks.php line 24 divided by zero
 
Initiate Mage
Joined
Aug 6, 2013
Messages
1
Reaction score
0
[h=1]i get this error message after i upload files and try to open index.php

A Database Error Occurred
[/h] Unable to connect to your database server using the provided settings.
Filename: core/Loader.php
Line Number: 346
 
Initiate Mage
Joined
Jun 2, 2009
Messages
1
Reaction score
1
cukuntay you need to complete database connectivity settings from applications/config/database.php

$db['default']['hostname'] = '';
$db['default']['username'] = '';
$db['default']['password'] = '';
$db['default']['database'] = '';

You need to fill this variables with your mysql connection settings.
 
Status
Not open for further replies.
Back
Top