advertising + stamp updates
This commit is contained in:
parent
9e544cba90
commit
a1319fd8f1
1 changed files with 10 additions and 2 deletions
|
@ -29,8 +29,16 @@ google_ad_channel = "";
|
|||
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>
|
||||
<p><script type="text/javascript" src="http<? if($_SERVER['HTTPS']=="on") { echo "s"; } ?>://stamp.cacert.org/showlogo.php"></script></p>
|
||||
<script type="text/javascript" src="http<? if($_SERVER['HTTPS']=="on") { echo "s"; } ?>://stamp.cacert.org/showlogo.php"></script>
|
||||
<p><script type="text/javascript"><br />
|
||||
<!--<br />
|
||||
document.write('<script type="text/javascript" src="'+(location.protocol=='https'?'https':'http')+'://stamp.cacert.org/showlogo.php"></script>');<br />
|
||||
//--><br />
|
||||
</script></p>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
document.write('<script type="text/javascript" src="'+(location.protocol=='https'?'https':'http')+'://stamp.cacert.org/showlogo.php"></script>');
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue