Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 KB | None | 0 0
  1. <link rel="stylesheet" type="text/css" HREF="/public/include/css/apm.css">
  2. <script src="/public/include/js/common.js" language="javascript"></script>
  3. <script src="/public/include/js/u_plugin.js" language="javascript"></script>
  4.  
  5. <script language="javascript">
  6. function InsertActivexControl(clsid, params)
  7. {
  8. var container = document.getElementById("logoutActivexContainer");
  9.  
  10. if (navigator.appName == "Microsoft Internet Explorer") {
  11. var paramsCode = "";
  12. for (var item in params) {
  13. paramsCode += "<param name='" + item + "' value='" + params[item] + "'>";
  14. }
  15.  
  16. container.innerHTML =
  17. "<center><object classId=CLSID:" + clsid + " border=0 width=1 height=1>" +
  18. paramsCode + "</object></center>";
  19. }
  20. else {
  21. var pluginHost = new UPluginHost("", container);
  22. var control = {"clsid": clsid, "width": 1, "height": 1};
  23. pluginHost.hostControl(control, params);
  24. }
  25. }
  26.  
  27. function OnLoad()
  28. {
  29.  
  30. var display_session = get_cookie("LastMRH_Session");
  31. if(null != display_session) {
  32. document.getElementById("sessionDIV").innerHTML = '<BR>The session reference number: &nbsp;' + display_session + '<BR><BR>';
  33. document.getElementById("sessionDIV").style.visibility = "visible";
  34. }
  35.  
  36. try
  37. {
  38. if (("undefined" != typeof(window.external))
  39. && ("unknown" != typeof(window.external))
  40. && ("undefined" != typeof(window.external.WebLogonNotifyUser))
  41. && ("unknown" != typeof(window.external.WebLogonNotifyUser)))
  42. {
  43. window.external.WebLogonNotifyUser();
  44. }
  45. }
  46. catch(e) {};
  47. try
  48. {
  49. if (get_cookie("F5_PWS") == "1")
  50. {
  51. document.cookie = "F5_PWS=0; path=/; expires=Fri, 01-Jan-1970 00:00:01 GMT";
  52. var pwsClassId = "7E73BE8F-FD87-44EC-8E22-023D5FF960FF";
  53. InsertActivexControl(pwsClassId, {"command": "exit"} );
  54. }
  55. }catch (e) {};
  56. }
  57. </script>
  58. </head>
  59.  
  60. <body onload="OnLoad();">
  61. <script>
  62. try{
  63.  
  64. if(window.external && window.external.WebLogonOnAuthFailure) {
  65. window.external.WebLogonOnAuthFailure();
  66. }
  67. }catch(e){};
  68. try {
  69. window.external.OnHostClose();
  70. } catch(e) { }
  71. </script>
  72. <noscript>
  73. <div id="noscript_warning_red">JavaScript is not enabled. Please enable JavaScript in your browser or contact your system administrator for assistance.</div>
  74. <div id="noscript_warning_newsession">To open a new session, please <A href="/">click here.</A></div>
  75. </noscript>
  76. <div id="sc-logonPage">
  77. <div id="sc-header"><font color="f2cd27"><</font><img src='/public/images/customization/Common/Office365-Public.app/Office365-Public_general_ui_1/logo_image_en.png'/></div>
  78. <div id="sc-logonPage-content">
  79. <div id="sc-logoutBox">
  80. <div id="sc-logoutMessage">
  81. <div id="sessionDIV" style='visibility:hidden' align="left"></div>
  82. <p id="sc-intro">Your session could not be established.</p>
  83. <p class="sc-text"><font color=red>BIG-IP can not find session information in the request. This can happen because your browser restarted after an add-on was installed. If this occurred, click the link below to continue. This can also happen because cookies are disabled in your browser. If so, enable cookies in your browser and start a new session.</font><br></p>
  84. <p class="sc-text">When you are leaving this computer, log out of all services that are open in other browser tabs or windows. Close all browser windows, especially if other people have access to this computer.</p>
  85. <p class="sc-text">To open a new session, please <A href="https://myaccess.sierracollege.edu">click here</A></p>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. <DIV ID="logoutActivexContainer" class="inspectionHostDIVSmall"></DIV>
  91. </body>
  92. </html>
  93. <html>
  94. <head>
  95. <meta http-equiv="pragma" content="no-cache" />
  96. <meta name="robots" content="noindex,nofollow">
  97. <meta http-equiv="x-ua-compatible" content="IE=edge">
  98. <title>Sierra College Logout Page</title>
  99. <link rel="stylesheet" type="text/css" HREF="/public/include/css/apm.css">
  100. <script src="/public/include/js/common.js" language="javascript"></script>
  101. <script src="/public/include/js/u_plugin.js" language="javascript"></script>
  102.  
  103. <script language="javascript">
  104. function InsertActivexControl(clsid, params)
  105. {
  106. var container = document.getElementById("logoutActivexContainer");
  107.  
  108. if (navigator.appName == "Microsoft Internet Explorer") {
  109. var paramsCode = "";
  110. for (var item in params) {
  111. paramsCode += "<param name='" + item + "' value='" + params[item] + "'>";
  112. }
  113.  
  114. container.innerHTML =
  115. "<center><object classId=CLSID:" + clsid + " border=0 width=1 height=1>" +
  116. paramsCode + "</object></center>";
  117. }
  118. else {
  119. var pluginHost = new UPluginHost("", container);
  120. var control = {"clsid": clsid, "width": 1, "height": 1};
  121. pluginHost.hostControl(control, params);
  122. }
  123. }
  124.  
  125. function OnLoad()
  126. {
  127.  
  128. var display_session = get_cookie("LastMRH_Session");
  129. if(null != display_session) {
  130. document.getElementById("sessionDIV").innerHTML = '<BR>The session reference number: &nbsp;' + display_session + '<BR><BR>';
  131. document.getElementById("sessionDIV").style.visibility = "visible";
  132. }
  133.  
  134. try
  135. {
  136. if (("undefined" != typeof(window.external))
  137. && ("unknown" != typeof(window.external))
  138. && ("undefined" != typeof(window.external.WebLogonNotifyUser))
  139. && ("unknown" != typeof(window.external.WebLogonNotifyUser)))
  140. {
  141. window.external.WebLogonNotifyUser();
  142. }
  143. }
  144. catch(e) {};
  145. try
  146. {
  147. if (get_cookie("F5_PWS") == "1")
  148. {
  149. document.cookie = "F5_PWS=0; path=/; expires=Fri, 01-Jan-1970 00:00:01 GMT";
  150. var pwsClassId = "7E73BE8F-FD87-44EC-8E22-023D5FF960FF";
  151. InsertActivexControl(pwsClassId, {"command": "exit"} );
  152. }
  153. }catch (e) {};
  154. }
  155. </script>
  156. </head>
  157.  
  158. <body onload="OnLoad();">
  159. <script>
  160. try{
  161.  
  162. if(window.external && window.external.WebLogonOnAuthFailure) {
  163. window.external.WebLogonOnAuthFailure();
  164. }
  165. }catch(e){};
  166. try {
  167. window.external.OnHostClose();
  168. } catch(e) { }
  169. </script>
  170. <noscript>
  171. <div id="noscript_warning_red">JavaScript is not enabled. Please enable JavaScript in your browser or contact your system administrator for assistance.</div>
  172. <div id="noscript_warning_newsession">To open a new session, please <A href="/">click here.</A></div>
  173. </noscript>
  174. <div id="sc-logonPage">
  175. <div id="sc-header"><font color="f2cd27"><</font><img src='/public/images/customization/Common/Office365-Public.app/Office365-Public_general_ui_1/logo_image_en.png'/></div>
  176. <div id="sc-logonPage-content">
  177. <div id="sc-logoutBox">
  178. <div id="sc-logoutMessage">
  179. <div id="sessionDIV" style='visibility:hidden' align="left"></div>
  180. <p id="sc-intro">Your session could not be established.</p>
  181. <p class="sc-text"><font color=red>BIG-IP can not find session information in the request. This can happen because your browser restarted after an add-on was installed. If this occurred, click the link below to continue. This can also happen because cookies are disabled in your browser. If so, enable cookies in your browser and start a new session.</font><br></p>
  182. <p class="sc-text">When you are leaving this computer, log out of all services that are open in other browser tabs or windows. Close all browser windows, especially if other people have access to this computer.</p>
  183. <p class="sc-text">To open a new session, please <A href="https://myaccess.sierracollege.edu">click here</A></p>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. <DIV ID="logoutActivexContainer" class="inspectionHostDIVSmall"></DIV>
  189. </body>
  190. </html>
  191. Malformed URL: no protocol: google.com
  192. Malformed URL: no protocol: google.com
  193. Malformed URL: no protocol: google.com
  194. <!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description"><meta content="noodp" name="robots"><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script nonce="lqmDySfZKFfHy7E7y8cfbg==">(function(){window.google={kEI:'mrCQXN7nCoaosgWisbyYAg',kEXPI:'0,1353747,57,1958,2422,697,528,731,223,755,469,283,68,30,1168,59,1894,57,15,125,280,108,159,81,111,278,169,2333849,329494,1294,12383,4855,32692,15247,867,10761,1402,6381,3335,2,2,4605,2196,363,3320,5505,224,2212,266,5107,575,835,284,2,579,727,2432,58,2,1,3,1297,3870,453,3700,1268,773,2254,1403,3337,1146,5,2,2,1745,220,2593,3601,669,1050,1808,1397,81,7,1,2,488,620,29,1395,978,2632,4090,1209,1288,2,554,32,3421,796,101,1119,38,363,557,719,35,119,1217,1364,484,47,1080,2083,610,43,48,1510,1503,2,631,218,2344,2,4,2,670,46,1,1766,418,516,180,1421,354,125,1054,1553,12,620,1138,1,275,350,25,1094,17,321,255,2,526,783,7,1275,332,191,539,359,248,1044,273,608,97,207,549,91,7,392,30,399,39,221,116,1,512,103,454,2,246,405,178,8,85,211,7,824,82,6,147,78,54,311,24,458,335,174,24,532,7,4,253,147,507,105,14,10,5,353,214,2,337,34,49,162,8,156,393,83,1,149,8,4,357,97,10,8,2,1,52,534,453,10,306,176,44,3,478,114,467,37,90,133,420,125,84,8,76,5952392,2554,122,132,57,30,2,5997493,2799950,4,1572,549,333,444,1,2,80,1,900,583,1,312,1,8,1,2,2132,1,1,1,1,1,414,1,889,59,726,3,7,2,561,1,1191,132,18,1,1,1,1,1,27,77,3339189,18966499',authuser:0,kscs:'c9c918f0_mrCQXN7nCoaosgWisbyYAg',kGL:'US'};google.sn='webhp';google.kHL='en';})();(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI};google.getLEI=function(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b};google.https=function(){return"https:"==window.location.protocol};google.ml=function(){return null};google.time=function(){return(new Date).getTime()};google.log=function(a,b,e,c,g){if(a=google.logUrl(a,b,e,c,g)){b=new Image;var d=google.lc,f=google.li;d[f]=b;b.onerror=b.onload=b.onabort=function(){delete d[f]};google.vel&&google.vel.lu&&google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,e,c,g){var d="",f=google.ls||"";e||-1!=b.search("&ei=")||(d="&ei="+google.getEI(c),-1==b.search("&lei=")&&(c=google.getLEI(c))&&(d+="&lei="+c));c="";!e&&google.cshid&&-1==b.search("&cshid=")&&"slh"!=a&&(c="&cshid="+google.cshid);a=e||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+d+f+"&zx="+google.time()+c;/^http:/i.test(a)&&google.https()&&(google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a};}).call(this);(function(){google.y={};google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};}).call(this);google.f={};</script><script nonce="lqmDySfZKFfHy7E7y8cfbg==">var a=window.location,b=a.href.indexOf("#");if(0<=b){var c=a.href.substring(b+1);/(^|&)q=/.test(c)&&-1==c.indexOf("#")&&a.replace("/search?"+c.replace(/(^|&)fp=[^&]*/g,"")+"&cad=h")};</script><style>#gbar,#guser{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
  195. </style><style>body,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#36c}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:17px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}a.gb1,a.gb2,a.gb3,a.gb4{color:#11c !important}body{background:#fff;color:black}a{color:#11c;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#36c}a:visited{color:#551a8b}a.gb1,a.gb4{text-decoration:underline}a.gb3:hover{text-decoration:none}#ghead a.gb2:hover{color:#fff !important}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{background:#eee;border:solid 1px;border-color:#ccc #999 #999 #ccc;height:30px}.lsbb{display:block}.ftl,#fll a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#ccc}.lst:focus{outline:none}</style><script nonce="lqmDySfZKFfHy7E7y8cfbg=="></script></head><body bgcolor="#fff"><script nonce="lqmDySfZKFfHy7E7y8cfbg==">(function(){var src='/images/nav_logo229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;}
  196. if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}
  197. }
  198. })();</script><div id="mngb"> <div id=gbar><nobr><b class=gb1>Search</b> <a class=gb1 href="https://www.google.com/imghp?hl=en&tab=wi">Images</a> <a class=gb1 href="https://maps.google.com/maps?hl=en&tab=wl">Maps</a> <a class=gb1 href="https://play.google.com/?hl=en&tab=w8">Play</a> <a class=gb1 href="https://www.youtube.com/?gl=US&tab=w1">YouTube</a> <a class=gb1 href="https://news.google.com/nwshp?hl=en&tab=wn">News</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 href="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.com/intl/en/about/products?tab=wh"><u>More</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.com/history/optout?hl=en" class=gb4>Web History</a> | <a href="/preferences?hl=en" class=gb4>Settings</a> | <a target=_top id=gb_70 href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/" class=gb4>Sign in</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div> </div><center><br clear="all" id="lgpd"><div id="lga"><img alt="Google" height="92" src="/images/branding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo" onload="window.lol&&lol()"><br><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</td><td align="center" nowrap=""><input name="ie" value="ISO-8859-1" type="hidden"><input value="en" name="hl" type="hidden"><input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds" style="height:32px;margin:4px 0"><input style="color:#000;margin:0;padding:5px 8px 0 6px;vertical-align:top" autocomplete="off" class="lst" value="" title="Google Search" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span class="ds"><span class="lsbb"><input class="lsb" value="Google Search" name="btnG" type="submit"></span></span><span class="ds"><span class="lsbb"><input class="lsb" value="I'm Feeling Lucky" name="btnI" onclick="if(this.form.q.value)this.checked=1; else top.location='/doodles/'" type="submit"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=en&amp;authuser=0">Advanced search</a><a href="/language_tools?hl=en&amp;authuser=0">Language tools</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="lqmDySfZKFfHy7E7y8cfbg==">(function(){var a,b="1";if(document&&document.getElementById)if("undefined"!=typeof XMLHttpRequest)b="2";else if("undefined"!=typeof ActiveXObject){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try{new ActiveXObject(d),b="2"}catch(h){}}a=b;if("2"==a&&-1==location.search.indexOf("&gbv=2")){var f=google.gbvu,g=document.getElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div id="gac_scont"></div><div style="font-size:83%;min-height:3.5em"><br></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto;text-align:center" id="fll"><a href="/intl/en/ads/">Advertising�Programs</a><a href="/services/">Business Solutions</a><a href="/intl/en/about.html">About Google</a></div></div><p style="color:#767676;font-size:8pt">&copy; 2019 - <a href="/intl/en/policies/privacy/">Privacy</a> - <a href="/intl/en/policies/terms/">Terms</a></p></span></center><script nonce="lqmDySfZKFfHy7E7y8cfbg==">(function(){window.google.cdo={height:0,width:0};(function(){var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement:c.body;a=d.clientWidth;b=d.clientHeight}a&&b&&(a!=google.cdo.width||b!=google.cdo.height)&&google.log("","","/client_204?&atyp=i&biw="+a+"&bih="+b+"&ei="+google.kEI);}).call(this);})();(function(){var u='/xjs/_/js/k\x3dxjs.hp.en_US.sWf8n0RhrZQ.O/m\x3dsb_he,d/am\x3dYqAF/rt\x3dj/d\x3d1/rs\x3dACT90oHxP-1wbzaSxZq31U3_PsI-6G7qSA';setTimeout(function(){var a=document.createElement("script");a.src=u;google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");document.body.appendChild(a)},0);})();(function(){window.google.xjsu='/xjs/_/js/k\x3dxjs.hp.en_US.sWf8n0RhrZQ.O/m\x3dsb_he,d/am\x3dYqAF/rt\x3dj/d\x3d1/rs\x3dACT90oHxP-1wbzaSxZq31U3_PsI-6G7qSA';})();function _DumpException(e){throw e;}
  199. (function(){var pmc='{\x22Qnk92g\x22:{},\x22U5B21g\x22:{},\x22YFCs/g\x22:{},\x22ZI/YVQ\x22:{},\x22d\x22:{},\x22sb_he\x22:{\x22agen\x22:true,\x22cgen\x22:true,\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22dhqt\x22:true,\x22ds\x22:\x22\x22,\x22ffql\x22:\x22en\x22,\x22fl\x22:true,\x22host\x22:\x22google.com\x22,\x22isbh\x22:28,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x22:\x22Clear Search\x22,\x22dym\x22:\x22Did you mean:\x22,\x22lcky\x22:\x22I\\u0026#39;m Feeling Lucky\x22,\x22lml\x22:\x22Learn more\x22,\x22oskt\x22:\x22Input tools\x22,\x22psrc\x22:\x22This search was removed from your \\u003Ca href\x3d\\\x22/history\\\x22\\u003EWeb History\\u003C/a\\u003E\x22,\x22psrl\x22:\x22Remove\x22,\x22sbit\x22:\x22Search by image\x22,\x22srch\x22:\x22Google Search\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22refpd\x22:true,\x22rfs\x22:[],\x22sbpl\x22:24,\x22sbpr\x22:24,\x22scd\x22:10,\x22sce\x22:5,\x22stok\x22:\x22yg5w8nXvn-0uMeIe7JgC5kXo-1w\x22,\x22uhde\x22:false}}';google.pmc=JSON.parse(pmc);})();</script> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement