Code Monkey home page Code Monkey logo

converters's People

Contributors

jdarwood007 avatar mistervector avatar norv avatar sbulen avatar sesquipedalian avatar vbgamer45 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

converters's Issues

Hello

I have tried converting from mybb to smf using you converter and i have this error

explode() expects parameter 2 to be string, array given in /homepages/11/d780500858/htdocs/clickandbuilds/SMF/MyCollaboration/convert.php on line 428

Any idea what i may be doing wrong

Move to MYSQLi for convert.php?

So I wanted to convert a couple archived IPB 2.3 forums to SMF. My environment has PHP 7.3 and I noticed that the conversion PHP script only supports PHP 4 and 5. I noticed that the reason for this, at least from what I've seen, is because it relies on the MYSQL extension which was removed in PHP 7.0.0. I don't know of the implications of moving to MYSQLi for convert.php other than it would remove the support for PHP 4.

Convertors for MySQLI

Convertors for MySQLI

Seems to fail with the handling at least on windows. Not sure how many now currently use ADO on windows.

Code such as
` // Okay, the hardest is ADO (Windows only, by the way.)
if (!is_resource($result) && is_object($result))
{
if ($result->EOF)
return false;

	$row = array();
	$fields = $result->Fields;
	for ($i = 0, $n = $fields->Count; $i < $n; $i++)
	{
		$field = $fields[$i];
		$row[$field->Name] = $field->Value;
	}
	$result->MoveNext();

	return $row;
}

`

Status of current step in conversion process

A nice idea to have would be a visualization of where the conversion process is at, much like the progress bar shown in the SMF installer when installing the forum. Instead of waiting until the converter is finished, we have a cool progress bar to look at! What are your thoughts on this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.