UnknownSec Bypass
403
:
/
var
/
www
/
jpsagrisolution
/
cpanel
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
create_pdf.php
<?php include ('vendor/autoload.php'); require('../panelassets/config.php'); $html='<div class="wishlist-table table-responsive"> <table> <thead> <tr> <th class="product-thumbnail">Product Name</th> <th class="product-name"><span class="nobr">Product Images</span></th> <th class="product-price"><span class="nobr">Qty </span></th> <th class="product-stock-stauts"><span class="nobr">Price </span></th> <th class="product-add-to-cart"><span class="nobr">Total Price</span></th> </tr> </thead> <tbody> <tr> <td>hello</td> </tr> </tbody> </table> </div>'; $mpdf=new \Mpdf\Mpdf(); $mpdf->WriteHTML($html); $file=time().'.pdf'; $mpdf->Output($file, 'D'); ?>
Copyright © 2025 - UnknownSec