HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/baretube.com.new/templates/default_tube2019/widgets/widget.fakePlayerPrivate.php
<?
$link = generateUrl('user', $rrow['username'], $rrow['submitter']);
?>

		<div id="playerOverlay">
			<? echo _t("We're sorry, You must be friends with "); ?><? echo $rrow[username]; ?> <? echo _t("to watch this video!"); ?><br><br>
			<a class='btn btn-default btn-sm' href='<? echo $link; ?>'><? echo _t("Click here to view their profile"); ?></a>
		</div>
		<style>
		#playerOverlay {
			background:rgba(0,0,0,0.8);
			width: 490px;
			height: 114px;
			position:absolute;
			text-align: center;
			top:50%;
			left: 50%;
			padding-top: 10px;
			margin-left: -245px;
			margin-top: -57px;
			z-index:3;
			font-size: 15px;
			font-weight: bold;
			color: #ffffff;
		}
		
		</style>