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)

sveratus 09/21/2014 21:52

Quote:

Originally Posted by Nommo (Post 29641495)
Hello guys.
Today I decieded to make my own private emu. I wanted to make 2in1 - making DO Emu + learning Node.JS (yes, I want to make that emu in Node.JS). Hope that at least one person knows wat is dat :P

So where's the problem ? Well.. I dont know. I am stuck at policy sending - It works, made especially TCP client with Node.JS for that (to check if that really works). Packet is sended properly, but the DO-Client (I am using old 2008 version) doesn't react at all...

I really dont have any idea where's the problem.

Here is my source:
Spoiler:
Code:

var net = require('net');

var HOST = '127.0.0.1';
var PORT = 8080;

var POLICY = "<?xml version=\"1.0\"?><cross-domain-policy xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd\"><allow-access-from domain=\"*\" to-ports=\"*\" secure=\"false\" /><site-control permitted-cross-domain-policies=\"master-only\" /></cross-domain-policy>";

net.createServer(function(sock) {
    console.log('CONNECTED: ' + sock.remoteAddress +':'+ sock.remotePort);

    sock.on('data', function(data) {
       
        console.log('DATA ' + sock.remoteAddress + ': ' + data);
               
                var packet = data.toString();

                if (packet.indexOf("<policy-file-request/>") > -1) {
                        sock.write(POLICY);
                        console.log(POLICY);
                        console.log('Sended policy to: ' + sock.remoteAddress);
                }
                else
                {
                        var split = packet.split('|');
                        console.log('PACKET: ' + packet[0]);
                       
                        if (split[0] === 'LOGIN')
                        {
                                console.log('Client wants to login');
                        }
                }
       
    });
   
    sock.on('close', function(data) {
        console.log('CLOSED: ' + sock.remoteAddress +' '+ sock.remotePort);
    });
   
}).listen(PORT, HOST);

console.log('Server listening on ' + HOST +':'+ PORT);


Code:

console.log(POLICY);
shows proper packet (
Code:

<?xml version="1.0"?><cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd"><allow-access-from domain="*" to-ports="*" secure="false" /><site-control permitted-cross-domain-policies="master-only" /></cross-domain-policy>
) without all \.

I dont know how to solve that. Anybody expirianced that kind of stuff?

Regards,
Nommo.




EDIT: Nevermind ... Problem was with flash stuff -> in Node.JS you need to end EVERY packet (client -> server & server -> client with \0 ). Hope that this will save someones time.

if you solved this then you can make an great emu for inorbit or your serverfiles then you can share with us :D

Nommo 09/22/2014 13:47

Hahaha we will see.. Thats a lot of work incoming but still I am coding it 3-5hrs/day so maybe i will end this project in da future.

Nommo 09/23/2014 19:09

Yo guys.
I am looking for music, sound_effects, maps .swf(s) for Old-DO client.
Anybody have them ?

I REALLY need them! :)

Regards,
Nommo.

Destiny 09/23/2014 19:52

Quote:

Originally Posted by Nommo (Post 29670375)
Yo guys.
I am looking for music, sound_effects, maps .swf(s) for Old-DO client.
Anybody have them ?

I REALLY need them! :)

Regards,
Nommo.

i have all old client sounds and music swf files :) orginal :P

oleg-19952008 09/25/2014 19:29

how to add mobs? I'm using the emulator in orbit

th0rex 09/25/2014 19:39

Code your own simple AI. I don't think anyone is sharing code for aliens. Btw don't use that emulator. It's bad.

Nommo 09/25/2014 20:37

Quote:

Originally Posted by edox77 (Post 29670935)
i have all old client sounds and music swf files :) orginal :P

So can you give me them maybe please :) ?

Regards,
Nommo.

Destiny 09/25/2014 20:53

Quote:

Originally Posted by Nommo (Post 29690054)
So can you give me them maybe please :) ?

Regards,
Nommo.

contact skype :)
edit: who can help make this site ??
[Only registered and activated users can see links. Click Here To Register...]

UND3RW0RLD 09/28/2014 20:38

[Only registered and activated users can see links. Click Here To Register...] online again. :)

Luffa 09/28/2014 20:43

Quote:

Originally Posted by ǝnd1ǝss-ɯonǝʎ (Post 29720077)
[Only registered and activated users can see links. Click Here To Register...] online again. :)

Please note that this is a test run with some new systems.

We are now hosted in the same datacenter as Thepiratebay xD
Best Regards Bau

AaronJ21 09/29/2014 22:41

Hey! Which are actually the best files?

Real.epvp 09/29/2014 23:01

Quote:

Hey! Which are actually the best files?
I would suggest InOrbit Cms but if you cant make a emulator for the spacemap i would tell you to use Manulaikos Darkorbit Private Server Remix Files

AaronJ21 09/29/2014 23:25

Quote:

Originally Posted by Real.epvp (Post 29730812)
I would suggest InOrbit Cms but if you cant make a emulator for the spacemap i would tell you to use Manulaikos Darkorbit Private Server Remix Files

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

Manulaiko doesn't update them anymore ([Only registered and activated users can see links. Click Here To Register...]) and i have some problems with this release (solved "ldbc drivers" but pressing start the "dosid" is invalid so the server close the connection)

Real.epvp 09/30/2014 23:21

Quote:

So this? [RELEASE] DarkOrbit Remix PS Boss Of Open-Source Private Servers!

Manulaiko doesn't update them anymore ([RELEASE] DarkOrbit Remix PS Boss Of Open-Source Private Servers!) and i have some problems with this release (solved "ldbc drivers" but pressing start the "dosid" is invalid so the server close the connection)
Yes but he has made a emulator to go with it and In the InOrbit server files there's no emulator..

CyberFish 10/01/2014 06:53

Hello i have a little problem with in-orbit .if i go on the homepage comes the message : you dont have acces. Its from the init.php in KERNEL-DOCMS

UND3RW0RLD 10/01/2014 07:20

code says what the error is

PHP Code:

if(!empty($_SERVER['SERVER_NAME'])):
    
$_Server str_replace("www."""$_SERVER['SERVER_NAME']);

    if(!empty(
$Config['URL']["devPrivateServer"]) && ($Config['URL']["devPrivateServer"] === $_SERVER['SERVER_NAME'])):
        
$Config['Lang'] = $Config['URL']['Default']['Lang'];
        
define("SERVER""http://" $_SERVER['SERVER_NAME']);
        
define("HOST"$_SERVER['SERVER_NAME']);
        
define("sSERVER""http://" $_SERVER['SERVER_NAME']);
    elseif(isset(
$Config['URL']['Other'][$_Server])):
        
$Config['MySQL'] = $Config['URL']['Other'][$_Server]['MySQL'];
        
$Config['Lang'] = $Config['URL']['Other'][$_Server]['Lang'];
        
define("SERVER", ($Config['URL']['Other'][$_Server]["Require.www"]) ? "http://www." $_Server "http://" $_Server);
        
define("HOST", ($Config['URL']['Other'][$_Server]["Require.www"]) ? "www." $_Server $_Server);
        
define("sSERVER", ($Config['URL']['Other'][$_Server]["SSL.enabled"]) ? "https://" HOST "http://" HOST);
    elseif(!empty(
$Config['URL']["Default"]["Server"])):
        
$Config['Lang'] = $Config['URL']['Default']['Lang'];
        
define("SERVER", ($Config["URL"]["Default"]["Require.www"]) ? "http://www." $Config['URL']["Default"]["Server"] : "http://" $Config['URL']["Default"]["Server"]);
        
define("HOST", ($Config["URL"]["Default"]["Require.www"]) ? "www." $Config['URL']["Default"]["Server"] : $Config['URL']["Default"]["Server"]);
        
define("sSERVER", ($Config["URL"]["Default"]["SSL.enabled"]) ? "https://" HOST "http://" HOST);
    else:
        echo 
"You don�t have access.";
        exit;
    endif;
else:
    exit;
endif; 


davi999900 10/02/2014 16:54

I would like to create a server gives me this error: Parse error: syntax error, unexpected '[' in C: \ xampp \ KERNEL-DOCMS \ Init.php on line 16

what do I do?

manulaiko3.0 10/03/2014 12:35

Quote:

Originally Posted by davi999900 (Post 29753263)
I would like to create a server gives me this error: Parse error: syntax error, unexpected '[' in C: \ xampp \ KERNEL-DOCMS \ Init.php on line 16

what do I do?

Download a newer version of XAMPP or changes the things that looks like this:
Code:

$array = ["a", "b", "c", "d", "e", "f"];
for this:
Code:

$array = array("a", "b", "c", "d", "e", "f");

katil0172 10/13/2014 16:12

edox server files 2010 alien ws war files pleasE ?

Destiny 10/13/2014 19:24

i delete 50% my files and i am ready to format pc and instal new system xd and i delete all my emulators and some clients i save only 8 gb darkorbit files

Songo89k 10/14/2014 14:15

I try few servers and i see that we have choice"watch 30-40 page advertise than you can play" or " bug bug bug bug is your friend".

Its really so hard create server with few advertise and without a lot of bugs?

XBlackHeadshoZX 10/14/2014 15:04

Hello Guys,

if i log into my localhost Darkorbit Private Server.
I go to the Homepage again?
He dont log in?

CORBELLIvonTIE 10/15/2014 02:49

/// EDIT \\\
Krasser Mist , ich hab den Fehler gefunden :O
Der konnte den Rang 99 für den Administrator nicht abrufen, die an den Admins vergeben war ...
Kaum auf 21 gestellt, läuft es einwandfrei :)
Kommt nur noch eine Fehlermeldung wenn ich mich auslogge, von wegen
Spoiler:
Quote:

Exception in thread "Timer-4" java.lang.NullPointerExcep
at game.Ship$moveShip.run(Ship.java:116)
at java.util.TimerThread.mainLoop(Unknown Source
at java.util.TimerThread.run(Unknown Source)
aber dennoch läuft er problemlos weiter ....


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::


Jetzt habe ich nur noch die Frage, wie ich die Ränge auch auf der Map ändern kann.
Auf localhost, also so gesehen auf der Website hab ich sie verändern können.
Jetzt fehlt nur noch die Map, weil sieht irgendwie doof aus, wenn auf der Map ganz andere Ränge sind als auf der Hauptseite :D

Und wie kann ich die Zahl der Aliens minimieren ?
So um die 2 oder 3 Aliens je Karte reichen für localhost vollkommen aus.
Ausserdem kann man dann auch mal LAN-Party machen auf dem localhost, hauptsache etwas Spaß am Spiel :)
Sonst bin ich wunschlos glücklich, denn online stellen geht derzeit sowieso nicht, dafür ist der PC nicht geeignet.
Evtuell werde ich mir auch einfach ein Server mieten, so teuer sind die ja nicht. (Kontakte eben) :D

Sήøwy 10/15/2014 16:17

Quote:

Exception in thread "Timer-4" java.lang.NullPointerExcep
at game.Ship$moveShip.run(Ship.java:116)
at java.util.TimerThread.mainLoop(Unknown Source
at java.util.TimerThread.run(Unknown Source)
Thrown when an application attempts to use null in a case where an object is required.

These include:
- Calling the instance method of a null object.
- Accessing or modifying the field of a null object.
- Taking the length of null as if it were an array.
- Accessing or modifying the slots of null as if it were an array.
- Throwing null as if it were a Throwable value.

Quote:

Applications should throw instances of this class to indicate other illegal uses of the null object. NullPointerException objects may be constructed by the virtual machine as if suppression were disabled and/or the stack trace was not writable.

CORBELLIvonTIE 10/15/2014 20:06

I speak here in german , the Server ist okay :)
Naja, hauptsache der Server läuft .... ;)


Wie kann ich in der Rangliste der User deren Ränge mit einarbeiten ?
Normal müsste das doch gehen, wenn man die gfx über der UserID abruft oder ? *grübel*
Beispiel :
Spoiler:
Quote:

if($rs[1] != null)$nombre = $rs[1];
if($rs[11] != null)$honor = $rs[11];
if($rs[11] != null)$honor = <img src="http://localhost/do_img/global/ranks/rank_$rs[11].gif">";
Das war jetzt nur ein Beispiel , was ich versuche die ganze Zeit ....
Ich versuche sozusagen die Zahl 11 als kompletten Gif auszulegen, damit die Grafik angezeigt wird.
Nur habe ich kein Plan wie, da ich den Rang gerne in der Top 10 sichtbar machen möchte... :(

Und mein anderes Problem ist, der erste Schuss macht Schaden , die folgenden nicht mehr, so das ich jedes mal erneut den Bot anklicken muss, um einen weiteren Schaden zu machen ...
Kann man das irgendwie beseitigen ?


Danke schonmal im vorraus :)

bobn171 10/16/2014 12:44

Hi everyone,
i'm developing an emulator but i don't know how to log into the space map from another pc. I'm using Bau's in-orbit and a emulator coded by me.

In the website everything is ok after editing the respective server.config, etc... But the emulator can't receive any packet from another pc (i'm using a local one). I've checked the ports and firewall.

I don't know if the problem is in the SocketServer Ip of the emulator, maybe in the swf of the game... any ideas?

Code:

//* JAVA *//

/*Socket variables by default*/
        public static String ip = "127.0.0.1"; //Or my local IP? (192.168.1.41)
        public static int serverPort = 8080;
/*@end socket variables*/


cryz35 10/16/2014 17:51

Quote:

Originally Posted by bobn171 (Post 29889785)
Hi everyone,
i'm developing an emulator but i don't know how to log into the space map from another pc. I'm using Bau's in-orbit and a emulator coded by me.

In the website everything is ok after editing the respective server.config, etc... But the emulator can't receive any packet from another pc (i'm using a local one). I've checked the ports and firewall.

I don't know if the problem is in the SocketServer Ip of the emulator, maybe in the swf of the game... any ideas?

Code:

//* JAVA *//

/*Socket variables by default*/
        public static String ip = "127.0.0.1"; //Or my local IP? (192.168.1.41)
        public static int serverPort = 8080;
/*@end socket variables*/


maps.php

Sήøwy 10/16/2014 17:55

Everywhere put 192.168.1.41 (local machine lan ip) and edit your router to allow the game port.

bobn171 10/16/2014 20:05

Quote:

Originally Posted by cryz35 (Post 29892715)
maps.php

Quote:

Originally Posted by Sήøwy (Post 29892779)
Everywhere put 192.168.1.41 (local machine lan ip) and edit your router to allow the game port.

Thanks it worked perfectly :D

Edit: If i use my public ip as ip in maps.php i can connect from an external computer, but i cant. Maybe i'm just stupid or i'm too tired too see the answer

Luffa 10/16/2014 22:49

Quote:

Originally Posted by bobn171 (Post 29894168)
Thanks it worked perfectly :D

Edit: If i use my public ip as ip in maps.php i can connect from an external computer, but i cant. Maybe i'm just stupid or i'm too tired too see the answer

Did you remember to open the ports on your computer?

Also sometimes you will be in need of port forwarding on your router.

Best Regards Bau

bobn171 10/16/2014 23:54

Quote:

Originally Posted by Βau (Post 29895855)
Did you remember to open the ports on your computer?

Also sometimes you will be in need of port forwarding on your router.

Best Regards Bau


i've checked again. I know the problem, but i don't know really how to solve it.

If i use my public ip i get redirected to my router config instead the apache server

Edit: Fuck this, i'm using my public ip now and i edited hosts file of windows to redirect my public ip to localhost. Thanks Bau & Sήøwy

BotorCrime 10/17/2014 14:12

I need 6.3.1 Client . Who can upload this?

Destiny 10/17/2014 16:14

i have but idk mybe i can send or no :P

SultanDP 10/17/2014 16:43

Hi guys i want to create an darkorbit private server, i search a coder to work with us, we have a designer/webmaster/technicien in team, we are free french...

Contact : Skype : odyssepcrp

xelle 10/19/2014 16:50

Turkish :

Herkese merhaba !
Bugünkü konumda emulator editleme programı arıyorum yardımcı olursanız sevinirim.
Ayrıca çoğu darkorbit pvp serverlerde cms+emulator'ü site içerisinde bulamadım sürekli bu yere yönlendiriliyor -> Private Server Info and Support Thread <- ama buradaki emulator ve cms'ler eski sürüm olduğu için yardım istiyorum iyi günler .

English :

Hi everyone!
In its present location editing software emulator I'm glad if I'm looking for help.
In addition, most DarkOrbit PvP servers in the CMS + emulatoru within the site I could not find this constant is then directed to -> Private Server Info and Support Thread <- but here's the emulator and cms old version because I want to help a good day.

Puma<3 10/20/2014 03:38

I need a Emulator :-)

Requi 10/20/2014 07:19

Quote:

Originally Posted by Puma<3 (Post 29927560)
I need a Emulator :-)

Like I told you in PM. Then code one by yourself.

sveratus 10/20/2014 21:16

i have a problem , i can't see the ship and drones in it

1
[IMG=expandable: 0]http://i.imgur.com/BN414yq.png[/IMG]

2.
[IMG=expandable: 0]http://i.imgur.com/7r3P8pY.png[/IMG]

CORBELLIvonTIE 10/21/2014 00:43

These are the lines that I can understand.

Notice: Undefined index: in C:\xampp\KERNEL-DOCMS\Init.php on line 52
Notice: Undefined index: darkorbit in C:\xampp\KERNEL-DOCMS\Init.php on line 52
Notice: Trying to get property of non-object in C:\xampp\htdocs\index.php on line 10


These are my real problems
Spoiler:
Quote:

$MySQLi = new mysqli($Config['MySQL']["host"], $Config['MySQL']["user"], $Config['MySQL'][""], $Config['MySQL']["do"]);

if ($MySQLi->connect_error) {
die('Error de Conexión MySQLi (' . $MySQLi->connect_errno . ') '
. $mysqli->connect_error);
}

Spoiler:
Quote:

if(strlen($_POST['loginForm_default_password']) < 6 || strlen($_POST['loginForm_default_password']) > 20 || !preg_match('`[0-9]`', $_POST['loginForm_default_password']) || $_POST['loginForm_default_password'] === '******' || strlen($_POST['loginForm_default_username']) < 3 || strlen($_POST['loginForm_default_username']) > 20):

Can you help me somehow?
Source from : [Only registered and activated users can see links. Click Here To Register...]

I look somehow not

Thanks in advance

Sήøwy 10/21/2014 01:19

#CORBELLIvonTIE

Can you please tell us more information, connection sintax and a conditional don't help us much to find your solution?
What's your problem exactly?


All times are GMT +2. The time now is 17:46.

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