You last visited: Today at 06:36
Advertisement
Private Server Info and Support Thread
Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.
09/25/2014, 19:39
#1006
elite*gold: 46
Join Date: Oct 2010
Posts: 782
Received Thanks: 525
Code your own simple AI. I don't think anyone is sharing code for aliens. Btw don't use that emulator. It's bad.
09/25/2014, 20:37
#1007
elite*gold: 7
Join Date: Dec 2008
Posts: 727
Received Thanks: 119
Quote:
Originally Posted by
edox77
i have all old client sounds and music swf files
orginal :P
So can you give me them maybe please
?
Regards,
Nommo.
09/25/2014, 20:53
#1008
elite*gold: 2
Join Date: Jun 2012
Posts: 990
Received Thanks: 563
Quote:
Originally Posted by
Nommo
So can you give me them maybe please
?
Regards,
Nommo.
contact skype
edit: who can help make this site ??
09/28/2014, 20:38
#1009
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
online again.
09/28/2014, 20:43
#1010
elite*gold: 61
Join Date: Oct 2010
Posts: 1,188
Received Thanks: 2,403
Quote:
Originally Posted by
ǝnd1ǝss-ɯonǝʎ
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
09/29/2014, 22:41
#1011
elite*gold: 32
Join Date: Sep 2014
Posts: 56
Received Thanks: 20
Hey! Which are actually the best files?
09/29/2014, 23:01
#1012
elite*gold: 0
Join Date: Jan 2014
Posts: 466
Received Thanks: 446
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
09/29/2014, 23:25
#1013
elite*gold: 32
Join Date: Sep 2014
Posts: 56
Received Thanks: 20
Quote:
Originally Posted by
Real.epvp
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?
Manulaiko doesn't update them anymore (
) and i have some problems with this release (solved "ldbc drivers" but pressing start the "dosid" is invalid so the server close the connection)
09/30/2014, 23:21
#1014
elite*gold: 0
Join Date: Jan 2014
Posts: 466
Received Thanks: 446
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..
10/01/2014, 06:53
#1015
elite*gold: 0
Join Date: Aug 2014
Posts: 13
Received Thanks: 1
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
10/01/2014, 07:20
#1016
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
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;
10/02/2014, 16:54
#1017
elite*gold: 0
Join Date: Sep 2014
Posts: 1
Received Thanks: 0
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?
10/03/2014, 12:35
#1018
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
Quote:
Originally Posted by
davi999900
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");
10/13/2014, 16:12
#1019
elite*gold: 0
Join Date: Jul 2013
Posts: 86
Received Thanks: 3
edox server files 2010 alien ws war files pleasE ?
10/13/2014, 19:24
#1020
elite*gold: 2
Join Date: Jun 2012
Posts: 990
Received Thanks: 563
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
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 +2. The time now is 06:37 .