开发者 | michael_greenberg |
---|---|
更新时间 | 2024年10月25日 23:20 |
捐献地址: | 去捐款 |
PHP版本: | 2.3 及以上 |
WordPress版本: | 6.6.2 |
版权: | Modified BSD (BSDv3) |
版权网址: | 版权信息 |
eval
); second, the
decoding process can be made arbitrarily computationally
intensive. This is similar to the idea of charging computational
payments to send e-mail, only this is actually implemented.
By default, PHPEnkoder scrambles e-mails in plaintext and in mailto:
links. It additionally provides a shortcode for manual scrambling,
used like so: [enkode text="shown to non-JS browsers"]this will be scrambled[/enkode]
.
phpenkoder.1.12.1.zip
from the plugin
directory and upload enkoder.php
to the
/wordpress/wp-content/plugins/
directorySettings
WordPress creates excerpts by simply stripping tags from truncated content. This results in some Javascript-protecting comments appearing in the excerpt text, as there isn't a convenient way to determine if content being rendered is meant for an excerpt or the page. For now, a customizable message appears; by default, it will be rendered as / email hidden; JavaScript is required /. Any ideas for workarounds would be appreciated; please send them along.
The inspector shows the current live state of the DOM---how the page looks right now. Once PHPEnkoder's generated JavaScript runs, then the DOM will include all of the secrets. If you check the source, you'll see that your secrets are safe from (naively) prying eyes.
See the webpage for more information.