One Hat Cyber Team
Your IP :
216.73.216.43
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
7.2.34
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
public_html
/
admin
/
support
/
Edit File:
stop.php
<?php ob_start(); session_start(); if(!empty($_GET['id'])) { include "includes/base.php"; $query = mysql_query("UPDATE sessions SET status = 'closed', ended = '".time()."' WHERE convoID = '".$_GET['id']."' "); if($query) { $sign_off = mysql_query("INSERT INTO transcript (name,message,user,convoID,time,class) VALUES ('".$_SESSION['name']."','has left the conversation','".$_SESSION['userID']."','".$_GET['id']."','".$timeStamp."','notice') "); $info = mysql_query("SELECT * FROM sessions WHERE convoID = '".$_GET['id']."' "); $result = mysql_fetch_array($info); include "includes/date.php"; $timeStamp = date('g:i a'); if($result['contact'] == "yes") { include "includes/functions.php"; archive($_GET['id'],$result['name'],$result['email']); } session_destroy(); } } ob_flush(); ?> <script type="text/javascript"> javascript:window.close(); </script>
Simpan