Impex v1.92 Revision 2164 NULLIFIED by vB Lider

Therax

New Member
Hi

I am kinda new to vb and have only used phpbb before and now i am trying
to convert my forum on a local server before i will do it on my real server.
But i dont really get the manual and i cant use the update counters it gives me this error code Parse error: syntax error, unexpected '}' in /opt/lampp/htdocs/ur/vbulletin/admincp/misc.php on line 1786

So i need help with that and i would like if someone could post a HowTo i am sure there
are others that would like a simple HowTo instead of the manual, at least i think newbies like myself would appriciate that.

Thanks in advanced
 

SNap!/DGT

New Member
POOR ... DONT USE THIS RELEASE

\upload\impex\help.php

Code:
define('CUSTOMER_NUMBER', trim(strtoupper('J5775DD5C262')));

\upload\impex\ImpExDatabase.php

Code:
var $_customernumber = '[#]customernumber[#]';

\upload\impex\ImpExDatabaseCore.php

Code:
var $_customernumber = '[#]customernumber[#]';

\upload\impex\ImpExDatabase_309.php

Code:
var $_customernumber = '[#]customernumber[#]';

\upload\impex\ImpExDatabase_350.php

Code:
var $_customernumber = '[#]customernumber[#]';

upload\impex\impex_language.php

Code:
$impex_phrases['enter_customer_number'] = 'Enter Customer number';

Code:
$impex_phrases['online_manual']			= 'Online manual';

\upload\impex\index.php

Code:
define('CUSTOMER_NUMBER', trim(strtoupper('J5775DD5C262')));

Code:
echo $ImpExDisplay->page_header() .
		'<br> <div align="center"><a href="help.php">' . $ImpExDisplay->phrases['db_cleanup'] .
		'</a> ||| <a href="http://www.vbulletin.com/docs/html/impex" target="blank_"> ' .
		$ImpExDisplay->phrases['online_manual'] . '</a></div>';

\license_agreement.html

Code:
<link rel="stylesheet" type="text/css" href="http://files.vbulletin.com/vbulletin.css" />

HAPPY LOOSING LICENCE TO THE SUPPLIER !

regards

SNap!/DGT
 
Top