Results 1 to 15 of 15

Thread: Alternative Extension...

  1. #1

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472

    Alternative Extension...

    Is there some other extension I can use on my pages instead of .html .htm .shtml? (I cant run php)

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    do you have control of the server?

  3. #3

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    no..just my site on the server

  4. #4
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Just curious, but why do you need another extension?
    Alcohol & calculus don't mix.
    Never drink & derive.

  5. #5

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    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..

  6. #6
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    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

  7. #7

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    lol yeah, but you got money to give me so I can do it to a pay company?

  8. #8

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    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?

  9. #9
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    yeah, it will show the source

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  10. #10
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    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))

  11. #11
    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.

  12. #12

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    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

  13. #13
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    If you seach the net, people have normally figured out how to get rid of it.

    Is it an actual image on the page?

  14. #14

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    no its like a small dot.. almost like a period

  15. #15
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    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
  •  



Click Here to Expand Forum to Full Width