Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/zapnixinc.com/admin/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: popup.php

Path: /home2/outerorb/zapnixinc.com/admin/popup.php

Size: 1.47 KB

Permissions: 0644

<?php
include_once("../include/main.inc.php");
?>

<html>
<head>
<title><?=$title;?></title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"/>
<meta HTTP-EQUIV="imagetoolbar" CONTENT="no"/>
<script language="Javascript1.2">
function resizeOuterTo(w,h) {
	if (parseInt(navigator.appVersion)>3) {
		if (navigator.appName=="Netscape") {
			top.outerWidth=w;
			top.outerHeight=h;
		}
		else top.resizeTo(w,h);
	}
	var scr_w = screen.availWidth;
	var scr_h = screen.availHeight;
	
	x=(scr_w - w)/2;
	y=(scr_h - h)/2;
	self.moveTo(x,y)
}
</script>
</head>
<body style="margin:0px; padding:0px;">

<?php
if ( substr(strtolower($_GET['img']), -3) == "gif" or substr(strtolower($_GET['img']), -3) == "jpg" or substr(strtolower($_GET['img']), -3) == "jpe" or substr(strtolower($_GET['img']), -3) == "png")  {
	$dimens=getImageSize("".SITE_DIR_PATH."/uploaded_files/".$_GET['img']);
	$width=$dimens[0];
	$height=$dimens[1];
	if ($width > 550) {
		$width=550;
	}
	if ($height > 550) {
		$height=550;
	}
	?>
	<table align="center" width="100%">
	 <tr>
	  <td align=center><img name="zoomedimage" src="<?=site_url;?>/uploaded-files/<?=$_GET['img'];?>"  width="<?=$width;?>" height="<?=$height;?>"></td>
	 </tr>
	 <tr><td align="center"></td></tr>
	 <tr>
	  <td align=center><a href="javascript:window.close();"><img src="<?=SITE_ADMIN_URL?>/images/close-window.gif" border=0 alt="Close your Popup Window" title="Close your Popup Window"></a></td>
	 </tr>
	</table>
	<?php 	
}
?>
</body>
</html>

← Back to Directory Edit File 🔒 Chmod

WP File Manager