|
-
Nov 15th, 2001, 08:58 PM
#1
Thread Starter
Hyperactive Member
Alternative Extension...
Is there some other extension I can use on my pages instead of .html .htm .shtml? (I cant run php)
-
Nov 16th, 2001, 01:53 AM
#2
Conquistador
do you have control of the server?
-
Nov 16th, 2001, 06:48 PM
#3
Thread Starter
Hyperactive Member
no..just my site on the server
-
Nov 16th, 2001, 07:13 PM
#4
Fanatic Member
Just curious, but why do you need another extension?
Alcohol & calculus don't mix.
Never drink & derive.
-
Nov 16th, 2001, 07:42 PM
#5
Thread Starter
Hyperactive Member
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..
-
Nov 16th, 2001, 08:28 PM
#6
Conquistador
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
-
Nov 16th, 2001, 08:29 PM
#7
Thread Starter
Hyperactive Member
lol yeah, but you got money to give me so I can do it to a pay company?
-
Nov 16th, 2001, 08:31 PM
#8
Thread Starter
Hyperactive Member
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?
-
Nov 16th, 2001, 09:17 PM
#9
PowerPoster
yeah, it will show the source
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Nov 16th, 2001, 10:13 PM
#10
Conquistador
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))
-
Nov 16th, 2001, 10:18 PM
#11
Member
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:
Code:
<!-- <body>
-->
<body>
.
.
.
That way it might put itself in comments.
-
Nov 16th, 2001, 10:49 PM
#12
Thread Starter
Hyperactive Member
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
-
Nov 16th, 2001, 10:58 PM
#13
Conquistador
If you seach the net, people have normally figured out how to get rid of it.
Is it an actual image on the page?
-
Nov 16th, 2001, 11:27 PM
#14
Thread Starter
Hyperactive Member
no its like a small dot.. almost like a period
-
Nov 16th, 2001, 11:42 PM
#15
Conquistador
Where can i see an example of this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|