How to setup CM for Corsair

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 73
  1. #16
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    is this CM must have DOMAINs to work?

    - - - Updated - - -

    If I am going to change my port to 87,,

    Should I modify Web.config this file like this,,,api-trade.local-bdo.net:87?

  2. #17
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    No you don't need to have a real domain, but you need to put it in every hosts file so its a hard "DNS-Link" where windows will lookup what the IP Adress is for the domain name.

    For the port thing, i have not tested this but i think you just need to change the port in IIS and then add those lines in all web.configs that use a different port.
    Code:
        <add key="isProxy" value="true" />
        <add key="webProxyUrl" value="" />
        <add key="webProxyPort" value="87" />
    This goes into the 'appsettings' group of the file. Again, not tested as i am using port 80 so its not needed. If this does not work you can still try the usual method of just 'domain:port'
    Example here to where to place it:
    Code:
    <appSettings>
        <add key="webpages:Version" value="3.0.0.0" />
        <add key="webpages:Enabled" value="false" />
        <add key="UnobtrusiveJavaScriptEnabled" value="true" />	
    
        <add key="isProxy" value="false" />
        <add key="webProxyUrl" value="" />
        <add key="webProxyPort" value="" />
        .
        .
        .
    </appSettings>

  3. #18
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    my domain is xxxx.tpddns.cn

    it's a free domain from my routor...

    it cannot make sub-domain either.....

    so,what can i do for now??

  4. #19
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    i just bought a REAL domain for this CM,,

    the CM still not working...

  5. #20
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    529Posts
    Quote Originally Posted by fitnessguy0 View Post
    i just bought a REAL domain for this CM,,

    the CM still not working...
    Re-check everything, it's a very detailed guide....and most important...it works..












  6. #21
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    Ask we'll take the database. Where did this come from? Thank you very much

    <connectionStrings>
    <add name="TradeWebDB" connectionString="metadata=res://*/DB.TradeWebDB.csdl|res://*/DB.TradeWebDB.ssdl|res://*/DB.TradeWebDB.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=192.168.255.130,1433;initial catalog=SA_BETA_TRADEDB_0002;user id=CrimsonTradeReader;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
    <add connectionString="metadata=res://*/DB.TradeWorldDB.csdl|res://*/DB.TradeWorldDB.ssdl|res://*/DB.TradeWorldDB.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=192.168.255.130,1433;initial catalog=SA_BETA_WORLDDB_0002;persist security info=True;user id=CrimsonDesert;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework&quot;" name="TradeWORLDDB" providerName="System.Data.EntityClient" />
    <add connectionString="metadata=res://*/DB.TradeLogDB.csdl|res://*/DB.TradeLogDB.ssdl|res://*/DB.TradeLogDB.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=192.168.255.130,1433;initial catalog=PF_BETA_LOGDB_0001;user id=CrimsonDesert;password=BlackNo.1Game#^%;MultipleActiveResultSets=True;App=EntityFramework&quot;" name="TradeLogDB" />
    </connectionStrings>

  7. #22
    Apprentice BlackSoul is offline
    MemberRank
    Aug 2022 Join Date
    11Posts
    CrimsonTradeReader

    change to CrimsonDesert

  8. #23
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    What do you mean? Its the three DBs we have they are named that way and these are the connection strings to the DBs the web application needs.
    SA_BETA_TRADEDB_0002, SA_BETA_WORLDDB_0002, PF_BETA_LOGDB_0001

    Oh thanks above, if that is what he means. I noted that in the setup section as well, either create the other DB user or replace.

  9. #24
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    Thank you very much In conclusion there is no need to modify anything, fix the cough but my IP but it shows like this what can be fixed? But in the game it doesn't show anything
    http://trade-bd.ddns.net/

  10. #25
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    finally my server has some reaction...but it still shows maintenance ...sigh..

    how to fix...

    通过我的 NOH-AN00 上的 Tapatalk发言

  11. #26
    Apprentice bing88868 is offline
    MemberRank
    Aug 2015 Join Date
    20Posts

    smile

    -----------solved-----------
    Attached Thumbnails Attached Thumbnails capture.png  
    Last edited by bing88868; 14-09-22 at 05:52 AM.

  12. #27
    Apprentice htwevinq is offline
    MemberRank
    Oct 2021 Join Date
    6Posts
    Hello!

    Probably I've made something wrong, but I still cannot get past this error:
    uspListTickCount open Exception : System.Data.Entity.Core.EntityException: The underlying provider failed on Open.
    Which causes this: [ServerControlManager] TickCountManager open Slack_Alarm error!!
    and http 500 code for every connection.

    Will be very grateful for your advices what I might done wrong.

  13. #28
    Apprentice piciolo2 is offline
    MemberRank
    Aug 2022 Join Date
    20Posts
    great guide thank you very much but can you also help me on two other info if i want to change the item purchase quantity and the item sell quantity at the market where to go to change it thank you

  14. #29
    Novice Shredder911 is offline
    MemberRank
    Sep 2022 Join Date
    3Posts
    Quote Originally Posted by Vantuz View Post
    Great job. It remains to close the dupe in Corsair CM and you can use it safely.
    What dupe? I've never seen the dupe.
    Last edited by Shredder911; 28-09-22 at 02:33 PM.

  15. #30
    Quote Originally Posted by Shredder911 View Post
    What dupe? I've never seen the dupe.
    At that time dupe was even on the official server. I will not tell you how to call a dupe.



Page 2 of 5 FirstFirst 12345 LastLast

Advertisement