| View previous topic :: View next topic |
| Author |
Message |
hostlife
Joined: 13 Aug 2011 Posts: 93
|
Posted: Nov 15, 2011 11:02 pm Post subject: How to mege two xfilesharing pro |
|
|
Hello,
Can you please let me know how I can merge two xfilesharing pro websites.
Regards |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Mar 03, 2012 11:01 am Post subject: |
|
|
| I have the same question |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Mar 03, 2012 1:56 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Mar 03, 2012 2:12 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Mar 03, 2012 2:38 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Mar 03, 2012 3:05 pm Post subject: |
|
|
| I'll try, thanks again |
|
| Back to top |
|
 |
catalingmn
Joined: 27 Mar 2010 Posts: 15
|
Posted: Mar 05, 2012 11:26 pm Post subject: |
|
|
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? |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: Mar 06, 2012 7:53 am Post subject: |
|
|
| hmm make users reset their password ? |
|
| Back to top |
|
 |
nyan
Joined: 28 Oct 2010 Posts: 121
|
Posted: Mar 06, 2012 11:21 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
PowerChaos
Joined: 19 Dec 2009 Posts: 440 Location: belguim
|
Posted: Mar 08, 2012 12:06 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|