Membuat Armor dan Perisai type C
Perisai type C : Perisai Intense (+1 – 5) semakin tinggi + perisai semakin besar kemungkinan berhasil. 10 buah ability reaver (dari inventory box) 10 buah red stone ( di dapat dari ore tambang + 1 / 2 / 3 / 4 ) 1 buah Grade Purple C 1 slot/99buah purple excelsior piece Armor Tipe …
Membuat Booster Lv 40 dan Lv 50
Lv40 99 Gli 99 Beam 1 Chaos Talic 1 Tas 1 Olive Excelsior A/B/C – Olive Excelsior A membutuhkan 9jt mata uang bangsa. (Kemungkinan berhasil 25%) – Olive Excelsior B membutuhkan 15jt mata uang bangsa. (Kemungkinan berhasil 50%) – Olive Excelsior C membutuhkan 22jt mata uang bangsa. (Kemungkinan berhasil 75%) Lv50 99 Gli 99 Beam …
Cara Membuat Senjata Type C
Excelsior (Batu) Senjata Type A Senjata Type B (Intense) Level 35 Weapons – Grade A Excelsior Level 40 Weapons – Grade B Excelsior Level 45 Weapons – Grade C Excelsior Level 50 Weapons – Grade C Excelsior x 2 Level 55 Weapons – Grade C Excelsior x 5 Black Excelsior : Mele Weapon Green Excelsior …
Cara Membuat Senjata Type A
1 Buah Purple Excelsior A (Batu Ungu) Senjata Type Normal Ability (Jumlah nya sesuai dengan level senjata) 1 Buah Talic Solid – Favor Strong – Ignorance Smart – Mercy Injurer – Belief Sharp – Chaos Fine – Grace Strength – Glory Vampire – Destruction Guardian – Wisdom Endurance – Sacred Fire Grand – Hatred Advanced …
Send Request to Delist My Domain or IPs
Barracuda Delist /Request Removal Spam Eating Mongkey (SEM FRESH) Delist / Request Removal Spamhaus Delist / Request Removal SURBL Delist / Request Removal
Cannot use output buffering in output buffering…
I inserted this in the wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘1024M’); define(‘WP_MAX_MEMORY_LIMIT’, ‘2048M’);
Show File with PHP
<?php foreach ($files as $key => $value) { if($value!=’.’ AND $value!=’..’){ echo “<img src=’folder/”.$value.”‘ class=’img-responsive’>”; } } ?>
Scroll Animation
<script type=”text/javascript”> $(‘a[href*=”#”]:not([href=”#”])’).click(function() { if (location.pathname.replace(/^//, ”) == this.pathname.replace(/^//, ”) && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $(‘[name=’ + this.hash.slice(1) + ‘]’); if (target.length) { $(‘html, body’).animate({ scrollTop: target.offset().top }, 1000); return false; } } }); </script>