WordPress, Theme Update
WordPress 4.5.1 and the theme (Enfold) 3.5.4 have been updated. If you encounter an error while using the site, please let me know. I’ll check and fix it promptly. Thank you.
WordPress 4.5.1 and the theme (Enfold) 3.5.4 have been updated. If you encounter an error while using the site, please let me know. I’ll check and fix it promptly. Thank you.
I needed a short link, so I made one in PHP. Register for the Google API before using it. Usage: shorturl_google(‘original URL’, ‘API key’); <?php function shorturl_google($url, $key) { $post = array(‘longUrl’ => $url); $json = json_encode($post); $curlObj = curl_init();…
When modifying a WordPress theme, you can leave the original untouched and make changes to a backed-up copy of its files (called a child theme). To easily identify the child theme you are using, combine the theme name and create…
An error occurred while installing GNUboard on a Windows server. I don’t know about the latest version of AutoSet, but the one installed was “v 6.3.1” … (just how old is that version?ㅠ) Anyway, a “500 error” occurred when accessing…
Recently, due to a sudden increase in traffic, we moved the server and worked to stabilize it. Changed the name servers Updated the source code Changed the design Changed how to use the service Added a short domain Added mobile…
I suddenly headed down to Woljeongri Beach on Jeju Island to get some fresh air …
Kalmuri has been updated to 2.2. Scaling-related errors have been fixed, and support has been added for simple video recording. If you find a bug or have a question, please leave a message on the Questions board. We’ll check it…
We’ve relaunched the Kilho.net website with a new theme. The old theme put a heavy load on the site while loading, so we replaced it with a lighter, cleaner theme. If you notice anything that wasn’t updated properly during the…
pagefile.sys removal (file that uses the hard disk as RAM when memory is insufficient) Control Panel – System – Advanced system settings Advanced tab – Settings Advanced tab – Change Uncheck Automatically manage paging file size for all drives No paging…
SSHD Configuration vi /etc/ssh/sshd_config Port {port number} service sshd restart Firewall Configuration vi /etc/sysconfig/iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport {port} -j ACCEPT service iptables restart * After changing the SSH port, configure the firewall…
Check after server installation short_open_tag = On Allows you to use “<?php” and “<?”. display_errors = On Displays the error message when an error occurs while running a PHP script. (When set to off, an HTTP 500 Internal Server Error…
Hello,This is the Kilho.net administrator.We have migrated servers due to increased traffic.Most pages are now working normally. If you find any issues, please let us know at the email address below, and we will take care of them immediately. Email…