elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   DarkOrbit (https://www.elitepvpers.com/forum/darkorbit/)
-   -   [Collection Thread] Private Server Info and Support Thread (https://www.elitepvpers.com/forum/darkorbit/2830133-private-server-info-support-thread.html)

grepher76380 10/20/2013 17:14

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.

Requi 10/21/2013 15:25

Send the rdy packet to each player.
How To is in Barneys Emulator with EMP.

killer boss 10/21/2013 15:33

thanks you very much :)

Requi 10/21/2013 15:37

Quote:

Originally Posted by killer boss (Post 25522769)
thanks you very much :)

Please avoid posts, with one word posts, like "Thanks".
Just press the button.

Scytex 10/21/2013 17:07

Quote:

Originally Posted by killer boss (Post 25522892)
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.

Requi 10/22/2013 16:32

Really sad to see, that no server is still alive.

Luffa 10/22/2013 21:19

i see that non of the private servers is running.
Did all ran into issuses?

Best Regards RQ

Ps: Back from the deaths xD

Requi 10/22/2013 21:41

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...]

nckrnckr 10/22/2013 22:30

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

Luffa 10/22/2013 23:11

Hmm i think i should start working on something that is working and is automatic o.o

Best Regards RQ

killer boss 10/23/2013 16:26

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 ??

Requi 10/23/2013 16:44

Inserted in the database?

killer boss 10/23/2013 16:46

Yes is insert into database

( aurora database )

PureGewaltGGZ 10/23/2013 16:54

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?

DrSkyfall 10/23/2013 19:31

Quote:

Originally Posted by killer boss (Post 25553713)
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.

killer boss 10/23/2013 19:37

i have ship109.swf in ship folder

DrSkyfall 10/23/2013 19:42

Quote:

Originally Posted by killer boss (Post 25557053)
i have ship109.swf in ship folder

Your xml file is from witch package CMS ? Aurora ?

killer boss 10/23/2013 19:49

Yes and i have just added 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"
/>

DrSkyfall 10/23/2013 20:23

You maybe making an error ..

Just use the actual ship10 and just copy-paste to 109 in your xml file.

epixvkad 10/23/2013 20:29

One Ultimate became dead legion PVP but you can't play.

killer boss 10/23/2013 21:04

Quote:

Originally Posted by DrSkyfall (Post 25557928)
You maybe making an error ..

Just use the actual ship10 and just copy-paste to 109 in your xml file.


The name is fixed but actually my ship is this ^^

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


( this is saturn .. )

jordimaster 10/23/2013 21:51

Quote:

Originally Posted by killer boss (Post 25558719)
The name is fixed but actually my ship is this ^^

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


( this is saturn .. )

evildead stoled my files of one ultimate ,not changed name to dead legions this is the name maked by that fucking stoler of evildead

killer boss 10/23/2013 21:54

Why you send vps acces for evil dead ??

jordimaster 10/23/2013 22:29

he leted my a vps

melikhan 10/24/2013 02:51

Quote:

Originally Posted by DrSkyfall (Post 25561361)
Take care guys ..



So funny stuffs in that lol.
This site is now close

Don't do that to that poor kid :( Lol

killer boss 10/24/2013 17:38

My little problem for game.xml ( add ship ) is not resolve you can help me please ??

Sήøwy 10/24/2013 18:33

For add an new ship you have to put the settings in game.xml, to put the swf of ship,to check on game xml the engine positions,lasers slots,change at resources.xml(put an real hash also).

killer boss 10/24/2013 18:42

ok because i use this [Only registered and activated users can see links. Click Here To Register...]

but d'ont work for me

Sήøwy 10/24/2013 18:45

Use any game.xml but from old resources not new one. A lot of things are diffrent in this version, from 4.1,4.3 and maybe 4.5 to 7.x.x or what version they have..

killer boss 10/25/2013 14:18

have you got swf editor ? for modify picture in game

Requi 10/25/2013 14:27

Sothink SWF Decompiler

killer boss 10/25/2013 17:51

requi ,

Why on the little map ship speed was X 100

nckrnckr 10/26/2013 16:34

my server RSB cooldown %50
wht full not working?

picture my code here
[Only registered and activated users can see links. Click Here To Register...]

Phenixhunt! 10/27/2013 10:54

Okey I have 2qestions Pleas help me with it..... Thanks Wery match :)

1:Im going to buy a VPS For the server but what for VPS i need? I mean the Configuration: (What for Windovs?Azure must working on it)(Ram?) (Cpu?)

2:What for Ports i must Open? im going to make it Publick...

Pleas help:handsdown: Thanks for all Answers :)

Scytex 10/27/2013 11:39

Quote:

Originally Posted by Phenixhunt! (Post 25612060)
Okey I have 2qestions Pleas help me with it..... Thanks Wery match :)

1:Im going to buy a VPS For the server but what for VPS i need? I mean the Configuration: (What for Windovs?Azure must working on it)(Ram?) (Cpu?)

2:What for Ports i must Open? im going to make it Publick...

Pleas help:handsdown: Thanks for all Answers :)

Buy a Windows VPS with 2-4 GB Ram. Should be enough for the moment.
CPU isn't import because Vps are shared Roots so it has a good cpu in it.

And you don't need to open ports because a vps has all ports opened.

Luffa 10/27/2013 11:54

Quote:

Originally Posted by Phenixhunt! (Post 25612060)
Okey I have 2qestions Pleas help me with it..... Thanks Wery match :)

1:Im going to buy a VPS For the server but what for VPS i need? I mean the Configuration: (What for Windovs?Azure must working on it)(Ram?) (Cpu?)

2:What for Ports i must Open? im going to make it Publick...

Pleas help:handsdown: Thanks for all Answers :)

Normally you would need to just have port 80 open, and it's a standart that it is open.
Port 80 & 443 i http & https (Browser ports).


Quote:

Originally Posted by 'Silenz (Post 25612743)
Buy a Windows VPS with 2-4 GB Ram. Should be enough for the moment.
CPU isn't import because Vps are shared Roots so it has a good cpu in it.

And you don't need to open ports because a vps has all ports opened.

The CPU is actually important, we have 8x2,3 Ghz core at Lost Galaxy and our start start time i 60 nanoseconds, so when we restart it's just out and in.

Best Regards RQ

nckrnckr 10/27/2013 18:40

how to exactly work

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

DrSkyfall 10/28/2013 02:32

Quote:

Originally Posted by Rage Quit (Post 25613027)
Normally you would need to just have port 80 open, and it's a standart that it is open.
Port 80 & 443 i http & https (Browser ports).




The CPU is actually important, we have 8x2,3 Ghz core at Lost Galaxy and our start start time i 60 nanoseconds, so when we restart it's just out and in.

Best Regards RQ


No the CPU is actually not important, If you know how to coding, you will know how to relax the emulator.

It's suppose to use like less than 1 % of your global CPU usage, if not, it's because you need to fix something ..

DrS

Quote:

Originally Posted by Phenixhunt! (Post 25612060)
Okey I have 2qestions Pleas help me with it..... Thanks Wery match :)

1:Im going to buy a VPS For the server but what for VPS i need? I mean the Configuration: (What for Windovs?Azure must working on it)(Ram?) (Cpu?)

2:What for Ports i must Open? im going to make it Publick...

Pleas help:handsdown: Thanks for all Answers :)

If you got a nice hosting deserver, it's suppose to open and close your ports automaticly, If a program like Do server needs the 8080, the VPS / Dedicated sever suppose to make the process (opening the right port) when the program running.

About the RAM, you will use it with the Database & emulator traffic with a lot of players, for starting, you maybe not need alot of RAM.

Use Windows Server 2003 or Windows Server 2008 R2.
AND YOU MUST HAVE A 64Bits Version ! Will help you with Visual Studio, just a advice..

DrS.

Quote:

Originally Posted by nckrnckr (Post 25620915)
how to exactly work

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

You are sure that you created the action ''uri'' in the page ''uri.php'' ??

nckrnckr 10/28/2013 13:05

Quote:

Originally Posted by DrSkyfall (Post 25627378)
You are sure that you created the action ''uri'' in the page ''uri.php'' ??

yes created

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

DrSkyfall 10/30/2013 03:35

Ho .. I didn't see it before ..

You forget to add " before your <?php ... ?> after the uri= .

DrS.


All times are GMT +2. The time now is 06:45.

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