Importing users problem

Started by BACDAFUCUP, January 22, 2013, 09:45:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BACDAFUCUP

Okey i see... well thanks for the reply i will turn back when i have tested it. :)

Mindless

#4
Well theres few changes - DATETIME is now all INT so those need converted probably, i posted query's here, only part i suspect you'll have any trouble with torrents is info_hash, again there's work around's to get a new info_hash generated using mysql querys, i'll link the posts.

https://u-232-forum.duckdns.org/index.php/board,20.0.html

No sure what your infohash is named in your db so check that, this may work :

Code (sql) Select
ALTER TABLE torrents ADD `temp_info_hash` varchar(40) COLLATE utf8_unicode_ci NOT NULL;
UPDATE torrents SET temp_info_hash = hex(infohash)

BACDAFUCUP

#3
Well now you saying it i think i will let my users to recover the password.. 
I can see it will take some time to do this little thing hehe..
So i will let them recover..
Is this the same for the torrents? 
Thanks for quick reply



Mindless

#2
The login and cookie system in 09 is different they will be required to recover there passwords, the passhash wont allow login. One possible way to make that happen is get the 09 functions into your old code then get the passhash generated then do the import, try it I can't say what the best approach would be, i would be ruthless and insist on the user taking 2 minutes to recover but I'm a cunt lol.

BACDAFUCUP

#1
Hi there ppl....
First off all i tried to search for this, but could not find anything about this problem here.
so is there anyone there know this ?
how do i import users to TBdev 09 ?
im having torrentstrike 0.4 right now.
i have looked at the database, and it looks like the same.
But when i import it it will not log me in. but when i recover the password i can login.

But i need my users to keep the password, any thoughts ?