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.
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…
The Korean version of WordPress 3.4 has been updated, so Kilho.net has upgraded as well. If you find any pages that appear broken, please leave a post on the Q&A board. We’ll check and fix the issue right away. Thank…
Because of traffic, I moved the images and Flash files to another server and linked to them. While surfing, I found the source code below and connected jQuery to Google. Modified file: theme/functions.php [PHP] //Making jQuery Google API function modify_jquery()…
Stupid V3 I only added the EmbeddedWB, Memo, and IdTCPServer components to Delphi 7, but V3 Lite falsely detected it as malware ㅠㅠ All it ever does is make useless false detections, and then there are incidents like the recent…
For testing OpenAPI and checking whether the connection information is correct Method, host, and POST values on connection [PHP] <? $log = $_SERVER[‚REQUEST_METHOD‘].‘ ‚.$_SERVER[‚HTTP_HOST‘].$_SERVER[‚REQUEST_URI‘].“nn“; foreach($_SERVER as $k => $v) { if($k==’HTTP_HOST‘) continue; if(substr($k, 0,5)!=’HTTP_‘) continue; $log .= ‚$k: $v‘.“n“; }…
Most forum posting tools are designed for a particular forum platform. For example, some GNUboard posting tools automatically submit posts after registering an account. But Kilho.net currently lets users post on GNUboard by signing up through WordPress, so existing forum…