go41

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern

von Joern am 14. Mai. 2010 | Keine Kommentare

about eval(@base64_decode …

your theme (I just downloaded it from binuth..) has out of the pack two files with ‚eval‘ in the code, jquery-ui-personalized-1.5.2.packed.js and footer.php
what the jquery-ui-personalized-1.5.2.packed.js does I do not know, the footer is base64_encode several times, I guess it just renders div id footer and shows the casino links on the bottom of the site.
It might be that one or both of the files above write more code into other theme files…
Look for an online base64_decode service where you can just put in the code to decode and see the content.
the div jw-add-side you have an image (yesterday two) in there, so no need to give it a size or background, try this:
.jw-add-side {

color:#FFFFFF;

line-height:normal;

position:fixed;

right:0;

top:100px;

}
to move the image in this div you can style it like:

.jw-add-side img {

border or margin or padding

}
AND LEARN TO USE FIREBUG ADDON FOR FIREFOX

great tool to check which element is in which style formatted and you even can change css on screen until you like it. Then copy this style and paste in style.css, I did that with the code above.
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 7 weitere Ergebnisse dieses Threads:

How do you restore a site affected by the horrific eval base 64 virus?

14. Mai. 2010 (von: omerkhan01)

Here is what my client wrote. Joern, please advise man.Hi Omar,It's kinda hard for me to articulate via e-mail what exactly the problem is with my site, but I'm hoping between our discussion, your knowledge and the experts you have…

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01

14. Mai. 2010 (von: omerkhan01)

Oh yeah dude, I forgot to ask you.GO to my site again.at [/url]click hereSee how Hi there and the Twitter logo are aligned to the left of the DIV whereas the contact tab is to the right.How would you make…

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01

14. Mai. 2010 (von: omerkhan01)

Okay so let me get this straightYou have two div tags in your code right.One for the div region, which you call div="jw-add-side"Like <div class="jw-add-side">In this one, you put another div for the imageslike, <div class="jw-add-side-img"><img src="abc.jpg"></div></div>Is that correct and…

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern

14. Mai. 2010 (von: Joern)

no, leave the code in the template (footer.php?) as it is, or delete the text in there and put the link around twitter image as below:Code:<div class="jw-add-side"><a href="http://twitter.com/yourusername"><img width="25" height="25" title="yourusername" border="0" src="http://maaximummedia.byethost7.com/twitter.jpg" /></a></div>in this style calledCode:.jw-add-side {you have an…

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01

14. Mai. 2010 (von: omerkhan01)

Hey dude, this is what I got, as your suggestion..jw-add-side {background:none repeat scroll 0 0 #59B7FF;border:1px solid #FFFFFF;color:#FFFFFF;font-size:16px;height:160px;line-height:normal;position:fixed;right:0;top:100px;width:80px;}.jw-add-side img... Weiterlesen →

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by Joern

14. Mai. 2010 (von: Joern)

I gave you a new style above (gives just the image).jw-add-side {color:#FFFFFF;line-height:normal;position:fixed;right:0;top:100px;}if you want to keep the blue sample you can move the image inside with.jw-add-side img {margin-left:30px;margin-top:135p... Weiterlesen →

Re: How do you restore a site affected by the horrific eval base 64 virus? :: Reply by omerkhan01

14. Mai. 2010 (von: omerkhan01)

It worked. I had to clear my browser's cache. Thanks!Have a nice night Omar Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: