FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Converters » Importing from a non-forum user database (Are there any tools for importing users from a non-forum database?)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Importing from a non-forum user database [message #165918] Tue, 23 August 2011 20:29 Go to next message
jetta is currently offline  jetta   United States
Messages: 1
Registered: August 2011
Location: United States
Karma: 0
Junior Member
I have a website that has a database of users but no forum and would like to move them into the FUDforum database. Are there any tools available to do this? In searching the forums, I see no mention of a similar situation.

Currently using a custom built site and MySQL database.
Re: Importing from a non-forum user database [message #165919 is a reply to message #165918] Wed, 24 August 2011 05:43 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You can add users with FUDAPI, for example:
<?php
 require_once 'GLOBALS.php';
 require_once 'fudapi.inc.php';
 fud_add_user( array('login'=>'me', 'passwd'=>'mypass', 'email'=>'me(at)nowhere(dot)com', 'name'=>'MeMeMe'), &$err);
 ?>


For more examples, see FUDAPI.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Getting from SMF to FUD
Next Topic: phpbb3 conversion to 3.03RC1 - stuck
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Apr 27 20:54:29 GMT 2024

Total time taken to generate the page: 0.02324 seconds