Is there some other extension I can use on my pages instead of .html .htm .shtml? (I cant run php)
Printable View
Is there some other extension I can use on my pages instead of .html .htm .shtml? (I cant run php)
do you have control of the server?
no..just my site on the server
Just curious, but why do you need another extension?
Well, i'm using a free server and they put this little red dot tracker on each of our pages.. its not that big of a deal, but I really dislike it and it puts more space on my page.. well the way they do this is they open ever html, shtml, htm file you have on the server and inserts that..
put it in a txt file.
Then it's only parsed by ie though
That's kind of bad though, ripping off a free service
lol yeah, but you got money to give me so I can do it to a pay company?
anyways, its not advertised in their TOS, when i brought it up in the message boards, everyone was surprised by it and just now noticed it.. the main guy said "its a tracker, dont worry about it..it should only be on one page" its on all of mine.. Plus they try to trick you by saying "no ad frames or banners" but there are popups.. bastards
wont naming it as a text just show the text when a visitor views the page?
yeah, it will show the source
Have a look at this:
http://144.132.20.16/testtext.txt
It's a text file but it is still parsed and shown.. (only in ie (i think))
Note that in some cases (such as .JSP, .ASP, .PHP, etc.), even though you begin the file with <html> it might treat it like a .JSP, a .ASP, etc. By that I mean the server might try to parse it up even though it's nothing to parse.
Why not try this lil' trick? Let's say that they put it right after the <body> tag finishes:
That way it might put itself in comments. :DCode:<!-- <body>
-->
<body>
.
.
.
well apparently they also put their code in the txt files as well :(
and as far as the comment thing, good idea but they insert it before and after the html
If you seach the net, people have normally figured out how to get rid of it.
Is it an actual image on the page?
no its like a small dot.. almost like a period
Where can i see an example of this?