Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: https://weblib.lib.umt.edu/redirect/proxyselect.php?url=https%3A//igamingscan.com/

  1. <?
  2. $visitor = $_SERVER['REMOTE_ADDR'];
  3. $bypass  = substr($_SERVER['QUERY_STRING'],4);
  4. if (preg_match("/^10\./",$visitor)) {
  5. header('Location:'.$bypass);
  6. }
  7. ?>
  8.  
  9. <?
  10. print file_get_contents("http://www.lib.umt.edu/local/stand_alones/um_std_tpl/template-header-tpl.html");
  11. ?>
  12. Proxy by Institution Page
  13. <? print file_get_contents('http://www.lib.umt.edu/local/stand_alones/um_std_tpl/template-nav-tpl.html'); ?>
  14. <? // Include either NAV or NONAV
  15.   // include('/var/www/drupal/local/stand_alones/um_std_tpl/template-nonav-tpl.html'); ?>
  16. <? // Begin Page Content ?>
  17. <h1>Proxy by Institution</h1>
  18.  
  19. <div class="row-fluid row-simple">
  20. <div class="span12">
  21. <p>Please select the link below that corresponds to your campus affiliation in order to proceed to the title that you have selected.</p>
  22. </div>
  23. </div>
  24. <div class="row-fluid row-simple">
  25. <div class="span12">
  26. <ul class="unstyled">
  27. <li>
  28. <a href="http://weblib.lib.umt.edu:8080/login?url=https://igamingscan.com/">UM-Missoula/Missoula College/Jameson Law Library</a>
  29. </li>
  30. <li>
  31. <a href="http://proxyserver.umwestern.edu:2048/login?url=https://igamingscan.com/">UM-Dillon</a>
  32. </li>
  33. <li>
  34. <a href="http://mtproxy.lib.umt.edu:3048/login?url=https://igamingscan.com/">MTech</a>
  35. </li>
  36. <li>
  37. <a href="http://hctproxy.lib.umt.edu:7048/login?url=https://igamingscan.com/">UM-Helena</a>
  38. </li>
  39. <li>
  40. <a href="https://igamingscan.com/">SKC or St. Patrick Hospital</a>
  41. </li>
  42. </ul>
  43. </div>
  44. </div>
  45.  
  46. <? // End Page Content ?>
  47. <? print file_get_contents('http://www.lib.umt.edu/local/stand_alones/um_std_tpl/template-footer-tpl.html'); ?>
  48.  
  49. <script type="text/javascript">
  50. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  51. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  52. </script>
  53. <script type="text/javascript">
  54. try {
  55. var pageTracker = _gat._getTracker("UA-3271925-4");
  56. pageTracker._trackPageview();
  57. } catch(err) {}</script>
  58. </body>
  59.  
  60. </html>
  61.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda