Changeset 45285

Show
Ignore:
Timestamp:
05/11/08 18:44:14 (2 months ago)
Author:
hallsofmontezuma
Message:

database

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-security-scan/trunk/database.php

    r44480 r45285  
    5353        } 
    5454        if (!isset($rightsenough) && $rightsenough != true) { 
    55             exit('<font color="#ff0000">Your User which is used to access your Wordpress Tables/Database, hasn\'t enough rights( is missing ALTER-right) to alter your Tablestructure.  Please visit the plugin <a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-database-table-name-prefix/" target=_blank">documentation</a> for more information.<br />'); 
     55            exit('<font color="#ff0000">Your User which is used to access your Wordpress Tables/Database, hasn\'t enough rights( is missing ALTER-right) to alter your Tablestructure.  Please visit the plugin <a href="http://semperfiwebdesign.com/documentation/wp-security-scan/change-wordpress-database-table-name-prefix/" target=_blank">documentation</a> for more information.  If you believe you have alter rights, please <a href="http://semperfiwebdesign.com/contact/">contact</a> the plugin author for assistance.<br />'); 
    5656        } 
    5757        if (isset($rightstomuch) && $rightstomuch === true) { 
  • wp-security-scan/trunk/readme.txt

    r44489 r45285  
    44Tags: security, securityscan, chmod, permissions, admin, administration, authentication, database, dashboard, post, notification, password, plugin, posts 
    55plugins, private, protection, tracking, wordpress 
    6 Requires at least: 2.0 
     6Requires at least: 2.3 
    77Tested up to: 2.6bleeding 
    8 Stable tag: 2.2.63 
     8Stable tag: 2.2.64 
    99 
    1010Scans your WordPress installation for security vulnerabilities. 
  • wp-security-scan/trunk/securityscan.php

    r44489 r45285  
    55Description: Perform security scan of WordPress installation. 
    66Author: Michael Torbert 
    7 Version: 2.2.63 
     7Version: 2.2.64 
    88Author URI: http://semperfiwebdesign.com/ 
    99*/