One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
sam
/
public_html
/
web
/
templates
/
move_it_all
/
View File Name :
index.php
<?php echo "<?xml version=\"1.0\"?>"; ?> <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $welke = 0; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $mosConfig_sitename; ?></title> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <?php include ("includes/metadata.php"); ?> <?php include ("editor/editor.php"); ?> <script language="JavaScript" type="text/javascript"> var selection="left"; function setvar(divnaam) { selection=divnaam; } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=7; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function ReadCookie(cookieName) { var theCookie=""+document.cookie; var ind=theCookie.indexOf(cookieName); if (ind==-1 || cookieName=="") return ""; var ind1=theCookie.indexOf(';',ind); if (ind1==-1) ind1=theCookie.length; return unescape(theCookie.substring(ind+cookieName.length+1,ind1)); } MM_reloadPage(true); </script> <link href="<?php echo $mosConfig_live_site;?>/templates/move_it_all/css/template_css.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" /> <?php initEditor(); ?> </head> <body class="body" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <style> .draggableElement { position: absolute; cursor: move; width: 100%; } #left { top: <?php echo($top1)?>px; left: <?php echo($left1)?>px; } #main { top: <?php echo($top2)?>px; left: <?php echo($left2)?>px; } #time { top: <?php echo($top3)?>px; left: <?php echo($left3)?>px; } #pathway { top: <?php echo($top4)?>px; left: <?php echo($left4)?>px; } #search { top: <?php echo($top5)?>px; left: <?php echo($left5)?>px; } #right { top: <?php echo($top6)?>px; left: <?php echo($left6)?>px; } </style> <script> var selectedElement; function findDraggableElement (target) { if (document.layers) { if (target.constructor == Document) { for (var l = 0; l < document.layers.length; l++) if (target == document.layers[l].document) return document.layers[l]; } else if (target.constructor == Image) { for (var l = 0; l < document.layers.length; l++) for (var i = 0; i < document.layers[l].document.images.length; i++) if (target == document.layers[l].document.images[i]) return document.layers[l]; } return null; } else if (document.all) { do if (target.className == 'draggableElement') return target; while ((target = target.parentElement)); return null; } else if (document.getElementById) { do if (target.className == 'draggableElement') return target; while ((target = target.parentNode)); return null; } } function checkSelection (evt) { if (document.layers) { selectedElement = findDraggableElement (evt.target); if (selectedElement) { document.captureEvents(Event.MOUSEMOVE | Event.MOUSEUP); document.onmousemove = drag; document.onmouseup = stopDrag; } } else if (document.all) { selectedElement = findDraggableElement (event.srcElement); if (selectedElement) { document.onmousemove = drag; document.onmouseup = stopDrag; } } else if (document.getElementById) { selectedElement = findDraggableElement (evt.target); if (selectedElement) { document.onmousemove = drag; document.onmouseup = stopDrag; } } } function drag (evt) { if (document.layers) { selectedElement.left = evt.pageX; selectedElement.top = evt.pageY; SetCookie("left"+selection,evt.pageX,10); SetCookie("top"+selection,evt.pageY,10); } else if (document.all) { selectedElement.style.posLeft = event.clientX; selectedElement.style.posTop = event.clientY; SetCookie("left"+selection,event.clientX,10); SetCookie("top"+selection,event.clientY,10); } else if (document.getElementById) { selectedElement.style.left = evt.clientX + 'px'; selectedElement.style.top = evt.clientY + 'px'; SetCookie("left"+selection,evt.clientX,10); SetCookie("top"+selection,evt.clientY,10); } } function stopDrag (evt) { if (document.layers) { document.releaseEvents(Event.MOUSEMOVE | Event.MOUSEUP); document.onmousemove = null; document.onmouseup = null; selectedElement = null; } else if (document.all || document.getElementById) { document.onmousemove = null; document.onmouseup = null; selectedElement = null; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.onmousedown = checkSelection; if (document.all) document.onselectstart = document.ondragstart = function () { return false; }; </script> <a name="top"></a> <table background="<?php echo $mosConfig_live_site;?>/templates/move_it_all/images/site_name.jpg" border="0" cellpadding="0" cellspacing="0" align="center" width="800" > <tr> <td height="80" width="100%" valign="top" align="center"> <table width="780"> <tr> <td width="428"> <div onmousedown="javascript:setvar(5)" id="search" class="draggableElement"><input class="inputbox" type="text" name="searchword" size="23" value="<?php echo _SEARCH_BOX; ?>" onBlur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onFocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" /></div> </td> </tr> </table> </td> </tr> </table> <table border="0" class="outline_bottom" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="25" align="center"> <table> <tr> <td width="345" valign="top" align="left"> <font color="000000"> <div onmousedown="javascript:setvar(4)" id="pathway" class="draggableElement"><img hspace="5" src="images/M_images/arrow.png" border="0" alt="arrow" /><?php include_once("pathway.php"); ?></div> </font> </td> <td width="435" valign="top"> <div onmousedown="javascript:setvar(3)" id="time" class="draggableElement"> <?php echo (strftime ("%A, %d %B %Y", time()+($mosConfig_offset*60*60))); ?> </div> </td> </tr> </table> </table> <table border="0" cellpadding="5" cellspacing="0" width="780" align="center"> <tr><?php if (mosCountModules( "left" )) { ?> <td width="130" valign="top"> <div onmousedown="javascript:setvar(1)" id="left" class="draggableElement"> <table class ="boxes" width="100%" border="0" cellspacing="0" cellpadding="3"> <tr> <td> <?php mosLoadModules ( "left" ); ?> </td> </tr> </table> </div> </td> <?php } ?><br><br> <td valign="top" class="boxes"> <div onmousedown="javascript:setvar(2)" id="main" class="draggableElement" name="main"> <?php include_once("mainbody.php"); ?> <?php mosLoadModules ( 'bottom', 'true' ); ?> </div> </td> <!-- Show only on non content pages --> <?php if (mosCountModules( "right" )) { ?> <td width="130" valign="top"> <table width="100%" class="boxes" border="0" cellspacing="0" cellpadding="3"> <tr> <td> <div onmousedown="javascript:setvar(6)" id="right" class="draggableElement"> <?php mosLoadModules ( 'top', 'true' ); ?> <?php mosLoadModules ( "right" ); ?> </div></td> </tr> </table> </td> <?php } ?></tr> </table> </body> </html>