Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 22:00

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

Advertisement



Darkorbit Private Server Turkish

Discussion on Darkorbit Private Server Turkish within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2013
Posts: 5
Received Thanks: 0
Arrow Darkorbit Private Server Turkish

Hi,im KuzeeyTR.
First,sorry for bad English because i don't speak English.I started private server setup 3 months ago.And I'm getting 2 errors :

1-Notice:Undefined index: localhost in C:/xampp/htdocs/KERNEL-DOCMS/Init.php on line 52

Notice:Undefined index: root C:/xampp/htdocs/KERNEL-DOCMS/Init.php on line 52
Notice:Undefined index: localhost in C:/xampp/htdocs/KERNEL-DOCMS/Init.php on line 52

Notice:Undefined index: testdb in C:/xampp/htdocs/KERNEL-DOCMS/Init.php on line 52

2-Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\body.php on line 128 Problemas en la conexion

If you could help,I would appreciate.

Thanks.

Image :
KuzeeyTR is offline  
Old 12/01/2013, 19:19   #2
 
UND3RW0RLD's Avatar
 
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
UND3RW0RLD is offline  
Old 12/01/2013, 19:42   #3


 
Requi's Avatar
 
elite*gold: 3570
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,044
Received Thanks: 8,252
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
Nope :P

^this
Requi is offline  
Thanks
1 User
Old 12/01/2013, 20:12   #4
 
elite*gold: 0
Join Date: Oct 2013
Posts: 5
Received Thanks: 0
Thanks Requi,and I'm your #1 Fan !
KuzeeyTR is offline  
Old 12/01/2013, 20:15   #5
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
Quote:
Originally Posted by KuzeeyTR View Post
Thanks Requi,and I'm your #1 Fan !
Kernel-docm/init.php dosyasına sql bilgilerini gir
cryz35 is offline  
Thanks
1 User
Old 12/01/2013, 20:52   #6
 
elite*gold: 0
Join Date: Oct 2013
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by cryz35 View Post
Kernel-docm/init.php dosyasına sql bilgilerini gir
<?php
define('IP', str_replace('::1', '127.0.0.1', $_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(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']["localhost"], $Config['MySQL']["root"], $Config['MySQL']["localhost"], $Config['MySQL']["testdb"]);

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

$_mysqliCharacter = $MySQLi->character_set_name();

require 'Class.Core.php';
$Core = new Core();
require 'Class.Users.php';
$Users = new Users();

// AntiHTML & SQL Injection
$_POST = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '&#92;'], $_POST);
$_GET = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '&#92;'], $_GET);

DEFINE('FILES', KERNEL . 'Files/' . DIRECTORY_SEPARATOR . $Config['Lang'] . DIRECTORY_SEPARATOR);
DEFINE('GLOBALS', FILES . '/GLOBAL/');
?>
KuzeeyTR is offline  
Old 12/01/2013, 21:49   #7
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
Quote:
Originally Posted by KuzeeyTR View Post
<?php
define('IP', str_replace('::1', '127.0.0.1', $_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(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']["localhost"], $Config['MySQL']["root"], $Config['MySQL']["localhost"], $Config['MySQL']["testdb"]);

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

$_mysqliCharacter = $MySQLi->character_set_name();

require 'Class.Core.php';
$Core = new Core();
require 'Class.Users.php';
$Users = new Users();

// AntiHTML & SQL Injection
$_POST = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '&#92;'], $_POST);
$_GET = str_replace(['<', '>', '\'', '\'', '\\'], ['<', '>', '"', ''', '&#92;'], $_GET);

DEFINE('FILES', KERNEL . 'Files/' . DIRECTORY_SEPARATOR . $Config['Lang'] . DIRECTORY_SEPARATOR);
DEFINE('GLOBALS', FILES . '/GLOBAL/');
?>
Server.Config.php
SQL bölümünü kendi bilgilerinle değiştirmen gerek.
cryz35 is offline  
Old 12/01/2013, 22:29   #8
 
elite*gold: 0
Join Date: Oct 2013
Posts: 5
Received Thanks: 0
evet onu yaptım ama yinede olmuyo Aurora server files bu ICOn 8 i yapmıştım bu olmuyo kayıt olma bölümüde yok ayrıca
KuzeeyTR is offline  
Old 12/01/2013, 22:36   #9
 
cryz35's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,718
Received Thanks: 2,382
Quote:
Originally Posted by KuzeeyTR View Post
evet onu yaptım ama yinede olmuyo Aurora server files bu ICOn 8 i yapmıştım bu olmuyo kayıt olma bölümüde yok ayrıca
wamp yerine xampp kur
cryz35 is offline  
Old 12/01/2013, 22:42   #10
 
elite*gold: 0
Join Date: Oct 2013
Posts: 5
Received Thanks: 0
xampp kurulu
KuzeeyTR is offline  
Old 03/07/2018, 20:44   #11
 
elite*gold: 0
Join Date: Jul 2015
Posts: 9
Received Thanks: 2
benimle iletisime gec sana en iyi file verim
erdemnet47 is offline  
Reply


Similar Threads Similar Threads
4S-Mikado Private Server [PVP] Turkish
06/15/2013 - 4Story - 4 Replies
Hamachi 4S-Mikado1 and 4S-Mikado20 Password (Şifre):123 TClient:25.103.157.204 4816 Register: http://25.103.157.204:81/register.php VisudyNee
Lucifer-Online Turkish Private Server
10/12/2012 - Metin2 PServer Advertising - 1 Replies
Ve Beklenen Gün Geldi Yeni Server'imiz Açıldı Lucifer Online Artık Sizlerle Yepyeni Haritalar Yepyeni Etkinlikler Gelişmiş Güçlü Binekler Sahibine Sadık Petler Özel Günler İçin Kostümler Katakomb Azrail'ine Varmak İçin Zorlu Ama Bir O Kadar da Zevkli Yolculuklar Yorulduğunuzda Size Enerji Verecek Kristaller



All times are GMT +1. The time now is 22:02.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.