You last visited: Today at 13:47
Advertisement
[question]ports
Discussion on [question]ports within the CO2 Private Server forum part of the Conquer Online 2 category.
11/28/2009, 21:05
#1
elite*gold: 0
Join Date: Mar 2008
Posts: 555
Received Thanks: 99
[question]ports
can anyone tell me wat ports i should forward for a 5017 server
11/28/2009, 21:15
#2
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
EDIT** 9958
11/28/2009, 21:53
#3
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 506
I just checked it in some LOTF source and found these ports:
9958
5816
I couldn't find 5817, but I thought you had to open that one, but apparently you don't.
If you want a website open 80, and you could also open one for MySQL if you want it to be open for other people.
11/28/2009, 22:03
#4
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by
coreymills
can anyone tell me wat ports i should forward for a 5017 server
The port you need opened are
Code:
3306
9958
5816
5817
80
Those are the ports i have open and it works fine =)
11/28/2009, 22:07
#5
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 651
Quote:
Originally Posted by
|BasicCoder|
The port you need opened are
Code:
3306
9958
5816
5817
80
Those are the ports i have open and it works fine =)
Only the newer servers use port 5817.
11/28/2009, 22:11
#6
elite*gold: 0
Join Date: Nov 2009
Posts: 84
Received Thanks: 41
Quote:
Originally Posted by
Zion~
Only the newer servers use port 5817.
Well i just opened them all lol so it works for me i ant complaining :P
11/28/2009, 22:16
#7
elite*gold: 0
Join Date: Mar 2008
Posts: 555
Received Thanks: 99
ok i have the ports open but the register wont work
register.php
Quote:
<html>
<head>
<title>LightnessCo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body {
background-image: url(bg.jpg);
}
-->
</style></head>
<body bgcolor="#ffffff">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="800">
<!-- fwtable fwsrc="Untitled" fwbase="index.gif" fwstyle="Dreamweaver" fwdocid = "718595727" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="12" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="17" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="745" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="15" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="11" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="6"><img name="index_r1_c1" src="index_r1_c1.gif" width="12" height="600" border="0" alt=""></td>
<td background="index_r1_c2.gif" width="777" height="141" colspan="3"><div align="center">
<p>LightnessCo</p>
<p>x15 Experience Rate, x15 Proficiency Rate</p>
</div></td>
<td rowspan="6"><img name="index_r1_c5" src="index_r1_c5.gif" width="11" height="600" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="141" border="0" alt=""></td>
</tr>
<tr>
<td background="index_r2_c2.gif" width="777" height="29"colspan="3"><div align="center"><a href="register.php">Register</a> | <a href="topplayers.php">Top Players</a></div></td>
<td><img src="spacer.gif" width="1" height="29" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img name="index_r3_c2" src="index_r3_c2.gif" width="777" height="23" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="23" border="0" alt=""></td>
</tr>
<tr>
<td background="index_r4_c2.gif" width="17"> </td>
<td width="745" valign="top" background="index_r4_c3.gif"><p align="center"><strong>Don't worry about passwords they will be set on first login</strong>, Also if you see this page but the servers down it means you will most likely be registered meaning <strong>you can</strong> Login with that name when the servers online.</p>
<p> </p></td>
<td background="index_r4_c4.gif" width="15"> </td>
<td><img src="spacer.gif" width="1" height="377" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img name="index_r5_c2" src="index_r5_c2.gif" width="777" height="20" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="20" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img name="index_r6_c2" src="index_r6_c2.gif" width="777" height="10" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="10" border="0" alt=""></td>
</tr>
</table>
</div>
</body>
</html>
<?php
$link=mysql_connect ("localhost", "root", "corey21") or die ('Error: ' . mysql_error());
mysql_select_db ("coproj");
$res = mysql_query("SELECT count(*) FROM accounts;");
$val = mysql_fetch_array($res);
echo "<div style='top: 460; left: 550; position: absolute; z-index: 1; visibility: show;'>Total Accounts Created: ".$val[0]."</div>";
$res = mysql_query("SELECT count(*) FROM characters;");
$val = mysql_fetch_array($res);
echo "<div style='top: 480; left: 550; position: absolute; z-index: 1; visibility: show;'>Total Characters Created: ".$val[0]."</div>";
$res = mysql_query("SELECT count(*) FROM guilds;");
$val = mysql_fetch_array($res);
echo "<div style='top: 500; left: 550; position: absolute; z-index: 1; visibility: show;'>Total Guilds: ".$val[0]."</div>";
$username = $_POST['username'];
if(isset($_POST['Submit'])) {
if(!$_POST['username']) {
die("<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>You must fill in all the fields!</div>");
}
$check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$username'");
$check2 = mysql_num_rows($check);
if($check2 != '0') {
die("<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>Username '".$username."' is already being used.</div>");
}
mysql_query("INSERT INTO accounts (AccountID,LogonType) VALUES ('$username','2')");
die("<div style='top: 290; left: 500; position: absolute; z-index: 1; visibility: show;'>Username '".$username."' successfully registered!</div>"); }
?>
11/28/2009, 22:35
#8
elite*gold: 0
Join Date: Nov 2009
Posts: 129
Received Thanks: 45
Then you haven't forwarded them right.
use
to check if they're forwarded correctly.
If you need help forwarding use
11/28/2009, 22:39
#9
elite*gold: 0
Join Date: Mar 2008
Posts: 555
Received Thanks: 99
Quote:
Originally Posted by
~Falcon
Then you haven't forwarded them right.
use
to check if they're forwarded correctly.
If you need help forwarding use
port checker says its open its not the port its the register page
11/28/2009, 22:46
#10
elite*gold: 0
Join Date: Nov 2009
Posts: 129
Received Thanks: 45
Quote:
Originally Posted by
coreymills
port checker says its open its not the port its the register page
what exactly is wrong with the webpage?
if it doesn't work, perhaps your apache configuration is wrong or not enabled.
11/28/2009, 23:14
#11
elite*gold: 0
Join Date: Apr 2008
Posts: 1,152
Received Thanks: 321
Is Your Password Correct?
11/28/2009, 23:51
#12
elite*gold: 0
Join Date: Mar 2008
Posts: 555
Received Thanks: 99
#request Closed
problem sloved
11/29/2009, 00:09
#13
elite*gold: 106
Join Date: Oct 2006
Posts: 6,047
Received Thanks: 1,165
#Closed
Similar Threads
[Question] What Ports to open for CO Server?
02/28/2010 - CO2 Private Server - 3 Replies
Hey guys,
I setup my co server but now i want to make it public.
I opened port 9958 but that is only the login server.
What port i have to open more?
Please post them below xD
Ports
10/06/2009 - Metin2 PServer Guides & Strategies - 1 Replies
Ich habe ein Problem mit dem portmap cuando se añade Ich überlasse Any Ip? und ich brauche den Server neu starten?
a quick question about ports XD
11/02/2008 - CO2 Private Server - 6 Replies
ok so which ports should i forward? O.O sry about the stupid question i just wanna know thx XD
how can i run the ports
03/03/2008 - EO PServer Hosting - 6 Replies
hi...i have problems with my server...when i try to start the apache program it says it fails..what do i so....please HELP!!!
Find out the Ports/Ports herausfinden
11/14/2007 - Lineage 2 - 1 Replies
Wie finde ich die Ports von nem Server raus???
All times are GMT +2. The time now is 13:48 .