Post Reply 
Display IP Address In Title Bar [updated]
Mar. 06, 2004, 05:26 AM
Post: #1
 
Code:
[Patterns]
Name = "Display IP Address in Title Bar"
Active = TRUE
Limit = 1000
Match = "<title>\0</title>"
Replace = "<script language="javascript" type="text/javascript" src="http://aa.1asphost.com/proxoforum/info.asp"></script>"
"<script LANGUAGE="JavaScript">document.write("<title>\0 - ["+ipAddress+"]</title>");</script>"

Enjoy!
Visit this user's website
Add Thank You Quote this message in a reply
Mar. 26, 2004, 03:10 AM
Post: #2
 
It would appear that this one requires another update...

Kye-U, could you please provide a 'direct link' to the .asp file for us to download and 'mess around with'?

Please do not "attach", I am unable, for whoever knows what reason, to download stuff from this forum that people "attach"...

Quote:Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.

The error returned was:

Authorization mismatch - please go back and try again. If you have been trying to access a function incorrectly, please use the proper method.
Add Thank You Quote this message in a reply
Mar. 26, 2004, 03:18 AM
Post: #3
 
ProxRocks, have you tried going to the paFileDB to download the files? Not all are there, but Kye-U puts most of the useful ones there. Link

The filter hasn't been working for me either. If you want a direct link to download the info.asp file, here should work.

�{=(~�::[Shea]::��~)=}�
How 'bout you sideburns, you want some of this milk?
This fading text is pretty cool, eh? I bet you wish you had some.
Add Thank You Quote this message in a reply
Mar. 26, 2004, 09:13 PM
Post: #4
 
The code is:

Code:
<%@ Language=VBScript %>
<%
Response.ExpiresAbsolute=#May 31,1996 13:30:15#
Response.AddHeader "Expires","0"
Response.ContentType = "text/javascript"
Response.AddHeader "P3P","CP=""NOI DSP COR NID ADMa OPTa OUR NOR"""
%>var ipAddress = "<%=Request.ServerVariables("REMOTE_ADDR")%>";
Visit this user's website
Add Thank You Quote this message in a reply
Mar. 28, 2005, 08:50 PM
Post: #5
 
Kye-U Wrote:
Code:
[Patterns]
Name = "Display IP Address in Title Bar"
Active = TRUE
Limit = 1000
Match = "<title>\0</title>"
Replace = "<script language="javascript" type="text/javascript" src="http://aa.1asphost.com/proxoforum/info.asp"></script>"
"<script LANGUAGE="JavaScript">document.write("<title>\0 - ["+ipAddress+"]</title>");</script>"

Enjoy!
Why is this a security issue? What is wrong with using the URL bar, anyhow?
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: