!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:     News.js (9.37 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
function News() {
  const style = {
    section: {
      padding: "50px 0 50px 0",
      position: "relative",
    },
    withTitle: {
      fontSize: "20px",
      fontWeight: 700,
      lineHeight: "1.1em",
      color: "#E91A2F",
    },

    title: {
      fontSize: "40px",
      fontWeight: 800,
      lineHeight: "1.1em",
      color: "#343940",
    },
  };
  return (
    <>
      <section className="" style={style.section}>
        <div className="container">
          <div className="row align-items-center mb-4 pb-2">
            <div className="col-lg-6">
              <div className="section-title text-center text-lg-left">
                <h2 className="" style={style.withTitle}>
                  <span
                    className="mr-2"
                    style={{
                      color: "#FFFFFF",
                      backgroundColor: "#E91A2F",
                      borderRadius: "50%",
                      mozBorderRadius: "50%",
                      webkitBorderRadius: "50%",
                      display: "inline-block",
                      fontWeight: "bold",
                      lineHeight: "40px",
                      marginRight: "5px",
                      textAlign: "center",
                      width: "40px",
                      height: "40px",
                    }}
                  >
                    <i className="mdi mdi-newspaper-variant-outline text-white"></i>
                  </span>
                  Our News
                </h2>
                <h4 className="title lg-0" style={style.title}>
                  Latest News
                </h4>
              </div>
            </div>

            {/* <div className="col-lg-6">
              <div className="section-title text-center text-lg-left">
                <div className="buy-menu-btn">
                  <a href="" target="_blank" className="btn btn-primary">
                    Get Started
                  </a>
                </div>
              </div>
            </div> */}
          </div>

          <div className="row">
            <div className="col-lg-3 col-md-6 mt-4 pt-2">
              <div
                className="card blog rounded border-0"
                style={{
                  boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
                }}
              >
                <div className="position-relative">
                  <img
                    src="images/blog/01.jpg"
                    className="card-img-top rounded-top"
                    alt="..."
                  />
                  <div className="overlay rounded-top bg-dark"></div>
                </div>
                <div className="card-body content">
                  <h5>
                    <a
                      href="javascript:void(0)"
                      className="card-title title text-dark"
                    >
                      Design your apps in your own way
                    </a>
                  </h5>
                  <p className="para">Design your apps in your own way.</p>
                  <div className="post-meta d-flex justify-content-between mt-3">
                    <a
                      href="page-blog-detail.html"
                      className="text-muted readmore"
                    >
                      Read More <i className="mdi mdi-chevron-right"></i>
                    </a>
                  </div>
                </div>
                <div className="author">
                  <small className="text-light user d-block">
                    <i className="mdi mdi-account"></i> Calvin Carlo
                  </small>
                  <small className="text-light date">
                    <i className="mdi mdi-calendar-check"></i> 13th August, 2019
                  </small>
                </div>
              </div>
            </div>

            <div className="col-lg-3 col-md-6 mt-4 pt-2">
              <div
                className="card blog rounded border-0"
                style={{
                  boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
                }}
              >
                <div className="position-relative">
                  <img
                    src="images/blog/02.jpg"
                    className="card-img-top rounded-top"
                    alt="..."
                  />
                  <div className="overlay rounded-top bg-dark"></div>
                </div>
                <div className="card-body content">
                  <h5>
                    <a
                      href="javascript:void(0)"
                      className="card-title title text-dark"
                    >
                      How apps is changing the IT world
                    </a>
                  </h5>
                  <p className="para">Design your apps in your own way.</p>
                  <div className="post-meta d-flex justify-content-between mt-3">
                    <a
                      href="page-blog-detail.html"
                      className="text-muted readmore"
                    >
                      Read More <i className="mdi mdi-chevron-right"></i>
                    </a>
                  </div>
                </div>
                <div className="author">
                  <small className="text-light user d-block">
                    <i className="mdi mdi-account"></i> Calvin Carlo
                  </small>
                  <small className="text-light date">
                    <i className="mdi mdi-calendar-check"></i> 13th August, 2019
                  </small>
                </div>
              </div>
            </div>

            <div className="col-lg-3 col-md-6 mt-4 pt-2">
              <div
                className="card blog rounded border-0"
                style={{
                  boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
                }}
              >
                <div className="position-relative">
                  <img
                    src="images/blog/03.jpg"
                    className="card-img-top rounded-top"
                    alt="..."
                  />
                  <div className="overlay rounded-top bg-dark"></div>
                </div>
                <div className="card-body content">
                  <h5>
                    <a
                      href="javascript:void(0)"
                      className="card-title title text-dark"
                    >
                      Smartest Applications for Business
                    </a>
                  </h5>
                  <p className="para">Design your apps in your own way.</p>
                  <div className="post-meta d-flex justify-content-between mt-3">
                    <a
                      href="page-blog-detail.html"
                      className="text-muted readmore"
                    >
                      Read More <i className="mdi mdi-chevron-right"></i>
                    </a>
                  </div>
                </div>
                <div className="author">
                  <small className="text-light user d-block">
                    <i className="mdi mdi-account"></i> Calvin Carlo
                  </small>
                  <small className="text-light date">
                    <i className="mdi mdi-calendar-check"></i> 13th August, 2019
                  </small>
                </div>
              </div>
            </div>

            <div className="col-lg-3 col-md-6 mt-4 pt-2">
              <div
                className="card blog rounded border-0"
                style={{
                  boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
                }}
              >
                <div className="position-relative">
                  <img
                    src="images/blog/03.jpg"
                    className="card-img-top rounded-top"
                    alt="..."
                  />
                  <div className="overlay rounded-top bg-dark"></div>
                </div>
                <div className="card-body content">
                  <h5>
                    <a
                      href="javascript:void(0)"
                      className="card-title title text-dark"
                    >
                      Smartest Applications for Business
                    </a>
                  </h5>
                  <p className="para">Design your apps in your own way.</p>
                  <div className="post-meta d-flex justify-content-between mt-3">
                    <a
                      href="page-blog-detail.html"
                      className="text-muted readmore"
                    >
                      Read More <i className="mdi mdi-chevron-right"></i>
                    </a>
                  </div>
                </div>
                <div className="author">
                  <small className="text-light user d-block">
                    <i className="mdi mdi-account"></i> Calvin Carlo
                  </small>
                  <small className="text-light date">
                    <i className="mdi mdi-calendar-check"></i> 13th August, 2019
                  </small>
                </div>
              </div>
            </div>
          </div>
        </div>
      </section>
    </>
  );
}

export default News;

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