There are many security methods for Godaddy to advertise on the Internet, but I personally think it is not very good. Then, based on your own learning, we will launch the safest Godaddy advertising method:
Method 1: the CSS is hidden and the security is 90%. It may be K!
Add
<Style ># conash3d0 {display: None} </style>
Method 2: Chinese characters are blocked. the Godaddy network administrator should not use Chinese characters, and the security is 95%!
Add
<SCRIPT>
If (navigator. browserlanguage = 'zh-cn ')
Document. Write ('<NoScript> ')
</SCRIPT>
PHP code:
Add at the end of the PHP file, that is, <? PHP...?> In?> Add the code in the previous section!
If ($ _ server ['HTTP _ accept_language '] = 'zh-cn ')
Echo '<NoScript> ';
Method 3: Hide Chinese. The code is hidden only when the browser is Chinese. If the browser is an English browser, the Code is not hidden, and the security is 99%!
Add
<SCRIPT>
If (navigator. browserlanguage = 'zh-cn ')
Document. Write ('<style> # conash3d0 {display: None} </style> ')
</SCRIPT>
PHP code:
Add at the end of the PHP file, that is, <? PHP...?> In?> Add the code in the previous section!
If ($ _ server ['HTTP _ accept_language '] = 'zh-cn ')
Echo '<style ># conash3d0 {display: None} </style> ';
You can add them to the top bottom head.html footer public templates. After adding one, other pages will be implemented!
Because other pages reference this page!