I had the opportunity today to fix a redirection problem on a WordPress blog where an SSL certificate was installed, and the site has therefore switched to HTTPS.The issue being that WordPress was configured in HTTP and not HTTPS, and… Continue Reading →
I am posting a solution for the frequent error of the PayPal 3.x module for Prestashop of the type : Please contact the merchant: 1. PayPal response: 2. SILOVER -> name=SANDBOX3.API.1&silo_version=880&app=slingshotapi&TIME=244402772; domain 3. TIMESTAMP -> 2014-10-24T17:49:03Z You just need to… Continue Reading →
I have found myself several times trying to import a very large SQL file (5GB) into phpMyAdmin, which cannot upload such a large file.So, I tried to open it with Notepad or even in a web editor, but again, the… Continue Reading →
This script was composed for a specific need and which, I believe, can serve many people. It allows you to receive an email alert if one of your sites is down (server not responding, site not responding…).To do this, you… Continue Reading →
I just found a little piece of code created one fine morning with a function that allows you to calculate someone’s age based on their date of birth : function age($day, $month, $year) { $age = (date(‘Y’) – $year); if(… Continue Reading →
© 2026 Bensimon Eyal — Powered by WordPress
Theme by Anders Noren — Up ↑