vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   PHPnuke --> VBB (https://vborg.vbsupport.ru/showthread.php?t=29155)

Shlomi 09-29-2001 12:25 PM

is there any way that i could transfer my existing members from my PHPNUKE to my new Vbulletin 2 forum???

orca 09-29-2001 01:38 PM

Well, I did it manually. However, the passwords of nuke are encrypted. So I set the password as the member name. After importing the users, I sent a "mass" mail telling them about the move providing the link to change the password.
For registering in nuke and vBulletin there's a hack in the hacks forum.

N.B. 09-29-2001 10:35 PM

Quote:

Originally posted by orca
Well, I did it manually. However, the passwords of nuke are encrypted. So I set the password as the member name. After importing the users, I sent a "mass" mail telling them about the move providing the link to change the password.
For registering in nuke and vBulletin there's a hack in the hacks forum.

That is interessting ! I am trying to do the same right now ! But I am really a newbie, could you tell the mysql command to copy the username into the password field and that for every member ?
Thx !

Cya !
N.B.

orca 09-30-2001 08:30 AM

I didn't do it via mySQL. What I did was opening the nuke database with phpmyadmin looking at the table users. In a second browser I had the admin panel of vB open and add the user manually using the add function under users.
Alternaively you could also go to edit users in the phpnuke admin and the select one user after another. However, this is a the hard way.
Actually you could write a php script for doing this but I don't have the time right now to do it. As I'm a PHP beginner it would take a bit of tweaking till I got it.

To query the nuke users you could use following command:
Code:

SELECT * FROM nuke_users

N.B. 09-30-2001 03:00 PM

I really do need to find an other, but the manual way !
I have more then 5000 registered users :)

orca 09-30-2001 03:49 PM

Well, I guess then you needed the script. I have a slight idea on how to do it but I really don't have the time to do it.
You'd need to get some minor details from the nuke database. I guess username and password would be enough (may also the name).
Actually there are only 2 queries inside a loop necessary.

N.B. 09-30-2001 03:58 PM

I am good with running apache, PHP and mysql ..
But I am not a coded, that is why I use PHPNuke ..
yes, but I will try to create a little skript, hopefully it will work :)

firewars 09-30-2001 04:47 PM

Hm is there no addon that totally connects those 2?
Like news are threads , comments are posts / replys and all member information is the same on both things.

orca 10-01-2001 05:42 AM

Quote:

Originally posted by firewars
Hm is there no addon that totally connects those 2?
Like news are threads , comments are posts / replys and all member information is the same on both things.

No, there's only a hack which lets you the people register in phpnuke and vBulletin.
However, there's vbPortal at http://www.phpportals.com which "merged" nuke and vBulletin. But it's not completely 1 to 1.

Shlomi 10-01-2001 07:45 AM

if you could create script to do it i willl thank you!!!

orca 10-01-2001 11:08 AM

Well, if you have the time to wait for about 4 weeks. My exams will only be over then and before that, I don't have the time to write one...

Patrick Kellum 10-01-2001 07:37 PM

No need for a script, this kind of thing can be handled completly in MySQL.

UPDATE nuke_users SET pass=uname;

There, now all the passwords are the same as the username.

Now, to convert it to a VB user table, an ALTER TABLE query should do the trick, but I'll leave that up to you :-)

Patrick


All times are GMT. The time now is 06:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01088 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete