Recent post
Archive for April 2017
- Login ke akun blogger sobat
- Lalu Klik menu tata letak
- Pilih Add a Gadget
- Pilih HTML/JavaScript
- Copy script ke konten
- Masukkan kode dibawah ini
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<a href="https://www.facebook.com/hafid.nurfauzi/" target="_blank" onmouseover="MM_swapImage('Image1','','http://i1060.photobucket.com/albums/t459/Didit_Riadi/FB copy_zpsnwvi0pig.png',1)" onmouseout="MM_swapImgRestore()"><img src="http://i1060.photobucket.com/albums/t459/Didit_Riadi/FB_zpszeuj0mvu.png" alt="Facebook" width="40" height="40" id="Image1" /></a><a href="#/" target="_blank" onmouseover="MM_swapImage('Image2','','http://i1060.photobucket.com/albums/t459/Didit_Riadi/Twitter copy_zpswgphvekn.png',1)" onmouseout="MM_swapImgRestore()"><img src="http://i1060.photobucket.com/albums/t459/Didit_Riadi/Twitter_zpsq5bzwzmt.png" alt="Twitter" width="40" height="40" id="Image2" /></a><a href="https://plus.google.com/u/0/118236905702624739108" target="_blank" onmouseover="MM_swapImage('Image3','','http://i1060.photobucket.com/albums/t459/Didit_Riadi/Google copy_zpsniezeufl.png',1)" onmouseout="MM_swapImgRestore()"><img src="http://i1060.photobucket.com/albums/t459/Didit_Riadi/Google_zps4fvfp6vt.png" alt="Googl Plus" width="40" height="40" id="Image3" /></a>
Assalamualaikum wr.wb
Kali ini admin mau share cara membuat tulisan yang mengikuti cursor blog silahkan disimak
- Login ke blogger anda
- Klik menu tata letak

- Klik tambahkan gadged

- Klik atau pilih menu html/javascript

Masukkan kode atau script kedalam konten

Dibawah ini html atau script nya
<style type='text/css'>
/* Circle Text Styles */
#outerCircleText {
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: #4679BD; // ubah tulisan merah dengan warna sesuai keinginan//
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
</style>
<script type='text/javascript'>//<![CDATA[
/* Circling text trail- Tim Tilton - Website: http://www.tempermedia.com/ - Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts.
Modified Here for more flexibility and modern browser support
Modifications as first seen in http://www.dynamicdrive.com/forums/
username:jscheuer1 - This notice must remain for legal use
*/
;(function(){
var msg = "Welcome to My Blog"; // ubah tulisan merah ini sesuai keinginan//
var size = 24;
var circleY = 0.75; var circleX = 2;
var letter_spacing = 5;
var diameter = 10;
var rotation = 0.4;
var speed = 0.3;
////////////////////// Stop Editing //////////////////////
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep -= rotation;
for (var d, i = n; i > -1; --i){ // makes the circle
d = document.getElementById('iemsg' + i).style;
d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function(){ // makes the resistance
y[0] = Y[0] += (ymouse - Y[0]) * speed;
x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
for (var i = n; i > 0; --i){
y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
x[i] = X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
if(!isNaN(window.pageYOffset)){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
} else init.nopy = true;
for (var d, i = n; i > -1; --i){
d = document.createElement('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild(document.createTextNode(msg[i]));
oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
};
o.appendChild(oi); document.body.appendChild(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
window.addEventListener('load', init, false);
document.addEventListener('mouseover', mouse, false);
document.addEventListener('mousemove', mouse, false);
if (/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
//]]></script>
Sekian wassalamualaikum wr.wb
Kali ini admin mau share cara membuat tulisan yang mengikuti cursor blog silahkan disimak
- Login ke blogger anda
- Klik menu tata letak

- Klik tambahkan gadged

- Klik atau pilih menu html/javascript

Masukkan kode atau script kedalam konten

Dibawah ini html atau script nya
<style type='text/css'>
/* Circle Text Styles */
#outerCircleText {
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: #4679BD; // ubah tulisan merah dengan warna sesuai keinginan//
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
</style>
<script type='text/javascript'>//<![CDATA[
/* Circling text trail- Tim Tilton - Website: http://www.tempermedia.com/ - Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts.
Modified Here for more flexibility and modern browser support
Modifications as first seen in http://www.dynamicdrive.com/forums/
username:jscheuer1 - This notice must remain for legal use
*/
;(function(){
var msg = "Welcome to My Blog"; // ubah tulisan merah ini sesuai keinginan//
var size = 24;
var circleY = 0.75; var circleX = 2;
var letter_spacing = 5;
var diameter = 10;
var rotation = 0.4;
var speed = 0.3;
////////////////////// Stop Editing //////////////////////
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep -= rotation;
for (var d, i = n; i > -1; --i){ // makes the circle
d = document.getElementById('iemsg' + i).style;
d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function(){ // makes the resistance
y[0] = Y[0] += (ymouse - Y[0]) * speed;
x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
for (var i = n; i > 0; --i){
y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
x[i] = X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
if(!isNaN(window.pageYOffset)){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
} else init.nopy = true;
for (var d, i = n; i > -1; --i){
d = document.createElement('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild(document.createTextNode(msg[i]));
oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
};
o.appendChild(oi); document.body.appendChild(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
window.addEventListener('load', init, false);
document.addEventListener('mouseover', mouse, false);
document.addEventListener('mousemove', mouse, false);
if (/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
//]]></script>
Sekian wassalamualaikum wr.wb
Assalamualaikum wr.wb
yoooo kembali lagi bersama admin nah kali ini admin mau membahas tentang pendidikan nih, tentang apa?? udah simak ajalah hehe
yoooo kembali lagi bersama admin nah kali ini admin mau membahas tentang pendidikan nih, tentang apa?? udah simak ajalah hehe
Guru?? pasti sudah banyak tahu siap itu guru yup guru sendiri adalah seseorang yang memberi seuatu pelajaran yang dimana akan membantu peserta didik atau anak lebih mengerti suatu pengatuan yang bermanfaat baginya dikemuadian hari. Nah menurut admin sendiri ada 2 tipe guru yang pertama adalah guru yang disenangi oleh siswa yaitu dimana guru ini sangat disukai oleh semua siswa atau peserta didiknya dan sangat senang saat diajar oleh guru tersebut dan passtinya selalu dirindukan h
Assalamualaikum wr.wb
yooo sobat future, kembali lagi bersama admin kali ini admin mau share sebuah aplikasi yang bernama SPSS, SPSS adalah singkatan dari Statistical Package for the Social Sciences, sekarang diperluas untuk melayani berbagai jenis user, seperti untuk proses produksi dipabrik, riset ilmu-ilmu sains dan lainnya. Sekarang kepanjangan SPSS adalah Statistical Product and Service Solutions.
nah gak usah lama-lama lah ya admin sendiri juga tidak terlalu paham hehe
DOWNLOAD
yooo sobat future, kembali lagi bersama admin kali ini admin mau share sebuah aplikasi yang bernama SPSS, SPSS adalah singkatan dari Statistical Package for the Social Sciences, sekarang diperluas untuk melayani berbagai jenis user, seperti untuk proses produksi dipabrik, riset ilmu-ilmu sains dan lainnya. Sekarang kepanjangan SPSS adalah Statistical Product and Service Solutions.
nah gak usah lama-lama lah ya admin sendiri juga tidak terlalu paham hehe
DOWNLOAD
Cara install
-Setelah download filenya cari dimana tadi diletakkan
-Setelah ketemu extrack filenya, klik kanan extrack here
-Masuk kefolder install lalu intall SPSS Statistics 17.0, klik 2 kali
-Pilih single user aja lalu next, i accept lalu next lagi,next isi username kalian terserah apa lalu next, next aja dan next lagi lalu install
-Kalau ada pilihan yes atau no pilih yes lalu tunggu prosesnya
-Kalau sudah buka folder crack yang ada didalam folder tadi
-Copy semua isinya lalu letakkan di local disk C/ program files/program file-spssinc-statistic17 disini
-Kalau disuruh replace, replace aja
-Dah selamat menikmati spss 17 nya
PES SMoKE Patch 9.3
PES 2017 SMoKE Patch 9.3 AIO + Update
------------------------------------------------------------------------------
Features:
Konami:
- includes konami latest konami DLC3
- includes patch deactivate switcher for steam
- live updates mode compatible (press right analog to switch)
Leagues:
- ready for new season 16/17
- correct leagues names
- correct leagues emblems
- correct leagues balls
- Germany Bundesliga replaces PEU league
- Japan J. League replaces PAS league
- American MLS replaces PLA league
Teams:
- correct clubs logo
- correct kits
- correct and updated squads
- correct manager with photo
- correct home stadium
- correct radar/fans colors
- added a lot of teams (playable in FL modes)
Players:
- a lot of new faces (+2300)
- removed duplicated and fake players
- new 100 goalkeeper gloves
Stadiums:
- correct names for all stadiums
- new stadiums (40 total)
- HD skies for all stadiums
- HD stadium turfs
- special adboards
- special banners
- default turf available in addons
Others:
- new boots
- new balls
- new referee kits
Installation:
1. Be sure the game is installed and working
the first thing to do is installing the game, and start it to be sure that it is working properly.
2. Extract patch files
download all parts and be sure all completed, extract only part one the rest will be extracted automatically, don't move any of the installation files or folders.
3. Run Setup 93.exe
run the installer and choose PES installation folder, the patch must be installed in the same game folder, be sure you don't get errors and the installer finished successfully.
4. Download and install latest smoke update if available
always check for the newest update for the patch, latest update contains all previous updates so there is no need to install old versions for the patch.
NOTES:
- delete old patch and old edit file is highly recommended (to avoid any possible errors and to free disk space)
- starting new ML and BAL is recommended (to use new teams, new players and others)
- for STEAM users, the switcher included deactivates the patch to use konami default DLC files, so the game must be updated from steam for the online to work. (working on new switcher to add more patch features to online mode)
- please report any bugs so we can fix in later updates.
- do not use old edit00000 files (using older or other edit files might bug the game)
- do not generate dpfilelist (use smoke extra cpk instead to add things)
------------------------------------------------------------------------------
Features:
Konami:
- includes konami latest konami DLC3
- includes patch deactivate switcher for steam
- live updates mode compatible (press right analog to switch)
Leagues:
- ready for new season 16/17
- correct leagues names
- correct leagues emblems
- correct leagues balls
- Germany Bundesliga replaces PEU league
- Japan J. League replaces PAS league
- American MLS replaces PLA league
Teams:
- correct clubs logo
- correct kits
- correct and updated squads
- correct manager with photo
- correct home stadium
- correct radar/fans colors
- added a lot of teams (playable in FL modes)
Players:
- a lot of new faces (+2300)
- removed duplicated and fake players
- new 100 goalkeeper gloves
Stadiums:
- correct names for all stadiums
- new stadiums (40 total)
- HD skies for all stadiums
- HD stadium turfs
- special adboards
- special banners
- default turf available in addons
Others:
- new boots
- new balls
- new referee kits
Installation:
1. Be sure the game is installed and working
the first thing to do is installing the game, and start it to be sure that it is working properly.
2. Extract patch files
download all parts and be sure all completed, extract only part one the rest will be extracted automatically, don't move any of the installation files or folders.
3. Run Setup 93.exe
run the installer and choose PES installation folder, the patch must be installed in the same game folder, be sure you don't get errors and the installer finished successfully.
4. Download and install latest smoke update if available
always check for the newest update for the patch, latest update contains all previous updates so there is no need to install old versions for the patch.
NOTES:
- delete old patch and old edit file is highly recommended (to avoid any possible errors and to free disk space)
- starting new ML and BAL is recommended (to use new teams, new players and others)
- for STEAM users, the switcher included deactivates the patch to use konami default DLC files, so the game must be updated from steam for the online to work. (working on new switcher to add more patch features to online mode)
- please report any bugs so we can fix in later updates.
- do not use old edit00000 files (using older or other edit files might bug the game)
- do not generate dpfilelist (use smoke extra cpk instead to add things)
Step by step installation tutorial
Download:
Installer (FULL 9.3.0):
* all mirrors contain the same file parts (you can download parts from different mirrors)
* patch uncompressed on disk size (after install): 7.5 GB
* patch compressed size: 5.5 GB
Full patch 9.3: (Tunggu 5 menit lalu skip)
MediaFire:
Installer (FULL 9.3.0):
* all mirrors contain the same file parts (you can download parts from different mirrors)
* patch uncompressed on disk size (after install): 7.5 GB
* patch compressed size: 5.5 GB
Full patch 9.3: (Tunggu 5 menit lalu skip)
MediaFire:
- Part 01
- Part 02
- Part 03
- Part 04
- Part 05
- Part 06
- Part 07
- Part 08
- Part 09
- Part 10
- Part 11
- Part 12
- Part 13
- Part 14
- Part 02
- Part 03
- Part 04
- Part 05
- Part 06
- Part 07
- Part 08
- Part 09
- Part 10
- Part 11
- Part 12
- Part 13
- Part 14
Mega
- Part 01
- Part 02
- Part 03
- Part 04
- Part 05
- Part 06
- Part 07
- Part 08
- Part 09
- Part 10
- Part 11
- Part 12
- Part 13
- Part 14
Credits: PES SMoKE
- faces models are all collected from various face makers, face textures are retouched by smoke patch.
- special thanks to G-style and Marcos W. for their big help updating kits.
- faces models are all collected from various face makers, face textures are retouched by smoke patch.
- special thanks to G-style and Marcos W. for their big help updating kits.
Pro Evolution Soccer 2017 Full Version

Kamu seorang pecinta sepak bola? Jika iya, tentu sudah tidak asing lagi dong dengan game sepak bola yang satu ini. Ya, Pro Evolution Soccer 2017 atau yang biasa disebut
Dengan adanya fitur Control Reality, gerakan pemain pada PES 2017 ini akan terlihat semakin realistis, dimana setiap pemain memiliki gaya bermain unik yang berbeda-beda. Selain itu, ketika kamu bermain melawan AI, lawan kamu akan mempelajari gaya permainan kamu, sehingga kamu harus sering berganti gaya permainan supaya tidak mudah terbaca oleh lawanmu. Dari segi grafis, ada beberapa peningkatan juga, seperti wajah pemain yang semakin mirip seperti aslinya.
Walaupun banyak peningkatan dan penambahan fitur, namun spesifikasi yang dibutuhkan untuk bermain PES 2017 masih sama seperti PES 2016. Jadi, jika PES 2016 bisa dijalankan di komputer atau laptop kamu, dipastikan PES 2017 juga bisa dijalankan.
Pro Evolution Soccer 2017 Full Version
Download
- Google drive 1 - Google drive 2 -Google drive 3 -
- Kumpul Bagi
Crack
- Kumpul Bagi - Zippyshare
Note : Supaya logo & nama klub di PES 2017 kamu sama seperti aslinya, kamu bisa meng-install SMoke Patch
Minimum System Requirements :
- OS: Windows 10, 8.1, 8, 7 SP1, Vista SP2
- Processor: Intel Core 2 Duo 1.8GHz / AMD Athlon Ⅱ X2 240 or better
- Memory: 1 GB RAM
- Graphics: NVIDIA GeForce 8800 / AMD Radeon X1600 / Intel HD Graphics 3000 or better
- Storage: 8 GB free disk space
- Download PES 2017 dan Cracknya melalui link di atas
- Mount file [BAGAS31] PES 2017.iso dengan Daemon Tools
- Buka drive hasil mount, kemudian jalankan setup.exe
- Install seperti biasa, dan tunggu sampai selesai
- Jika sudah selesai, ekstrak file [BAGAS31] Crack PES 2017.rar dengan WinRAR
- Buka folder hasil ekstrak, lalu copy semua file di dalam folder tersebut
- Paste di folder Pro Evolution Soccer 2017, jangan lupa Replace/Overwrite
- Jalankan gamenya
- Selamat bermain!
Assalamualaikum wr.wb
yooo kembali lagi bersama admin kali ini admin mau share game android kesukaan admin yaitu mobile legend , gak usah banyak tanya langsung aja ya
DOWNLOAD
yooo kembali lagi bersama admin kali ini admin mau share game android kesukaan admin yaitu mobile legend , gak usah banyak tanya langsung aja ya
DOWNLOAD
Assalamualaikum wr.wb
yoooo agan-agan kembali lagi bersama admin hehe.😁😁
kemarinkan admin masih perkenalan, nah kali ini admin mau share yang berbau education,biar sesuailah sama nama blognya, nah yang mau dibahas sendiri adalah pelajaran aqidah ,materinya sendiri hmmm cek aja dibawahlah hehehe 😁😁😁
AMAL SALEH
Kalau masalah amal shaleh pasti banyak yang sudah tau yup amal shaleh adalah salah satu dari akhlak terpuji, nah untuk lebih lanjutanya kita simak dibawah ini.
1.
Pengertian
Amal shaleh maksudnya
adalah berusaha melakukan perbuatan baik, berupaya membantu saudanya yang
ditimpa musibah dan meringankan persoalan yang terjadi.
Amal shaleh
adalah melakukan pekerjaan baik yang bermanfaat bagi diri sendiri dan bagi
orang lain berdasarkan ikhlas karena Allah semata.