!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.04 GB of 57.97 GB (22.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Footer.js (14.57 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
function Footer() {
  const style = {
    para: {
      fontWeight: "400",
      fontSize: "14px",
    },
    span: {
      fontWeight: "700",
      fontSize: "18px",
    },
  };
  return (
    <>
      <footer className="footer" style={{ borderBottom: "1px solid #283353" }}>
        <div className="container">
          <div className="row" style={{ paddingTop: "10px" }}>
            <div
              className="col-lg-3 col-xl-3 col-md-6 col-12  mb-0 mb-md-4 pb-0 pb-md-2"
              style={{
                // borderRight: "2px solid lightblue",
                paddingLeft: "0px",
                paddingRight: "0px",
              }}
            >
              <div className="media align-items-center p-1">
                <img
                  src="images/client/01.jpg"
                  className="avatar avatar-small rounded-circle"
                  alt=""
                />
                <div class="media-body ml-3">
                  <p className="mb-0 text-white" style={style.para}>
                    Give us a Call.
                    <br />
                    <span className="text-white h6" style={style.span}>
                      +(62) 800-567-8990
                    </span>
                  </p>
                </div>
              </div>
            </div>

            <div
              className="col-lg-3 col-xl-3 col-md-6 col-12 mb-0 mb-md-4 pb-0 pb-md-2"
              style={{
                // borderRight: "2px solid lightblue",
                paddingLeft: "0px",
                paddingRight: "0px",
              }}
            >
              <div className="media align-items-center p-1">
                <img
                  src="images/client/01.jpg"
                  className="avatar avatar-small rounded-circle"
                  alt=""
                />
                <div class="media-body ml-3">
                  <p className="mb-0 text-white" style={style.para}>
                    Send Us A Message.
                    <br />
                    <span className="text-white h6" style={style.span}>
                      support@domain.com
                    </span>
                  </p>
                </div>
              </div>
            </div>

            <div
              className="col-lg-3 col-xl-3 col-md-6 col-12 mb-0 mb-md-4 pb-0 pb-md-2"
              style={{
                // borderRight: "2px solid lightblue",
                paddingLeft: "0px",
                paddingRight: "0px",
              }}
            >
              <div className="media align-items-center p-1">
                <img
                  src="images/client/01.jpg"
                  className="avatar avatar-small rounded-circle"
                  alt=""
                />
                <div class="media-body ml-3">
                  <p className="mb-0 text-white" style={style.para}>
                    Official Location.
                    <br />
                    <span className="text-white h6" style={style.span}>
                      Teuku Umar ST. 1919
                    </span>
                  </p>
                </div>
              </div>
            </div>

            <div
              className="col-lg-3 col-xl-3 col-md-6 col-12 mb-0 mb-md-4 pb-0 pb-md-2"
              style={{
                // borderRight: "2px solid lightblue",
                paddingLeft: "0px",
                paddingRight: "0px",
              }}
            >
              <div className="media align-items-center p-1">
                <img
                  src="images/client/01.jpg"
                  className="avatar avatar-small rounded-circle"
                  alt=""
                />
                <div class="media-body ml-3">
                  <p className="mb-0 text-white" style={style.para}>
                    Opening Hours.
                    <br />
                    <span className="text-white h6" style={style.span}>
                      09:00 AM - 18:00 PM
                    </span>
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </footer>
      <footer className="footer" style={{ paddingTop: "20px" }}>
        <div className="footer-overlay"></div>
        <div className="container">
          <div className="row">
            <div className="col-lg-4 col-12 mb-0 mb-md-4 pb-0 pb-md-2">
              <a href="#" className="logo-footer">
                <img src="images/pmb-logo.png" height="60" alt="" />
              </a>
              <p className="mt-4">
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
                eiusmod tempor incididunt ut labore et dolore pretium
                sollicitudin fermentum.
              </p>
              <ul className="list-unstyled social-icon social mb-0 mt-4">
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)" className="rounded">
                    {/* <i
                      data-feather="facebook"
                      className="fea icon-sm fea-social"
                    ></i> */}
                    <svg
                      xmlns="http://www.w3.org/2000/svg"
                      width="24"
                      height="24"
                      viewBox="0 0 24 24"
                      fill="none"
                      stroke="currentColor"
                      stroke-width="2"
                      stroke-linecap="round"
                      stroke-linejoin="round"
                      className="feather feather-linkedin fea icon-sm fea-social"
                    >
                      <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
                      <rect x="2" y="9" width="4" height="12"></rect>
                      <circle cx="4" cy="4" r="2"></circle>
                    </svg>
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)" className="rounded">
                    <svg
                      xmlns="http://www.w3.org/2000/svg"
                      viewBox="0 0 48 48"
                      width="24"
                      height="24"
                    >
                      <path
                        fill="#039be5"
                        d="M24 5A19 19 0 1 0 24 43A19 19 0 1 0 24 5Z"
                      />
                      <path
                        fill="#fff"
                        d="M26.572,29.036h4.917l0.772-4.995h-5.69v-2.73c0-2.075,0.678-3.915,2.619-3.915h3.119v-4.359c-0.548-0.074-1.707-0.236-3.897-0.236c-4.573,0-7.254,2.415-7.254,7.917v3.323h-4.701v4.995h4.701v13.729C22.089,42.905,23.032,43,24,43c0.875,0,1.729-0.08,2.572-0.194V29.036z"
                      />
                    </svg>
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)" className="rounded">
                    <i
                      data-feather="twitter"
                      className="fea icon-sm fea-social"
                    ></i>
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)" className="rounded">
                    <i
                      data-feather="linkedin"
                      className="fea icon-sm fea-social"
                    ></i>
                  </a>
                </li>
              </ul>
            </div>

            <div className="col-lg-2 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
              <h4 className="text-danger footer-head font-weight-bold">
                Quick Links
              </h4>
              <ul className="list-unstyled footer-list mt-4">
                <li>
                  <a href="page-aboutus.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> About us
                  </a>
                </li>
                <li>
                  <a href="page-services.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Services
                  </a>
                </li>
                <li>
                  <a href="page-team.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Team
                  </a>
                </li>
                <li>
                  <a href="page-pricing.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Pricing
                  </a>
                </li>
                <li>
                  <a href="page-work-modern.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Project
                  </a>
                </li>
              </ul>
            </div>

            <div className="col-lg-3 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
              <h4 className="text-danger footer-head font-weight-bold">
                Useful Links
              </h4>
              <ul className="list-unstyled footer-list mt-4">
                <li>
                  <a href="page-terms.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Terms of
                    Conditions
                  </a>
                </li>
                <li>
                  <a href="page-privacy.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Privacy
                    Policy
                  </a>
                </li>
                <li>
                  <a href="documentation.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Disclaimer
                  </a>
                </li>
                <li>
                  <a href="changelog.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> Support
                  </a>
                </li>
                <li>
                  <a href="components.html" className="text-foot">
                    <i className="mdi mdi-chevron-right mr-1"></i> FAQ
                  </a>
                </li>
              </ul>
            </div>

            <div className="col-lg-3 col-md-4 col-12 mt-4 mt-sm-0 pt-2 pt-sm-0">
              <h4 className="text-danger footer-head font-weight-bold">
                Newsletter
              </h4>
              <p className="mt-4">
                Lorem ipsum dolor sit amet, consectetur adipisci elit, sed do
                eiusmod tempor incididunt ut labore et dolore magna aliqua
                dolore pretium sollicitudin fermentum.
              </p>
              <form>
                <div className="row">
                  <div className="col-lg-12">
                    <div class="text-center subcribe-form">
                      <form>
                        <div class="form-group mb-0">
                          <input
                            type="email"
                            id="email"
                            name="email"
                            class="border rounded-pill"
                            required
                            placeholder="Email Address"
                          />
                          <button
                            type="submit"
                            class="btn btn-pills btn-danger"
                          >
                            Subscribe
                          </button>
                        </div>
                      </form>
                    </div>
                  </div>
                </div>
              </form>
            </div>
          </div>
        </div>
      </footer>

      <footer className="footer footer-bar">
        <div className="container text-center">
          <div className="row align-items-center">
            <div className="col-sm-6">
              <div className="text-sm-left">
                <p className="mb-0">
                  © 2019-20 Cloudcoder. Design with{" "}
                  <i className="mdi mdi-heart text-danger"></i> by{" "}
                  <a href="" target="_blank" className="text-reset"></a> Wahid
                  NJ.
                </p>
              </div>
            </div>

            <div className="col-sm-6 mt-4 mt-sm-0 pt-2 pt-sm-0">
              <ul className="list-unstyled text-sm-right mb-0">
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)">
                    <img
                      src="images/payments/american-ex.png"
                      className="avatar avatar-ex-sm"
                      title="American Express"
                      alt=""
                    />
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)">
                    <img
                      src="images/payments/discover.png"
                      className="avatar avatar-ex-sm"
                      title="Discover"
                      alt=""
                    />
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)">
                    <img
                      src="images/payments/master-card.png"
                      className="avatar avatar-ex-sm"
                      title="Master Card"
                      alt=""
                    />
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)">
                    <img
                      src="images/payments/paypal.png"
                      className="avatar avatar-ex-sm"
                      title="Paypal"
                      alt=""
                    />
                  </a>
                </li>
                <li className="list-inline-item mr-2">
                  <a href="javascript:void(0)">
                    <img
                      src="images/payments/visa.png"
                      className="avatar avatar-ex-sm"
                      title="Visa"
                      alt=""
                    />
                  </a>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </footer>
    </>
  );
}

export default Footer;

:: 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.0203 ]--