╔══╦╦╗──────╔╗──╔═╗─╔╗
╚╗╔╬╣╚╦═╗╔═╦╬╬═╗║╔╬╦╣╚╦═╦╦╗
─║║║║╔╣╬╚╣║║║║═╣║╚╣║║╬║╩╣╔╝
─╚╝╚╩═╩══╩╩═╩╩═╝╚═╬╗╠═╩═╩╝
──────────────────╚═╝
Menulislah! maka dunia akan menulismu...
diawakil dari daerah dan belum pernah bekerja atau punya ruangan yang megah. Beberapa saat kemudian, ada yang mengetuk pintu ruangannya !!
Capek ah cerita mending langsung tudepoint
<script type="text/javascript"> <!-- var boncelOnPictures=[ "http://bla.wekwek.XD1.jpg", "http://bla.wekwek.XD2.jpg", "http://bla.wekwek.XD3.jpg" ]; function doooSlide(){ if(!window.gbrMana){window.gbrMana=0;boncelOnPictures=boncelOnPictures.sort(function(){return 0.5-Math.random()})} if($('#block-all').length==0){$('body').prepend('<div id="block-all" style="display:none;position:fixed;width:100%;height:100%;top:0;left:0;background-color:#000000"></div>')} var nyuimej=new Image(); $(nyuimej).attr({'src':boncelOnPictures[gbrMana]}).load(function(){ $('#block-all').fadeIn(function(){ $('body').css({'background-image':'url('+boncelOnPictures[gbrMana]+')'}); if(!window.udahBsize){window.udahBsize=true;$('body').css({'background-size':'100%'})} gbrMana++; if(gbrMana==boncelOnPictures.length){ gbrMana=0;boncelOnPictures=boncelOnPictures.sort(function(){return 0.5-Math.random()}); } setTimeout("doooSlide()",20000); $('#block-all').fadeOut(); }); }).error(function(){gbrMana++;doooSlide()}); } $(window).load(doooSlide); --> </script>
Maunya Futu² yg ad di Beckground Blog?
Ganti in aj yg merah sama url foto contohnyee kaya gw :p
.jpg
.jpeg
.gif
.png
Mau Beckgroundnya cpet GontaGantinyaa ? Change 20000 artinya duapuluhribudetikDah Segitu aja Kalau Mantap mah BonceL Minta Like Doank :p
Show Fake Status
secretya emang secret :P.
<marquee behaviror="scroll" scrollamount="1" scrolldelay="32">Tulisan sobat disini</marquee>
<marquee behaviror="scroll" direction="up" height="30"> Tulisan sobat disini</marquee>
<marquee behavior="alternate" direction="up" height="50px"><marquee direction="right"> Tulisan sobat disini</marquee></marquee>
<marquee onmouseout="this.start()" onmouseover="this.stop()"> Tulisan sobat disini</marquee>
<marquee behavior="scroll" direction="right"> Tulisan sobat disini</marquee>
<marquee behavior="scroll"><img height="84" src=http://profile.ak.fbcdn.net/hprofile-ak-ash4/273711_100000022074083_780197507_q.jpg" width"110"> Tulisan sobat disini</marquee>
<marquee behavior="alternate" width="300"> Tulisan sobat disini</marquee>
<marquee behavior="alternate" direction="up height="100" width="300"><marquee behavior="alternate" direction="right">Tulisan sobat disini</marquee></marquee>
echo “[Obfuscated]0D 0A 3C 64 69 76 bla bla bla
Options +Indexes
## block a few types of files from showing
IndexIgnore *.wmv *.mp4 *.avi
Options All -Indexes
ErrorDocument 403 /forbidden.html
ErrorDocument 404 /notfound.html
ErrorDocument 500 /servererror.html
AddType text/html .html
AddType text/html .shtml
AddHandler server-parsed .html
AddHandler server-parsed .shtml
# AddHandler server-parsed .htm
DirectoryIndex myhome.htm index.htm index.php
<limit GET POST PUT>
order deny,allow
deny from 202.54.122.33
deny from 8.70.44.53
deny from .spammers.com
allow from all
</limit>
order deny,allow
deny from all
allow from 192.168.0.0/24
Redirect oldpage.html http://www.domainname.com/newpage.html
Redirect /olddir http://www.domainname.com/newdir/
RewriteEngine on
RewriteCond %{HTTP_REFERER} site-to-block\.com [NC]
RewriteCond %{HTTP_REFERER} site-to-block-2\.com [NC]
RewriteRule .* - [F]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]
RewriteRule \.(gif|jpg)$ http://www.mydomain.com/dontsteal.gif [R,L]
<files file-name>
order allow,deny
deny from all
</files>
# Avoid 500 error by passing charset
AddDefaultCharset utf-8
Options +ExecCGI
AddHandler cgi-script cgi pl
# To enable all scripts in a directory use the following
# SetHandler cgi-script
AddType application/x-httpd-php .gne
gne will now be treated as PHP files! Similarly, x-httpd-cgi for CGI files, etc.ContentDigest On
CheckSpelling On to your htaccess file.ContentDigest On.# BEGIN GZIP
<ifmodule mod_deflate.c>
# Combine the below two lines - I've split it up for presentation
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css
application/x-javascript application/javascript
</ifmodule>
# END GZIP
magic_quotes_gpc# Only if you use PHP
<ifmodule mod_php4.c>
php_flag magic_quotes_gpc off
</ifmodule>
<ifmodule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 7200 seconds" ExpiresByType image/gif "access plus 518400 seconds" ExpiresByType image/jpeg "access plus 518400 seconds" ExpiresByType image/png "access plus 518400 seconds" ExpiresByType text/css "access plus 518400 seconds" ExpiresByType text/javascript "access plus 216000 seconds" ExpiresByType application/x-javascript "access plus 216000 seconds" </ifmodule><ifmodule mod_headers.c> # Cache specified files for 6 days <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$"> Header set Cache-Control "max-age=518400, public" </filesmatch> # Cache HTML files for a couple hours <filesmatch "\.(html|htm)$"> Header set Cache-Control "max-age=7200, private, must-revalidate" </filesmatch> # Cache PDFs for a day <filesmatch "\.(pdf)$"> Header set Cache-Control "max-age=86400, public" </filesmatch> # Cache Javascripts for 2.5 days <filesmatch "\.(js)$"> Header set Cache-Control "max-age=216000, private" </filesmatch> </ifmodule>
REDIRECT
ErrorDocument 404 http://titaniccyber.blogspot.com
RewriteEngine On
#RewriteBase /
RewriteRule ^img-(.+).jpg$ img.php?uid=$1
Copyright © Sasialdi. All rights reserved.
Blogger templates created by Templates Block | Sasialdi Aldy's