PHP 8.0 was released recently at the time of this post is written. Surprisingly, Codeigniter 3 does not generate any error message this far in PHP 8.0.
Category: Programming
Programming stuffs.
Use Mailgun Plain PHP Curl Code
Mailgun is one of some services to send e-mail. It has a nice PHP library here. But for some reason, it only works in my local server, and it does not work at all in remote server and the code returns “Mailgun server is not reachable” error (although i have tried to disable server firewall,… Continue reading Use Mailgun Plain PHP Curl Code
How to Use Midtrans-PHP in CodeIgniter 3
Here is how to use Midtrans-PHP official library in Codeigniter 3 🙂
Bitmex PHP API Example
If you are looking for bitmex API example using PHP, you can use this code 🙂 https://github.com/xrvel/xrvel-bitmex-api-php
Fix WordPress Cloudflare HTTPS Redirect Loop
If you use Cloudflare flexible SSL certificate to use HTTPS, in some case you may get redirect loop. I believe it is caused because WordPress does not recognize the “fake” SSL certificate. Fixing it is simple. Open your wp-config.php file, and find this first line <?php
How to Install PhantomJS in cPanel / WHM Server
Here is what i did to install PhantomJS in cPanel / WHM 🙂
Integrate reCAPTCHA v2 Into Pligg
Pligg supports some CAPTCHA, including Solve Media, and old reCAPTCHA. Now i will write how to use reCAPTCHA v2 (click captcha) into Pligg. First, you must get Google reCAPTCHA keys. Second, open your Pligg admin, set the site & secret key under “CAPTCHA” sub menu and click “configure” next to reCAPTCHA.
Javascript Get Content Stretch Size
I had a situation like this : I have a content. The size (width and height) has been known. Now i want to stretch the content to the screen with some fill rate (for example max 90% of screen size). I made a javascript code below.
How to Fix WARNING: Creating default object from empty value
You may encounter this “warning” message when using PHP 5.4 or above E_WARNING: Creating default object from empty value Here is how to fix this 🙂
CSS Media Query
Here is a simple example of CSS media query 🙂 http://pastebin.com/dkdfAvGF