View Single Post
Old October 2nd, 2005, 06:05 PM   #31 (permalink)
msd
Junior Member
 
Join Date: Sep 2004
Posts: 18
Re: Smartors Import Script

Hi Brian,

I thought it was for vB 3.5 as well... my bad.

Well, just wanted to let you know that I managed to run it somehow with vB3.5, and I just had to do a few changes (so far). I would like to share them here.

1. I removed all "echo" commands (and flush/ob_flush calls) before the statement (around line 280):
Code:
Content visible to verified customers only.
Reason: init.php sets some cookies, and I didn't bother to change page buffering...


2. Then, I "replaced":
Code:
Content visible to verified customers only.
with:
Code:
Content visible to verified customers only.
It worked for me... but not completely yet.

My problem now is that Smartor Album works with phpBB... I have imported phpBB to VB3.5 with Impex, and userids are different (from phpBB and vB). I mean, phpBB user #10 may be vb user #20. I still need to make this script to use impex user ids to properly "convert" the ids. Will check impex tables and see what I can do.

Anyway, hope this may be helpful for someone.
msd is offline   Reply With Quote