uawdijnntqw1x1x1
IP : 216.73.216.39
Hostname : diefsweb003.fsit.ch
Kernel : Linux diefsweb003.fsit.ch 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
wirbesti
/
wordpress-backups
/
..
/
www
/
php
/
t2.php
/
/
<?php require_once 'setting.config.php'; require_once 'DBConnection.php'; require_once 'SubscrData.php'; $database = new DBConnection($config); $subscr = new SubscrData($database); $param = [ 'userid' => '99', 'created' => date("Y-m-d H:i:s"), 'campaignname' => '2710', 'anrede' => 'herr', 'vorname' => 'Testi', 'nachname' => 'Tester', 'email' => 'testi@tester.com', 'adresse' => 'Teststrasse 9', 'plz' => '1111', 'stadt' => 'Testikon', 'kanton' => 'Test', 'geburtstag' => '01.01.2000', 'chronoform' => 'Subscr_Campaign', 'campaignnewsletter' => '1720', 'newcampaign' => '1399' ]; var_dump($param); try { $result = $subscr->insertData($param); } catch (Exception $ex) { echo $ex->getMessage().'<br/>'; } echo 'result = '.$result.'<br/>'; ?>
/home/wirbesti/wordpress-backups/../www/php/t2.php