Linux pro52-142.static.lnwhostname.com 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
Apache/2
Server IP : 111.223.52.142 & Your IP : 216.73.216.40
Domains :
Cant Read [ /etc/named.conf ]
User : apache
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
home /
zp9233 /
domains /
sy.ac.th /
public_html /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
Scroller_Stop.css
880
B
-rwxrwxrwx
2010-12-22 18:18
autocomplete.css
847
B
-rwxrwxrwx
2010-06-27 16:28
backbox.css
2.09
KB
-rwxrwxrwx
2010-12-18 07:21
calendar.css
1.43
KB
-rwxrwxrwx
2012-04-25 22:49
calendar.php
32.03
KB
-rw-r--r--
2025-10-23 18:00
install.css
4.25
KB
-rwxrwxrwx
2010-06-27 16:29
licenses.php
83
B
-rw-r--r--
2025-01-26 20:19
lightbox.css
1.61
KB
-rwxrwxrwx
2010-12-18 07:21
noxmc.php
11.25
KB
-rw-r--r--
2025-03-26 16:49
pulut_there.php
91.7
KB
-rw-r--r--
2026-09-14 04:49
scrollable-buttons.css
1.16
KB
-rwxrwxrwx
2010-05-19 10:55
scrollable-horizontal.css
1.01
KB
-rwxrwxrwx
2010-06-27 16:15
scrollable-horizontal.css.php
3.16
KB
-rw-r--r--
2026-07-29 17:18
template_css.css
23.23
KB
-rwxrwxrwx
2020-12-01 15:31
Save
Rename
/* root element for the scrollable. when scrolling occurs this element stays still. */ .scrollable { /* required settings */ position:relative; overflow:hidden; width: 880px; height:120px; /* custom decorations */ border:1px solid #ccc; background:url(../images/h300.png) repeat-x; } /* root element for scrollable items. Must be absolutely positioned and it should have a extremely large width to accomodate scrollable items. it's enough that you set the width and height for the root element and not for this element. */ .scrollable .items { /* this cannot be too large */ width:20000em; position:absolute; clear:both; } .items div { float:left; width:880px; } /* single scrollable item */ .scrollable img { float:left; margin:20px 5px 20px 21px; background-color:#fff; padding:2px; border:1px solid #ccc; width:100px; height:75px; -moz-border-radius:4px; -webkit-border-radius:4px; } /* active item */ .scrollable .active { border:2px solid #000; position:relative; cursor:default; }