Changeset 710114
- Timestamp:
- 05/08/2013 11:36:37 PM (13 years ago)
- Location:
- byrev-wp-picshield-hotlink-defence/trunk
- Files:
-
- 3 edited
-
byrev-wp-picshield-import-admin.php (modified) (2 diffs)
-
byrev-wp-picshield-interface.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-import-admin.php
r709110 r710114 5 5 6 6 $__ONLINE_TRANSLATORS = array('translate.google.com','translate.googleusercontent.com','www.microsofttranslator.com'); 7 $__SOCIAL_SHARE_USER_AGENT = array ('facebookexternalhit','facebookplatform','pinterest','feedfetcher' );7 $__SOCIAL_SHARE_USER_AGENT = array ('facebookexternalhit','facebookplatform','pinterest','feedfetcher','ggpht'); 8 8 $__SOCIAL_SHARE_REFERER = array ('pinterest.com','tumblr.com','facebook.com','plus.google','twitter.com'); 9 9 … … 39 39 'images_extension' => array('jpg jpeg png gif','Files To Protect', 'Image Extensions Files to protected by <b>WP-PICShield</b> plugin (without the dot)', ""), 40 40 'allowed_domains' => array($_SERVER['SERVER_NAME'], 'Allowed Domains', 'Domains that you will allow to hotlink images', array()), 41 'allowed_user_agents' => array('googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon|tineye ', 'Allowed User Agents', 'User Agents list that you will be served directly', array()),41 'allowed_user_agents' => array('googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon|tineye|developers', 'Allowed User Agents', 'User Agents list that you will be served directly', array()), 42 42 'allowed_remote_ip' => array("", 'Allowed Remote IP', 'Remote IP that you will allow to hotlink/get images <i>(like CDN, or other services)</i>', array()), 43 43 'allow_online_translators' => array('Enable','Allow Online Translators', 'Online translatos will be served directly', array('Enable|1','Disable|0')), -
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php
r709110 r710114 4 4 Plugin URI: http://wp-picshield.com/ 5 5 Description: Images Hotlink Protection for Your Wordpress Websites; Anti-Hotlinking images/photos - Extensive Plugin for Watermark Pictures and images links redirect to the original page, based on Invalid Refferers and Boot. 6 Version: 1.9. 16 Version: 1.9.2 7 7 Author: Emilian Robert Vicol 8 8 Author URI: http://publicphoto.org/ … … 34 34 ?> 35 35 <?php 36 define('_BYREV_WP_PICSHIELD', '1.9. 1');36 define('_BYREV_WP_PICSHIELD', '1.9.2'); 37 37 38 38 define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']); -
byrev-wp-picshield-hotlink-defence/trunk/readme.txt
r709110 r710114 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.9. 17 Stable tag: 1.9.2 8 8 9 9 == Description == … … 208 208 * add option: Clean CacheFolder after Update; by default, cache wil not be deleted after every plugin option update, only if this option is checked!!! 209 209 210 = 1.9.1 = 211 212 * add support for tineye 213 214 = 1.9.2 = 215 216 * solve problems with new user-agent from google+ (F***K this) 217 210 218 == Upgrade Notice == 211 219
Note: See TracChangeset
for help on using the changeset viewer.