Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
induction /
Avatar_Page /
[ HOME SHELL ]
Name
Size
Permission
Action
Collection
[ DIR ]
drwxr-xr-x
index.html
14.93
KB
-rw-r--r--
script.js
3.49
KB
-rw-r--r--
styles.css
4.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
const face_options=document.querySelectorAll('.avatar-option-face'); face_options.forEach(option=>{ option.addEventListener('click',(e)=>{ document.querySelector('.Face').setAttribute('src',e.target.getAttribute('src')); e.target.style.border='2px solid lightgreen'; // remove border from other options face_options.forEach(option=>{ if(option!=e.target){ option.style.border='none'; } } ); }); }); const eye_options=document.querySelectorAll('.avatar-option-eye'); eye_options.forEach(option=>{ option.addEventListener('click',(e)=>{ document.querySelector('.Eyes').setAttribute('src',e.target.getAttribute('src')); e.target.style.border='2px solid lightgreen'; // remove border from other options eye_options.forEach(option=>{ if(option!=e.target){ option.style.border='none'; } }); }); }); const body_options=document.querySelectorAll('.avatar-option-body'); body_options.forEach(option=>{ option.addEventListener('click',(e)=>{ document.querySelector('.Body').setAttribute('src',e.target.getAttribute('src')); e.target.style.border='2px solid lightgreen'; // remove border from other options body_options.forEach(option=>{ if(option!=e.target){ option.style.border='none'; } }); }); }); const beard_options=document.querySelectorAll('.avatar-option-beard'); beard_options.forEach(option=>{ option.addEventListener('click',(e)=>{ document.querySelector('.Beard').setAttribute('src',e.target.getAttribute('src')); e.target.style.border='2px solid lightgreen'; // remove border from other options beard_options.forEach(option=>{ if(option!=e.target){ option.style.border='none'; } }); }); }); const spec_options=document.querySelectorAll('.avatar-option-specs'); spec_options.forEach(option=>{ option.addEventListener('click',(e)=>{ document.querySelector('.Accessory').setAttribute('src',e.target.getAttribute('src')); e.target.style.border='2px solid lightgreen'; // remove border from other options spec_options.forEach(option=>{ if(option!=e.target){ option.style.border='none'; } }); }); }); const option_buttons=document.querySelectorAll('.options-bar'); option_buttons.forEach(button=>{ button.addEventListener('click',(e)=>{ // console.log(e.target.getAttribute('id')); const btnid=e.target.getAttribute('id').slice(0,e.target.getAttribute('id').indexOf('B')); console.log(btnid); // target=id.slice(0,4); const target_div=document.querySelector(`#${btnid}`); target_div.style.display='block'; all_parts=document.querySelectorAll('.avatar-part'); all_parts.forEach(part=>{ if(part.getAttribute('id')!=btnid){ part.style.display='none'; }}); }); }); create_avatar_button=document.querySelector('#createavatarbtn'); create_avatar_button.addEventListener('click',(e)=>{ console.log('clicked'); const scrolable_div=document.querySelector('.avatar'); console.log(scrolable_div); // scroll to bottom scrolable_div.scrollTop = scrolable_div.scrollHeight; });
Close