Kilho.net

Kategori: Ramblings

Notice

ZipMania 0.9.9 Update

ZipMania (0.9.9) has been updated. Open a wide range of archive files, including ZIP, RAR, 7Z, EGG, ALZ, and ISO. Compress and extract files quickly with a dedicated ZIP engine. Homepage ZipMania : https://zipmania.kilho.net Related Links Program source: https://github.com/newkilho/ZipMania Update…

Devamını oku — ZipMania 0.9.9 Update
Notice

KPlayer 1.0.0 Update

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…

Devamını oku — KPlayer 1.0.0 Update
IT

HTTP Access Information Log

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”; }…

Devamını oku — HTTP Access Information Log