Game


You are not connected. Please login or register

Share Gunny II trminh cài sẵn trên máy ảo VMware

Go down  Message [Page 1 of 1]

Fenix

Fenix
Game Master
Game Master
Ko nói nhiều nữa link đây : 
Link Google của bác bachugacon122 : [You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
pass giải nén : tuan565
4 GB , dùng acc fshare vip mà tải 
down về vào D:\demo\Server\run.bat để chạy
config IP máy ảo VMware là 192.168.1.0
chạy run.bat xong vào chrome máy thật gõ [You must be registered and logged in to see this link.]
Nếu không biết config thì các bác cứ gõ [You must be registered and logged in to see this link.] trong máy ảo là OK
các bác có thể lập nick mới hoặc dùng nick admin01 pass 123456
Nguồn : tuan565
--------------------------------------------------------
Demo :
Share Gunny II trminh cài sẵn trên máy ảo VMware Picture2
Share Gunny II trminh cài sẵn trên máy ảo VMware Picture1
--------------------------------------------------------
Fix lỗi cường hóa :
[You must be registered and logged in to see this link.]
pass giải nén : clbgamesvn.vn
copy 2 file này vào D:\demo\Server\Road
---------------------------------------------------------
Bonus thêm cái admin cho các bác
link : [You must be registered and logged in to see this link.]
pass : thaihanhroile
các này là của bác trminh
các bác copy vào máy ảo, đặt IIS cho folder đó là ok
facebook của em nè : Facebook.com/thaihanhroile có thắc mắc các bác cứ hỏi
demo :
Share Gunny II trminh cài sẵn trên máy ảo VMware Picture3
có gì các bác lên Facebook em hỏi nhá ^^
các bác thank hay ném gạch cũng đc he he ^^

--- Chế độ gộp bài viết ---

Hướng dẫn cài IIS cho folder :
Bạn Copy Folder admincp mình đưa link ở trên vào ổ C máy ảo
vào Start > Settings > Control Panel > Admíntrative Tools
Chọn Internet Informaton Services kích đúp vào NAM-170BD5D72B4 (local computer) >>> Web Sites 
kich chuột phải vào Default Web Sites > New > vitrual Diectory 
Hiện ra 1 cửa sổ, Kich Next, gõ admincp vào ô Alias, kich next , gõ vào ô Diectory là C:\admincp tíc tất cả các ô trong đó chọn Next chọn Yes chọn Finish. Vậy là xong IIS
tắt tất cả đi, chạy file run.bat trong D:\demo\Server\run.bat trong máy ảo 
vào chrome gõ [You must be registered and logged in to see this link.] là quản lý được !
Chúc bạn thành công !!

--- Chế độ gộp bài viết ---

Cách config admincp :
Bạn xóa hết tất cả trong file Web.Config trong folder admincp và thay vào đó là :


Code:
<?xml version="1.0"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <connectionStrings>
    <add name="ApplicationServices" connectionString="data source=MNAM-170BD5D72B4\NAM;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true"
      providerName="System.Data.SqlClient" />
    <add name="Db_TankConnectionString" connectionString="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"
      providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <add key="countDb" value="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Count;Persist Security Info=True;User ID=sa;Password=123456"/>
    <add key="conString" value="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"/>
      <add key="Resource" value="http://192.168.1.200/Resource/"/>
      <add key="ServerIP" value="192.168.1.200"/>
      <add key="ServerPort" value="9200"/>
      <add key="adminUser" value="admin"/>
   
  </appSettings>
 
  <system.web>
    <membership>
      <providers>
        <clear/>
        <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
            enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
            maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
            applicationName="/" />
      </providers>
    </membership>

    <profile>
      <providers>
        <clear/>
        <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/>
      </providers>
    </profile>

    <roleManager enabled="false">
      <providers>
        <clear/>
        <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
        <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
      </providers>
    </roleManager>

  </system.web>

  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true"/>
  </system.webServer>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding name="PassPortSoap" closeTimeout="00:01:00" openTimeout="00:01:00"
            receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
            bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
            maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
            messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
            useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
              maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <transport clientCredentialType="None" proxyCredentialType="None"
                realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
        </binding>
      </basicHttpBinding>
      <netTcpBinding>
        <binding name="NetTcpBinding_ICenterService" closeTimeout="00:01:00"
            openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
            transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
            hostNameComparisonMode="StrongWildcard" listenBacklog="10"
            maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
            maxReceivedMessageSize="65536">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
              maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <reliableSession ordered="true" inactivityTimeout="00:10:00"
              enabled="false" />
          <security mode="None">
            <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
            <message clientCredentialType="Windows" algorithmSuite="Default" />
          </security>
        </binding>
      </netTcpBinding>
    </bindings>
    <client>
      <endpoint address="net.tcp://192.168.1.200:2009/" binding="netTcpBinding"
          bindingConfiguration="NetTcpBinding_ICenterService" contract="CenterService.ICenterService"
          name="NetTcpBinding_ICenterService" />
      <endpoint address="http://192.168.1.200/admingunny/Flash_Port/PassPort.asmx"
          binding="basicHttpBinding" bindingConfiguration="PassPortSoap"
          contract="WebLogin.PassPortSoap" name="PassPortSoap" />
    </client>
  </system.serviceModel>
</configuration>
[color]


---------------------------------------------------

video config IP máy ảo : [You must be registered and logged in to see this link.]

----------------------------------------------------

Demo online của bạn bên Brazil : 
Web : [You must be registered and logged in to see this link.]
Web admincp :[You must be registered and logged in to see this link.]


-----------------------------------------------------

Link của bạn bachugacon122 :
part1 : [You must be registered and logged in to see this link.]
part2 : [You must be registered and logged in to see this link.]
part3 : [You must be registered and logged in to see this link.]
part4 : [You must be registered and logged in to see this link.]
part5 : [You must be registered and logged in to see this link.]
part6 : [You must be registered and logged in to see this link.]
part7 : [You must be registered and logged in to see this link.]
part8 : [You must be registered and logged in to see this link.]
part9 : [You must be registered and logged in to see this link.]
part10 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.010 nhé )
part11 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.011 nhé )
part12 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.012 nhé )
part13 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.013 nhé )
part14 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.014 nhé )
part15 : [You must be registered and logged in to see this link.] (các bác down về đổi tên thành Gunny_2.7z.015 nhé )

--------------------------------------------------------------------------------
[/color]

http://www.devgame.ga

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum