

gsbe wrote:I'll be experimenting with this shortly. Are there any forseeable problems with using this converter for SMF 1.0.12 or even 1.1.4? Thanks for your work here!

D¡cky wrote:but I can safely say that this convertor will NOT work with SMF versions 1.0.x.

the PHP Manual wrote:int strpos ( string $haystack, mixed $needle [, int $offset] )
AJD's Mind wrote:int strpos ( string $needle, mixed $haystack )
// takes SMF rank image, and removes everything before and including the sharp.
function smf_rank_image($rank_image)
{
return substr($rank_image, (strpos('#', $rank_image) + 1));
}// takes SMF rank image, and removes everything before and including the sharp.
function smf_rank_image($rank_image)
{
return substr($rank_image, (strpos($rank_image, '#') + 1));
}

A_Jelly_Doughnut wrote:1) What version of SMF you are running (exactly, please)
2. viewtopic.php?t=232010 - not that this really matters at all, its just a toolkit.
To clear up some things I reported. I changed the ID on my personal username on the forum to #3, still no import.
I still cannot login with the admin username for the life of me. It is suppose to be user_type = 1, correct? All my imported accounts are user_type = 0. user_permissions are all [BLOB - 0 B]. As for the accounts that aren't importing, I don't have the slightest why some aren't importing and most are...

Users browsing this forum: No registered users and 13 guests