I just installed a winamp plugin that displays the song I am currently listening to on my AIM profile. The plugin is "basically just a mini HTTP server that will display information regarding the song currently playing". It works perfectly fine and everything, but I want to edit the file or whatever it is that I link to in my AIM profile. The link that goes in my AIM profile is:
<A HREF="http://192.168.5.4:81/%n" TARGET="_self">What's Playing</A>
When I go to http://192.168.5.4:81/%n in my web browser it will do the same thing as if i clicked the "What's Playing" link while viewing my AIM profile(display info about the song I'm playing) but in the web browser I can view the page source which is:
<HTML><HEAD><TITLE>Currently Playing</TITLE></HEAD><BODY><CENTER><U>Now Playing</U><BR><B>Led Zeppelin - Stairway to Heaven</B><BR><FONT face="Fixedsys">[-------------------]</FONT> 0:20/8:02<BR><BR><FONT size=1>(<A HREF="http://192.168.5.4:81/%n" TARGET="_self">Refresh</A>) (<A HREF="http://impurity.org/~ignitor/nowplayingplugin.exe">Do This</A>)</FONT></BODY></HTML>
So my question is: where is this file, as in where is it located and how do I find it? I cannot edit anything above in my browser when I view the source. I apologize if this is a very stupid question but I really don't understand. Any help would be appreciated, thanks in advance.