You last visited: Today at 21:05
Advertisement
[RELEASE]Private Server 9.0 Files
Discussion on [RELEASE]Private Server 9.0 Files within the DarkOrbit forum part of the Browsergames category.
03/02/2019, 12:35
#46
elite*gold: 0
Join Date: Feb 2011
Posts: 16
Received Thanks: 1
Please. new link... thanks
03/06/2019, 08:02
#47
elite*gold: 0
Join Date: Aug 2017
Posts: 1
Received Thanks: 0
can anyone help. i need LINK for download.
03/27/2019, 11:19
#48
elite*gold: 0
Join Date: May 2017
Posts: 2
Received Thanks: 0
Link
03/31/2019, 22:49
#49
elite*gold: 0
Join Date: Mar 2019
Posts: 3
Received Thanks: 0
Would be nice if someone can post a new link... If not just close the post already
-Grtz Alt
04/01/2019, 13:17
#50
elite*gold: 0
Join Date: Jul 2018
Posts: 5
Received Thanks: 1
Hello! Could someone please update the broken link?
Thank you guys and have a nice day!
04/01/2019, 18:44
#51
elite*gold: 0
Join Date: Mar 2019
Posts: 3
Received Thanks: 0
Everyone who has trouble installing the files in IIS contact me on discord: Altaïr#0418
I will help you guys install it by making pictures every step...
-Grtz Alt,
04/03/2019, 13:12
#52
elite*gold: 0
Join Date: Mar 2010
Posts: 3
Received Thanks: 0
please update download link!
04/10/2019, 06:07
#53
elite*gold: 0
Join Date: Apr 2019
Posts: 1
Received Thanks: 0
Link please!!!
04/13/2019, 20:55
#54
elite*gold: 0
Join Date: Apr 2019
Posts: 1
Received Thanks: 0
UPDATE LINK please.. or private
04/18/2019, 08:09
#55
elite*gold: 0
Join Date: Apr 2014
Posts: 7
Received Thanks: 3
Does anyone still throw off the link?
05/13/2019, 01:53
#56
elite*gold: 0
Join Date: Oct 2014
Posts: 35
Received Thanks: 1
I have a big error and search help .....
This is my problem :
Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in E:\XAMPP\htdocs\Connections\DO.php:9 Stack trace: #0 E:\XAMPP\htdocs\index.php(1): require_once() #1 {main} thrown in E:\XAMPP\htdocs\Connections\DO.php on line 9
I look in the E:\XAMPP\htdocs\index.php ....
<?php require_once('Connections/DO.php'); ?>
<?php
mysql_select_db($database_DO, $DO);
$query_Cuentas = "SELECT * FROM cuentas";
$Cuentas = mysql_query($query_Cuentas, $DO) or die(mysql_error());
$row_Cuentas = mysql_fetch_assoc($Cuentas);
$totalRows_Cuentas = mysql_num_rows($Cuentas);
?>
<?php include("includes/head.tpl"); ?>
<?php include("includes/variables.php"); ?>
<?php if ((isset($_GET['action'])) &&($_GET['action']=="error_login")){
include("includes/error_login.php");
}else{
}
?>
hm, i have a require_once ......
look i in the E:\XAMPP\htdocs\Connections\DO.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_DO = "127.0.0.1";
$database_DO = "do_es";
$username_DO = "root";
$password_DO = "";
$DO = mysql_pconnect($hostname_DO, $username_DO, $password_DO) or trigger_error(mysql_error(),E_USER_ERROR);
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
?>
I have the fault, but i find dont the Problem
Download from here :
But i can dont speak Polska, therefore I ask here
05/13/2019, 09:15
#57
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
Quote:
Originally Posted by
CORBELLIvonTIE
I have a big error and search help .....
This is my problem :
Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in E:\XAMPP\htdocs\Connections\DO.php:9 Stack trace: #0 E:\XAMPP\htdocs\index.php(1): require_once() #1 {main} thrown in E:\XAMPP\htdocs\Connections\DO.php on line 9
I look in the E:\XAMPP\htdocs\index.php ....
<?php require_once('Connections/DO.php'); ?>
<?php
mysql_select_db($database_DO, $DO);
$query_Cuentas = "SELECT * FROM cuentas";
$Cuentas = mysql_query($query_Cuentas, $DO) or die(mysql_error());
$row_Cuentas = mysql_fetch_assoc($Cuentas);
$totalRows_Cuentas = mysql_num_rows($Cuentas);
?>
<?php include("includes/head.tpl"); ?>
<?php include("includes/variables.php"); ?>
<?php if ((isset($_GET['action'])) &&($_GET['action']=="error_login")){
include("includes/error_login.php");
}else{
}
?>
hm, i have a require_once ......
look i in the E:\XAMPP\htdocs\Connections\DO.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_DO = "127.0.0.1";
$database_DO = "do_es";
$username_DO = "root";
$password_DO = "";
$DO = mysql_pconnect($hostname_DO, $username_DO, $password_DO) or trigger_error(mysql_error(),E_USER_ERROR);
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
?>
I have the fault, but i find dont the Problem
Download from here :
But i can dont speak Polska, therefore I ask here
Deprecated:
Use PHP 5.4 or move to
05/13/2019, 13:57
#58
elite*gold: 0
Join Date: Oct 2014
Posts: 35
Received Thanks: 1
Sorry, in MySQL have i dont plan..... I have this make :
mysql_select_db ( string $database_DO, [, resource $link_identifier = NULL ] ) : bool
and this is before :
mysql_select_db($database_DO, $DO);
and the next error is a parse error
Error :
Parse error: syntax error, unexpected '$database_DO' (T_VARIABLE), expecting ')' in E:\XAMPP\htdocs\index.php on line 3
htdocs/index.php
<?php require_once('Connections/DO.php'); ?>
<?php
mysql_select_db ( string $database_DO [, resource $link_identifier = NULL ] ) : bool
$query_Cuentas = "SELECT * FROM cuentas";
$Cuentas = mysql_query($query_Cuentas, $DO) or die(mysql_error());
$row_Cuentas = mysql_fetch_assoc($Cuentas);
$totalRows_Cuentas = mysql_num_rows($Cuentas);
?>
<?php include("includes/head.tpl"); ?>
<?php include("includes/variables.php"); ?>
<?php if ((isset($_GET['action'])) &&($_GET['action']=="error_login")){
include("includes/error_login.php");
}else{
}
?>
htdocs/Connections/Do.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_DO = "127.0.0.1";
$database_DO = "do_es";
$username_DO = "root";
$password_DO = "";
$DO = mysqli_connect($hostname_DO, $username_DO, $password_DO) or trigger_error(mysql_error(),E_USER_ERROR);
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
?>
PHP okay, but MySQL ? check i dont :/
Sorry for my bad english
06/15/2019, 09:32
#59
elite*gold: 0
Join Date: Dec 2018
Posts: 29
Received Thanks: 9
Quote:
Originally Posted by
CORBELLIvonTIE
Sorry, in MySQL have i dont plan..... I have this make :
mysql_select_db ( string $database_DO, [, resource $link_identifier = NULL ] ) : bool
and this is before :
mysql_select_db($database_DO, $DO);
and the next error is a parse error
Error :
Parse error: syntax error, unexpected '$database_DO' (T_VARIABLE), expecting ')' in E:\XAMPP\htdocs\index.php on line 3
htdocs/index.php
<?php require_once('Connections/DO.php'); ?>
<?php
mysql_select_db ( string $database_DO [, resource $link_identifier = NULL ] ) : bool
$query_Cuentas = "SELECT * FROM cuentas";
$Cuentas = mysql_query($query_Cuentas, $DO) or die(mysql_error());
$row_Cuentas = mysql_fetch_assoc($Cuentas);
$totalRows_Cuentas = mysql_num_rows($Cuentas);
?>
<?php include("includes/head.tpl"); ?>
<?php include("includes/variables.php"); ?>
<?php if ((isset($_GET['action'])) &&($_GET['action']=="error_login")){
include("includes/error_login.php");
}else{
}
?>
htdocs/Connections/Do.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_DO = "127.0.0.1";
$database_DO = "do_es";
$username_DO = "root";
$password_DO = "";
$DO = mysqli_connect($hostname_DO, $username_DO, $password_DO) or trigger_error(mysql_error(),E_USER_ERROR);
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
?>
PHP okay, but MySQL ? check i dont :/
Sorry for my bad english
How can ı download ?
06/15/2019, 18:15
#60
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
Quote:
Originally Posted by
CORBELLIvonTIE
Sorry, in MySQL have i dont plan..... I have this make :
mysql_select_db ( string $database_DO, [, resource $link_identifier = NULL ] ) : bool
and this is before :
mysql_select_db($database_DO, $DO);
and the next error is a parse error
Error :
Parse error: syntax error, unexpected '$database_DO' (T_VARIABLE), expecting ')' in E:\XAMPP\htdocs\index.php on line 3
htdocs/index.php
<?php require_once('Connections/DO.php'); ?>
<?php
mysql_select_db ( string $database_DO [, resource $link_identifier = NULL ] ) : bool
$query_Cuentas = "SELECT * FROM cuentas";
$Cuentas = mysql_query($query_Cuentas, $DO) or die(mysql_error());
$row_Cuentas = mysql_fetch_assoc($Cuentas);
$totalRows_Cuentas = mysql_num_rows($Cuentas);
?>
<?php include("includes/head.tpl"); ?>
<?php include("includes/variables.php"); ?>
<?php if ((isset($_GET['action'])) &&($_GET['action']=="error_login")){
include("includes/error_login.php");
}else{
}
?>
htdocs/Connections/Do.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_DO = "127.0.0.1";
$database_DO = "do_es";
$username_DO = "root";
$password_DO = "";
$DO = mysqli_connect($hostname_DO, $username_DO, $password_DO) or trigger_error(mysql_error(),E_USER_ERROR);
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
?>
PHP okay, but MySQL ? check i dont :/
Sorry for my bad english
Learn the basics of PHP, the line from the documentation you copy pasted means that the signature of mysql_select_db accepts as first parameter a string, being the database name, and optionally a resource being the link identifier.
It's not something to copypaste without understanding what it is.
All times are GMT +2. The time now is 21:06 .