The Un-Official Proxomitron Forum
Display IP Address In Title Bar [updated] - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Privacy/Security/Spam (/forumdisplay.php?fid=10)
+--- Thread: Display IP Address In Title Bar [updated] (/showthread.php?tid=3)



- Kye-U - Mar. 06, 2004 05:26 AM

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!


- ProxRocks - Mar. 26, 2004 03:10 AM

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.



- Shea - Mar. 26, 2004 03:18 AM

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.


- Kye-U - Mar. 26, 2004 09:13 PM

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")%>";



- Siamesecat - Mar. 28, 2005 08:50 PM

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?