Posts

Showing posts from 2014

Mengirimkan email dari localhost WAMP server

Image
How To Sent Emails From localhost/Wamp Server [Tutorial]

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...