Redirect Question

BlueEew

PokeProject - GO!
  • 786
    Posts
    19
    Years
    Hi,

    I have a couple of questions abot free directs, someone posted these following sites in another thread;
    .tk: https://www.dot.tk/
    .uni.cc: https://www.uni.cc/
    .co.nr: https://www.freedomain.co.nr/
    .active.ws: https://www.active.ws/
    Various: https://home.v3.com/free-sub-domains.shtml
    .cjb.net: https://www.cjb.net/

    If I was to register with all of these would I get 6 redirects for free and still my origonl url? Also could I still buy a domain in the future with also having these?

    Thank's,
    BlueEew.
     
    yes
    and cjb.net is more than just a redirect, they offer hosting too
    and you can use cjb.net subdomains for an invisionfree board.
     
    https://www.fasthitcounter.com < I think that's a text-only hit counter, which may be what you're looking for.

    EDIT: Okay, it's not text-only anymore, but it's small and plain.
     
    www.statcounter.com

    It provides text hit counters. I use this service myself.

    Also,if you're going to have any redirection URL's,then use this JavaScript code. It redirects to the original URL:

    In your header place:

    <script type="text/javascript" src="filename.js"></script>

    inside your .js file paste this:

    <!--
    if (window != window.top)
    top.location.href = location.href;
    //-->

    And you're all set.
     
    Dragonfree said:
    https://www.fasthitcounter.com < I think that's a text-only hit counter, which may be what you're looking for.

    EDIT: Okay, it's not text-only anymore, but it's small and plain.
    I believe you may be talking about this. :P
     
    Back
    Top