Potential leak of data: MySQL Table with Interesting Data
Detected 1 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:
return false;
_fill_user($user);
return $user;
}
endif;
if ( !function_exists('get_user_by') ) :
/**
* Retrieve user info by a given field
*
* @since 2.8.0
*
* @param string $field The field to retrieve the user with. id | slug | email | login
* @param int|string $value A value for $field. A user ID, slug, email address, or login name.
* @return bool|object False on failure, User DB row object
*/
function get_user_by($field, $value) {
global $wpdb;
switch ($field) {
case
Source: http://pastebin.com/raw.php?i=P8sYSHDQ
Tags: MySQL Table with Interesting Data, pastebin.com
This entry was posted on Thursday, June 21st, 2012 at 06:56 and is filed under PasteMon. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

