Kilho.net

Kategoria: 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…

Dowiedz się więcej — ZipMania 0.9.9 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”; }…

Dowiedz się więcej — HTTP Access Information Log