Plugin Directory

Changeset 674176


Ignore:
Timestamp:
02/27/2013 05:33:17 PM (13 years ago)
Author:
byrev
Message:

some erors ... update

Location:
byrev-wp-picshield-hotlink-defence/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • byrev-wp-picshield-hotlink-defence/trunk/byrev-wp-picshield-interface.php

    r674175 r674176  
    44Plugin URI: http://wp-picshield.com/
    55Description: 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.9c
     6Version: v1.8.9d
    77Author: Emilian Robert Vicol
    88Author URI: http://publicphoto.org/
     
    3434?>
    3535<?php
    36 define('_BYREV_WP_PICSHIELD', '1.8.9c');
     36define('_BYREV_WP_PICSHIELD', '1.8.9d');
    3737
    3838define('_WP_BLOG_SERVER_NAME', $_SERVER['SERVER_NAME']);
  • byrev-wp-picshield-hotlink-defence/trunk/raw-code/byrev-wp-picshield.php

    r674175 r674176  
    196196    }   
    197197       
    198     /*
     198   
    199199    $sizex = $image_size[0];
    200200    $sizey = $image_size[1];   
    201     */
    202     $sizex = imagesx($image);
    203     $sizey = imagesy($image);
    204201   
    205202    #~~ file si to big, may not be enough memory ... / exit
     
    215212    //~~~ create images;
    216213    $photo = $imagecreatefrom($image);
     214   
     215    $sizex = imagesx($photo);
     216    $sizey = imagesy($photo);   
     217   
    217218    $watermark = imagecreatefrompng(_WATERMARK_PNG_FILE);
    218219    imagealphablending($photo, true);
  • byrev-wp-picshield-hotlink-defence/trunk/readme.txt

    r674175 r674176  
    55Requires at least: 3.5.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.8.9c
     7Stable tag: 1.8.9d
    88
    99== Description ==
Note: See TracChangeset for help on using the changeset viewer.