One Hat Cyber Team
Your IP :
216.73.216.216
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
/
go
/
flashgallery
/
Edit File:
index.php
<?php //require('header.inc.php'); require_once('header.php'); ?> <!-- Location of javascript. --> <script language="javascript" type="text/javascript" src="swfobject.js" ></script> <!-- Div that contains gallery. --> <div id="gallery"> <h1>No flash player!</h1> <p>It looks like you don't have flash player installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.</p> </div> <!-- Script that embeds gallery. --> <script language="javascript" type="text/javascript"> var so = new SWFObject("flashgallery.swf", "gallery", "800", "600", "8"); // Location of SWF file. You can change gallery width and height here (using pixels or percents). so.addParam("quality", "high"); so.addParam("allowFullScreen", "true"); so.addParam("wmode", "transparent"); so.addVariable("content_path","img"); // Location of a folder with JPG and PNG files (relative to php script). so.addVariable("color_path","default.xml"); // Location of XML file with settings. so.addVariable("script_path","flashgallery.php"); // Location of PHP script. so.write("gallery"); </script> <br/> <!-- Please place this link anywhere on the page that uses Flash Gallery. You can style it anyway you want, but do not change or delete it. Read the license! Thanks. :-) --> <p style="text-align: right; font-size: 8px;">Powered by <a style="text-align: right; font-size: 8px;" href="http://www.flash-gallery.org">Flash Gallery</a></p> <?php require_once('footer.php'); ?>
Simpan