403 Forbidden?
Why would a site come up as forbidden? Like the entire site rather than just certain parts of it?
http://www.garage-bomber.co.jp/
Try it, forbidden for everyone or?
Any way around it?
http://www.garage-bomber.co.jp/
Try it, forbidden for everyone or?
Any way around it?
What a load of wank, its a big Jap tuning company, someone in the UK has bought (a while ago) their R33 demo car thats some mad racer with well over 1000bhp and i jus wana get on the site to have a look as ive never seen this car, not a single pic....
Why the fook would it be forbidden
Why the fook would it be forbidden
Trending Topics
15K+ Super Poster!!
iTrader: (35)
Joined: May 2003
Posts: 15,109
Likes: 0
From: Vimto Land Nr Warrington, Cheshire
Its not coming up as forbidded its actually written with HTML coding that way...
Code:
<html>
<head>
<style>
a:link {font:8pt/11pt verdana; color:red}
a:visited {font:8pt/11pt verdana; color:#4e4e4e}
</style>
<meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<title>HTTP 403 (Forbidden)</title>
</head>
<script>
function Homepage(){
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL=document.location.href;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
urlresult=DocURL.substring(BeginURL,serverIndex);
if (protocolIndex - BeginURL > 7)
urlresult=""
//for display, we need to skip after http://, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
// Security precaution: must filter out "urlResult" and "displayresult"
forbiddenChars = new RegExp("[<>\'\"]", "g"); // Global search/replace
urlresult = urlresult.replace(forbiddenChars, "");
displayresult = displayresult.replace(forbiddenChars, "");
document.write('' + displayresult + "");
}
function doSearch()
{
saOC.NavigateToDefaultSearch();
}
function initPage()
{
document.body.insertAdjacentHTML("afterBegin","<object id=saOC CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object>");
}
</script>
<body bgcolor="white" onload="initPage()">
<table width="400" cellpadding="3" cellspacing="5">
<tr>
<td id="tableProps" valign="top" align="left">[img]pagerror.gif[/img]</td>
<td id="tableProps2" align="left" valign="middle" width="360"><h1 id="term1"
style="COLOR: black; FONT: 13pt/15pt verdana"><span id="errorText">You are not authorized to view this page</span></h1>
</td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2"><font id="LID1"
style="COLOR: black; FONT: 8pt/11pt verdana">You might not have permission to view this
directory or page using the credentials you supplied.</font></td>
</tr>
<tr>
<td id="tablePropsWidth" width="400" colspan="2"><font id="LID2"
style="COLOR: black; FONT: 8pt/11pt verdana"><hr color="#C0C0C0" noshade>
<p ID="term3"> If you believe you should be able to view this directory or page, please try to contact the
Web site by using any e-mail address or phone number that may be listed on the <script> Homepage();</script> home
page.</p>
<p id="term4">You can click [img]search.gif[/img] Search to look for information on the Internet.</p>
</p>
<h2 id="errortextcode" style="font:8pt/11pt verdana; color:black">HTTP Error 403 -
Forbidden
Internet Explorer </h2>
</font></td>
</tr>
</table>
</body>
</html>
Thread
Thread Starter
Forum
Replies
Last Post



