Advertisement
Guest User

Untitled

a guest
Mar 6th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. -->
  6. <configuration>
  7. <configSections>
  8. <sectionGroup name="system.web.extensions"
  9. type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  10. <sectionGroup name="scripting"
  11. type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  12. <section name="scriptResourceHandler"
  13. type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  14. requirePermission="false" allowDefinition="MachineToApplication"/>
  15. <sectionGroup name="webServices"
  16. type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  17. <section name="jsonSerialization"
  18. type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  19. requirePermission="false" allowDefinition="Everywhere"/>
  20. <section name="profileService"
  21. type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  22. requirePermission="false" allowDefinition="MachineToApplication"/>
  23. <section name="authenticationService"
  24. type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  25. requirePermission="false" allowDefinition="MachineToApplication"/>
  26. <section name="roleService"
  27. type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
  28. requirePermission="false" allowDefinition="MachineToApplication"/>
  29. </sectionGroup>
  30. </sectionGroup>
  31. </sectionGroup>
  32. <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  33. <section name="entityFramework"
  34. type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
  35. requirePermission="false"/>
  36. </configSections>
  37. <system.net>
  38. <mailSettings>
  39. <smtp>
  40. <network host="smtp.gmail.com" userName="shannaraconquer@gmail.com" password="serverAdmin5"/>
  41. <!-- host=the smtp server adress of gmail/yahoo or any other host you will use to send e-mails username=your_username_on_host password=your_pass -->
  42. </smtp>
  43. </mailSettings>
  44. </system.net>
  45. <appSettings>
  46.  
  47. <add key="Region" value="EU"/>
  48. <!--value= US or EU -->
  49. <add key="SellerEmail" value="joaoandrepedro@gmail.com"/>
  50. <!-- Your paypal e-mail goes here -->
  51. <add key="CharactersPath" value="C:\OldCODB\Users\Characters\"/>
  52. <add key="AccountsPath" value="C:\OldCODB\Users\"/>
  53. <add key="Google.ReCaptcha.Secret" value="6Lcm_AgUAAAAAG6RdAVCRtIACrA1nUlJo27B6gb7"/>
  54. <add key="NotifyURL_EU" value="https://www.etco99.com/DoListeningToPaypal.aspx"/>
  55. <!-- EU payment processing url-->
  56. <add key="NotifyURL_US" value="https://www.etco99.com/DoListeningToPaypal.aspx"/>
  57. <!--<add key="NotifyURL_EU" value="https://193.70.22.127/DoListeningToPaypal.aspx"/>-->
  58. <!-- EU payment processing url-->
  59. <!--
  60. <add key="NotifyURL_US" value="https://193.70.22.127/DoListeningToPaypal.aspx"/>-->
  61. <!-- US payment processing url-->
  62. <add key="DefaultPage_EU" value="https://193.70.22.127/Default.aspx"/>
  63. <!-- Used for Switch Server-->
  64. <add key="TestPayments" value="false"/>
  65. <!-- test payments (true/false) (all payments will be 0.01 but processed with the real value of the item...i guess) -->
  66. <!--<add key="PrivateKeys" value="15580AAnH3y8Bitcoin77BTCPRVh9Ioc8FqD6JzT0UvaP6wOuA" />-->
  67. <!--ARRAY OF ALL YOUR CRYPTOBOX PRIVATE KEYS
  68. Place values from your gourl.io signup page-->
  69. <add key="PrivateKeys" value="15995AATY17tBitcoin77BTCPRVGzrRgvwUTVz5VIjZFQSEhQh"/>
  70. <add key="PublicKeys" value="15995AATY17tBitcoin77BTCPUBu13ByJ1XyIY7mHw7jGSpU3d"/>
  71. <!--<add key="PrivateKeys" value="your_privatekey_for_box1, your_privatekey_for_box2 (otional), etc..." />-->
  72. </appSettings>
  73. <connectionStrings>
  74. <!-- Server=server_ip Database=your_db_name User ID=... Pass=... -->
  75. <!-- Server=localhost:3306 on the server that you use this paypal procession -->
  76. <!-- (if kept on EU put localhost:3306 at EU, otherwise put it at US), the ip is only needed at one of EU/US, keep the rest Server=localhost:3306 fields as they are -->
  77. <!-- Since I figured that the IPN handler can be set on both servers the only modification you have to make is at User and Password, server=localhost:3306 is fine in this case -->
  78. <add name="EU" connectionString="Server=localhost:3306;Database=characterinfo;User ID=root;Password=joao11x12;" providerName="System.Data.SqlClient"/>
  79. <!--Server=193.70.22.127-->
  80. <add name="TXN" connectionString="Server=localhost:3306;Database=txn_verification;User ID=root;Password=joao11x12;" providerName="System.Data.SqlClient"/>
  81. <add name="Errors" connectionString="Server=localhost:3306;Database=errors_payments;User ID=root;Password=joao11x12;" providerName="System.Data.SqlClient"/>
  82. <add name="GoUrlEntities"
  83. connectionString="metadata=res://*/;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\MSSQLLocalDB;attachdbfilename=|DataDirectory|\GourlDb.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;"
  84. providerName="System.Data.EntityClient"/></connectionStrings>
  85. <system.web>
  86. <compilation debug="true">
  87. <assemblies>
  88. <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  89. <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  90. <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  91. <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
  92. </assemblies>
  93. </compilation>
  94. <pages>
  95. <controls>
  96. <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  97. <add tagPrefix="asp" namespace="System.Web.UI.WebControls"
  98. assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  99. </controls>
  100. </pages>
  101. <httpHandlers>
  102. <remove verb="*" path="*.asmx"/>
  103. <add verb="*" path="*.asmx" validate="false"
  104. type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  105. <add verb="*" path="*_AppService.axd" validate="false"
  106. type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  107. <add verb="GET,HEAD" path="ScriptResource.axd" validate="false"
  108. type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  109. </httpHandlers>
  110. <httpModules>
  111. <add name="ScriptModule"
  112. type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  113. </httpModules>
  114. <globalization uiCulture="en" culture="en-US"/></system.web>
  115. <system.codedom>
  116. <compilers>
  117. <compiler language="c#;cs;csharp" extension=".cs"
  118. type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
  119. <providerOption name="CompilerVersion" value="v3.5"/>
  120. <providerOption name="WarnAsError" value="false"/>
  121. </compiler>
  122. <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
  123. type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
  124. <providerOption name="CompilerVersion" value="v3.5"/>
  125. <providerOption name="OptionInfer" value="true"/>
  126. <providerOption name="WarnAsError" value="false"/>
  127. </compiler>
  128. </compilers>
  129. </system.codedom>
  130. <system.webServer>
  131. <rewrite>
  132. <rules>
  133. <clear/>
  134. <rule name="Whitelist - Resources" stopProcessing="true">
  135. <match url="^(?:css/|scripts/|images/|install/|config/|umbraco/|umbraco_client/|base/|webresource\.axd|scriptresource\.axd|__browserLink|[^/]*/arterySignalR/.*)"/>
  136. <conditions logicalGrouping="MatchAll" trackAllCaptures="false"/>
  137. <action type="None"/>
  138. </rule>
  139. <rule name="Redirect to clean URL" enabled="true" stopProcessing="true">
  140. <match url="^([a-z0-9/]+).aspx$" ignoreCase="true"/>
  141. <conditions logicalGrouping="MatchAll" trackAllCaptures="false"/>
  142. <action type="Redirect" url="{R:1}"/>
  143. </rule>
  144. <rule name="RewriteASPX">
  145. <match url="(.*)"/>
  146. <conditions logicalGrouping="MatchAll">
  147. <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
  148. <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
  149. </conditions>
  150. <action type="Rewrite" url="{R:1}.aspx"/>
  151. </rule>
  152. <!--<rule name="Enforce WWW" stopProcessing="true">
  153. <match url=".*" />
  154. <conditions>
  155. <add input="{CACHE_URL}" pattern="^(.+)://(?!www)(.*)" />
  156. </conditions>
  157. <action type="Redirect" url="{C:1}://www.{C:2}" redirectType="Permanent" />
  158. </rule>-->
  159. <!--<rule name="Redirect to WWW" stopProcessing="true">
  160. <match url=".*" />
  161. <conditions>
  162. <add input="{HTTP_HOST}" pattern="^etco99.com$" />
  163. </conditions>
  164. <action type="Redirect" url="{R:0}://www.etco99.com/{R:1}"
  165. redirectType="Permanent" />
  166. </rule>-->
  167. <rule name="SEO - Lower case" stopProcessing="false">
  168. <match url="(.*)" ignoreCase="false"/>
  169. <conditions logicalGrouping="MatchAll" trackAllCaptures="false">
  170. <add input="{HTTP_METHOD}" pattern="GET"/>
  171. <add input="{R:1}" pattern="[A-Z]" ignoreCase="false"/>
  172. </conditions>
  173. <action type="Rewrite" url="{ToLower:{R:1}}"/>
  174. </rule>
  175. <rule name="SEO - Remove trailing slash" stopProcessing="false">
  176. <match url="(.+)/$"/>
  177. <conditions logicalGrouping="MatchAll" trackAllCaptures="false">
  178. <add input="{HTTP_METHOD}" pattern="GET"/>
  179. <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
  180. <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
  181. </conditions>
  182. <action type="Rewrite" url="{R:1}"/>
  183. </rule>
  184. <!--<rule name="HTTP Redirect to HTTPS" enabled="true" stopProcessing="true">
  185. <match url="(.*)" ignoreCase="false" />
  186. <conditions>
  187. <add input="{HTTPS}" pattern="off" />
  188. </conditions>
  189. <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" appendQueryString="true" redirectType="Permanent" />
  190. </rule>-->
  191. </rules>
  192. </rewrite>
  193. <validation validateIntegratedModeConfiguration="false"/>
  194. <modules>
  195. <remove name="ScriptModule"/>
  196. <add name="ScriptModule" preCondition="managedHandler"
  197. type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  198. </modules>
  199. <handlers>
  200. <remove name="WebServiceHandlerFactory-Integrated"/>
  201. <remove name="ScriptHandlerFactory"/>
  202. <remove name="ScriptHandlerFactoryAppServices"/>
  203. <remove name="ScriptResource"/>
  204. <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode"
  205. type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  206. <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode"
  207. type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  208. <add name="ScriptResource" verb="GET,HEAD" path="ScriptResource.axd" preCondition="integratedMode"
  209. type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
  210. </handlers>
  211. <staticContent>
  212. <clientCache cacheControlMaxAge="30.00:00:00" cacheControlMode="UseMaxAge"/>
  213. </staticContent>
  214. </system.webServer>
  215. <runtime>
  216. <assemblyBinding appliesTo="v2.0.50727" xmlns="urn:schemas-microsoft-com:asm.v1">
  217. <dependentAssembly>
  218. <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/>
  219. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  220. </dependentAssembly>
  221. <dependentAssembly>
  222. <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/>
  223. <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
  224. </dependentAssembly>
  225. <dependentAssembly>
  226. <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
  227. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  228. </dependentAssembly>
  229. <dependentAssembly>
  230. <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
  231. <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
  232. </dependentAssembly>
  233. <dependentAssembly>
  234. <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
  235. <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0"/>
  236. </dependentAssembly>
  237. </assemblyBinding>
  238. </runtime>
  239. <entityFramework>
  240. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  241. <parameters>
  242. <parameter value="v13.0"/>
  243. </parameters>
  244. </defaultConnectionFactory>
  245. <providers>
  246. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
  247. </providers>
  248. </entityFramework>
  249. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement