Private Server Info and Support Thread

10/20/2013 17:14 grepher76380#121
Hello,
Here I would like to install a private server "AZURE" on my dedicated server "windows server 2008", the concern is that its not working.

help me.
10/21/2013 15:25 Requi#122
Send the rdy packet to each player.
How To is in Barneys Emulator with EMP.
10/21/2013 15:33 killer boss#123
thanks you very much :)
10/21/2013 15:37 Requi#124
Quote:
Originally Posted by killer boss View Post
thanks you very much :)
Please avoid posts, with one word posts, like "Thanks".
Just press the button.
10/21/2013 17:07 Scytex#125
Quote:
Originally Posted by killer boss View Post
if (this.userId > 1014 && this.userId < 1014)
The uid can't be under 1014 AND above 1014 at the same time.
Use || instead of the && and it should work.
10/22/2013 16:32 Requi#126
Really sad to see, that no server is still alive.
10/22/2013 21:19 Luffa#127
i see that non of the private servers is running.
Did all ran into issuses?

Best Regards RQ

Ps: Back from the deaths xD
10/22/2013 21:41 Requi#128
Added [Only registered and activated users can see links. Click Here To Register...]
and
[Only registered and activated users can see links. Click Here To Register...]
10/22/2013 22:30 nckrnckr#129
ELİAZ TOP 10 code

Code:
//Sistema de TOP 10 Ranking
mysql_select_db($database_DO, $DO);
function mostrarRanking()
{
	$result = mysql_query("SELECT * FROM cuentas ORDER BY honor DESC LIMIT 0, 10");
	$nombre = "undefined";
	$honor = 0;
    $pos = 0;
	while($rs = mysql_fetch_array($result))
	{	
		if($rs[32] == 21)continue;
		$pos += 1;
		if($rs[1] != null)$nombre = $rs[1];
		if($rs[33] != null)$honor = $rs[33];
		echo "<tr>";
		echo "<td>$pos.</td>";
        echo "<td class='table_ranking_center fliess10px-gelb'><b>$nombre</b></td>";
        echo "<td class='table_ranking_right'>$honor </td>";
        echo "</tr>";
	}
}
my server TOP 10 code Azure

Code:
 </tr>
            <tr>
                <td><br /></td>
                <td style="vertical-align: top;">
                    <div id="div_ranking">
                    <table id="table_ranking" class="fliess10px-white">
                        <tr><td>1.</td><td class="table_ranking_center fliess10px-gelb" showUser="1xxjm"><b><span class="userInfoName" title="<?php echo $Users->DataRow['Name']; ?> - click for details"><?php echo $Users->DataRow['Name']; ?></span></b></span></td><td class="table_ranking_right"><?php echo $Users->DataRow['honor']; ?></td></tr>
                    </table>
                    </div>
                </td>
                <td>
honor working

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

but it does not appear the names of the other players on my server

I think the error is here
Code:
<?php echo $Users->DataRow['Name']; ?>
help please
10/22/2013 23:11 Luffa#130
Hmm i think i should start working on something that is working and is automatic o.o

Best Regards RQ
10/23/2013 16:26 killer boss#131
Hello

How to add Ship .

I have XML setting and swf file .

i Add this

<ship comment="Goliath Saturn"
type="109"
resKey="ship109"
defaultCharacter="player"
expansionClassID="10"
enginePositionClassID="10"
moveRadius="70"
preload="true"
precache="true"
unload="false"
clickRadius="70"
clickOffsetX="0"
clickOffsetY="0"
energyYOffset="40"
labelYOffset="60"
iconClassID="10"
/>

for saturn design but on my name in game !SHIP TYPE 109 NOT DEFINED!

You have think ??
10/23/2013 16:44 Requi#132
Inserted in the database?
10/23/2013 16:46 killer boss#133
Yes is insert into database

( aurora database )
10/23/2013 16:54 PureGewaltGGZ#134
Ich bin anfänger in C# Ich kann nur Pawn aber es ist fast ähnlich wie pawn.. Ich möchte mir die drohnen reincoden nur wie?
10/23/2013 19:31 DrSkyfall#135
Quote:
Originally Posted by killer boss View Post
Hello

How to add Ship .

I have XML setting and swf file .

i Add this

<ship comment="Goliath Saturn"
type="109"
resKey="ship109"
defaultCharacter="player"
expansionClassID="10"
enginePositionClassID="10"
moveRadius="70"
preload="true"
precache="true"
unload="false"
clickRadius="70"
clickOffsetX="0"
clickOffsetY="0"
energyYOffset="40"
labelYOffset="60"
iconClassID="10"
/>

for saturn design but on my name in game !SHIP TYPE 109 NOT DEFINED!

You have think ??
You have the Saturn in your xml files settings, but not the SWF file ..
Just add it from ship109.swf, clean your cache and retry to login with.