0
diverdriver

Frontier Airlines Humor

Recommended Posts

Key Kevin, it looks like they are trying to get some security on that page

<%@ Language=VBScript %> <% dim check_login check_login = Request.Form("check_login") 'Only check IP address if check login has not been set If check_login = "" Then 'Get Ip Address to see if from work address IP = Request.ServerVariables("Remote_Host") Parse_IP = Split(IP,".") First_Value = Parse_IP(0) Second_Value = Parse_IP(1) Third_Value = Parse_IP(2) 'Checking for either of the servers in the proxy array 'Will need to change if servers change. If IP = "10.1.0.121" or IP = "10.1.0.127" or IP = "10.1.0.161" Then 'Load the page check_login = "pass" 'Get user Session logged in Session("LoggedIn") = True 'Send to a login page 'Response.Redirect "http://www.myfrontier.org/index.asp" End If %>

Butthead: Whoa! Burritos for breakfast!
Beavis: Yeah! Yeah! Cool!
bellyflier on the dz.com hybrid record jump

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0