Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.56 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>ERROR: The requested URL could not be retrieved</title>
  5. <style type="text/css"><!--
  6. /*
  7. Stylesheet for Squid Error pages
  8. Adapted from design by Free CSS Templates
  9. http://www.freecsstemplates.org
  10. Released for free under a Creative Commons Attribution 2.5 License
  11. */
  12.  
  13. /* Page basics */
  14. * {
  15.     font-family: verdana, sans-serif;
  16. }
  17.  
  18. html body {
  19.     margin: 0;
  20.     padding: 0;
  21.     background: #efefef;
  22.     font-size: 12px;
  23.     color: #1e1e1e;
  24. }
  25.  
  26. /* Page displayed title area */
  27. #titles {
  28.     margin-left: 15px;
  29.     padding: 10px;
  30.     padding-left: 100px;
  31.     background: url(\'http://www.squid-cache.org/Artwork/SN.png\') no-repeat left;
  32. }
  33.  
  34. /* initial title */
  35. #titles h1 {
  36.     color: #000000;
  37. }
  38. #titles h2 {
  39.     color: #000000;
  40. }
  41.  
  42. /* special event: FTP success page titles */
  43. #titles ftpsuccess {
  44.     background-color:#00ff00;
  45.     width:100%;
  46. }
  47.  
  48. /* Page displayed body content area */
  49. #content {
  50.     padding: 10px;
  51.     background: #ffffff;
  52. }
  53.  
  54. /* General text */
  55. p {
  56. }
  57.  
  58. /* error brief description */
  59. #error p {
  60. }
  61.  
  62. /* some data which may have caused the problem */
  63. #data {
  64. }
  65.  
  66. /* the error message received from the system or other software */
  67. #sysmsg {
  68. }
  69.  
  70. pre {
  71.    font-family:sans-serif;
  72. }
  73.  
  74. /* special event: FTP / Gopher directory listing */
  75. #dirmsg {
  76.    font-family: courier;
  77.    color: black;
  78.    font-size: 10pt;
  79. }
  80. #dirlisting {
  81.    margin-left: 2%;
  82.    margin-right: 2%;
  83. }
  84. #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
  85.    border-bottom: groove;
  86. }
  87. #dirlisting td.size {
  88.    width: 50px;
  89.    text-align: right;
  90.    padding-right: 5px;
  91. }
  92.  
  93. /* horizontal lines */
  94. hr {
  95.     margin: 0;
  96. }
  97.  
  98. /* page displayed footer area */
  99. #footer {
  100.     font-size: 9px;
  101.     padding-left: 10px;
  102. }
  103.  
  104.  
  105. body
  106. :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
  107. :lang(he) { direction: rtl; }
  108. --></style>
  109. </head><body id=ERR_DNS_FAIL>
  110. <div id="titles">
  111. <h1>ERROR</h1>
  112. <h2>The requested URL could not be retrieved</h2>
  113. </div>
  114. <hr>
  115.  
  116. <div id="content">
  117. <p>The following error was encountered while trying to retrieve the URL: <a href="http://simashin.com/">http://simashin.com/</a></p>
  118.  
  119. <blockquote id="error">
  120. <p><b>Unable to determine IP address from host name <q>simashin.com</q></b></p>
  121. </blockquote>
  122.  
  123. <p>The DNS server returned:</p>
  124. <blockquote id="data">
  125. <pre>No DNS records</pre>
  126. </blockquote>
  127.  
  128. <p>This means that the cache was not able to resolve the hostname presented in the URL. Check if the address is correct.</p>
  129.  
  130. <p>Your cache administrator is <a href="mailto:support@pagetester.ru?subject=CacheErrorInfo%20-%20ERR_DNS_FAIL&amp;body=CacheHost%3A%20proxy.pagetester.ru%0D%0AErrPage%3A%20ERR_DNS_FAIL%0D%0AErr%3A%20%5Bnone%5D%0D%0ADNS%20ErrMsg%3A%20No%20DNS%20records%0D%0ATimeStamp%3A%20Fri,%2024%20Oct%202014%2015%3A27%3A54%20GMT%0D%0A%0D%0AClientIP%3A%2089.208.141.126%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2F%20HTTP%2F1.1%0AUser-Agent%3A%20Mozilla%2F5.0%20(X11%3B%20Ubuntu%3B%20Linux%20i686%3B%20rv%3A33.0)%20Gecko%2F20100101%20Firefox%2F33.0%0D%0AConnection%3A%20keep-alive%0D%0AProxy-Authorization%3A%20Basic%20cHJveHk6cHJveHk%3D%0D%0AAccept-Encoding%3A%20gzip%0D%0AContent-Length%3A%200%0D%0AHost%3A%20simashin.com%0D%0A%0D%0A%0D%0A">support@pagetester.ru</a>.</p>
  131. <br>
  132. </div>
  133.  
  134. <hr>
  135. <div id="footer">
  136. <p>Generated Fri, 24 Oct 2014 15:27:54 GMT by proxy.pagetester.ru (squid/3.3.8)</p>
  137. <!-- ERR_DNS_FAIL -->
  138. </div>
  139. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement