Posts

Prestashop blank BO and FO because of Rijndael.php

Artikel ini saya dapatkan ketika mendapatkan web prestashop saya blank back office dan front office setelah migrasi ke server baru berikut kutipannya. Hello Prestashopper. Sometimes when you try to move your prestashop website from one hosting to a new hosting, or when you migrate your database to an existing website database, it may cause a Blank Back-Office and blank Front-Office !!! this is somehow confusing, but we can fix it as follows : 1- Open your site's file manager, and open config/config.inc.php 2- Search for @ini_set('display_errors', 'off') and change 'off' to 'on'. 3- Now refresh your Front Office, if you find the following error :        Fatal error : Call to undefined function mcrypt_decrypt() in .................... Rijndael.php 4- Open your database using any database management system ( e.g phpmyadmin ). 5- Search for "  PS_CIPHER_ALGORITHM " in "  ps_configuration " table. 6- click on Edit, and change its val...

[SOLVED] Spamming Wordpress Plugin jaqqscigs@gmail.com

Saya cukup kesal sekali saat mendapati bahwa web saya disuspend oleh hosting saya karena spamming pada salah satu web saya. Berikut capture header spamming yang dikirimkan oleh hosting saya: Total Email : 261 contoh header email : Received: from ayam.n.masterweb.com ([49.50.80.10] helo= xxxxxxx .masterweb.net) by mxserver3.masterweb.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from < xxxxxxx @ xxxxxxx .masterweb.net>) id 1W6E5J-0003az-Nv for jaqqscigs@gmail.com; Thu, 23 Jan 2014 13:48:28 +0700 Received: from xxxxxxx by  xxxxxxx .masterweb.net with local (Exim 4.82) (envelope-from < xxxxxxx @ xxxxxxx .masterweb.net>) id 1W6E57-0000Jy-RS for jaqqscigs@gmail.com; Thu, 23 Jan 2014 06:48:06 +0000 To: jaqqscigs@gmail.com Subject: Wordpress Plugin Date: Thu, 23 Jan 2014 06:48:05 +0000 From: WordPress xxxxxxx .co.id> xxxxxxx X-Priority: 3 X-Mailer: PHPMailer 5.2.4 (http://code.google.com/a/apache-extras.org/p/phpmailer/) MIME-V...

Merubah Logo dan Background Login Wordpress.org

Image
Seperti tertulis pada judul, berikut akan saya jelaskan cara merubah logo dan background pada halaman login wordpress.org Creating your own custom wordpress login page is a lot easier than you may think. First you will need to open the functions.php file for the theme you are going to be using. This should be located at ~/public_html/wp-content/themes/ yourtheme /functions.php Replace  yourtheme  with the theme you will be using. Example Preview You will need to add the following lines of code to the bottom of your functions.php file: Full Code add_action ( "login_head" , "login_mod" ) ; function login_mod ( ) { echo " " ; } add_filter ( 'login_headerurl' , create_function ( false , "return 'http://smyl.es';" ) ) ; Breakdown Hook the Function First we will use add_action ( WordPress Codex ) to create the hook for  login_head  to our function we named  login_mod . add_action (...

Sejarah Marawis & Gambus

Sejarah Marawis & Gambus

10 Google Analytics kustom reports and dashboards untuk Anda

Image
This post presents 10 shortcuts to  Google Analytics reports  and dashboards for publishers, bloggers and content marketers. I've compiled these from various sources, but I'm sure there'll be some more useful reports out there, so please share them in the comments...  If you are logged into your Google Analytics, just click the download links, and the reports and dashboards can be saved to your acount.  Custom analytics reports When are people viewing your content? Scheduling articles for maximum impact is a fine art. It it's not news-based or time sensitive, then it makes sense to get the timings right. I find that publish time can make a lot of difference to the success of a post.  This one comes from  Dan Barker , and using this you can see which days of the week are most popular, and use the data to experiment with your publishing schedule:  Download time of day report Which keywords are bringing visitors to your articles?...

10 kustom report Google Analytics yang sangat berguna

Image
Google Analytics's standard reports can be limited, so a little customisation is necessary to improve the quality of insight you can gain.  If like me, you're a relative amateur with Google Analytics, ready-made custom reports  can save you a lot of time.  There are various reports here, some useful for publishers, some for ecommerce sites, and some for SEO analysis.  Just log in to your Google Analytics account and click the links to add these to your custom reports list...  Track the effect of (not provided) Google's decision to  encrypt search referral data  means that many sites now have a lot less to work with when tracking SEO keywords, and Econsultancy is no different.  In fact, as with other IT and tech related sites,  we have been hit harder than others , to the extent that more than 40% of our organic search referrals are (not provided).  The rise of (not provided) on Econsultancy. With this encryption sprea...

Memberi jarak setiap baris pada ms excel

Image
Artikel ini saya buat karena mendapatkan inspirasi dari dosen sekaligus dokter saya yaitu Bapak Hendro Purnomo S.Kom (lhooo???) mengenai pertanyaan mengenai excel yang beliau sampaikan dan beberapa kali saya lupa menjawabnya hehe. Bila Anda ingin memisahkan baris yang ada seperti berikut: dan hasilnya seperti ini mungkin kalau cuma 4 record seperti diatas mungkin mudah, cukup melakukan insert row sebanyak 4 kali. Tetapi jika jumlah record yang ditampilkan cukup banyak misalnya ada 100 ribu trilliun data wkwkwk maka waktu yang kita butuhkan untuk menyisipkan row kedalamnya adalah kurang lebih bisa separuh umur kita didunia. Baiklah kalau begitu kita mulai tutorialnya sekarang. Pertama disebelah kiri kolom B kita sisipkan 2 kolom jadi posisi data sekarang ada di kolom D. Di kolom B kita isikan numerik 1-10 lalu dikolom C kita isikan numerik juga tetapi kita skip tergantung jumlah baris yang ingin disisipkan untuk masing-masing row dalam hal ini misal kita ingin setiap bar...