Virtue Posted July 17, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted July 17, 2012 How do you set up a clientinfo.xml for 2 servers? thanks Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 17, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 17, 2012 Add in extra <connection> sections, as you'd expect. Quote Link to comment Share on other sites More sharing options...
Virtue Posted July 17, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Author Share Posted July 17, 2012 yup saw it already and just to confirm it. the skip service select when diffing is not needed right? Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 17, 2012 you need that to select which server you are going to connect.. Quote Link to comment Share on other sites More sharing options...
Virtue Posted July 18, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Author Share Posted July 18, 2012 (edited) you need that to select which server you are going to connect.. Right. Thanks <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /><extendedslot /><readfolder /> <connection> <display>Server 1</display> <desc></desc> <address>127.x.x.x</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <balloon></balloon> <aid> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> <admin>2000009</admin> <admin>2000010</admin> </aid> <loading> <image>loading01</image> <image>loading02</image> <image>loading03</image> <image>loading04</image> <image>loading05</image> <image>loading06</image> <image>loading07</image> <image>loading08</image> <image>loading09</image> <image>loading10</image> <image>loading11</image> <image>loading12</image> <image>loading13</image> <image>loading14</image> </loading> </connection> <connection> <display>Server 2</display> <desc>desc</desc> <address>1xx.xx.xx.x.x</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <balloon></balloon> <aid> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> <admin>2000006</admin> <admin>2000007</admin> <admin>2000008</admin> <admin>2000009</admin> <admin>2000010</admin> </aid> <loading> <image>loading01</image> <image>loading02</image> <image>loading03</image> <image>loading04</image> <image>loading05</image> <image>loading06</image> <image>loading07</image> <image>loading08</image> <image>loading09</image> <image>loading10</image> <image>loading11</image> <image>loading12</image> <image>loading13</image> <image>loading14</image> </loading> </connection> </clientinfo> Is this right? because it still shows just one server only. Skip Service Select Diff is unchecked. Edited July 18, 2012 by Vitrue Quote Link to comment Share on other sites More sharing options...
Winz Posted July 21, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted July 21, 2012 It's should be, considering what Euphy had said Add in extra <connection> sections, as you'd expect. Quote Link to comment Share on other sites More sharing options...
Question
Virtue
How do you set up a clientinfo.xml for 2 servers?
thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.