hike-lite.co.uk Report : Visit Site


  • Server:Apache/2.4.7 (Ubuntu...
    X-Powered-By:PHP/5.5.9-1ubuntu4.29

    The main IP address: 88.208.193.192,Your server United Kingdom,Gloucester ISP:Fast Hosts Ltd  TLD:uk CountryCode:GB

    The description :'.$opt.' '; $java_opts.='"'.$opt.'":['; $java_opts.='{text:"please select",value:""},'; $java_opts.='{text:"generic",value:""},'; foreach($newarray[$opt] as $value){ $java_opts.='{text:"'.$value.'",va...

    This report updates in 15-Aug-2019

Created Date:26-Oct-2019
Changed Date:26-Oct-2019

Technical data of the hike-lite.co.uk


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host hike-lite.co.uk. Currently, hosted in United Kingdom and its service provider is Fast Hosts Ltd .

Latitude: 51.86568069458
Longitude: -2.2430999279022
Country: United Kingdom (GB)
City: Gloucester
Region: England
ISP: Fast Hosts Ltd

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called Apache/2.4.7 (Ubuntu) containing the details of what the browser wants and will accept back from the web server.

Content-Length:3125
X-Powered-By:PHP/5.5.9-1ubuntu4.29
Set-Cookie:PHPSESSID=mc5le1dfeuc77rihq1f431dv82; path=/
Expires:Thu, 19 Nov 1981 08:52:00 GMT
Vary:Accept-Encoding
Keep-Alive:timeout=5, max=100
Server:Apache/2.4.7 (Ubuntu)
Connection:Keep-Alive
Pragma:no-cache
Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Date:Thu, 15 Aug 2019 14:47:16 GMT
Content-Type:text/html
Content-Encoding:gzip

DNS

soa:localhost. root.localhost. 2 60 86400 2419200 604800
ns:fs45.xseo.co.uk.
ipv4:IP:88.208.193.192
ASN:8560
OWNER:ONEANDONE-AS Brauerstrasse 48, DE
Country:GB

HtmlToText

'.$opt.' '; $java_opts.='"'.$opt.'":['; $java_opts.='{text:"please select",value:""},'; $java_opts.='{text:"generic",value:""},'; foreach($newarray[$opt] as $value){ $java_opts.='{text:"'.$value.'",value:"'.$value.'"},'; } $java_opts=rtrim($java_opts, ","); $java_opts.='],'; } $java_opts=rtrim($java_opts, ","); $java_opts.='}'; #################### ### the themes header part### $new_site['content_1']=' '; ########################## ################## ###the themes form part: ########################## ################## if($path=='/create_new_site'){ if(isset($_post['site_info'])){ $server_name_path=dirloc::$dirlocation."server_name.txt"; $handle = fopen($server_name_path, "r"); $server_name=fread($handle,filesize($server_name_path)); fclose($handle); $fulladdress=$domain.$path; $site_logo=$_post['sitelogo']; $site_logo=str_replace('\'',"\'",$site_logo); $slogan=$_post['slogan']; $slogan=str_replace('\'',"\'",$slogan); $site_company=$_post['company']; $site_company=str_replace('\'',"\'",$site_company); $site_email=$_post['email_bit']; $site_email=str_replace('\'',"\'",$site_email); $site_sidebar=$_post['side_bar_1']; $site_sidebar=str_replace('\'',"\'",$site_sidebar); // this is for the homepage content $site_title=$_post['title']; $site_title=str_replace('\'',"\'",$site_title); $site_heading=$_post['heading']; $site_heading=str_replace('\'',"\'",$site_heading); $site_content=$_post['content_1']; $theme=$_post['fieldone']; $subtheme=$_post['findone']; $site_content=str_replace('\'',"\'",$site_content); # $leftfooter1=' 2015 © copyright '.$site_logo.' - '.$domain.' all rights reserved. email: '.$site_email.'@'.$domain.' '.php_eol; $leftfooter1=' © '.$site_logo.' 2015 | www.'.$domain.' | privacy | terms & conditions | cookie policy | all rights reserved. contact: '.$site_email.'@'.$domain.' . '.php_eol; $menu=' home '.php_eol; $thistitle=$site_title; $thiscontent=$site_content; $thisheading=$site_heading; $thisanchor='home'; $thisbox=''; //$rand_link_num=rand(0,3); $thislinks=''; $path_page='/'; $email=$site_email.'@'.$domain; $current_time=date('h:m d/m/y'); $rich_bit=' [domain] [average] out of 5 based on [ratings] ratings. [reviews] user reviews. '; $average=rand(30,50)/10; $rating=rand(1,100); $reviews=rand(1,$rating); $rich_bit=str_replace('[domain]',$domain,$rich_bit); $rich_bit=str_replace('[average]',$average,$rich_bit); $rich_bit=str_replace('[ratings]',$rating,$rich_bit); $rich_bit=str_replace('[reviews]',$reviews,$rich_bit); $cont=db_connect::connect_db(); mysqli_query($cont,"insert into sitewide_data (domain, server_location, logo, menu, company, side_bar_1, footer_left_1, footer_wide_2, email, theme, subtheme, slogan) values ('$domain', '$server_name', '$site_logo', '$menu','$site_company' , '$site_sidebar', '$leftfooter1', '$rich_bit', '$email', '$theme', '$subtheme', '$slogan');"); mysqli_query($cont, "insert into page_data (page_url, domain, page_title, content_1, heading_1, anchor, box_2, link_content, active_status, time_created) values ('$path_page', '$domain' ,'$thistitle', '$thiscontent', '$thisheading', '$thisanchor', '$thisbox', '$thislinks', '1', '$current_time')"); db_connect::disconnect_db($cont); sleep(1); header('location: /'); } $server_name_path=dirloc::$dirlocation."server_name.txt"; $handle = fopen($server_name_path, "r"); $server_name=fread($handle,filesize($server_name_path)); fclose($handle); $site_title='welcome to '.$site_logo.''; $site_heading='welcome to '.$site_logo.''; $new_site['heading_1']='welcome to new site creation'; $new_site['page_title']='welcome to new site creation'; $new_site['content_2']='this website is on: '.$server_name.' enter the site logo: must have! slogan: enter company name: enter website email: must have! @'.$domain.' select the theme | subtheme: please select '.$select.' please select the category on the left first. image finder (you can use the themes found above or search for a more specific image): enter the sidebar content: must have! '.$site_sidebar.' enter home page meta title: enter home page heading: enter the homepage content: must have! '.$site_content.' '; // $leftfooter1=' 2013 © copyright '.$sitelogo.' - '.$domain.' all rights reserved. email: '.$email.' '.php_eol; } else{ $new_site['heading_1']='welcome to '.$domain; $new_site['content_1']='welcome to '.$domain.'. the new website is in the process of being created so please bookmark us or add us to google+. dont forget to check back later!'; } $returnarray=array(); $returnarray[]=$new_site; $returnarray[]=$new_head; return $returnarray; } ?>

URL analysis for hike-lite.co.uk


http://www.hike-lite.co.uk//mailto:'.$site_email.'@'.$domain.'
http://www.hike-lite.co.uk//mailto:'.$email.'

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;


Domain name:
hike-lite.co.uk

Data validation:
Nominet was not able to match the registrant's name and/or address against a 3rd party source on 03-Jul-2019

Registrar:
Nedko Nedkov [Tag = NEDKOV]

Relevant dates:
Registered on: 26-Oct-2019
Expiry date: 26-Oct-2020
Last updated: 26-Oct-2019

Registration status:
Registered until expiry date.

Name servers:
ns1.parkingcrew.net
ns2.parkingcrew.net

WHOIS lookup made at 05:34:50 15-Dec-2019

--
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:

Copyright Nominet UK 1996 - 2019.

You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at https://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REFERRER http://www.nominet.org.uk

  REGISTRAR Nominet UK

SERVERS

  SERVER co.uk.whois-servers.net

  ARGS hike-lite.co.uk

  PORT 43

  TYPE domain

DOMAIN

SPONSOR
Nedko Nedkov [Tag = NEDKOV]
Relevant dates:

  CREATED 26-Oct-2019

  CHANGED 26-Oct-2019

STATUS
Registered until expiry date.

NSERVER

  NS1.PARKINGCREW.NET 13.248.158.159

  NS2.PARKINGCREW.NET 76.223.21.9

  NAME hike-lite.co.uk

DISCLAIMER
This WHOIS information is provided for free by Nominet UK the central registry
for .uk domain names. This information and the .uk WHOIS are:
Copyright Nominet UK 1996 - 2019.
You may not access the .uk WHOIS or use any data from it except as permitted
by the terms of use available in full at https://www.nominet.uk/whoisterms,
which includes restrictions on: (A) use of the data for advertising, or its
repackaging, recompilation, redistribution or reuse (B) obscuring, removing
or hiding any or all of this notice and (C) exceeding query rate or volume
limits. The data is provided on an 'as-is' basis and may lag behind the
register. Access may be withdrawn or restricted at any time.

  REGISTERED no

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.uhike-lite.com
  • www.7hike-lite.com
  • www.hhike-lite.com
  • www.khike-lite.com
  • www.jhike-lite.com
  • www.ihike-lite.com
  • www.8hike-lite.com
  • www.yhike-lite.com
  • www.hike-liteebc.com
  • www.hike-liteebc.com
  • www.hike-lite3bc.com
  • www.hike-litewbc.com
  • www.hike-litesbc.com
  • www.hike-lite#bc.com
  • www.hike-litedbc.com
  • www.hike-litefbc.com
  • www.hike-lite&bc.com
  • www.hike-literbc.com
  • www.urlw4ebc.com
  • www.hike-lite4bc.com
  • www.hike-litec.com
  • www.hike-litebc.com
  • www.hike-litevc.com
  • www.hike-litevbc.com
  • www.hike-litevc.com
  • www.hike-lite c.com
  • www.hike-lite bc.com
  • www.hike-lite c.com
  • www.hike-litegc.com
  • www.hike-litegbc.com
  • www.hike-litegc.com
  • www.hike-litejc.com
  • www.hike-litejbc.com
  • www.hike-litejc.com
  • www.hike-litenc.com
  • www.hike-litenbc.com
  • www.hike-litenc.com
  • www.hike-litehc.com
  • www.hike-litehbc.com
  • www.hike-litehc.com
  • www.hike-lite.com
  • www.hike-litec.com
  • www.hike-litex.com
  • www.hike-litexc.com
  • www.hike-litex.com
  • www.hike-litef.com
  • www.hike-litefc.com
  • www.hike-litef.com
  • www.hike-litev.com
  • www.hike-litevc.com
  • www.hike-litev.com
  • www.hike-lited.com
  • www.hike-litedc.com
  • www.hike-lited.com
  • www.hike-litecb.com
  • www.hike-litecom
  • www.hike-lite..com
  • www.hike-lite/com
  • www.hike-lite/.com
  • www.hike-lite./com
  • www.hike-litencom
  • www.hike-liten.com
  • www.hike-lite.ncom
  • www.hike-lite;com
  • www.hike-lite;.com
  • www.hike-lite.;com
  • www.hike-litelcom
  • www.hike-litel.com
  • www.hike-lite.lcom
  • www.hike-lite com
  • www.hike-lite .com
  • www.hike-lite. com
  • www.hike-lite,com
  • www.hike-lite,.com
  • www.hike-lite.,com
  • www.hike-litemcom
  • www.hike-litem.com
  • www.hike-lite.mcom
  • www.hike-lite.ccom
  • www.hike-lite.om
  • www.hike-lite.ccom
  • www.hike-lite.xom
  • www.hike-lite.xcom
  • www.hike-lite.cxom
  • www.hike-lite.fom
  • www.hike-lite.fcom
  • www.hike-lite.cfom
  • www.hike-lite.vom
  • www.hike-lite.vcom
  • www.hike-lite.cvom
  • www.hike-lite.dom
  • www.hike-lite.dcom
  • www.hike-lite.cdom
  • www.hike-litec.om
  • www.hike-lite.cm
  • www.hike-lite.coom
  • www.hike-lite.cpm
  • www.hike-lite.cpom
  • www.hike-lite.copm
  • www.hike-lite.cim
  • www.hike-lite.ciom
  • www.hike-lite.coim
  • www.hike-lite.ckm
  • www.hike-lite.ckom
  • www.hike-lite.cokm
  • www.hike-lite.clm
  • www.hike-lite.clom
  • www.hike-lite.colm
  • www.hike-lite.c0m
  • www.hike-lite.c0om
  • www.hike-lite.co0m
  • www.hike-lite.c:m
  • www.hike-lite.c:om
  • www.hike-lite.co:m
  • www.hike-lite.c9m
  • www.hike-lite.c9om
  • www.hike-lite.co9m
  • www.hike-lite.ocm
  • www.hike-lite.co
  • hike-lite.co.ukm
  • www.hike-lite.con
  • www.hike-lite.conm
  • hike-lite.co.ukn
  • www.hike-lite.col
  • www.hike-lite.colm
  • hike-lite.co.ukl
  • www.hike-lite.co
  • www.hike-lite.co m
  • hike-lite.co.uk
  • www.hike-lite.cok
  • www.hike-lite.cokm
  • hike-lite.co.ukk
  • www.hike-lite.co,
  • www.hike-lite.co,m
  • hike-lite.co.uk,
  • www.hike-lite.coj
  • www.hike-lite.cojm
  • hike-lite.co.ukj
  • www.hike-lite.cmo
Show All Mistakes Hide All Mistakes