Code your own simple AI. I don't think anyone is sharing code for aliens. Btw don't use that emulator. It's bad.
contact skype :)Quote:
So can you give me them maybe please :) ?
Regards,
Nommo.
Please note that this is a test run with some new systems.Quote:
[Only registered and activated users can see links. Click Here To Register...] online again. :)
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 FilesQuote:
Hey! Which are actually the best files?
So this? [Only registered and activated users can see links. Click Here To Register...]Quote:
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
Yes but he has made a emulator to go with it and In the InOrbit server files there's no emulator..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)
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;
Download a newer version of XAMPP or changes the things that looks like this:Quote:
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?
$array = ["a", "b", "c", "d", "e", "f"];
$array = array("a", "b", "c", "d", "e", "f");