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
Return to the default flat view Create a new topic Submit Reply
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:
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.
[Message index]
 
Read Message
Read Message
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: Tue May 14 23:19:03 GMT 2024

Total time taken to generate the page: 0.04654 seconds