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.
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 🙂
Does CSF Firewall Make Your WHM / Server Slow ?
There are various reasons why CSF firewall may make your WHM / server slow. Here are some personal tips from me.
Splashtop as TeamViewer Alternative
I have used TeamViewer for years. Recently i was bugged with message that i use TeamViewer as business purpose, although i use TeamViewer only to connect to my other computer, in the same house. I was considering to upgrade my TeamViewer to paid plan. But after considering some factors, i tried to search TeamViewer alternatives.
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
Find String in Files in Linux
To find some string within files in Linux, you can use this command grep -rnw ‘/your/path/’ -e “find this string” -r means recursive -n means line number -w means match the whole word 🙂
How to Install PhantomJS in cPanel / WHM Server
Here is what i did to install PhantomJS in cPanel / WHM 🙂
Use DKIM Key With WHM, cPanel, Cloudflare
DKIM is one of useful thing to make email which is sent by your domain to be avoided marked as spam. When you use cloudflare for that domain, there is some change that you need to do on the DKIM key. For example on your WHM (Edit DNS Zone) or cPanel (Email > Authentication), you… Continue reading Use DKIM Key With WHM, cPanel, Cloudflare