2008-04-06 19:45:09 +00:00
|
|
|
<? /*
|
|
|
|
LibreSSL - CAcert web application
|
|
|
|
Copyright (C) 2004-2008 CAcert Inc.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; version 2 of the License.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*/ ?>
|
|
|
|
|
|
|
|
|
2006-11-27 00:52:11 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
2007-11-06 14:44:39 +00:00
|
|
|
<title>CAcert.org Site Stamp DISCONTINUED!</title>
|
2006-11-27 00:52:11 +00:00
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="pagecell1">
|
|
|
|
<div id="pageName"><br>
|
|
|
|
<h2><a href="http<? if($_SERVER['HTTPS']=="on") { echo "s"; } ?>://www.cacert.org">
|
|
|
|
<img src="http<? if($_SERVER['HTTPS']=="on") { echo "s"; } ?>://www.cacert.org/images/cacert3.png" border="0" alt="CAcert.org logo"></a></h2>
|
|
|
|
<? if($_SERVER['HTTPS']!="on") { ?>
|
|
|
|
<div id="googlead"><br><script type="text/javascript"><!--
|
|
|
|
google_ad_client = "pub-0959373285729680";
|
|
|
|
google_alternate_color = "ffffff";
|
|
|
|
google_ad_width = 234;
|
|
|
|
google_ad_height = 60;
|
|
|
|
google_ad_format = "234x60_as";
|
|
|
|
google_ad_type = "text";
|
|
|
|
google_ad_channel = "";
|
|
|
|
//--></script>
|
|
|
|
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>
|
|
|
|
<? } ?>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<div class="story">
|
2007-11-06 14:44:39 +00:00
|
|
|
<h3>CAcert.org Site Stamp DISCONTINUED!</h3>
|
|
|
|
|
|
|
|
The CAcert Site Stamp service is currently being discontinued. Please remove the stamps from your website.
|
|
|
|
<!--
|
2006-11-27 00:52:11 +00:00
|
|
|
<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
|
|
|
|
following line somewhere on your website:</p>
|
2006-12-10 07:49:22 +00:00
|
|
|
<p><script type="text/javascript"><br />
|
2008-08-25 20:59:10 +00:00
|
|
|
<!- -<br />
|
2006-12-12 03:34:08 +00:00
|
|
|
document.write('<');<br />
|
|
|
|
document.write('script type="text/javascript" src="'+location.protocol+'//stamp.cacert.org/showlogo.php"><');<br />
|
|
|
|
document.write('/script>');<br />
|
2008-08-25 20:59:10 +00:00
|
|
|
// - -><br />
|
2006-12-10 07:49:22 +00:00
|
|
|
</script></p>
|
2008-08-25 20:59:10 +00:00
|
|
|
< s c ript type="text/javascript">
|
|
|
|
< ! -<? ?> -
|
2006-12-12 03:34:08 +00:00
|
|
|
document.write('<');
|
|
|
|
document.write('script type="text/javascript" src="'+location.protocol+'//stamp.cacert.org/showlogo.php"><');
|
|
|
|
document.write('/script>');
|
2008-08-25 20:59:10 +00:00
|
|
|
//- ->
|
2006-12-10 07:49:22 +00:00
|
|
|
</script>
|
2006-12-12 03:34:08 +00:00
|
|
|
<br /><br /><br /><br />
|
2008-08-25 20:59:10 +00:00
|
|
|
-->
|
2006-11-27 00:52:11 +00:00
|
|
|
</div>
|
2007-11-06 14:44:39 +00:00
|
|
|
|
2006-12-09 00:23:15 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2006-11-27 00:52:11 +00:00
|
|
|
</body>
|
|
|
|
</html>
|