This is still only possible with the signup-xtra.php custom modification mentioned in this post.
signup-xtra.php will not run automatically on users inserted into the database with a custom script. What you can do in this case is view signup-xtra.php to find out the variables it expects, set the variables (and list) to the correct values for the curent user, and then load signup-xtra.php from your script.
Regards