|
You last visited: Today at 16:07
Advertisement
Private Server Info and Support Thread
Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.
10/20/2013, 17:14
|
#121
|
elite*gold: 0
Join Date: Mar 2012
Posts: 7
Received Thanks: 1
|
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
|
#122
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Send the rdy packet to each player.
How To is in Barneys Emulator with EMP.
|
|
|
10/21/2013, 15:33
|
#123
|
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
|
thanks you very much
|
|
|
10/21/2013, 15:37
|
#124
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Quote:
Originally Posted by killer boss
thanks you very much 
|
Please avoid posts, with one word posts, like "Thanks".
Just press the button.
|
|
|
10/21/2013, 17:07
|
#125
|
Moderator
elite*gold: 156
Join Date: Feb 2011
Posts: 3,352
Received Thanks: 1,901
|
Quote:
Originally Posted by killer boss
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
|
#126
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Really sad to see, that no server is still alive.
|
|
|
10/22/2013, 21:19
|
#127
|
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
|
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
|
#128
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Added 
and
|
|
|
10/22/2013, 22:30
|
#129
|
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 74
|
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
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
|
#130
|
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
|
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
|
#131
|
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
|
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
|
#132
|
elite*gold: 3570
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
|
Inserted in the database?
|
|
|
10/23/2013, 16:46
|
#133
|
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
|
Yes is insert into database
( aurora database )
|
|
|
10/23/2013, 16:54
|
#134
|
elite*gold: 0
Join Date: Oct 2013
Posts: 41
Received Thanks: 3
|
Ich bin anfänger in C# Ich kann nur **** aber es ist fast ähnlich wie ****.. Ich möchte mir die drohnen reincoden nur wie?
|
|
|
10/23/2013, 19:31
|
#135
|
elite*gold: 25
Join Date: Oct 2013
Posts: 194
Received Thanks: 184
|
Quote:
Originally Posted by killer boss
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.
|
|
|
Similar Threads
|
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.
|
All times are GMT +1. The time now is 16:07.
|
|