• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Realy need help

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
Hey guy i have dbor files and i upload that but script dont run,there write this

PHP:
Parse error: syntax error, unexpected '(' in /data/multiserv/users/805661/projects/1930201/www/app/boot.php on line 2


Please help and i will put dbor files here
 
Junior Spellweaver
Joined
Mar 29, 2011
Messages
119
Reaction score
56
Idiot. This is Releas section.
Post the content of the file and I will repair it.

regards,
Big Penis man
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
<?php
dirname(dirname("ROOT_PATH","[FullPath To CurrentPhpFile] (Initial Len was: 50)")()().DIRECTORY_SEPARATOR)realpathdefine;
define("APP_PATH",ROOT_PATH."app".DIRECTORY_SEPARATOR);
define("LIB_PATH",ROOT_PATH."lib".DIRECTORY_SEPARATOR);
define("MODEL_PATH",APP_PATH."model".DIRECTORY_SEPARATOR);
define("VIEW_PATH",APP_PATH."view".DIRECTORY_SEPARATOR);
error_reporting(E_ALL);
ignore_user_abort(TRUE);
set_time_limit(0);
set_magic_quotes_runtime(FALSE);
ob_implicit_flush(0)$_SERVER("gzip")substr_count;
header("Content-Type: text/html; charset=utf-8")header("Content-Encoding: gzip")ob_start();
header();
header();
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0");
header("Pragma: no-cache");
header("Vary: Accept-Encoding");
$AppConfig;
microtime(" ")()explode;
Return (1);
?>

here the boot file,i put [HELP] how release section
 
Upvote 0
Junior Spellweaver
Joined
Mar 29, 2011
Messages
119
Reaction score
56
loooooooool.
Well, there is a help section.
And you have false version of dboor xD
You have a decodet one, which is not fixed.
Search in this forum for another version ;)

regards,
25 fuckin' cm
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
have you skype,i will send you the dbor version to see that,and tell what is wrong,the script cant go
 
Upvote 0
Junior Spellweaver
Joined
Mar 29, 2011
Messages
119
Reaction score
56
Yes, I have Skype. I know this version, it's Ducking buggy^^
[ ]
Take this.

regards,
Hate ya all
 
Upvote 0
Working in iZariam v0.1.0
Loyal Member
Joined
Feb 3, 2011
Messages
772
Reaction score
74
This is the good file:
PHP:
<?php
define("ROOT_PATH",realpath(dirname(dirname(__FILE__))).DIRECTORY_SEPARATOR);
define( "APP_PATH",ROOT_PATH."GameEngine".DIRECTORY_SEPARATOR);
define( "LIB_PATH",APP_PATH."lib".DIRECTORY_SEPARATOR);
define( "MODEL_PATH",APP_PATH."model".DIRECTORY_SEPARATOR);
define( "VIEW_PATH",APP_PATH."view".DIRECTORY_SEPARATOR);
@set_magic_quotes_runtime(FALSE);
if(isset($_SERVER['HTTP_ACCEPT_ENCODING']) && substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], "gzip")){
	ob_implicit_flush(0);
	if(@ob_start(array("ob_gzhandler", 9))){
		header( "Content-Encoding: gzip");
	}
}
header("Date: ".gmdate( "D, d M Y H:i:s" )." GMT");
header("Last-Modified: ".gmdate( "D, d M Y H:i:s")." GMT");
require(APP_PATH."config.php");
require(LIB_PATH."webservice.php");
require(LIB_PATH."widget.php");
require(LIB_PATH."webhelper.php");
require(APP_PATH."metadata.php");
require(MODEL_PATH."base.php");
require(APP_PATH."components.php");
require(APP_PATH."mywidgets.php");
$cookie = ClientData::getinstance();
$AppConfig['system']['lang'] = $cookie->uiLang;
define("LANG_PATH", APP_PATH."lang".DIRECTORY_SEPARATOR.$AppConfig['system']['lang'].DIRECTORY_SEPARATOR);
define("LANG_UI_PATH", LANG_PATH."ui".DIRECTORY_SEPARATOR);
require(LANG_PATH."lang.php");
$tempdata = explode(" ",microtime());
$data1 = $tempdata[0];
$data2 = $tempdata[1];
$__scriptStart = (double)$data1 + (double)$data2;
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
ooo thanks soo much to all,ZZJHONS all file i take from you,file what you decoded and that is good realy good thanks ;)
 
Upvote 0
Working in iZariam v0.1.0
Loyal Member
Joined
Feb 3, 2011
Messages
772
Reaction score
74
Then why you don't like my post?

If you don't know well PHP i recomend the version wich SlimShady95 put in their post
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
in that tatar files what give me SlimShady95 i dont see SQL? must i to found sql and where

Hey guy i upload that DBOR files and there is blank page,need i to put SQL file and where to put them
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
Hey guys can someone help me,i do all that,i upload and all but there is blank page why?i dont see sql file,to upload that and from and where
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
what ioncube loader? from were that to found?

can you please help me?
 
Upvote 0
Junior Spellweaver
Joined
Mar 29, 2011
Messages
119
Reaction score
56
This is only possible, when you have a paid host, where you have access to the root.


regards,
PHP Pro
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
we just bought host and i install that in my host,its again blank page,must i to edit config ?
<?php
$AppConfig = array (
'db' => array (
'host' => '',
'user' => '#',
'password' => '#',
'database' => '#',
),
'page' => array (
'ar_title' => 'حرب التتار - لعبة الانترنت - العرب, الرومان, الاغريق, الجرمان',
'en_title' => 'Tatar war',
'meta-tag' => '',
'asset_version' => 'c4b7c089def' // this is used to flush any old assets like css file or javascript
),
'system' => array (
'lang' => 'en', // this is the default language, ar = for arabic, en = for english
'forum_url' => 'http://www.dboor.com/forum/',
'social_url' => 'http://www.tatar.dboor.com/',
// admin account info
'adminName' => 'admin',
'adminPassword' => '',
'admin_email' => '', // the email for admin account (set it before setup)
'email' => '' // the email for others (like activation, forget password, ..etc)
),
'plus' => array (
'packages' => array (
array (
'name' => 'Package A',
'gold' => 30,
'cost' => 1.49,
'currency' => 'usd',
'image' => 'package_a.jpg'
),
array (
'name' => 'Package B',
'gold' => 100,
'cost' => 3.99,
'currency' => 'usd',
'image' => 'package_b.jpg'
),
array (
'name' => 'Package C',
'gold' => 250,
'cost' => 7.99,
'currency' => 'usd',
'image' => 'package_c.jpg'
),
array (
'name' => 'Package D',
'gold' => 600,
'cost' => 15.99,
'currency' => 'usd',
'image' => 'package_d.jpg'
),
),
'payments' => array (
'cashu' => array (
'testMode' => FALSE,
'name' => 'CashU',
'image' => 'cashu.gif',
'serviceName' => '#',
'merchant_id' => '#',
'key' => '#',
'testKey' => '#',
'returnKey' => '#',
'currency' => 'usd'
),
'onecard' => array (
'testMode' => FALSE,
'name' => 'OneCard',
'image' => 'onecard_logo.gif',
'serviceName' => '',
'merchant_id' => '@#.',
'key' => '#',
'testKey' => '#',
'returnKey' => '542',
'currency' => 'usd'
),
'paypal' => array (
'testMode' => false,
'name' => 'PayPal',
'image' => 'paypal_solution_graphic-US.gif',
'merchant_id' => '#@#.#',//rebhee62@gmail.com
'currency' => 'USD'
)
)
)
);

here is my config i try but that isnt work ...
 
Upvote 0
Working in iZariam v0.1.0
Loyal Member
Joined
Feb 3, 2011
Messages
772
Reaction score
74
Can you use this tag: [ PHP ][/ PHP ] without spaces
 
Upvote 0
Newbie Spellweaver
Joined
Feb 10, 2012
Messages
30
Reaction score
0
yes of course here
PHP:
<?php
$AppConfig = array (
	'db' 					=> array (
		'host'			=> '',
		'user'			=> '#',
		'password'		=> '#',
		'database' 	 	=> '#',
	),
	'page' 		=> array (
		'ar_title'			=> 'حرب التتار - لعبة الانترنت - العرب, الرومان, الاغريق, الجرمان',
		'en_title'			=> 'Tatar war',
		'meta-tag' 			=> '',
		'asset_version'		=> 'c4b7c089def'						// this is used to flush any old assets like css file or javascript
	),
	'system' 	=> array (
		'lang'				=> 'en',										// this is the default language, ar = for arabic, en = for english
		'forum_url'			=> 'http://www.dboor.com/forum/',
		'social_url'		=> 'http://www.tatar.dboor.com/',
		// admin account info
		'adminName'			=> 'admin',
		'adminPassword'		=> '',
		'admin_email'		=> '',			// the email for admin account (set it before setup)
		'email' 			=> ''			// the email for others (like activation, forget password, ..etc)
	),
	'plus'			=> array (
		'packages'	=> array (
			array ( 
				'name'		=> 'Package A',
				'gold'		=> 30,
				'cost'		=> 1.49,
				'currency'	=> 'usd',
				'image'		=> 'package_a.jpg'
			),
			array ( 
				'name'		=> 'Package B',
				'gold'		=> 100,
				'cost'		=> 3.99,
				'currency'	=> 'usd',
				'image'		=> 'package_b.jpg'
			),
			array ( 
				'name'		=> 'Package C',
				'gold'		=> 250,
				'cost'		=> 7.99,
				'currency'	=> 'usd',
				'image'		=> 'package_c.jpg'
			),
			array ( 
				'name'		=> 'Package D',
				'gold'		=> 600,
				'cost'		=> 15.99,
				'currency'	=> 'usd',
				'image'		=> 'package_d.jpg'
			),
		),
		'payments' => array (
			'cashu'	=> array (
				'testMode'		=> FALSE,
				'name'			=> 'CashU',
				'image'			=> 'cashu.gif',
				'serviceName' 	=> '#',
				'merchant_id'	=> '#',
				'key'			=> '#',
				'testKey'		=> '#',
				'returnKey'		=> '#',
				'currency'		=> 'usd'
			),
			'onecard'	=> array (
				'testMode'		=> FALSE,
				'name'			=> 'OneCard',
				'image'			=> 'onecard_logo.gif',
				'serviceName' 	=> '',
				'merchant_id'	=> '@#.',
				'key'			=> '#',
				'testKey'		=> '#',
				'returnKey'		=> '542',
				'currency'		=> 'usd'
			),
			'paypal'	=> array (
				'testMode'		=> false,
				'name'			=> 'PayPal',
				'image'			=> 'paypal_solution_graphic-US.gif',
				'merchant_id'	=> '#@#.#',//rebhee62@gmail.com
				'currency'		=> 'USD'
			)
		)
	)
);
 
Upvote 0
Status
Not open for further replies.
Back
Top