| 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/tgp/ |
Upload File : |
<html>
<head>
<title>Hand Job Cafe TGP</title>
<link href="new-style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="header"></div>
<div class="left_nav">
<p><img src="handjob-cafe-logo.png"></p>
<p>FULL <span>HD</span> VIDEOS</p>
<p>BONUS CONTENT</p>
<p>WEEKLY <span>HD</span> UPDATES</p>
<p><span>HD</span> PHOTO GALLERIES</p>
<p>Stream or Download</p>
<p><a href="/join.html"><img src="join-now.png"></a></p>
</div>
<div class="content">
<?php
$config[database] = 'tgp';
$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]);
$sql = mysql_query("SELECT * FROM entries WHERE site='handjobcafe.com' ORDER BY featured DESC, id DESC");
while($r = mysql_fetch_array($sql))
{
$id = $r['id'];
$site = $r['site'];
$title = $r['title'];
$thumb = $r['thumb'];
$views = $r['views'];
$time = $r['time'];
$type = $r['type'];
$url = $r['url'];
$code = $r['code'];
?>
<div class="thumbs">
<div class="update">
<a href="<?php if($type == "join"){ print "/join.html"; } else { print $url; } ?>"><img src="thumbs/<?php print $thumb; ?>"></a>
<div class="box">
<div class="title">
<?php print $title; ?>
</div>
<div class="left">
<?php print number_format($views); ?> Views
</div>
<div class="right">
<?php if($time){ print "Time: " . $time; } ?>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</body>
</html>