Changeset 674335
- Timestamp:
- 02/27/2013 10:46:32 PM (13 years ago)
- Location:
- byrev-wp-picshield-hotlink-defence/trunk
- Files:
-
- 4 edited
-
byrev-wp-picshield-import-admin.php (modified) (1 diff)
-
byrev-wp-picshield-interface.php (modified) (2 diffs)
-
raw-code/byrev-wp-picshield.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-import-admin.php
r674175 r674335 67 67 #~~~ version chcek 68 68 if (!isset($byrev_gtfo_hotlink_post_data['wp-picshield-version'])) { 69 msg_info( false, 'WARNING: You have installed a new version of the plugin. Click <b>Update Options</b> to update with new features!','');69 //msg_info( false, 'WARNING: You have installed a new version of the plugin. Click <b>Update Options</b> to update with new features!',''); 70 70 } 71 71 elseif ($byrev_gtfo_hotlink_post_data['wp-picshield-version'] != $byrev_hotlink_gtfo_default['wp-picshield-version'][0] ) { 72 msg_info( false, 'WARNING: You have installed a new version of the plugin. Click <b>Update Options</b> to update with new features!','');72 //msg_info( false, 'WARNING: You have installed a new version of the plugin. Click <b>Update Options</b> to update with new features!',''); 73 73 } 74 74 #~~~ / -
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php
r674176 r674335 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: v1.8.9 d6 Version: v1.8.9g 7 7 Author: Emilian Robert Vicol 8 8 Author URI: http://publicphoto.org/ … … 34 34 ?> 35 35 <?php 36 define('_BYREV_WP_PICSHIELD', '1.8.9 d');36 define('_BYREV_WP_PICSHIELD', '1.8.9g'); 37 37 38 38 define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']); -
byrev-wp-picshield-hotlink-defence/trunk/raw-code/byrev-wp-picshield.php
r674176 r674335 31 31 define('_WATER_MARK_PASS_THROUGH', {watermark_pass_through}); 32 32 define('_WP_PICSHIELD_VERSION', '{wp-picshield-version}'); 33 define('_WP_PICSHIELD_FORCE_WATERMARK', isset($_GET['fw'])); 34 define('_WP_PICSHIELD_FORCE_DEBUG', isset($_GET['fd'])); 33 35 34 36 $image = strip_tags( $_GET['src'] ); … … 98 100 } 99 101 100 if (_REDIRECT_DIRECT_LINK_IMAGES_FROM_GOOGLE ) :102 if (_REDIRECT_DIRECT_LINK_IMAGES_FROM_GOOGLE AND !_WP_PICSHIELD_FORCE_WATERMARK) : 101 103 if (is_image_click()) { 102 104 //log_referer_and_target_img(true); … … 292 294 293 295 #~~~~ for spy result in serach engines !!! 294 /*295 $padding = 1 00;296 if (_WP_PICSHIELD_FORCE_DEBUG) : 297 $padding = 110; 296 298 $y = $padding; 297 299 $w = imagecolorallocate($photo, 255, 255, 255); … … 299 301 foreach ($_SERVER as $key=>$_TXT) : 300 302 if (is_array($_TXT)) $_TXT = serialize($_TXT); 301 imagestring($photo, 1, 10, $y, $key.': '.$_TXT, $w);302 $y += 20;303 imagestring($photo, 2, 10, $y, $key.': '.$_TXT, $w); 304 $y += 14; 303 305 endforeach; 304 */306 endif; 305 307 #~~~~ 306 308 -
byrev-wp-picshield-hotlink-defence/trunk/readme.txt
r674313 r674335 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.8.9 f7 Stable tag: 1.8.9g 8 8 9 9 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.