php die
Posted: Sun Nov 01, 2015 7:18 am
I was wondering, how to deal with jerks who disable javascript to try to block ads on my sites
so my thinking is to use the HTML tags
and then refuse to display the page
do search engines care, if so, any suggestions to cope with this threat
so my thinking is to use the HTML tags
Code: Select all
<noscript>
<p>This site site requires JavaScript to function properly</p>
<?php
die();
?>
</noscript>
do search engines care, if so, any suggestions to cope with this threat