Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Aion Web

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 27, 2012
Messages
36
Reaction score
1
Location
Under your bed
Can anyone help me set up this website on wampserver?
I'll share this template too to someone who can help. :)


Choy Astig - Aion Web - RaGEZONE Forums
 
Firsty where did you find that?

Secondly, i thought i already told you to download XAMPP..USE XAMPP!! lol!!
And basiclly all you do is drop the template in a folder.

If you send me that template ill configure it so you can just drop it in..
 
Upvote 0
Firsty where did you find that?

Secondly, i thought i already told you to download XAMPP..USE XAMPP!! lol!!
And basiclly all you do is drop the template in a folder.

If you send me that template ill configure it so you can just drop it in..

yeah, I got the site working. and I'm using wamp server but i'm having hard time synching the server's database. :(
I want to sync it in real time
 
Upvote 0
Got it working now. Pronetix pm'd and helped me on skype, we use teamviewer to set it up.

Not working on wammp and xammp. we made it work on appserv.

Pronetix is translating the webpage now into english.
hopefully he will share it back to me and still help me with the website language. (fingers crossed)


+++just found out, no one would really help you outta here without an exchange. (facepalm)+++
 
Last edited:
Upvote 0
i coulda had it done it 3mins


Code:
<div>
<?php
$server = '127.0.0.1';          // Server IP
$port_gs = '7777';              // Game server port
$port_ls = '2106';              // Login server port

$game = @fsockopen($server, $port_gs, $errno, $errstr, '10');
$login = @fsockopen($server, $port_ls, $errno, $errstr, '10');

echo "Login ";
echo $login ? "<font color='#00CC00'><b>Online</b></font><br />" : "<font color='red'><b>Offline</b></font><br />";
echo "Game ";
echo $game ? "<font color='#00CC00'><b>Online</b></font>" : "<font color='red'><b>Offline</b></font>";
?></div>

EDIT:: And Xampp is the easiest thing in the world to setup. That guy is just bias against it apperently. I dunno what Appserv is an never herd of it. I program for a living.
 
Last edited:
Upvote 0
yeah, I know that. my only prob is bout those php script errors.

I have lots of errors in wamp/xammp and never got one in appserv.

and yes, i never heard of appserve too until that guy told me. but it works perfectly with me. XD
 
Upvote 0
i cant help becouse i use that web from rusia give me the copy from you now and i want look into the file soory bad engish
 
Upvote 0
Status
Not open for further replies.
Back