[DGT] Impex v1.90 Revision 2008

Hoxxy

New Member
Code:
 DDDDDDDDDDDDD                GGGGGGGGGGGGGTTTTTTTTTTTTTTTTTTTTTTT
 D::::::::::::DDD          GGG::::::::::::GT:::::::::::::::::::::T
 D:::::::::::::::DD      GG:::::::::::::::GT:::::::::::::::::::::T
 DDD:::::DDDDD:::::D    G:::::GGGGGGGG::::GT:::::TT:::::::TT:::::T
   D:::::D    D:::::D  G:::::G       GGGGGGTTTTTT  T:::::T  TTTTTT
   D:::::D     D:::::DG:::::G                      T:::::T
   D:::::D     D:::::DG:::::G                      T:::::T
   D:::::D     D:::::DG:::::G    GGGGGGGGGG        T:::::T
   D:::::D     D:::::DG:::::G    G::::::::G        T:::::T
   D:::::D     D:::::DG:::::G    GGGGG::::G        T:::::T
   D:::::D     D:::::DG:::::G        G::::G        T:::::T
   D:::::D    D:::::D  G:::::G       G::::G        T:::::T
 DDD:::::DDDDD:::::D    G:::::GGGGGGGG::::G      TT:::::::TT
 D:::::::::::::::DD      GG:::::::::::::::G      T:::::::::T
 D::::::::::::DDD          GGG::::::GGG:::G      T:::::::::T
 DDDDDDDDDDDDD                GGGGGG   GGGG      TTTTTTTTTTT

			 Oo - 2008 - oO

[ScRiPt iNfO]───────────────────────────────────────────────────────
■ Script name   : Impex v1.90 Revision 2008    
■ Supplied by   : DGT                                          
■ Nullified by  : DGT                                            
■ Tested by     : DGT                               
■ Protection    : Removed                                        
■ Homepage      : http://www.vbulletin.com                         
■ Release date  : 10-08-2008                                     
■ Release type  : PHP/MySQL                                      
■ Price         : Forget it :)                                   
■ Under music   : N/A

[DeScRiPtIoN]────────────────────────────────────────────────────────

The ImpEx  (Import / Export) system  is the core system for importing
from  other  forum software  into  vBulletin version  3.x or  higher.
 
[/End DeScRiPtIoN]───────────────────────────────────────────────────

[iNfO aBouT rElEaSe]

 **** Validator ****

Upload all files in BINARY mode.
Run validator.php before editing files to verify release.
Use online verifier of validator.php file and you will see NFO file.
Remove both files from server after checking and enjoy.
Remember, we include validator.php and checksums.md5 in our releases.
If you don't see these files, don't trust.
Do not modify validator.php.

Online tool: v[dot]grinderz[dot]org

[/End iNfO aBouT rElEaSe]

[iNfO aBouT gRoUp]───────────────────────────────────────────────────

DGT is looking for:
 - Professional Scripts Suppliers
 - Professional Nullifiers
 - Professional Testers

Wanna join? Send info about your skills at join.dgt[@]guru.la

If you like this script, just buy it.

[/End iNfO aBouT gRoUp]───────────────────────────────────────────────

[gReEtZ]──────────────────────────────────────────────────────────────

Our greetz fliez to all good groups in da scene.

[/End gReEtZ]─────────────────────────────────────────────────────────

[/End ScRiPt iNfO]────────────────────────────────────────────────────
 

slowphantom

New Member
hoxxy u r the best
evry time i want download somthing i look for ur name first
im still waiting vb380 dgt from u
thx
keep it up
 

giantwarez

New Member
i tried and this error i got please can any one explain where i did mistake..
Code:
ImpEx Database errormysql error: Invalid SQL: SELECT data FROM datastore WHERE title = 'ImpExSession'

mysql error: Table 'fees0_2455506_vb.datastore' doesn't exist

mysql error number: 1146

Date: Sunday 11th 2009f January 2009 09:45:48 AM
Database: fees0_2455506_vb
MySQL error: Table 'fees0_2455506_vb.datastore' doesn't exist
 

giantwarez

New Member
oops! i think i got the problem.. i think its the problem with table prefix..Well can any one tell me now that what table prefix should i keeb for vb.. or should i leave it as it is?
 

giantwarez

New Member
i have done like this... please tell me what table prefix should i keep?

cuz any thing i wrote for vb table prefix give the database error and even i give no table prefix give the same error?
Code:
####
#
# TARGET - The target is the vBulletin database (where the  data is going to)
#
####
$impexconfig['source']['databasetype']	= 'mysql';  // mysql OR mssql
$impexconfig['target']['server']		= 'sql212.0fees.net';
$impexconfig['target']['user']			= 'fees0_2455506';
$impexconfig['target']['password']		= '*******';
$impexconfig['target']['database']		= 'fees0_2455506_vb';
$impexconfig['target']['tableprefix']	= '???';// What should i put in here??/

# If the system that is being imported from uses a database,
# enter the details for it here and set 'sourceexists' to true.
# If the source data is NOT stored in a database, set 'sourceexists' to false

$impexconfig['sourceexists']			= true;

####
#
# SOURCE - The source is the old forum database (where the  data is coming from)
#
####

# mysql / mssql
$impexconfig['source']['databasetype']	= 'mysql';  // mysql OR mssql
$impexconfig['source']['server']		= 'sql212.0fees.net';
$impexconfig['source']['user']			= 'fees0_2455506';
$impexconfig['source']['password']		= '*******';
$impexconfig['source']['database']		= 'fees0_2455506_owndb';
$impexconfig['source']['tableprefix']   = 'smf_';// i have the tableprefix for smf

####


Please guys guide me... really need ur help...

if im missing any thing else please tell me that too....
 

b33znutz

New Member
i dont use prefixes myself... like what you have... have you tried using 'localhost' instead of 'sql212.0fees.net' ... thats what i have always used... of couse, if your host says no, than.... good luck tho!
 
Top