����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 15:36:16 1999.30 GB Free: 70.77 GB (3%) /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 ] |
|---|
<?
include('../db.php');
if (!$_SESSION['isAdmin']) {
die('Error !');
}
$id = (int) $_GET['id'];
$thisniche = array();
$sresult = dbQuery("SELECT * FROM content_pornstars WHERE content = '$id'",false);
foreach($sresult as $srow) {
$thisniche[] = $srow['pornstar'];
}
?>
<select name="pornstar[]" multiple="multiple" class="full-width">
<? $presult = dbQuery("SELECT * FROM pornstars ORDER BY name ASC",false); ?>
<? foreach($presult as $srow) { ?>
<option<? echo in_array($srow['record_num'], $thisniche) ? ' selected' : ''; ?> value="<? echo $srow['record_num']; ?>"><? echo $srow['name']; ?></option>
<? } ?>
</select>