Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?xml version="1.0" encoding="UTF-8"?> <configuration> <configSections> <sectionG..

Decoded Output download

<?xml version="1.0" encoding="UTF-8"?> 
<configuration> 
  <configSections> 
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> 
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> 
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"> 
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" /> 
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /> 
        </sectionGroup> 
      </sectionGroup> 
    </sectionGroup> 
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, Log4net" /> 
  </configSections> 
 
  <log4net> 
    <root> 
      <level value="DEBUG" /> 
      <appender-ref ref="RollingLogFileAppender" /> 
    </root> 
    <appender name="UdpAppender" type="log4net.Appender.UdpAppender"> 
      <remoteAddress value="localhost" /> 
      <remotePort value="8049" /> 
      <layout type="log4net.Layout.PatternLayout" value="[%date] | %logger | %thread | %-5level | %message%newline" /> 
    </appender> 
    <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> 
      <file value="D:\webserver\Logs\cms_billing_Website.txt" /> 
      <appendToFile value="true" /> 
      <rollingStyle value="Size" /> 
      <maxSizeRollBackups value="10" /> 
      <maximumFileSize value="1MB" /> 
      <staticLogFileName value="true" /> 
      <layout type="log4net.Layout.PatternLayout"> 
        <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" /> 
      </layout> 
    </appender> 
 
  </log4net> 
   
  <appSettings> 
    <add key="PROFILE_SYS_PARTNER_KEY" value="3a45e362c5321a74d9ce94563ae27d6e" /> 
         
        <!--<add key="SSO_SERVER_URL" value="http://go.vn/oauth/"/> 
        <add key="SSO_LOGIN_URL" value="http://go.vn/oauth/accounts/sso/login/"/> 
        <add key="SSO_LOGOUT_URL" value="http://go.vn/oauth/accounts/sso/logout/"/> 
        <add key="SSO_RETURN_URL" value="http://localhost:27326/sso/accountlogin/"/> 
       
        <add key="SSO_SECRET_KEY" value="123456"/> 
        <add key="SSO_SERVICE_ID" value="100000"/> 
        <add key="SSO_TIMEOUT" value="600"/>--> 
 
    <add key="SSO_KEY_GENERATE_URL" value="http://117.103.196.4/accounts/sso/KeyGenerate.asmx" /> 
    <add key="SSO_SERVER_URL" value="http://myg.vn/oauth/" /> 
    <add key="SSO_LOGIN_URL" value="http://myg.vn/oauth/accounts/sso/login/default.aspx" /> 
    <add key="SSO_LOGOUT_URL" value="http://myg.vn/oauth/accounts/sso/logout/default.aspx" /> 
    <add key="SSO_RETURN_URL" value="http://cms.billing.myg.vn/sso/accountlogin/default.aspx" /> 
    <add key="SSO_CONTINUE_URL" value="http://cms.billing.myg.vn/sso/accountlogin/default.aspx" /> 
 
    <add key="SSO_SERVICE_ID" value="200001" /> 
    <add key="SSO_TIMEOUT" value="600" /> 
    <add key="SSO_SECRET_KEY" value="1ef62460640fa7fdf3e2fbeeac54152e" /> 
     
        <add key="COOKIE_DOMAIN" value=".myg.vn" /> 
        <add key="LOG_BY_MAIL" value="0" /> 
        <add key="DomainName" value="myg.vn/" /> 
        <add key="SSO_DOMAIN" value="" /> 
       
    <add key="media_path_1" value="http://id.myg.vn/media/" /> 
    <add key="media_path_2" value="http://id.myg.vn/media/" /> 
    <add key="media_path_3" value="http://id.myg.vn/media/" /> 
    <add key="site_path" value="http://localhost:27326/" /> 
     
    <!--SohaPay setting--> 
    <add key="SohaPay_PG_ROOT_URL" value="https://sohapay.com/" /> 
    <add key="SohaPay_Merchant_site_code" value="test" /> 
    <add key="SohaPay_Secure_secret" value="123456789" /> 
    <add key="BILLING_TOPUPSOHAPAY_SERVICEID" value="100010" /> 
    <add key="BILLING_TOPUPSOHAPAY_SERVICEKEY" value="1ef62460640fa7fdf3e2fbeeac54152e" /> 
    <add key="BILLING_TOPUPSOHAPAY_PERCENT" value="1"></add> 
    <!--end SohaPay setting--> 
 
    <!--iVegas Setting--> 
    <add key="BILLING_IVEGAS_DEDUCT_SERVICEID" value="200017" /> 
    <add key="BILLING_IVEGAS_DEDUCT_SERVICEKEY" value="f21384762e34e6914775c8dd4a6c250f" /> 
    <!--iVegas Setting--> 
   
    <add key="IS_BETA" value="false" /> 
  </appSettings> 
  <connectionStrings> 
     
    <add name="AppConfigConnStr" connectionString="ypMVREciLUGuJYQ6JZd72VBPVIeao8WCcW0FtkxQt/GBHzIqE8ygw6YnAQeIGQzhP9q6zTqUtSgaR4bj0hpnZdtjrJqNcOFnizNIQVSF2jTWA5kISXPpwH4ZdGJNaZjR" /> 
    <add name="ConsumerConnStr" connectionString="kC34bv2YdcyHngUCUX5XzxTFk5pz1CjOZHr1rnARN0ygOsWgOpNIjAYqlyaItYA7LFc4dV8yyzoeW6EtT/7vdl6UfkPMlO/PdOxt11qw5WXjPABbMKgGIiP5/cbLEyTH9/JIjdeTuAmUnpPhvI/uBQ==" /> 
    <add name="GO_SMS2" connectionString="V2kMCbLTemcm+eVYopygSFJBy2KfOdsN5umKxqhuRZxfAs8FjbYU1FCCBQz4uKr8S8OflMSO203xlvv9MOFglxyhvipwAYaeoAQExeb5iHjU2LKYbicauxipc/9YOzVFN1w6Wsd8pRrlWrgEZHMtPw==" /> 
    <add name="BillingLogConnStr" connectionString="V2kMCbLTemcm+eVYopygSFJBy2KfOdsN5umKxqhuRZxfAs8FjbYU1FCCBQz4uKr8S8OflMSO203xlvv9MOFglxyhvipwAYaeoAQExeb5iHjU2LKYbicauxipc/9YOzVFN1w6Wsd8pRrlWrgEZHMtPw==" /> 
    <add name="GoAccountConnStr" connectionString="AI/57yoaXX8ARnMLujhNMEcFibC+BNyRZwLHth8UKIz2IMjHugNibSm9gdimgQk+M5aMFgAuifWytCkC0smOhYGcyl/cQdPt0PebEUWAVjRQjYn2TpbtGHWtuv/gFTL3" /> 
    <add name="BillingConnStr" connectionString="1oDo18nQQp8yEZ9LOanFcwDr5HRsaP2iZInSX5kwur97aY3cP8Nmus6zvUK8RWFJLMQyJYuOoq5ilPZKtHPpLlhQznpQ36pBr/N4vPh3+p7m4jUXxWwpDSjq5d0IECQTz6z57BFs/9MGYEJj8T06JQ==" /> 
    <add name="GoProfileApiConnStr" connectionString="0NfZ2FS85qzwnKHfenUPMvjz2ftdZ9lToWDz8ow/pKphu12YieES54SXLuOdhx88JE7kK7xlX9vFl3PJ6DI3J1JhDXtvPjqcTJ33fXTFpIb5mqTgB3NH5hnNcgc6uyfszTx4KCpqw2aIXt0kXNa98g==" /> 
    <add name="LotteryConnStr" connectionString="6X6TxY4ZpfPEKU/A6bgTSguy9US/fQSQWbwGS+fawYpz9hCe7bwtRd05wgUfJ8KvkZcGZ/YDOvXeETP3esHPTnHS8K1xbPNBUMswPSUEI1dE2aS/czD1KBz0jvkhYEy3" providerName="System.Data.SqlClient" /> 
       
    <add name="MobilePlatformConnStr" connectionString="cUyYFsev+5fgIx9deh5TMGMZEBFNBaNRc3dprwcJxvFv9rGyYFmfGX4xic+mqxqxaxpUrqnVE3E+pMmrTUO0j6/+G6gt4Zs0YdDDCYciDRlU+UG3DfXV1Ny7UcqTJJC0" /> 
    <add name="AccountStatisticConnectionString" connectionString="fnlrqBEIHMEc8Tksr99JQ0uvsNAc+WHo7P5vxEpiWMBWyr3scagHoIkVmhoZu12/h7ElVI4SpQ/7t6RrWlIp01CTNnNrY2X84jTcmD+xpWIOgjliLhLhyRGGdExbILLo6YeL2RUgrJS8v5ycf98QACmq2pbLG+wdGNm2FTCEIKbAuWagIpzESQmpu17S0a56WQhfS9BizzAqgsIYxndq0sGz8RBFhuiWz3PDSguq2hkpMxhUu2Kr+NtBZ3NABQopq5ug6P0kV5GtIaBrdLccYA==" /> 
    <add name="GoIDConnectStrings" connectionString="nirDRGYKTvecn5r9/fMoNaNKvvWyD/1yxQtvteHszMEp3k9JizYuj14NTGm9kPEWgnKqHAH/l1co4cES9HB3LlxTRhLnRzyysNzd6YUr2lECcqsRV0jCPh12vTDDZXBi85fwO3afGUnif0jtuEv3bX6YeUjZNZwWdlV7qhIKhj0h2pLgGNSuG+gpF5Zim6+lThG1XuwICTPq4U1l4/Gz84SWi8ATBF+c1jKCztWeIwDBYqg9VzNx4x0ACotJ7rqpceziREOQpkWqNHWJKzg3tg==" /> 
 
    <!--<add name="AppConfigConnStr" connectionString="51R8nFyGpuh78sb4VxtIb7mfRNRyTx+JelM+W03CU1jC1vXA/ARyFg0RbrVEvwXwaURIDgIsO7FzEQWJbf5b1pAZfjpuvKq+Pldsjy88lLQFStS/X63zb/RMjkShf7vL" /> 
    <add name="ConsumerConnStr" connectionString="hfrsHnU59hJfnFk9M+0FBFlex5XC0/5A6WnDXk7NsTgkINcqQd4XJRiZPRUAGNvu7HOm4bH4fcykcdKb+ujnbKTi62YnYdwv/NR7elS20sU37LLOXPnVhXno5x8qs+6qMIreSneAbucZ2A8dkZ9uVw==" /> 
    <add name="GO_SMS2" connectionString="9PVh1Yt9vO1NMVLNL8gikZY11JGIggfG/jFMliF7VxkWi6Z4bxPSaVbrmkOfEvkt3ytvhEeIZyOoh5Jg7MMGuqdpelJNF60kxxbZ/Hf5VcQpVcuEH7dEeY5PYQn2iTqS" /> 
    <add name="BillingLogConnStr" connectionString="xlCy5B08Z2ZT39XuCWBf5fgUrlX8P3o12PpnFGMPH1wmPpRoeqlxHTipMr3YQqJtklheIx6wsprhG3Zxd29AbFPF9+F1FRjhrk+gps8WVQssi1Fz9X1r/ive2SevPtyk" /> 
    <add name="GoAccountConnStr" connectionString="7DirVy20HBTRUo3tUVyuqfepsVw+B+7gp14HBt5zOIL7KS31O+JJY5d342O2WqXDX6AGX1R04H2YZhSvO+vOFnrRi3BT+8BAyFFDeaRyQ5UaDr9OW6hS7fcEaqEoIBcx" /> 
    <add name="BillingConnStr" connectionString="oIGJotTk3ExbHbN3j9JPNlT2dOj16/e4seAIhK0x0TKbVyRTMT6kPm+baQv9iN8VxbkXB28wTKqQ/1wW6RkYZown3F/jAaRKKFe8brHRth5gcPAwNnOphGNPZaDopdTgQfbMOrLfivSH/Ig19DG5cw==" /> 
    <add name="GoProfileApiConnStr" connectionString="57YN74Bgy83Fip18GfAXPC6P6GpQtTw/E8BNs/FfKu68K5GzhzsEtSESPMUjiBqaXLf4ISBkcdcj6EEgVd8IdBczAl65oprVjnOwW/Uy8strmCjXy/BeOqbbA+PSHdRj012S6T2CCWa2tVhehNS1Tg==" /> 
    <add name="MobilePlatformConnStr" connectionString="tNIE8KHQeZlO1EWapfJ4TZX/0ipg5gYUWmKgPobzsf7eMS33XcV3NRA+Z6h7NNocqbimK87ZT3ghw6KrVqnAJgZRUDBSyt3Hc1q5KiIg4uDyzmy6rehXJXTQ3Ek79Eog" /> 
    <add name="LotteryConnStr" connectionString="6X6TxY4ZpfPEKU/A6bgTSguy9US/fQSQWbwGS+fawYpz9hCe7bwtRd05wgUfJ8KvkZcGZ/YDOvXeETP3esHPTnHS8K1xbPNBUMswPSUEI1dE2aS/czD1KBz0jvkhYEy3" providerName="System.Data.SqlClient" />--> 
  
  </connectionStrings> 
  <system.web> 
    <compilation debug="true"> 
      <assemblies> 
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> 
      </assemblies> 
    </compilation> 
    <!-- 
            The <authentication> section enables configuration  
            of the security authentication mode used by  
            ASP.NET to identify an incoming user.  
        --> 
    <authentication mode="Windows" /> 
    <!-- 
            The <customErrors> section enables configuration  
            of what to do if/when an unhandled error occurs  
            during the execution of a request. Specifically,  
            it enables developers to configure html error pages  
            to be displayed in place of a error stack trace. 
    --> 
        <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> 
            <error statusCode="403" redirect="NoAccess.htm" /> 
            <error statusCode="404" redirect="FileNotFound.htm" /> 
        </customErrors> 
         
    <pages> 
      <controls> 
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      </controls> 
    </pages> 
    <httpHandlers> 
      <remove verb="*" path="*.asmx" /> 
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" /> 
    </httpHandlers> 
    <httpModules> 
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
    </httpModules> 
  </system.web> 
  <system.codedom> 
    <compilers> 
      <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
        <providerOption name="CompilerVersion" value="v3.5" /> 
        <providerOption name="WarnAsError" value="false" /> 
      </compiler> 
    </compilers> 
  </system.codedom> 
  <!--  
        The system.webServer section is required for running ASP.NET AJAX under Internet 
        Information Services 7.0.  It is not necessary for previous version of IIS. 
    --> 
  <system.webServer> 
    <validation validateIntegratedModeConfiguration="false" /> 
    <modules> 
      <remove name="ScriptModule" /> 
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
    </modules> 
    <handlers> 
      <remove name="WebServiceHandlerFactory-Integrated" /> 
      <remove name="ScriptHandlerFactory" /> 
      <remove name="ScriptHandlerFactoryAppServices" /> 
      <remove name="ScriptResource" /> 
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> 
 
    </handlers> 
        <defaultDocument> 
            <files> 
                <add value="CardLogManager.aspx" /> 
            </files> 
        </defaultDocument> 
  </system.webServer> 
  <runtime> 
    <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1"> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
      <dependentAssembly> 
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" /> 
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" /> 
      </dependentAssembly> 
    </assemblyBinding> 
  </runtime> 
</configuration>

Did this file decode correctly?

Original Code

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <configSections>
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
        </sectionGroup>
      </sectionGroup>
    </sectionGroup>
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, Log4net" />
  </configSections>

  <log4net>
    <root>
      <level value="DEBUG" />
      <appender-ref ref="RollingLogFileAppender" />
    </root>
    <appender name="UdpAppender" type="log4net.Appender.UdpAppender">
      <remoteAddress value="localhost" />
      <remotePort value="8049" />
      <layout type="log4net.Layout.PatternLayout" value="[%date] | %logger | %thread | %-5level | %message%newline" />
    </appender>
    <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
      <file value="D:\\webserver\\Logs\\cms_billing_Website.txt" />
      <appendToFile value="true" />
      <rollingStyle value="Size" />
      <maxSizeRollBackups value="10" />
      <maximumFileSize value="1MB" />
      <staticLogFileName value="true" />
      <layout type="log4net.Layout.PatternLayout">
        <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" />
      </layout>
    </appender>

  </log4net>
  
  <appSettings>
    <add key="PROFILE_SYS_PARTNER_KEY" value="3a45e362c5321a74d9ce94563ae27d6e" />
        
        <!--<add key="SSO_SERVER_URL" value="http://go.vn/oauth/"/>
        <add key="SSO_LOGIN_URL" value="http://go.vn/oauth/accounts/sso/login/"/>
        <add key="SSO_LOGOUT_URL" value="http://go.vn/oauth/accounts/sso/logout/"/>
        <add key="SSO_RETURN_URL" value="http://localhost:27326/sso/accountlogin/"/>
      
        <add key="SSO_SECRET_KEY" value="123456"/>
        <add key="SSO_SERVICE_ID" value="100000"/>
        <add key="SSO_TIMEOUT" value="600"/>-->

    <add key="SSO_KEY_GENERATE_URL" value="http://117.103.196.4/accounts/sso/KeyGenerate.asmx" />
    <add key="SSO_SERVER_URL" value="http://myg.vn/oauth/" />
    <add key="SSO_LOGIN_URL" value="http://myg.vn/oauth/accounts/sso/login/default.aspx" />
    <add key="SSO_LOGOUT_URL" value="http://myg.vn/oauth/accounts/sso/logout/default.aspx" />
    <add key="SSO_RETURN_URL" value="http://cms.billing.myg.vn/sso/accountlogin/default.aspx" />
    <add key="SSO_CONTINUE_URL" value="http://cms.billing.myg.vn/sso/accountlogin/default.aspx" />

    <add key="SSO_SERVICE_ID" value="200001" />
    <add key="SSO_TIMEOUT" value="600" />
    <add key="SSO_SECRET_KEY" value="1ef62460640fa7fdf3e2fbeeac54152e" />
    
        <add key="COOKIE_DOMAIN" value=".myg.vn" />
        <add key="LOG_BY_MAIL" value="0" />
        <add key="DomainName" value="myg.vn/" />
        <add key="SSO_DOMAIN" value="" />
      
    <add key="media_path_1" value="http://id.myg.vn/media/" />
    <add key="media_path_2" value="http://id.myg.vn/media/" />
    <add key="media_path_3" value="http://id.myg.vn/media/" />
    <add key="site_path" value="http://localhost:27326/" />
    
    <!--SohaPay setting-->
    <add key="SohaPay_PG_ROOT_URL" value="https://sohapay.com/" />
    <add key="SohaPay_Merchant_site_code" value="test" />
    <add key="SohaPay_Secure_secret" value="123456789" />
    <add key="BILLING_TOPUPSOHAPAY_SERVICEID" value="100010" />
    <add key="BILLING_TOPUPSOHAPAY_SERVICEKEY" value="1ef62460640fa7fdf3e2fbeeac54152e" />
    <add key="BILLING_TOPUPSOHAPAY_PERCENT" value="1"></add>
    <!--end SohaPay setting-->

    <!--iVegas Setting-->
    <add key="BILLING_IVEGAS_DEDUCT_SERVICEID" value="200017" />
    <add key="BILLING_IVEGAS_DEDUCT_SERVICEKEY" value="f21384762e34e6914775c8dd4a6c250f" />
    <!--iVegas Setting-->
  
    <add key="IS_BETA" value="false" />
  </appSettings>
  <connectionStrings>
    
    <add name="AppConfigConnStr" connectionString="ypMVREciLUGuJYQ6JZd72VBPVIeao8WCcW0FtkxQt/GBHzIqE8ygw6YnAQeIGQzhP9q6zTqUtSgaR4bj0hpnZdtjrJqNcOFnizNIQVSF2jTWA5kISXPpwH4ZdGJNaZjR" />
    <add name="ConsumerConnStr" connectionString="kC34bv2YdcyHngUCUX5XzxTFk5pz1CjOZHr1rnARN0ygOsWgOpNIjAYqlyaItYA7LFc4dV8yyzoeW6EtT/7vdl6UfkPMlO/PdOxt11qw5WXjPABbMKgGIiP5/cbLEyTH9/JIjdeTuAmUnpPhvI/uBQ==" />
    <add name="GO_SMS2" connectionString="V2kMCbLTemcm+eVYopygSFJBy2KfOdsN5umKxqhuRZxfAs8FjbYU1FCCBQz4uKr8S8OflMSO203xlvv9MOFglxyhvipwAYaeoAQExeb5iHjU2LKYbicauxipc/9YOzVFN1w6Wsd8pRrlWrgEZHMtPw==" />
    <add name="BillingLogConnStr" connectionString="V2kMCbLTemcm+eVYopygSFJBy2KfOdsN5umKxqhuRZxfAs8FjbYU1FCCBQz4uKr8S8OflMSO203xlvv9MOFglxyhvipwAYaeoAQExeb5iHjU2LKYbicauxipc/9YOzVFN1w6Wsd8pRrlWrgEZHMtPw==" />
    <add name="GoAccountConnStr" connectionString="AI/57yoaXX8ARnMLujhNMEcFibC+BNyRZwLHth8UKIz2IMjHugNibSm9gdimgQk+M5aMFgAuifWytCkC0smOhYGcyl/cQdPt0PebEUWAVjRQjYn2TpbtGHWtuv/gFTL3" />
    <add name="BillingConnStr" connectionString="1oDo18nQQp8yEZ9LOanFcwDr5HRsaP2iZInSX5kwur97aY3cP8Nmus6zvUK8RWFJLMQyJYuOoq5ilPZKtHPpLlhQznpQ36pBr/N4vPh3+p7m4jUXxWwpDSjq5d0IECQTz6z57BFs/9MGYEJj8T06JQ==" />
    <add name="GoProfileApiConnStr" connectionString="0NfZ2FS85qzwnKHfenUPMvjz2ftdZ9lToWDz8ow/pKphu12YieES54SXLuOdhx88JE7kK7xlX9vFl3PJ6DI3J1JhDXtvPjqcTJ33fXTFpIb5mqTgB3NH5hnNcgc6uyfszTx4KCpqw2aIXt0kXNa98g==" />
    <add name="LotteryConnStr" connectionString="6X6TxY4ZpfPEKU/A6bgTSguy9US/fQSQWbwGS+fawYpz9hCe7bwtRd05wgUfJ8KvkZcGZ/YDOvXeETP3esHPTnHS8K1xbPNBUMswPSUEI1dE2aS/czD1KBz0jvkhYEy3" providerName="System.Data.SqlClient" />
      
    <add name="MobilePlatformConnStr" connectionString="cUyYFsev+5fgIx9deh5TMGMZEBFNBaNRc3dprwcJxvFv9rGyYFmfGX4xic+mqxqxaxpUrqnVE3E+pMmrTUO0j6/+G6gt4Zs0YdDDCYciDRlU+UG3DfXV1Ny7UcqTJJC0" />
    <add name="AccountStatisticConnectionString" connectionString="fnlrqBEIHMEc8Tksr99JQ0uvsNAc+WHo7P5vxEpiWMBWyr3scagHoIkVmhoZu12/h7ElVI4SpQ/7t6RrWlIp01CTNnNrY2X84jTcmD+xpWIOgjliLhLhyRGGdExbILLo6YeL2RUgrJS8v5ycf98QACmq2pbLG+wdGNm2FTCEIKbAuWagIpzESQmpu17S0a56WQhfS9BizzAqgsIYxndq0sGz8RBFhuiWz3PDSguq2hkpMxhUu2Kr+NtBZ3NABQopq5ug6P0kV5GtIaBrdLccYA==" />
    <add name="GoIDConnectStrings" connectionString="nirDRGYKTvecn5r9/fMoNaNKvvWyD/1yxQtvteHszMEp3k9JizYuj14NTGm9kPEWgnKqHAH/l1co4cES9HB3LlxTRhLnRzyysNzd6YUr2lECcqsRV0jCPh12vTDDZXBi85fwO3afGUnif0jtuEv3bX6YeUjZNZwWdlV7qhIKhj0h2pLgGNSuG+gpF5Zim6+lThG1XuwICTPq4U1l4/Gz84SWi8ATBF+c1jKCztWeIwDBYqg9VzNx4x0ACotJ7rqpceziREOQpkWqNHWJKzg3tg==" />

    <!--<add name="AppConfigConnStr" connectionString="51R8nFyGpuh78sb4VxtIb7mfRNRyTx+JelM+W03CU1jC1vXA/ARyFg0RbrVEvwXwaURIDgIsO7FzEQWJbf5b1pAZfjpuvKq+Pldsjy88lLQFStS/X63zb/RMjkShf7vL" />
    <add name="ConsumerConnStr" connectionString="hfrsHnU59hJfnFk9M+0FBFlex5XC0/5A6WnDXk7NsTgkINcqQd4XJRiZPRUAGNvu7HOm4bH4fcykcdKb+ujnbKTi62YnYdwv/NR7elS20sU37LLOXPnVhXno5x8qs+6qMIreSneAbucZ2A8dkZ9uVw==" />
    <add name="GO_SMS2" connectionString="9PVh1Yt9vO1NMVLNL8gikZY11JGIggfG/jFMliF7VxkWi6Z4bxPSaVbrmkOfEvkt3ytvhEeIZyOoh5Jg7MMGuqdpelJNF60kxxbZ/Hf5VcQpVcuEH7dEeY5PYQn2iTqS" />
    <add name="BillingLogConnStr" connectionString="xlCy5B08Z2ZT39XuCWBf5fgUrlX8P3o12PpnFGMPH1wmPpRoeqlxHTipMr3YQqJtklheIx6wsprhG3Zxd29AbFPF9+F1FRjhrk+gps8WVQssi1Fz9X1r/ive2SevPtyk" />
    <add name="GoAccountConnStr" connectionString="7DirVy20HBTRUo3tUVyuqfepsVw+B+7gp14HBt5zOIL7KS31O+JJY5d342O2WqXDX6AGX1R04H2YZhSvO+vOFnrRi3BT+8BAyFFDeaRyQ5UaDr9OW6hS7fcEaqEoIBcx" />
    <add name="BillingConnStr" connectionString="oIGJotTk3ExbHbN3j9JPNlT2dOj16/e4seAIhK0x0TKbVyRTMT6kPm+baQv9iN8VxbkXB28wTKqQ/1wW6RkYZown3F/jAaRKKFe8brHRth5gcPAwNnOphGNPZaDopdTgQfbMOrLfivSH/Ig19DG5cw==" />
    <add name="GoProfileApiConnStr" connectionString="57YN74Bgy83Fip18GfAXPC6P6GpQtTw/E8BNs/FfKu68K5GzhzsEtSESPMUjiBqaXLf4ISBkcdcj6EEgVd8IdBczAl65oprVjnOwW/Uy8strmCjXy/BeOqbbA+PSHdRj012S6T2CCWa2tVhehNS1Tg==" />
    <add name="MobilePlatformConnStr" connectionString="tNIE8KHQeZlO1EWapfJ4TZX/0ipg5gYUWmKgPobzsf7eMS33XcV3NRA+Z6h7NNocqbimK87ZT3ghw6KrVqnAJgZRUDBSyt3Hc1q5KiIg4uDyzmy6rehXJXTQ3Ek79Eog" />
    <add name="LotteryConnStr" connectionString="6X6TxY4ZpfPEKU/A6bgTSguy9US/fQSQWbwGS+fawYpz9hCe7bwtRd05wgUfJ8KvkZcGZ/YDOvXeETP3esHPTnHS8K1xbPNBUMswPSUEI1dE2aS/czD1KBz0jvkhYEy3" providerName="System.Data.SqlClient" />-->
 
  </connectionStrings>
  <system.web>
    <compilation debug="true">
      <assemblies>
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
      </assemblies>
    </compilation>
    <!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
    <authentication mode="Windows" />
    <!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.
    -->
        <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        
    <pages>
      <controls>
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </controls>
    </pages>
    <httpHandlers>
      <remove verb="*" path="*.asmx" />
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
    </httpHandlers>
    <httpModules>
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </httpModules>
  </system.web>
  <system.codedom>
    <compilers>
      <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
        <providerOption name="CompilerVersion" value="v3.5" />
        <providerOption name="WarnAsError" value="false" />
      </compiler>
    </compilers>
  </system.codedom>
  <!-- 
        The system.webServer section is required for running ASP.NET AJAX under Internet
        Information Services 7.0.  It is not necessary for previous version of IIS.
    -->
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules>
      <remove name="ScriptModule" />
      <add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </modules>
    <handlers>
      <remove name="WebServiceHandlerFactory-Integrated" />
      <remove name="ScriptHandlerFactory" />
      <remove name="ScriptHandlerFactoryAppServices" />
      <remove name="ScriptResource" />
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

    </handlers>
        <defaultDocument>
            <files>
                <add value="CardLogManager.aspx" />
            </files>
        </defaultDocument>
  </system.webServer>
  <runtime>
    <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>

Function Calls

None

Variables

None

Stats

MD5 9678681e5fda72fd48d01cf83dfa321b
Eval Count 0
Decode Time 155 ms