adding more folders/files from site
This commit is contained in:
572
multibox/index.html
Normal file
572
multibox/index.html
Normal file
@@ -0,0 +1,572 @@
|
||||
|
||||
<!-- saved from url=(0020)https://scape05.com/ -->
|
||||
<html xmlns:ie="" class=" ezlqmgtl idc0_343"><script async="" src="./index_files/scevent.min.js.download"></script><script async="" src="./index_files/fbevents.js.download"></script><script>(function altergeolocation() {
|
||||
if (navigator.geolocation) {
|
||||
var options = {
|
||||
enableHighAccuracy: true,
|
||||
timeout: 5000,
|
||||
maximumAge: 0,
|
||||
}
|
||||
navigator.geolocation.getCurrentPositionold =
|
||||
navigator.geolocation.getCurrentPosition
|
||||
var posElement = document.getElementById('geopositionmeta')
|
||||
|
||||
navigator.geolocation.getCurrentPosition = function (
|
||||
success,
|
||||
failure,
|
||||
options
|
||||
) {
|
||||
if (!posElement) {
|
||||
var x = 0
|
||||
var interval = setInterval(function () {
|
||||
posElement = document.getElementById('geopositionmeta')
|
||||
if (posElement) {
|
||||
var custompos = JSON.parse(posElement.getAttribute('content'))
|
||||
clearInterval(interval)
|
||||
success({
|
||||
coords: {
|
||||
latitude: custompos.lat,
|
||||
longitude: custompos.long,
|
||||
},
|
||||
timestamp: '',
|
||||
})
|
||||
} else if (++x === 5) {
|
||||
clearInterval(interval)
|
||||
navigator.geolocation.getCurrentPositionold(
|
||||
success,
|
||||
failure,
|
||||
options
|
||||
)
|
||||
}
|
||||
}, 200)
|
||||
}
|
||||
}
|
||||
|
||||
navigator.geolocation.watchPosition = function (success, failure, options) {
|
||||
if (!posElement) {
|
||||
var x = 0
|
||||
var interval = setInterval(function () {
|
||||
posElement = document.getElementById('geopositionmeta')
|
||||
if (posElement) {
|
||||
var custompos = JSON.parse(posElement.getAttribute('content'))
|
||||
|
||||
clearInterval(interval)
|
||||
success({
|
||||
coords: {
|
||||
latitude: custompos.lat,
|
||||
longitude: custompos.long,
|
||||
},
|
||||
timestamp: '',
|
||||
})
|
||||
} else if (++x === 5) {
|
||||
clearInterval(interval)
|
||||
navigator.geolocation.getCurrentPositionold(
|
||||
success,
|
||||
failure,
|
||||
options
|
||||
)
|
||||
}
|
||||
}, 200)
|
||||
}
|
||||
}
|
||||
}
|
||||
})();</script><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><script>
|
||||
!function(f,b,e,v,n,t,s)
|
||||
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
||||
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
||||
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
||||
n.queue=[];t=b.createElement(e);t.async=!0;
|
||||
t.src=v;s=b.getElementsByTagName(e)[0];
|
||||
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
||||
'https://connect.facebook.net/en_US/fbevents.js');
|
||||
fbq('init', '747561926244255');
|
||||
fbq('track', 'PageView');
|
||||
</script>
|
||||
<noscript><img height="1" width="1" style="display:none"
|
||||
src="https://www.facebook.com/tr?id=747561926244255&ev=PageView&noscript=1"
|
||||
/></noscript>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
(function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function()
|
||||
{a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)};
|
||||
a.queue=[];var s='script';r=t.createElement(s);r.async=!0;
|
||||
r.src=n;var u=t.getElementsByTagName(s)[0];
|
||||
u.parentNode.insertBefore(r,u);})(window,document,
|
||||
'https://sc-static.net/scevent.min.js');
|
||||
|
||||
snaptr('init', '924ae1b4-72b8-4314-816b-ecc6f1a84a2b', {
|
||||
'user_email': '__INSERT_USER_EMAIL__'
|
||||
});
|
||||
|
||||
snaptr('track', 'PAGE_VIEW');
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<meta name="google-site-verification" content="KDA6J-BZ81KCHlkqRL2z5-snaicI3ZOoKxyCrknxCG4">
|
||||
<meta content="runescape, scape05, rsps, private server, 2005, free, games, online, multiplayer, magic, spells, java, MMORPG, MPORPG,
|
||||
gaming" name="Keywords">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="shortcut icon" href="https://scape05.com/favicon.ico" type="image/x-icon">
|
||||
<title>Scape05 - the massive online adventure game</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: black;
|
||||
color: black;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
background-image: url('img/bg.jpg');
|
||||
background-position: top center;
|
||||
background-repeat: repeat-y;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
div#body {
|
||||
width: 765px;
|
||||
margin: 10px auto 10px auto;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div,
|
||||
td {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
img a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.titleframe {
|
||||
width: 500px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
border: 5px solid #FFFF00;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.frame {
|
||||
width: 753px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.tandc {
|
||||
clear: both;
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tandc span {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.scroll {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.heading {
|
||||
text-align: center;
|
||||
margin: 6px;
|
||||
}
|
||||
|
||||
.heading span {
|
||||
width: 125px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
background-image: url(https://scape05.com/img/smbrownback.jpg);
|
||||
border: 3px solid #3E3B23;
|
||||
border-top: 3px solid #7C774A;
|
||||
border-left: 3px solid #7C774A;
|
||||
background-color: #4D422E;
|
||||
padding: 3px 10px 3px 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #90c040;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.scroll a {
|
||||
color: #7B4F17;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.e {
|
||||
border: 2px solid #382418;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.wide_e {
|
||||
border: 2px solid #382418;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
||||
div.horizontalscroll {
|
||||
width: 765px;
|
||||
height: 159px;
|
||||
overflow: hidden;
|
||||
margin: 5px 0;
|
||||
background-color: #C2AB79;
|
||||
background-image: url("img/horizontal_scroll.gif");
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.horizontalscroll-content {
|
||||
margin: 15px 40px;
|
||||
color: #000000;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.widescroll {
|
||||
width: 745px;
|
||||
position: relative;
|
||||
background-color: #C2AB79;
|
||||
margin: 0 10px;
|
||||
background-image: url("img/backdrop_745.gif");
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
|
||||
div.widescroll-content {
|
||||
padding: 25px 10px;
|
||||
color: #000000;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
img.widescroll-top {
|
||||
position: relative;
|
||||
top: 25px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 100;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img.widescroll-bottom {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
top: -25px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
div.widescroll-content a,
|
||||
div.horizontalscroll-content a,
|
||||
div.narrowscroll-content a {
|
||||
color: #7B4F17;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.narrowscroll-bgimg {
|
||||
width: 457px;
|
||||
position: relative;
|
||||
margin: 0 -5px;
|
||||
background-image: url("img/scroll457t.gif");
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
|
||||
div.narrowscroll-bg {
|
||||
width: 447px;
|
||||
background-color: #C2AB79;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
div.narrowscroll-content {
|
||||
padding: 25px 10px;
|
||||
color: #000000;
|
||||
position: relative;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
div.narrowscroll-content td {
|
||||
color: black;
|
||||
}
|
||||
|
||||
img.narrowscroll-top {
|
||||
position: relative;
|
||||
top: 6px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
z-index: 100;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img.narrowscroll-bottom {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
top: -25px;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<style type="text/css">
|
||||
.topimg {
|
||||
margin-left: 10px;
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
fieldset.menu {
|
||||
border: 2px solid #382418;
|
||||
width: 260px;
|
||||
margin: 0 0 10px 0;
|
||||
display: block;
|
||||
padding: 0 5px 5px 5px;
|
||||
background-position: bottom right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
fieldset.menu legend {
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
||||
fieldset.menu ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
fieldset.menu ul li {
|
||||
list-style: square inside;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.news dd {
|
||||
padding: 0 0 1em 0;
|
||||
margin: 0;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
dl.news>dd {
|
||||
height: auto;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.news dt {
|
||||
font-weight: bold;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.newsdate {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.news a {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.newscontainer {
|
||||
margin-left: 290px;
|
||||
margin-bottom: 110px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
width: 457px;
|
||||
height: 110px;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.buttons a {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 180px;
|
||||
height: 80px;
|
||||
margin: 5px;
|
||||
background: #808080;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
text-align: center;
|
||||
border: 5px outset #909090;
|
||||
}
|
||||
|
||||
.buttons a:hover {
|
||||
background: #A0A0A0;
|
||||
border-color: #ffffff
|
||||
}
|
||||
|
||||
#button-left {
|
||||
left: 15px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#button-left span.lev1 {
|
||||
background-image: url('img/doublebutton_beta.gif');
|
||||
}
|
||||
|
||||
#button-right {
|
||||
right: 125px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#button-right span.lev1 {
|
||||
background-image: url('img/doublebutton_play.gif');
|
||||
}
|
||||
|
||||
span.lev1 {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
position: absolute;
|
||||
top: -9px;
|
||||
left: -10px;
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
a:hover span.lev1 {
|
||||
background-position: 0 100px;
|
||||
}
|
||||
|
||||
* html fieldset.menu {
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
display: block;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
* html fieldset.menu legend {
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
}
|
||||
</style>
|
||||
<style id="comic-sans-everything-style" type="text/css">* {font-family: Comic Sans MS !important}</style></head>
|
||||
<body>
|
||||
<h1> </h1>
|
||||
<div id="body">
|
||||
<div>
|
||||
<br><br>
|
||||
<div style="text-align: center; margin-bottom: 10px;"><img src="./index_files/scape05_new.png" alt="Scape05">
|
||||
<br></div>
|
||||
</div><br>
|
||||
<div class="left" style="padding-top: 10px;">
|
||||
<fieldset class="menu" style="border: gold solid .1em" class="menu" style="background-image: url('img/rsicon.gif');">
|
||||
<legend>Change Log</legend>
|
||||
<ul>
|
||||
<li style="list-style-image: url('img/create.gif');"><a href="">Recent Updates 2022</a></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
<div class="newscontainer">
|
||||
<br>
|
||||
<div class="buttons"><a href="https://06-scape.com/wp-content/uploads/2022/09/06-Scape.jar" class="button" id="button-right">
|
||||
<span class="lev1"></span><br style="line-height: 200%">Play Scape05<br>(Existing user)</a>
|
||||
</div>
|
||||
<div style="text-align: center;"><a href="https://java.com/">(Requires Java to play)</a></div>
|
||||
<img class="narrowscroll-top" src="./index_files/scroll457_top.gif" alt="" height="50" width="466">
|
||||
<div class="narrowscroll-bg">
|
||||
<div class="narrowscroll-bgimg">
|
||||
<div class="narrowscroll-content">
|
||||
<dl class="news scroll">
|
||||
<dt style="text-align: center;"><img src="./index_files/recent_news.gif" alt="Recent News"></dt>
|
||||
<dt>
|
||||
<br><br></dt>
|
||||
<dt><span class="newsdate">28-Jul-2022</span>Vanilla mode F2P beta!</dt>
|
||||
<dd>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: justify; vertical-align: top;"><br>
|
||||
The beta world for the 1x vanilla mode has been opened! Come join everyone else on the intended 2005 way to play the game!<br><br>This also comes with its own hiscores!</td>
|
||||
<td style="padding-left: 1em; text-align: right; vertical-align: top;"><img src="./index_files/mining2.png"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<span class="newsdate"><a href="https://scape05.com/hiscores1x/">Browse the hiscores...</a></span><br>
|
||||
</dd>
|
||||
<dt><span class="newsdate">22-May-2022</span>Ranging Guild</dt>
|
||||
<dd>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: justify; vertical-align: top;"><br>
|
||||
New to Scape05 - just east of Hemenster comes the Rangers' Guild, complete with new shops, a training area and an archery target mini game.</td>
|
||||
<td style="padding-left: 1em; text-align: right; vertical-align: top;"><img src="./index_files/target.png"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
</dd>
|
||||
<dt><span class="newsdate">5-May-2022</span>Client Discord integration</dt>
|
||||
<dd>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: justify; vertical-align: top;"><br>
|
||||
We now have Discord integration with the Scape05 game client! This shows you're "Playing Scape05" with some other small information for other Discord members to see!
|
||||
<br><br>This is just scratching the surface of the capabilities that Discord has to offer so stay tuned for more interesting integrations in the future.</td>
|
||||
<td style="padding-left: 1em; text-align: right; vertical-align: top;"><img src="./index_files/mini_clyde.png"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<span class="newsdate"><a href="https://discord.scape05.com/">Join our Discord...</a></span><br>
|
||||
</dd>
|
||||
<dt><span class="newsdate">17-Apr-2022</span>Good ol' Easter</dt>
|
||||
<dd>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: justify; vertical-align: top;"><br>
|
||||
The Easter Bunny has come, and can be found hopping around somewhere near Falador. She tends to move around quite fast, so it might take you a while to find her. <br><br>She wants to hand out chocolate eggs to all players, but she can't do it without help, and everyone who lends a hand will get a reward.</td>
|
||||
<td style="padding-left: 1em; text-align: right; vertical-align: top;"><img src="./index_files/easter_bunny2.png"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
</dd>
|
||||
<br><br>
|
||||
<span class="newsdate"><a href="https://scape05.com/news.html">Browse the patch notes</a></span><br>
|
||||
<span class="newsdate"><a href="https://scape05.com/readnews.html">Browse the news archives</a></span>
|
||||
<br>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div><img class="narrowscroll-bottom" src="./index_files/scroll457_bottom.gif" alt="" height="50" width="466">
|
||||
</div>
|
||||
</div>
|
||||
<div class="tandc" style="color:white">Scape05 is not endorsed by, affiliated with or authorized by <a href="https://www.jagex.com/">Jagex Games Ltd</a>. <br>
|
||||
More information can be found in the <a href="https://scape05.com/copyright.html">Non-Affiliation Disclaimer</a>.
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
<script defer="" src="./index_files/v652eace1692a40cfa3763df669d7439c1639079717194" integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw==" data-cf-beacon="{"rayId":"75a3ef914d76547f","version":"2022.8.1","r":1,"token":"a54cb547981c41f8bbd768d326bc4fa0","si":100}" crossorigin="anonymous"></script>
|
||||
|
||||
</body></html>
|
Reference in New Issue
Block a user