Changeset 674176
- Timestamp:
- 02/27/2013 05:33:17 PM (13 years ago)
- Location:
- byrev-wp-picshield-hotlink-defence/trunk
- Files:
-
- 3 edited
-
byrev-wp-picshield-interface.php (modified) (2 diffs)
-
raw-code/byrev-wp-picshield.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php
r674175 r674176 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 c6 Version: v1.8.9d 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 c');36 define('_BYREV_WP_PICSHIELD', '1.8.9d'); 37 37 38 38 define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']); -
byrev-wp-picshield-hotlink-defence/trunk/raw-code/byrev-wp-picshield.php
r674175 r674176 196 196 } 197 197 198 /*198 199 199 $sizex = $image_size[0]; 200 200 $sizey = $image_size[1]; 201 */202 $sizex = imagesx($image);203 $sizey = imagesy($image);204 201 205 202 #~~ file si to big, may not be enough memory ... / exit … … 215 212 //~~~ create images; 216 213 $photo = $imagecreatefrom($image); 214 215 $sizex = imagesx($photo); 216 $sizey = imagesy($photo); 217 217 218 $watermark = imagecreatefrompng(_WATERMARK_PNG_FILE); 218 219 imagealphablending($photo, true); -
byrev-wp-picshield-hotlink-defence/trunk/readme.txt
r674175 r674176 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.8.9 c7 Stable tag: 1.8.9d 8 8 9 9 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.