⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.216
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
.trash
/
updater
/
View File Name :
success.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Success</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> </head> <body> <div class="container"> <div class="row"> <div class="col-lg-8 offset-lg-2 pt-5"> <div class="alert alert-success"> <strong>You have successfully updated to the latest version</strong> </div> <div class="card"> <ul class="list-group list-group-flush"> <li class="list-group-item"> After unzipping <strong>vendor-bootstrap.zip</strong> file, you will get 2 folders - <strong>vendor & bootstrap</strong></li> <li>Replace the existing <strong>vendor & bootstrap</strong> folders (located in project root folder) with these unzipped <strong> vendor & bootstrap</strong> folders</li> <li class="list-group-item">Now, please click on <strong>Go To Website</strong> button</li> <li class="list-group-item">Lastly, please clear the browser cache & reload the website. Also, please delete the <strong>updater</strong> folder located in <strong>public</strong> directory</li> </ul> <div class="card-footer text-center"> <a class="btn btn-success" href="../">Go To Website</a> </div> </div> </div> </div> </div> </body> </html>