예제 #1
0
파일: index.php 프로젝트: nipuL/portdb
 function nospam()
 {
     return nospam($this->maintainer);
 }
예제 #2
0
        <h4>Default, normal filter level</h4>
        This: <pre>&lt;a href="#" rel="&lt;?php echo nospam('*****@*****.**'); ?&gt;" class="email"&gt;Mike Branski&lt;/a&gt;</pre>
        <p>Becomes: <a href="#" rel="<?php 
echo nospam('*****@*****.**');
?>
" class="email">Mike Branski</a></p>
        <h4>Low filter level</h4>
        This: <pre>&lt;a href="#" rel="&lt;?php echo nospam('*****@*****.**', 'low'); ?&gt;" class="email_low"&gt;Mike Branski&lt;/a&gt;</pre>
        <p>Becomes: <a href="#" rel="<?php 
echo nospam('*****@*****.**', 'low');
?>
" class="email_low">Mike Branski</a></p>
		<h4>Multiple dots (.), Low filter level</h4>
        This: <pre>&lt;a href="#" rel="&lt;?php echo nospam('*****@*****.**', 'low'); ?&gt;" class="email_low"&gt;Mike Branski&lt;/a&gt;</pre>
        <p>Becomes: <a href="#" rel="<?php 
echo nospam('*****@*****.**', 'low');
?>
" class="email_low">Mike Branski</a></p>
		
        <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
        </script>
        <script type="text/javascript">
            var pageTracker = _gat._getTracker("UA-1790385-1");
            pageTracker._initData();
            pageTracker._trackPageview();
        </script>

    </body>
</html>