WHOIS Service

wheelsrider.com - information about domain

  • Server Status: available
  • Server IP: 62.149.128.160
  • Server Response Time: 173ms

Site title

WheelsRider - enjoy on boards, enjoy on wheels! | Home

Keywords

wheelsrider, wheels rider, mountainboard, scooterboard, snowboard, wheels, Mauro Sala, snowboard, boards, enjoy on boards, enjoy on wheels, mauro sala

Description

WheelsRider.com, il sito con articoli, foto e video su mountainboard, snowboard, scooterboard, bouldering e altri sport.

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
wheelsrider.com IN SOA 21600 mname: dns.technorail.com
rname: hostmaster.technorail.com
serial: 1
refresh: 86400
retry: 7200
expire: 2592000
minimum-ttl: 86400
wheelsrider.com IN MX 21600 mx.wheelsrider.com pri: 10
wheelsrider.com IN A 62.149.128.163 21600
wheelsrider.com IN A 62.149.128.166 21600
wheelsrider.com IN A 62.149.128.72 21600
wheelsrider.com IN A 62.149.128.74 21600
wheelsrider.com IN A 62.149.128.151 21600
wheelsrider.com IN A 62.149.128.154 21600
wheelsrider.com IN A 62.149.128.157 21600
wheelsrider.com IN A 62.149.128.160 21600
wheelsrider.com IN NS 21600 dns.technorail.com
wheelsrider.com IN NS 21600 dns2.technorail.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>Fitary - your sports and fitness diary</title>
    <meta name="description" content="fitary.com - Il tuo diario sportivo - Jump in now! It's free" />
    <meta name="keywords" content="fitary, Addominali, Bici, Bici mtb, Bouldering, Calcio, Calcio a 3, Calcio a 5, Calcio a 7, Calcio in strada, Canoa, Corsa, Corsa lenta, Corsa lenta collinare, Corsa media in piano, Cyclette, Downhill, Gara, Gita, Judo, Kitesurf, Krav maga, Medio montagna, Montagna, Mountainboard, Nuoto, Palestra, Pallavolo, Pesi, Ping pong, Progressivo in piano, Ripetute, Running, Scialpinismo, Scooterboard, Skateboard, Snowboard, Soccer, Tempo al km, Tennis, Trial running, Varazioni in  piano, Vario, Vogatore, Works, maurosala, linceross37, wolf, danipanz, ironpolo, skyrunner81, bugo, delfo, prova, skyratter, lucaz79, cine, staff, portz, paolo, sirusport, fitness, fit diary, fitary, gym, fitness diary, sport diary, workout diary, grafici, statistiche, tabelle, diario sport, diario fitness, diario allenamento, diario workout, diario online sport, diario sportivo, diario sport" />
    <base href="http://www.fitary.com/" />
    <link rel="stylesheet" type="text/css" href="css/jquery-ui-1.8.7.custom.css" />
    <link rel="stylesheet" type="text/css" href="css/nivo-slider.css" />
    <script type="text/javascript" src="js/jquery-ui-1.8.7.custom.min.js"></script>
    <script type="text/javascript" src="js/jquery.elastic.js"></script>
    <script type="text/javascript" src="js/jquery.nivo.slider.pack.js"></script>
    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
    <script type="text/javascript">
        google.load('visualization', '1', {packages:['corechart']});
        function hideall(){
            $("#search-box").fadeOut();
            $("#birds").val("");
            $('#submenu').hide();
            if ($("#showcaldet").html() != "loading...")
                $('#details').hide();
            $('#mysubmenu').hide();
        }
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-660793-11']);
        _gaq.push(['_trackPageview']);
        (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
    <script type="text/javascript">
var base = "http://www.fitary.com/";
function flip(cid){
    var elemento = document.getElementById(cid).style.display;
    if(elemento=='none')
        $('#'+cid).fadeIn();
    else
        $('#'+cid).fadeOut();
}
function checkLength( o, min, max ){
    if ( ($("#"+o).val().length > max) || ($("#"+o).val().length < min ) )
    {
        $("#"+o).addClass( "ui-state-error" );
        return false;
    }
    else
    {
        return true;
    }
}
function checkRegexp( o, regexp){
    if ( !( regexp.test( $("#"+o).val() ) ) )
    {
        $("#"+o).addClass( "ui-state-error" );
        return false;
    }
    else
    {
        return true;
    }
}
function checkEmpty(o, colorize){
    if ( $("#"+o).val().length > 0 )
    {
        return true;
    }
    else
    {
        if (colorize == 1)
            $("#"+o).addClass( "ui-state-error" );
        return false;
    }
}
function logged(){
    window.location = base;
}
function textareamodify(txtid, act){
    if (act == "more")
        $('#'+txtid).addClass("textarea-big", 300);
    else
    {
        if ($('#'+txtid).val() == "")
            $('#'+txtid).removeClass("textarea-big", 300);
    }
}
function traindet(tid){
    var p = $("#tool"+tid);
    var position = p.position();
    $("#details").css("left", position.left-120);
    $("#details").css("top", position.top-5);
    $("#showcaldet").load("ajax/showcaldet.php",{tid: tid}, function(){$("#details").show();});
}
function showCalDetails(tid,date){
    var p = $("#"+tid);
    var position = p.position();
    $("#details").css("left", position.left);
    $("#details").css("top", position.top+12);
    $("#showcaldet").html("loading...");
    $("#details").show();
    if (date == 3){
        ntid = tid.split("-");
        $("#showcaldet").load("ajax/showcaldet.php",{tid: ntid[1], date: date});
    }
    else
        $("#showcaldet").load("ajax/showcaldet.php",{tid: tid, date: date});
}
function search(){
    var sear = $("#birds").val();
    if (sear.length > 1)
    {
        $("#birds").addClass("ui-autocomplete-loading");
        var p = $("#birds");
        var position = p.position();
        $("#search-box").css("left", position.left+2);
        $("#search-box").css("top", position.top+23);
        $("#search-box").fadeIn();
        $("#search-box").load("ajax/search.php",{sid: sear}, function(){$("#birds").removeClass("ui-autocomplete-loading");});
    }
    else
        $("#search-box").fadeOut();
}
function login(){
    var bValid = true;
    $("input").removeClass('ui-state-error');
    emaill = checkLength("email", 6, 80 );
    pswl = checkLength("password", 1, 80 );
    emailr = checkRegexp("email", /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);
    bValid = emaill & pswl & emailr;
    if ( bValid )
    {
        $("#logrep").css("display","")
        $("#logrep").html('<img src="files/load_blue.gif" alt="loading" />');
        $('#logrep').load('ajax/login.php',{
        email: $("#email").val(),
        password: $("#password").val(),
        remember: $("#rem:checked").val()
        });
    }
}
function go2(url){
    window.location.href = url;
}
function showdescr(tid){
    if($("#des"+tid).css("display") == "none")
    {
        var p = $("#"+tid);
        var position = p.position();
        $("#des"+tid).css("left", position.left+2);
        $("#des"+tid).css("top", position.top-32);
        $("#des"+tid).show();
    }
    else
        $("#des"+tid).hide();
}
function richiedi(){
    var bValid = true;
    $("input").removeClass('ui-state-error');
    $("textarea").removeClass('ui-state-error');
    emaill = checkLength("email", 6, 80 );
    nomel = checkLength("nome", 1, 80 );
    emailr = checkRegexp("email", /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);
    if ($("textarea#testo").val().length > 0)
        testol = true;
    else
    {
        testol = false;
        $("#testo").addClass('ui-state-error');
    }
    bValid = emaill & nomel & emailr & testol;
    if ( bValid )
    {
        $("#sendbtn").html("Invio in corso");
        document.forms["info"].submit();
    }
}
function showUserCog(){
    var p = $("#cog");
    var position = p.position();
    $("#cogdetails").css("left", position.left-145);
    $("#cogdetails").css("top", position.top+12);
    $("#cogdetails").show();
    /*if (date == 3){
        ntid = tid.split("-");
        $("#showcaldet").load("ajax/showcaldet.php",{tid: ntid[1], date: date});
    }
    else
        $("#showcaldet").load("ajax/showcaldet.php",{tid: tid, date: date});*/
}
</script>    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
    <link rel="icon" href="favicon.ico" />
    <link rel="apple-touch-icon" href="favicon.png" />
</head>
<body>
<div class="search-box" style="display:none;" id="search-box"></div>
<div id="hider" style="height:100%;overflow:auto;">
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    });
</script>
<div class="bluebar">
</div>
<div style="width:970px;margin-left: auto;margin-right: auto;">
    <div id="search-bar" class="search-bar">
        <input type="text" class="ipt-search" name="search" id="birds" onkeypress="search();" title="Cerca" placeholder="Cerca" />
    </div>
    <div style="padding-top:10px;float:right;padding-right:10px;">
        <a href="lang/it/"><img src="../lang/it.gif" alt="italiano" title="italiano" /></a>
        <a href="lang/en/"><img src="../lang/us.gif" alt="english" title="english" /></a>
    </div>
</div>
<div class="centerbar">
    <div class="centerer">
        <div id="logo-bar" class="logo-bar">
            <div style="width:600px;float:left;">
                <a href="/"><img src="files/logo.png" alt="logo" /></a>
            </div>
            <div style="width:370px;padding:50px 0px 10px 0px;;float:left;text-align:right;">
                <a href="main/signin/" class="register-lnk" style="float:right;">Accedi</a>
                <div style="float:right;padding-right:10px;font-size:15px;">
                    Hai gi&agrave; un account?                </div>
                <div style="text-align:center;padding:5px;color:#026890;font-weight:bold;border-radius:5px;border:1px solid #056b93;background-color:#79c9ec;display:none;" id="logrep"></div>
            </div>
        </div>
        <div id="descr-bar" class="descr-bar">
            <div style="width:450px;float:left;">
                <div style="font-size:25px;color:#5e5e5e;">
                    TIENI TRACCIA DI TUTTO<br />LO SPORT CHE FAI                </div>
                <div style="padding:10px;font-size:15px;color:#5e5e5e;">
                    Il tuo diario online dove registrare gli allenamenti e le gare che fai.<br/>Fitary.com - your sport and fitness diary                </div>
            </div>
            <div style="width:470px;float:left;color:#999999;text-align:center;padding:25px 0px 0px 50px;">
                <a href="main/signup/" class="register-lnk" style="float:right;">ISCRIVITI ORA<br />&egrave; gratis!</a>
            </div>
        </div>
        <!--<div id="show-bar" style="height:100%;overflow:auto;">
            <div class="homedesc">
                <p class="phomedesc"><img src="files/comments.png" alt="friend" /> Scegli il tipo di sport da inserire dal menu a tendina</p>
                <p>Guarda le statistiche sul tuo peso, scopri il tuo peso ideale, peso medio mensile e annuale e tanto altro!</p>
            </div>
            <div class="homedesc">
                <p class="phomedesc"><img src="files/calendar.png" alt="calendar" /> Tieni traccia del tuo peso</p>
                <p>Con gli "aggregatori" puoi unire diversi tipi di allenamenti e visualizzare i valori totali</p>
            </div>
            <div class="homedesc">
                <p class="phomedesc"><img src="files/stats.png" alt="stats" /> Visualizza i grafici per sapere quanto sport fai</p>
                <p>Nella sezione tabelle puoi avere una panoramica generale per ogni tipo di sport e modificare i dati inseriti</p>
            </div>
            <div class="homedesc">
                <p class="phomedesc"><img src="files/charts.png" alt="charts" /> Consulta le statistiche se sei un fanatico dei numeri</p>
                <p>In "attivit&agrave; recenti" puoi vedere cosa fanno i tuoi amici, esprimere apprezzamenti e commentare gli sport che fanno</p>
            </div>
            <div style="float:left;width:100%;padding:10px 0px 10px 0px;font-size:20px;color:#5e5e5e;">
                Vuoi avere altre informazioni? Vai alla pagina di  <a href="main/help/" class="cal-lnk" style="font-size:20px;">Aiuto</a>
            </div>
        </div>-->
        <!--<div style="border-radius:5px;">
            <img src="files/slider/04.jpg" alt="slider" />
        </div>-->
        <!--slider-->
        <div style="width:100%;overflow:auto;" id="slider-wrapper">
            <div id="slider" class="nivoSlider" style="padding-bottom:50px;">
                <img src="files/slider/01.jpg" alt="slider1" title="#01" />
                <img src="files/slider/02.jpg" alt="slider2" title="#02" />
                <img src="files/slider/03.jpg" alt="slider3" title="#03" />
                <img src="files/slider/04.jpg" alt="slider4" title="#04"/>
                <img src="files/slider/05.jpg" alt="slider5" title="#05"/>
                <img src="files/slider/06.jpg" alt="slider6" title="#06"/>
                <img src="files/slider/07.jpg" alt="slider7" title="#07"/>
                <img src="files/slider/08.jpg" alt="slider8" title="#08"/>
                <img src="files/slider/09.jpg" alt="slider9" title="#09"/>
                <img src="files/slider/10.jpg" alt="slider10" title="#10"/>
            </div>
        </div>
        <div id="01" class="nivo-html-caption">Scegli il tipo di sport da inserire dal menu a tendina</div>
        <div id="02" class="nivo-html-caption">Tieni traccia del tuo peso</div>
        <div id="03" class="nivo-html-caption">Visualizza i grafici per sapere quanto sport fai</div>
        <div id="04" class="nivo-html-caption">Consulta le statistiche se sei un fanatico dei numeri</div>
        <div id="05" class="nivo-html-caption">Guarda le statistiche sul tuo peso, scopri il tuo peso ideale, peso medio mensile e annuale e tanto altro!</div>
        <div id="06" class="nivo-html-caption">Con gli "aggregatori" puoi unire diversi tipi di allenamenti e visualizzare i valori totali</div>
        <div id="07" class="nivo-html-caption">Nella sezione tabelle puoi avere una panoramica generale per ogni tipo di sport e modificare i dati inseriti</div>
        <div id="08" class="nivo-html-caption">In "attivit&agrave; recenti" puoi vedere cosa fanno i tuoi amici, esprimere apprezzamenti e commentare gli sport che fanno</div>
        <div id="09" class="nivo-html-caption">Dalla pagina di ogni utente puoi inviare messaggi o diventare suo fan!</div>
        <div id="10" class="nivo-html-caption">Scegli tu cosa ti interessa di ogni sport! Puoi scegliere tra moltissime caratteristiche, e se non trovi qualcosa faccelo sapere, lo aggiungeremo subito</div>
        <!--slider-->
        <div style="float:left;width:100%;padding:10px 0px 10px 0px;font-size:20px;color:#5e5e5e;">
            Vuoi avere altre informazioni? Vai alla pagina di  <a href="main/help/" class="cal-lnk" style="font-size:20px;">Aiuto</a>
        </div>
    </div>
</div>
    <div class="greybar">
        <div class="centerer">
            <div style="float:left;overflow:auto;height:100%;width:300px;color:#404040;">
                &#169;2010-2012 fitary.com - Beta version
                <div style="padding-top:10px;height:100%;overflow:auto;">
                    <a href="main/privacy/" style="padding-left:0px;" class="small-lnk">Informativa privacy</a>
                    <a href="main/help/" class="small-lnk">Aiuto</a>
                    <a href="main/contacts/" class="small-lnk">Contatti</a>
                    <a href="main/friends/" class="small-lnk">Friends</a>
                </div>
                <div style="width:300px;height:100%;overflow:auto;">
                    <a href="http://water.fitary.com" class="small-lnk" style="padding-left:0px;">Water</a>
                    <a href="http://m.fitary.com" class="small-lnk">Mobile add</a>
                </div>
            </div>
            <div style="float:left;overflow:auto;height:100%;width:350px;color:#404040;">
                <a rel="license" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Licenza Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a>
                <br />
                fitary.com is licensed under a Creative Commons
                <br /><br />
                fitary.com protects your privacy and security.
            </div>
            <div style="float:left;text-align:right;overflow:auto;height:100%;width:300px;color:#404040;">
                <div style="float:right;">
                    <a href="http://twitter.com/share" class="twitter-share-button" data-url="www.fitary.com" data-text="Fitary.com - your sports and fitness diary @FitaryCom" data-count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
                </div>
                <div style="float:right;padding-top:3px;padding-right:10px;">
                    <iframe src="http://www.facebook.com/plugins/like.php?href=www.fitary.com&amp;layout=box_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:65px; height:65px;" allowTransparency="true"></iframe>
                </div>
                <div style="float:right;padding-top:3px;padding-right:10px;">
                    <g:plusone size="tall"></g:plusone>
                </div>
            </div>
            <div style="padding-top:10px;float:left;width:950px;">
                <div style="float:left;width:300px;color:#404040;text-align:center;">
                    TIENI TRACCIA DI TUTTO<br />LO SPORT CHE FAI                </div>
                <div style="float:left;width:650px;color:#404040;">
                    Il tuo diario online dove registrare gli allenamenti e le gare che fai.<br/>Fitary.com - your sport and fitness diary                </div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...