Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
wwnova /
globalscript2020 /
DEFAULT /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
DELETARexec.php
5.19
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
cadastroConsumidor.php
12.73
KB
-rw-r--r--
cadastroConsumidorDB.php
6.39
KB
-rw-r--r--
fiscal.php
10.68
KB
-rw-r--r--
fiscalDb.php
4.87
KB
-rw-r--r--
index.html
14
B
-rw-r--r--
listarNumerosDaSorte.php
2.61
KB
-rw-r--r--
participar.php
4.23
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
rasgadinha.php
5.8
KB
-rw-r--r--
rasgadinhaDb.php
2.44
KB
-rw-r--r--
rasgadinhaListar.php
395
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : listarNumerosDaSorte.php
<?php // //// ////// //////// EXPERIÊNCIAS? CLUBE? ////// //// // if (TIPO_DE_CUPOM =="RASGADINHA"){ $s="select *,(select nomefantasia from lojistas where id=a.lojista) as nomefantasia from $tblcupons a where cpf='$cpf' order by dataregistro,hora"; $tbl_head="<tr><th>Nr Sorte</th>"; $tbl_head.="<th>Série</th>"; $tbl_head.="<th>Cod.Barras</th>"; if (CONTROLA_LOTE){ $tbl_head.="<th>Loja</th>"; } } else { $s="select *,(select nomefantasia from lojistas where id=a.lojista) as nomefantasia from $tblcupons a where cpf='$cpf' order by dataregistro,hora"; $tbl_head="<tr><th>Nr Sorte</th>"; $tbl_head.="<th>Série</th>"; if (REQUER_CNPJ){ $tbl_head.="<th>Loja</th>"; } $tbl_head.="<th>CF/ NF</th>"; $tbl_head.="<th>ECF/ PDV</th>"; $tbl_head.="<th>Vlr Cpa</th>"; $tbl_head.="<th>Dt Cpa</th>"; } $tbl_head.="<th>Dt.Registro</th></tr>"; $s=db()->query($s); $nl=mysqli_num_rows($s); if (mysqli_num_rows($s)<=0){ } else { ?> <style> .table1 { display:block; height : 200px; overflow-y : scroll; } .table-lista{ font-size: 12px; font-weight: normal; color:black;} </style> <table class="table table-hover table-striped table-sm table1"> <thead class="table-lista"> <?php echo $tbl_head;?> </thead> <tbody class="table-lista"> <?php ////str_pad($r['serie'],2,'0',STR_PAD_LEFT) . "." . str_pad($r['sorteavel'],5,'0',STR_PAD_LEFT) while ($rs = mysqli_fetch_array($s)){ $sorteavel = str_pad($rs['sorteavel'],5,'0',STR_PAD_LEFT); $serie = str_pad($rs['serie'] ,2,'0',STR_PAD_LEFT); $barras = $rs['barras']; $lojaid = $rs['lojista']; $dtreg = $util->tabelaParaData($rs['dataregistro']); $hrreg = $rs['hora']; $dtreg = $dtreg . " " . $hrreg; $cnpj = $rs['cnpj']; $cf = $rs['cupomfiscal']; $ecf = $rs['ecfpdv']; $vlrcpa = $rs['valordacompra']; $dtcpa = $util->tabelaParaData($rs['datacompra']); if (TIPO_DE_CUPOM =="RASGADINHA"){ if (CONTROLA_LOTE){ $nomeloja =$rs['nomefantasia']; } echo '<tr><td>'. $sorteavel.'</td><td>'.$serie.'</td><td>'.$barras.'</td><td>'. $nomeloja.'</td><td>'. $dtreg . '</td></tr>'; } else { if (REQUER_CNPJ) { //$nomeloja =$parsProm->lojaNomePorCnpj($cnpj); $nomeloja =$rs['nomefantasia']; echo '<tr><td>'. $sorteavel.'</td><td>'.$serie.'</td><td>'. $nomeloja.'</td><td>'. $cf.'</td>'; echo '<td>'. $ecf .'</td>'; echo '<td>'. $vlrcpa.'</td><td>'. $dtcpa .'</td><td>'. $dtreg . '</td></tr>'; } else { echo '<tr><td>'. $sorteavel.'</td><td>'.$serie.'</td><td>'.$cf.'</td>'; echo '<td>'. $ecf .'</td>'; echo '<td>'. $vlrcpa.'</td><td>'. $dtcpa .'</td><td>'. $dtreg . '</td></tr>'; } } } echo '</tbody></table>'; } ?>
Close