Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 16:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Private Server Info and Support Thread

Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 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.
grepher76380 is offline  
Old 10/21/2013, 15:25   #122


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
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.
Requi is offline  
Thanks
1 User
Old 10/21/2013, 15:33   #123
 
elite*gold: 0
Join Date: Jan 2010
Posts: 41
Received Thanks: 5
thanks you very much
killer boss is offline  
Old 10/21/2013, 15:37   #124


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
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.
Requi is offline  
Thanks
1 User
Old 10/21/2013, 17:07   #125
Moderator




 
Scytex's Avatar
 
elite*gold: 156
Join Date: Feb 2011
Posts: 3,352
Received Thanks: 1,901
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.
Scytex is offline  
Thanks
2 Users
Old 10/22/2013, 16:32   #126


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Really sad to see, that no server is still alive.
Requi is offline  
Old 10/22/2013, 21:19   #127

 
Luffa's Avatar
 
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
Luffa is offline  
Old 10/22/2013, 21:41   #128


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Added
and
Requi is offline  
Thanks
1 User
Old 10/22/2013, 22:30   #129
 
nckrnckr's Avatar
 
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
nckrnckr is offline  
Old 10/22/2013, 23:11   #130

 
Luffa's Avatar
 
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
Luffa is offline  
Old 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 ??
killer boss is offline  
Old 10/23/2013, 16:44   #132


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Inserted in the database?
Requi is offline  
Old 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 )
killer boss is offline  
Old 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?
PureGewaltGGZ is offline  
Old 10/23/2013, 19:31   #135
 
elite*gold: 25
Join Date: Oct 2013
Posts: 194
Received Thanks: 184
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.
DrSkyfall is offline  
Reply

Tags
2018, darkorbit, emulator, private, server


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.