The biggest reason I switched Kilho.net from GNUboard to WordPress was design. WordPress makes it easy to change the layout design using “themes.” It also has a large user base, so there are many individuals and companies creating themes. Choosing…
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…
KPlayer (1.0.0) has been updated. Powerful playback based on LibMPV Supports major video formats, including MP4, MKV, AVI, MOV, WMV, and ASF Add entire files and folders Reorder items by dragging them in the list Repeat and shuffle playback Add…
Installed WordPress and still analyzing … I still haven’t gotten used to it ㅠㅠ I spent a lot of time just figuring out how to install the menu, so it was hugely delayed When a submenu item was a page…
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…
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”; }…