Changeset 710136
- Timestamp:
- 05/09/2013 12:11:32 AM (13 years ago)
- Location:
- byrev-wp-picshield-hotlink-defence/trunk
- Files:
-
- 2 edited
-
byrev-wp-picshield-import-admin.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
r710114 r710136 8 8 $__SOCIAL_SHARE_REFERER = array ('pinterest.com','tumblr.com','facebook.com','plus.google','twitter.com'); 9 9 10 $__KNOW_CDN_USER_AGENT = array ('photon', 'smush.it', 'akamai', 'cloudfront', 'netdna', 'bitgravity', 'maxcdn', 'edgecast', 'limelight' );10 $__KNOW_CDN_USER_AGENT = array ('photon', 'smush.it', 'akamai', 'cloudfront', 'netdna', 'bitgravity', 'maxcdn', 'edgecast', 'limelight', 'tineye', 'developers'); 11 11 //photon = wordpress images cdn 12 12 //photon ip : 207.198.112.* 13 13 //smush.it ip: 98.139.160.207 14 // tineye support 15 // developers google 16 // ggpht , google plus 14 17 15 18 $byrev_hotlink_gtfo_default = array( … … 39 42 '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 43 '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|developers', 'Allowed User Agents', 'User Agents list that you will be served directly', array()),44 'allowed_user_agents' => array('googlebot|msnbot|baiduspider|slurp|webcrawler|teoma|photon', 'Allowed User Agents', 'User Agents list that you will be served directly', array()), 42 45 '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 46 '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/readme.txt
r710114 r710136 113 113 114 114 == Changelog == 115 = 1.0 = 116 117 beta version. 118 119 = 1.1 = 120 1 st public version. 121 122 = 1.2b = 123 124 * Was added the possibility to disable watermark but keep the other protection (redirect direct-link from google images and block iframe embeded) 125 * debug errors: needle is not a string or an integer (need more testing) 126 127 = 1.3b = 128 129 * debug errors: Strict Standards: Only variables should be passed by reference in ... 130 131 = 1.4b = 132 133 * solved option issue for X-Frame 134 * add: Allow Online Translators (will be served directly) 135 * add: Special image, dynamically generated, served for warning visitors with blank referer; Available for those who need it! 136 137 = 1.5b = 138 139 * solved single page redirect 140 141 = 1.6b = 142 143 * solved incorect html code for "Special image, dynamically generated, served as a warning to visitors with blank referer" 144 145 = 1.6.1b = 146 147 * solved missing line in htaccess 148 149 = 1.7b = 150 151 * Allow socials sites. Facebook, Pinterest, Thumblr, Twitter, Google Plus - will be served directly; without this, share button will not work! (optional, enabled by default) 152 * Allow self server - Share images to: Wordpress via RPC and Twitter via RPC, will not work without this update ! 153 154 = 1.8b = 155 156 * Allow Write time over image (bottom left) when the file was cached (optional: disabled by default) 157 * Allow Source host over image in QR-BarCode Format. Bottom right position; Offers the opportunity to visit the site with smartphones using "barcode scanner" software (optional: disabled by default) 158 159 = 1.8.1b = 160 161 * Option to change Response Code for Not Found images; 404, 302 or 307 162 163 = 1.8.4b = 164 165 * add option: Manual Clear Cache script / This code avoid php limit execution. Cache is self-cleared after each Update Options. 166 * solved "image source transparency" issue (working: 50-100% transpareny) 167 * some change in design 168 169 = 1.8.5b = 170 171 * add allow remote ip list 172 * add CDN Tools, Info and Help (warning: this is not for dummies, dont screw up your server!) 173 * Change design from flat only-one page to multiple-pages. 174 175 = 1.8.6b = 176 177 * solve some issue with redirection from Google Chrome ... via https send fake referer !!! 178 179 = 1.8.7b = 180 181 * add redirection from Bing Search Engine and other hotlinkers. Work with Chrome and Firefox. Opera work only with google redirects. 182 183 = 1.8.8b = 184 185 * attempt at solving warning in logs: with Invalid image dimensions in byrev-wp-picshield.php on line *** 115 116 = 1.9.2 = 117 118 * solve problems with new user-agent from google+ (F***K this) 119 120 = 1.9.1 = 121 122 * add support for tineye 123 124 = 1.8.9 K2 = 125 126 * add option: Clean CacheFolder after Update; by default, cache wil not be deleted after every plugin option update, only if this option is checked!!! 127 128 = 1.8.9K = 129 130 * add redirection for IE 9/10 and Safari 131 132 = 1.8.9i = 133 134 * add KNOW_CDN_USER_AGENT photon, smush.it + something they do not know exactly: akamai, cloudfront, netdna, bitgravity, maxcdn, edgecast, limelight (silent force in htaccess; future options) 135 136 = 1.8.9h = 137 138 * add alternative redirection for watermark images: 307 Temporary Redirect 186 139 187 140 = 1.8.9b = … … 192 145 * Allow CDN wp.com ... 193 146 194 = 1.8.9h = 195 196 * add alternative redirection for watermark images: 307 Temporary Redirect 197 198 = 1.8.9i = 199 200 * add KNOW_CDN_USER_AGENT photon, smush.it + something they do not know exactly: akamai, cloudfront, netdna, bitgravity, maxcdn, edgecast, limelight (silent force in htaccess; future options) 201 202 = 1.8.9K = 203 204 * add redirection for IE 9/10 and Safari 205 206 = 1.8.9 K2 = 207 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 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) 147 = 1.8.8b = 148 149 * attempt at solving warning in logs: with Invalid image dimensions in byrev-wp-picshield.php on line *** 150 151 = 1.8.7b = 152 153 * add redirection from Bing Search Engine and other hotlinkers. Work with Chrome and Firefox. Opera work only with google redirects. 154 155 = 1.8.6b = 156 157 * solve some issue with redirection from Google Chrome ... via https send fake referer !!! 158 159 = 1.8.5b = 160 161 * add allow remote ip list 162 * add CDN Tools, Info and Help (warning: this is not for dummies, dont screw up your server!) 163 * Change design from flat only-one page to multiple-pages. 164 165 = 1.8.4b = 166 167 * add option: Manual Clear Cache script / This code avoid php limit execution. Cache is self-cleared after each Update Options. 168 * solved "image source transparency" issue (working: 50-100% transpareny) 169 * some change in design 170 171 = 1.8.1b = 172 173 * Option to change Response Code for Not Found images; 404, 302 or 307 174 175 = 1.8b = 176 177 * Allow Write time over image (bottom left) when the file was cached (optional: disabled by default) 178 * Allow Source host over image in QR-BarCode Format. Bottom right position; Offers the opportunity to visit the site with smartphones using "barcode scanner" software (optional: disabled by default) 179 180 = 1.7b = 181 182 * Allow socials sites. Facebook, Pinterest, Thumblr, Twitter, Google Plus - will be served directly; without this, share button will not work! (optional, enabled by default) 183 * Allow self server - Share images to: Wordpress via RPC and Twitter via RPC, will not work without this update ! 184 185 = 1.6.1b = 186 187 * solved missing line in htaccess 188 189 = 1.6b = 190 191 * solved incorect html code for "Special image, dynamically generated, served as a warning to visitors with blank referer" 192 193 = 1.5b = 194 195 * solved single page redirect 196 197 = 1.4b = 198 199 * solved option issue for X-Frame 200 * add: Allow Online Translators (will be served directly) 201 * add: Special image, dynamically generated, served for warning visitors with blank referer; Available for those who need it! 202 203 = 1.3b = 204 205 * debug errors: Strict Standards: Only variables should be passed by reference in ... 206 207 = 1.2b = 208 209 * Was added the possibility to disable watermark but keep the other protection (redirect direct-link from google images and block iframe embeded) 210 * debug errors: needle is not a string or an integer (need more testing) 211 212 = 1.1 = 213 1 st public version. 214 215 = 1.0 = 216 217 beta version. 217 218 218 219 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.