Disabled the Stamp system
This commit is contained in:
parent
6c14992c56
commit
29a8f50bae
3 changed files with 31 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>CAcert.org Site Stamp HOWTO!</title>
|
||||
<title>CAcert.org Site Stamp DISCONTINUED!</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -24,7 +24,10 @@ google_ad_channel = "";
|
|||
</div>
|
||||
<div id="content">
|
||||
<div class="story">
|
||||
<h3>CAcert.org Site Stamp HOWTO!</h3>
|
||||
<h3>CAcert.org Site Stamp DISCONTINUED!</h3>
|
||||
|
||||
The CAcert Site Stamp service is currently being discontinued. Please remove the stamps from your website.
|
||||
<!--
|
||||
<p>The CAcert Site Stamp Programme is a very useful tool for site owners everywhere, it allows you yet another option to prevent people
|
||||
from stealing your content or making a fake site to pretend to be your site to carry out a phishing attack against your customers.</p>
|
||||
<p>To add the CAcert logo to your site you need to register for a <a href="https://www.cacert.org">CAcert</a> server certificate, then add the
|
||||
|
@ -45,6 +48,7 @@ google_ad_channel = "";
|
|||
</script>
|
||||
<br /><br /><br /><br />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
25
stamp/old_showlogo.php.broken
Normal file
25
stamp/old_showlogo.php.broken
Normal file
|
@ -0,0 +1,25 @@
|
|||
try
|
||||
{
|
||||
var URI = location.protocol+'//stamp.cacert.org';
|
||||
var URL = encodeURIComponent(URI);
|
||||
var curDateTime = new Date();
|
||||
var tz = -(curDateTime.getTimezoneOffset()/60);
|
||||
var rf = encodeURIComponent(parent==self ? window.document.referrer : top.document.referrer);
|
||||
var ul = encodeURIComponent(navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage);
|
||||
if(typeof(screen)=="object")
|
||||
{
|
||||
var sr = encodeURIComponent(screen.width+","+screen.height);
|
||||
var cd = encodeURIComponent(screen.colorDepth);
|
||||
var jo = encodeURIComponent(navigator.javaEnabled()?"Yes":"No");
|
||||
}
|
||||
|
||||
document.write("<script type='text/javascript'>function popup() { ");
|
||||
document.write("window.open('"+URI+"/certdet.php?refer="+location.href+"&tz="+tz+"', 'CertInfo',");
|
||||
document.write("'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=400,left=200,top=100'); } </script>");
|
||||
document.write("<a href='#' onClick='popup(); return false;'>");
|
||||
document.write("<img src='"+URI+"/displogo.php?refer="+location.href+"&tz="+tz+"&rf="+rf+"&ul="+ul+"&sr="+sr+"&cd="+cd+"&jo="+jo+"&URL="+URL+"' border='0' /></a>");
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
document.write("<img src='http://stamp.cacert.org/javascript_is_broken.php'/>");
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
try
|
||||
{
|
||||
var URI = location.protocol+'//stamp.cacert.org';
|
||||
var URL = encodeURIComponent(URI);
|
||||
var curDateTime = new Date();
|
||||
var tz = -(curDateTime.getTimezoneOffset()/60);
|
||||
var rf = encodeURIComponent(parent==self ? window.document.referrer : top.document.referrer);
|
||||
var ul = encodeURIComponent(navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage);
|
||||
if(typeof(screen)=="object")
|
||||
{
|
||||
var sr = encodeURIComponent(screen.width+","+screen.height);
|
||||
var cd = encodeURIComponent(screen.colorDepth);
|
||||
var jo = encodeURIComponent(navigator.javaEnabled()?"Yes":"No");
|
||||
}
|
||||
|
||||
document.write("<script type='text/javascript'>function popup() { ");
|
||||
document.write("window.open('"+URI+"/certdet.php?refer="+location.href+"&tz="+tz+"', 'CertInfo',");
|
||||
document.write("'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=400,left=200,top=100'); } </script>");
|
||||
document.write("<a href='#' onClick='popup(); return false;'>");
|
||||
document.write("<img src='"+URI+"/displogo.php?refer="+location.href+"&tz="+tz+"&rf="+rf+"&ul="+ul+"&sr="+sr+"&cd="+cd+"&jo="+jo+"&URL="+URL+"' border='0' /></a>");
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
document.write("<img src='http://stamp.cacert.org/javascript_is_broken.php'/>");
|
||||
}
|
Loading…
Reference in a new issue