Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
airmob-digital
/
lesptitsfayots
/
895s64d123v6f8ss4
/
✏️
Editing: lv_surv.php
<meta http-equiv="Refresh" content="5; url=lv_surv.php?admin=<?=$_REQUEST['admin']?>"> <style> body,tr { font-size: 0.8em; font-family: arial; } </style> <?php error_reporting(E_ALL); ini_set("display_errors", 0); require '../vendor/autoload.php'; include ('../lib/ClassLpf.php'); require ("../lib/config.ini.php"); echo "<h1>Surveillance</h1>"; echo "<h3>STRIPE(Prod) / LPF 20 dernières commandes</h3>"; echo date('d/m/Y H:i').'<br>'; if(md5($_REQUEST['admin'])!="3e20fdb3880682a70e9482c30c7451f1") die('Err Auth !'); ?> <a href="https://airmob.digital/lesptitsfayots/log/log.txt" target="_blank">LOG</a> - <a href="https://airmob.digital/lesptitsfayots/log/wh2.txt" target="_blank">WH</a> <?php \Stripe\Stripe::setApiKey('sk_live_ip8gbLpdBR6wdSxNBoOhBkY800rMBGob94'); $lstPaye = \Stripe\PaymentIntent::all(['limit' => 20]); $ClassLpf = new ClassLpf(); $T = $ClassLpf->Surv(); $TB[] = "<table width='100%' border='1'>"; foreach($lstPaye->data as $k=>$dtl) { $bc = trim($dtl->description); if(is_array($T[$bc]) ) { $TB[] = "<tr>"; $TB[] = "<td>" . date('d/m/Y H:i:s', $dtl->created ). "</td>"; $TB[] = "<td>" . $bc."<br><small>".$dtl->id . "</small></td>"; $TB[] = "<td><small>" . $dtl->object . "</small></td>"; $TB[] = "<td>" . $dtl->amount . "</td>"; $TB[] = "<td>" . $dtl->charges->data[0]->billing_details->email . "</td>"; $TB[] = "<td>" . $dtl->charges->data[0]->paid . "</td>"; $TB[] = "<td>" . $T[$bc]['paiement'] . "</td>"; $TB[] = "</tr>"; } } $TB[] = "</table>"; echo join('',$TB); ?>
💾 Save
❌ Cancel