Changeset 674175
- Timestamp:
- 02/27/2013 05:27:05 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) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-import-admin.php
r673908 r674175 370 370 371 371 #~~~~~~~~~ 372 $byrev_hotlink_gtfo_copy['wp-picshield-version'][0] = =_BYREV_WP_PICSHIELD;372 $byrev_hotlink_gtfo_copy['wp-picshield-version'][0] = _BYREV_WP_PICSHIELD; 373 373 374 374 ?> -
byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php
r673908 r674175 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 b6 Version: v1.8.9c 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 b');36 define('_BYREV_WP_PICSHIELD', '1.8.9c'); 37 37 38 38 define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']); -
byrev-wp-picshield-hotlink-defence/trunk/raw-code/byrev-wp-picshield.php
r673908 r674175 196 196 } 197 197 198 /* 198 199 $sizex = $image_size[0]; 199 200 $sizey = $image_size[1]; 201 */ 202 $sizex = imagesx($image); 203 $sizey = imagesy($image); 200 204 201 205 #~~ file si to big, may not be enough memory ... / exit -
byrev-wp-picshield-hotlink-defence/trunk/readme.txt
r673908 r674175 5 5 Requires at least: 3.5.1 6 6 Tested up to: 3.5.1 7 Stable tag: 1.8.9 b7 Stable tag: 1.8.9c 8 8 9 9 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.