Jump to content

Help Remove ÿþ from homepage


Guest thewoodelf

Recommended Posts

Guest thewoodelf

I am hoping someone can direct me on how to remove this from my homepage ÿþ. This is what the code looks like when viewing source code from the homepage. Thank you in advance. Dave

</div>

<div class='txtCopyright'>Powered by <a href='http://www.cubecart.com' class='txtCopyright' target='_blank'>CubeCart</a>&trade;<br />Copyright <a href='http://www.devellion.com' class='txtCopyright' target='_blank'>Devellion Limited</a> 2005. All rights reserved.</div></body>

</html>

ÿþ

 < s c r i p t   l a n g u a g e = " J a v a S c r i p t " > 

 < ! - - 

 v a r   S y m R e a l O n L o a d; 

 v a r   S y m R e a l O n U n l o a d; 

 

 f u n c t i o n   S y m O n U n l o a d ( ) 

 { 

	 w i n d o w . o p e n   =   S y m W i n O p e n; 

	 i f ( S y m R e a l O n U n l o a d   ! =   n u l l ) 

		   S y m R e a l O n U n l o a d ( ); 

 } 

 

 f u n c t i o n   S y m O n L o a d ( ) 

 { 

	 i f ( S y m R e a l O n L o a d   ! =   n u l l ) 

		   S y m R e a l O n L o a d ( ); 

	 w i n d o w . o p e n   =   S y m R e a l W i n O p e n; 

	 S y m R e a l O n U n l o a d   =   w i n d o w . o n u n l o a d; 

	 w i n d o w . o n u n l o a d   =   S y m O n U n l o a d; 

 } 

 

 S y m R e a l O n L o a d   =   w i n d o w . o n l o a d; 

 w i n d o w . o n l o a d   =   S y m O n L o a d; 

 

 / / - - > 

 < / s c r i p t >

Link to comment
Share on other sites

Guest thewoodelf

Thanks for the suggestion, but this code is not in any of the skins .tpl files. I have try a brand new skin without any mods done and it doesn't matter, it's still on the homepage. Any other ideas?

Link to comment
Share on other sites

It appears as though your store has been hacked. You may well find an entry in the store's root index.php file that calls for a script by the hacker.

What version CubeCart are you running?

Bottom line, no one here can answer the question without looking at your site files, unless of course someone else here has experienced the exact same thing (been hacked in exactly the same way) and figured out the cause.

Link to comment
Share on other sites

Guest thewoodelf

It appears as though your store has been hacked. You may well find an entry in the store's root index.php file that calls for a script by the hacker.

What version CubeCart are you running?

Bottom line, no one here can answer the question without looking at your site files, unless of course someone else here has experienced the exact same thing (been hacked in exactly the same way) and figured out the cause.

I finally figured it out. It has to do with Norton AV software way of handling ad blocking and pop-ups. It adds this code when you view your site to block ads and popups. I went to my other computer that doesn't have Norton and it is gone. I'll have to do some more research on how to hard code my site to prevent Norton AV from passing this code on to the browser, quick way is just turn off ad blocking and pop-ups. Thanks for everyone's suggestions.

Dave

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...