uk
Orbanos.org

Orbanos is ranked > 3,000,000 in the United Kingdom. 'Terran Orbanos « The Admins Blog.'

--Rank in United Kingdom

--Worldwide Rank

Monthly pages viewed< 300
Monthly visits< 300
Value per visitor--
Estimated worth£261.91
External links6
Number of pages15

Last Updated: 05/04/2018 . Estimated data, read disclaimer.

www.Orbanos.org

LinksServer
Server Location
Liquid Web Inc.
Michigan
Lansing
United States
42.7327, -84.5558

It is hosted by Liquid Web Inc (Michigan, Lansing,) using Apache/2 web server. ns1.orbanos.org, and ns2.orbanos.org are its DNS Nameservers. Its IP Number is 50.28.76.48.

IP: 50.28.76.48

Web Server: Apache/2

Encoding: utf-8

PING (50.28.76.48) 56(84) bytes of data.
64 bytes from host. (50.28.76.48): icmp_seq=1 ttl=55 20.1 ms
64 bytes from host. (50.28.76.48): icmp_seq=2 ttl=55 19.8 ms
64 bytes from host. (50.28.76.48): icmp_seq=3 ttl=55 20.2 ms
--- ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 19.805/20.065/20.231/0.219 ms
rtt min/avg/max/mdev = 19.805/20.065/20.231/0.219 ms

A time of 20.1 ms, is recorded in a ping test.

Server Setup
Date:--
Server:Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.7a mod_bwlimited/1.4 mod_perl/2.0.6 Perl/v5.12.5
Last-Modified:--
ETag:"cb000c-e1d-4ad4e0adaac00"
Accept-Ranges:bytes
Content-Length:3613
Connection:close
Content-Type:application/javascript
// JavaScript Document
var framechange = "Forum";
var a;
var b;
var framelist = ["Forum","Wiki","Pfsrd","Blog","Title"];
function load_xml(opt) {
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.open("GET",opt,false);
xmlhttp.send();
return xmlhttp.responseXML;
}
function frame_change(arg1, arg2) {
document.getElementById(arg1+"frame").src=arg2;
document.getElementById(arg1+"frame").URL=arg2;
}
function choose(opt)
{
framechange = opt;
for (a in framelist)
{
document.getElementById(framelist[a]+"link").style.backgroundColor="#333333";
document.getElementById(framelist[a]+"cell").style.display="none";
}
document.getElementById("title var").innerHTML=opt;
document.getElementById(opt+'link').style.backgroundColor="#999999";
document.getElementById(opt+"cell").style.display="block";
// load_sub_menu(opt);
if (document.getElementById(opt+'frame').contentDocument){
document.title = document.getElementById(opt+'frame').contentDocument.title;
}
else {
document.title = "Terran Orbanos Game Site";
}
}
function titleMouseOver() {
document.getElementById('middle').innerHTML="Click to Switch the page";
}
function middleMouseOut() {
doc