Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 09:15

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

Advertisement



Darkorbit PRivate Server Help Please !

Discussion on Darkorbit PRivate Server Help Please ! within the DarkOrbit forum part of the Browsergames category.

Closed Thread
 
Old   #1
 
xelle's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 6
Darkorbit PRivate Server Help Please !


????????

KERNEL-DOCMS/Init.php ----->

Quote:
<?php
define('IP', str_replace('::1', '185.28.20.147', $_SERVER['REMOTE_ADDR']));
define('KERNEL', dirname(__FILE__) . DIRECTORY_SEPARATOR);

ini_set('default_charset', 'UTF-8');
ini_set('expose_php', 0);
ini_set('session.name', 'DO-BPP1');
ini_set('session.gc_probability', 10);
ini_set('session.gc_divisor', 100);
ini_set('session.cookie_httponly', 1);
ini_set('session.gc_maxlifetime', 600);
ini_set('zlib_output_compression', 'On');

$_SERVER['REQUEST_URI'] = str_replace('.php', '', strtolower($_SERVER['REQUEST_URI']));
if(strstr($_SERVER['REQUEST_URI'], '?')):
define ('URI', explode('?', $_SERVER['REQUEST_URI'])[0]);
else:
define ('URI', $_SERVER['REQUEST_URI']);
endif;

@session_start();

require_once(KERNEL . "/Server.Config.php");

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;

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

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

$_mysqliCharacter = $MySQLi->character_set_name();

require_once 'Class.Core.php';
$Core = new Core();
require_once 'Class.Users.php';
$Users = new Users();
require_once 'Class.GalaxyGate.php';
$GalaxyGate = new GalaxyGate();
require_once 'Class.inventory.php';
$inventory = new inventory();
require_once 'Class.reg.php';
$reg = new register();
require_once 'Class.shop.php';
$shop = new shop();
require_once 'Class.base.php';
$base = new base();
// AntiHTML & SQL Injection
$_POST = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '\'], $_POST);
$_GET = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '\'], $_GET);

DEFINE('FILES', KERNEL . 'Files/' . DIRECTORY_SEPARATOR . $Config['Lang'] . DIRECTORY_SEPARATOR);
DEFINE('GLOBALS', FILES . '/GLOBAL/');
DEFINE('DynHost', 'callback.darkorbit.tv');

?>
xelle is offline  
Old 07/08/2014, 17:38   #2
 
Ũлĸиσωŋ's Avatar
 
elite*gold: 0
Join Date: Jul 2014
Posts: 2
Received Thanks: 0
Maybe u did something wrong with xamp u put something wrong.


-Ũлĸиσωŋ
Ũлĸиσωŋ is offline  
Old 07/08/2014, 17:39   #3
 
xelle's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 6
what is ?
xelle is offline  
Old 07/08/2014, 17:47   #4
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
cryz35 is offline  
Old 07/08/2014, 17:47   #5
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Check that KERNEL-DOCMS folder is inside the folder public_hmtl, if you still having that error check that KERNEL-DOCMS/Init.php exists

Quote:
Originally Posted by Ũлĸиσωŋ View Post
Maybe u did something wrong with xamp u put something wrong.


-Ũлĸиσωŋ
It's a webhost so it has nothing to do with xampp
manulaiko3.0 is offline  
Old 07/08/2014, 17:53   #6
 
xelle's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 6
crzy bişi anlamıyom Türksün Biliyorum Nolur Yardım Et ?
xelle is offline  
Old 07/08/2014, 17:57   #7
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,716
Received Thanks: 2,380
Quote:
Originally Posted by xelle View Post
crzy bişi anlamıyom Türksün Biliyorum Nolur Yardım Et ?
Neden her sözcüğün ilk harfi büyük? Teamviewer gönder
cryz35 is offline  
Old 07/08/2014, 18:04   #8
 
xelle's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 6
ok

Ö.M Olarak Attım

İftardan Sonra Halletsek Olur mu ?
Facebook.com/yesskillaci
xelle is offline  
Old 07/08/2014, 19:11   #9
 
nckrnckr's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 584
Received Thanks: 73
Quote:
Originally Posted by xelle View Post
ok

Ö.M Olarak Attım

İftardan Sonra Halletsek Olur mu ?
Facebook.com/yesskillaci
hangi dosyaları kullanıyorsun ki ?
nckrnckr is offline  
Old 07/08/2014, 19:29   #10
 
xelle's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 101
Received Thanks: 6
Facemi eklesene yarıma ihtiyacım var canım kardeşim
xelle is offline  
Old 07/08/2014, 19:43   #11

 
Arby's Avatar
 
elite*gold: 83
Join Date: May 2011
Posts: 11,029
Received Thanks: 6,036
Please use the for PServer questions/support.
Arby is offline  
Closed Thread


Similar Threads Similar Threads
[Suggestion] DarkOrbit Privat Server Sektion | DarkOrbit Private Server Section
04/15/2014 - Suggestions & Feedback - 9 Replies
http://cdn.elitepvpers.org/images/de.png Da es nun vermehrt Themen zu DarkOrbit Privat Server gibt, bezüglich Vorstellungen, Hilfestellungen, Releases etc, denke ich es wird Zeit, dass die DarkOrbit Sektion eine Untersektion bekommt, für Privat Server. Das könnte ungefähr so aussehen: http://i.epvpimg.com/fzvqh.png Was haltet ihr davon? Grüße, Loboti



All times are GMT +2. The time now is 09:15.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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