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!

SoNi Aion Web v1.5

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 21, 2005
Messages
120
Reaction score
3
hic hic Karnage can you tell me how to install 2 file web_sql.sql and questlist.sql into database ! i didnt know how to do with this file!
 
Newbie Spellweaver
Joined
Jul 28, 2010
Messages
9
Reaction score
1
I tried to use this but english language does not work. gives me this error
Parse error: syntax error, unexpected $end in C:\xampp\htdocs\lang\eng.php on line 107

I found a Fix, credit to abysSHARK on AU forums:
if needed I can add a link to his post with the fix.
Code:
<?php
define('menu','Menu');
define('home','Home');                                                                                                   
define('ranking','Ranking');
define('online','Online');
define('registration','Registration');
define('forum','Forum');
define('statistic','Statistic');
define('black_list','Black List');

define('you_are_logged_as','You are logged as ');
define('user_panel','User Panel');
define('user','User');
define('password','Password');
define('characters','Characters');
define('change_password','Change Password');
define('set_ip_protect','Set IP Protect');
define('logout','Logout');
define('loginn','Login');

define('statistic','Statistic');
define('ls_server','Login Server');
define('gs_server','Game Server');
define('experiance_rate','Experiance Rate');
define('item_drop_rate','Item Drop Rate');
define('client_version','Client Version');
define('accounts','Accounts');


define('top_5','TOP 5');
define('name','Name');
define('level','Level');

define('character_class','Character Class');
define('status','Status');
define('race','Race');
define('last_position','Last Position');
define('level','Level');

define('user_name','User Name');
define('retype_password','Retype Password');
define('e_mail','E-Mail');
define('register','Register');

define('banned_characters','Banned Characters');
define('banned_accounts','Banned Acounts');

define('experiance_rate_for_group','Experiance Rate for Group');
define('quest_experiance_rate','Quest Experiance Rate');
define('quest_kinah_rate','Quest Kinah Rate');

define('player','Player');
define('blocked_player','Blocked Player');
define('reason','Reason');

define('change_password_of_account','Change Password of Account');
define('old_password','Old Password');
define('new_password','New Password');
define('retype_new_password','Retype New Password');
define('change','Change');

define('ip_protect','IP Protector');
define('protected_ip','Protected IP');
define('protect_it','Protect It!');
define('set_new_ip_to_protect','Set New IP to Protect');

/*2nd wave*/
define('account_name','Account Name');
define('registration_email','Registration e-mail');
define('last_ip','Last IP');
define('access_level','Access Level');
define('gender','Gender');
define('experiance','Experiance');
define('creat_date','Creat Date');
define('last_online','Last Online');
define('player_detail','Player Detail');
define('player_class','Player Class'); 

define('friend_list','Friend List');     
define('author','Author');
define('posted_in','Posted In ');
define('back','Back');
define('previous','Previous');
define('next','Next');
define('first_page','First Page');
define('select_calss','Select Class');
define('select_language','Select Language');
define('english','English');
define('czech','Czech');
define('chinese','Chinese');
define('french','French');
define('search_character','Search Character');
define('ranking','Ranking'); 
define('character_on_account','Character on Account');
define('online_players','Online Players');
define('account_information','Account Informations'); 
define('this_page_is_not_exist_,_please_chesk_url','This Page is not Exist, Please Chesk URL');

define('team','Team');
define('game','About Aion');
define('id','Id');
define('site_name','Site Name'); 
define('description','Web Description');
define('links','Links');
define('downloads','Downloads')

?>
 
Initiate Mage
Joined
Nov 12, 2010
Messages
3
Reaction score
0
thx nice work but in .htacces before any ReWrite rules.
Code:
Options +FollowSymlinks
must be enabled for any rules to work, this is a security requirement of the rewrite engine. Normally it's enabled in the Xampp and you shouldn't have to add it, but it doesn't hurt to do so, and I'll insert it into page, use this only if you dont use xampp or if you get error 403 - server misconfiguration.

and for error in eng.php is no fix needed only open eng.php in any editor and write the end of php document on line 107

Code:
?>
 
Last edited:
Newbie Spellweaver
Joined
Mar 23, 2010
Messages
48
Reaction score
0
tnx ddnut 4 the link
there are some questions i want to ask ....actually i dont know how to "fix" this web. 1st if u use .htaccsess used in this web i got "error 404" cant open nothing. 2nd when i try to log in my account or choose the download tab i get the same error.. some help cause im no good in php,html ... im using the webpack from ddnut's link ( sr for my bad english)
 
Status
Not open for further replies.
Back
Top