Darkorbit PRivate Server Help Please !

07/08/2014 17:18 xelle#1
[Only registered and activated users can see links. Click Here To Register...]
????????

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');

?>
07/08/2014 17:38 Ũлĸиσωŋ#2
Maybe u did something wrong with xamp u put something wrong.


-Ũлĸиσωŋ
07/08/2014 17:39 xelle#3
what is ?
07/08/2014 17:47 cryz35#4
[Only registered and activated users can see links. Click Here To Register...]
07/08/2014 17:47 manulaiko3.0#5
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
07/08/2014 17:53 xelle#6
crzy bişi anlamıyom Türksün Biliyorum Nolur Yardım Et :D ?
07/08/2014 17:57 cryz35#7
Quote:
Originally Posted by xelle View Post
crzy bişi anlamıyom Türksün Biliyorum Nolur Yardım Et :D ?
Neden her sözcüğün ilk harfi büyük? Teamviewer gönder
07/08/2014 18:04 xelle#8
ok

Ö.M Olarak Attım

İftardan Sonra Halletsek Olur mu ?
Facebook.com/yesskillaci
07/08/2014 19:11 nckrnckr#9
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 ? :)
07/08/2014 19:29 xelle#10
Facemi eklesene yarıma ihtiyacım var canım kardeşim
07/08/2014 19:43 Arby#11
Please use the [Only registered and activated users can see links. Click Here To Register...] for PServer questions/support.