XFileSharing Pro - How to mege two xfilesharing pro

Message
Author
hostlife
Posts: 192
Joined: Aug 13, 2011 12:34 pm

How to mege two xfilesharing pro

#1 Postby hostlife » Nov 15, 2011 11:02 pm

Hello,

Can you please let me know how I can merge two xfilesharing pro websites.

Regards

catalingmn
Posts: 15
Joined: Mar 27, 2010 1:24 pm

#2 Postby catalingmn » Mar 03, 2012 11:01 am

I have the same question

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#3 Postby ankurs » Mar 03, 2012 1:56 pm

import users
import files
move files to specific servers, change serverid in database

redirect from old domain to merged domain

dont do this on a production site, test it localy and see if it works

catalingmn
Posts: 15
Joined: Mar 27, 2010 1:24 pm

#4 Postby catalingmn » Mar 03, 2012 2:12 pm

Thanks.

We want to keep the same servers the websites already have. It will be enough to import users & files and change the download_key after (every website has a download key, wich is the same for all files on all) ?

What about the server id 1 and 2 on each website?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#5 Postby ankurs » Mar 03, 2012 2:38 pm

yes change dl keys on file servers

also add file server on merged domain

update the serverid of files (to the new serverids, you get by doing the above step), before you import them

catalingmn
Posts: 15
Joined: Mar 27, 2010 1:24 pm

#6 Postby catalingmn » Mar 03, 2012 3:05 pm

I'll try, thanks again

catalingmn
Posts: 15
Joined: Mar 27, 2010 1:24 pm

#7 Postby catalingmn » Mar 05, 2012 11:26 pm

It's not working because of the password_salt . I managed to merge the 2 websites but users from the second one are not working!

Is there any admin that can help?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#8 Postby ankurs » Mar 06, 2012 7:53 am

hmm make users reset their password ?

nyan
Posts: 163
Joined: Oct 28, 2010 8:01 pm

#9 Postby nyan » Mar 06, 2012 11:21 am

email support, they can tell you how to decode and re-encode the passwords. I don't think they want to post that in public

PowerChaos
Posts: 521
Joined: Dec 19, 2009 5:12 pm

#10 Postby PowerChaos » Mar 08, 2012 12:06 pm

decoding is not that hard (see how it get coded , reverse it and you got it decoded)

The other thing you can do makes it easyer to

if you keep both servers but just want to merge the websites then do a db drop and import it to the other server

be sure to regenerate the id's so it add new id's or use the update function ( so it add new files/new users that does not exist)


then do a db -> file check
then the database get updated again with the new files/server if it should be missing

i can not say for 100% that this will work , but you can try it if you like

Greetings From PowerChaos