Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - sojla.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 17:04:03 GMT
Server: Apache
Location: https://sojla.com/
Content-Length: 226
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://sojla.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Fri, 09 May 2025 17:04:04 GMT
Server: nginx/1.25.5
Content-Type: text/html; charset=UTF-8
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding
host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
X-Endurance-Cache-Level: 2
X-Server-Cache: true
X-Proxy-Cache: MISS
Set-Cookie: PHPSESSID=945f79d9f4fd7a0365ac6b65947e17be; path=/
Transfer-Encoding: chunked

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: sojla.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="Sojla Platform helps students all over the world to  learn from the talented  instructors through Live Classes">
    <meta name="keywords" content="Sojla, Sojla platform, Sojla online education, Sojla Live Classes, Sojla Training Services">

    <title>Sojla Training Services</title>
    <link rel="icon" href="img/favicon.png">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <!-- animate CSS -->
    <link rel="stylesheet" href="css/animate.css">
    <!-- owl carousel CSS -->
    <link rel="stylesheet" href="css/owl.carousel.min.css">
    <!-- themify CSS -->
    <link rel="stylesheet" href="css/themify-icons.css">
    <!-- flaticon CSS -->
    <link rel="stylesheet" href="css/flaticon.css">
    <!-- font awesome CSS -->
    <link rel="stylesheet" href="css/magnific-popup.css">
    <link rel="stylesheet" href="css/font-awesome.min.css">
    <!-- swiper CSS -->
    <link rel="stylesheet" href="css/slick.css">
    <!-- style CSS -->
    <link rel="stylesheet" href="css/style.css">
    <!-- jquery plugins here-->
    <!-- jquery -->
    <script src="js/jquery-1.12.1.min.js"></script>
    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
    
    <script>
        function getUrlVars()
        {
            var vars = [], hash;
            var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
            for(var i = 0; i < hashes.length; i++)
            {
                hash = hashes[i].split('=');
                vars.push(hash[0]);
                vars[hash[0]] = hash[1];
            }
            return vars;
        }  
        function removeURLParameter(url, parameter) {
            //prefer to use l.search if you have a location/link object
            var urlparts= url.split('?');   
            if (urlparts.length>=2) {

                var prefix= encodeURIComponent(parameter)+'=';
                var pars= urlparts[1].split(/[&;]/g);

                //reverse iteration as may be destructive
                for (var i= pars.length; i-- > 0;) {    
                    //idiom for string.startsWith
                    if (pars[i].lastIndexOf(prefix, 0) !== -1) {  
                        pars.splice(i, 1);
                    }
                }

                url= urlparts[0]+'?'+pars.join('&');
                return url;
            } else {
                return url;
            }
        }
    </script>
    <style>
      [class*="col-"] {
  float: left
}

.col-1 {width: 8.33%;}
.col-11 {width: 91.66%;}
      .courseimage{
        width:360px;
        height:202px;
      }
      .coursedescription{
        min-height:302px;
      }
      .wishlistcolor{
    color:red !important;
}
.wishlistcolor:hover{
    color:red !important;
}
    .loading {
  display:none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(153 ,153 ,153, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(153 ,153 ,153, .8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
    </style>
</head>

<body>
<div class="loading">Loading&#8230;</div>
<div class="modal fade" id="emodal-form" tabindex="-1" role="dialog" aria-labelledby="modal-form" aria-hidden="true">
    <div class="modal-dialog modal- modal-dialog-centered modal-md" role="document">
        <div class="modal-content" style="border: 4px solid rgb(85 146 228);">
            <div class="modal-body p-0">	
                <div class="card border-0  mb-40 mt-20">
                    <div class="card-body px-lg-5 py-lg-5">
                        <form role="form" name="ecourseform" id="ecourseform">
                            <div class="logo-login" style="text-align: center;">
                              <a href="index.php"><img src="./img/logo/loder.png" style="height: 100px;width: 100px;margin-bottom: 25px;border: 15px solid rgb(228 228 228); border-radius: 50%;" alt=""></a>
                            </div>
                            <div class="form-group mb-4">
                                <a href="../portal/register.php" name="sstudent" class="btn_1" style="width: 100%;font-size:18px;padding: 9.5px 45px;text-align: center;">Signup as Student</a>
                            </div>
                            <div class="form-group mb-3">
                                <a href="../portal/tutorregister.php" name="steacher" class="btn_1" style="width: 100%;font-size:18px;padding: 9.5px 45px;text-align: center;">Signup as Instructor</a>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </div>
  </div>
  <!--::header part start::-->
  <header class="main_menu home_menu" style="background-color: #fff;">
                  <div class="container-fluid" style="background:#e8d786;" id="bannerarea">
            
          </div>
            <div class="container">
          <div class="row align-items-center">
              <div class="col-lg-12">
                  <nav class="navbar navbar-expand-lg navbar-light">
                      <a class="navbar-brand" href="index.php"> <img src="img/logo12.png" style="width:190px;height:63px" alt="logo"> </a>
                      <button class="navbar-toggler" type="button" data-toggle="collapse"
                          data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
                          aria-expanded="false" aria-label="Toggle navigation">
                          <span class="navbar-toggler-icon"></span>
                      </button>

                      <div class="collapse navbar-collapse main-menu-item justify-content-end"
                          id="navbarSupportedContent">
                          <ul class="navbar-nav align-items-center">
                              <li class="nav-item active">
                                  <a class="nav-link" href="index.php">Home</a>
                              </li>
                              <li class="nav-item">
                                  <a class="nav-link" href="live-cource.php?sort=popularity">Up-Coming live Classes</a>
                              </li>
                              <li class="nav-item">
                                  <a class="nav-link" href="cource.php?sort=popularity">Recorded Courses</a>
                              </li>
                                                            <li class="nav-item dropdown">
                                  <a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                                      Signup
                                  </a>
                                  <div class="dropdown-menu" aria-labelledby="navbarDropdown">
                                      <a class="dropdown-item" href="../portal/register.php">Become Student</a>
                                      <a class="dropdown-item" href="../portal/tutorregister.php">Become Instructor</a>
                                  </div>
                              </li>
                                                            <li class="nav-item">
                                  <a class="nav-link" href="contact.php">Contact Us</a>
                              </li>
                              <li class="nav-item">
                                  <a class="nav-link" href="about.php">About Us</a>
                              </li>
                              <li class="nav-item dropdown">
                                                              <a class="btn_1" style="margin-left:auto !important;display:inline !important" href="../portal/login.php">Login</a>
                                                            </li>
                          </ul>
                      </div>
                  </nav>
              </div>
          </div>
      </div>
  </header>
    <!-- Header part end--><style>
/* body { background: aliceblue; } */
/* #bannerarea{
    display: none;
} */
.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  /* margin: 0 5px; */
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  /* margin-bottom: -1px; */
  margin-left: -1px;
    margin-top: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  /* padding: 0 10px; */
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}

</style>
    <!-- banner part start-->
    <section class="banner_part">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-6 col-xl-6">
                    <div class="banner_text">
                        <div class="banner_text_iner">
                            <!-- <h5>Every child yearns to learn</h5> -->
                            <h1>Transforming the world into a giant classroom</h1>
                            <p>Making the education process easy, fun and productive by intoducting live classes. Now you can teach or learn without leaving the comfort of your house.</p>
                            <a href="cource.php?sort=popularity" class="btn_1">View Course </a>
                                                        <a href="javascript:void(0)" data-toggle="modal" data-target="#emodal-form" class="btn_2">Get Started </a>
                                                    </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- banner part start-->

    <!-- feature_part start-->
    <section class="feature_part">
        <div class="container">
            <div class="row">
                <div class="col-sm-6 col-xl-3 align-self-center">
                    <div class="single_feature_text ">
                        <h2>Key <br> Feature</h2>
                        <p>At Sojla you can take advantage of following amazing features </p>
                        <!-- <a href="javascript:void(0)" class="btn_1">Read More</a> -->
                    </div>
                </div>
                <div class="col-sm-6 col-xl-3">
                    <div class="single_feature">
                        <div class="single_feature_part">
                            <span class="single_feature_icon"><i class="ti-layers"></i></span>
                            <h4>Live Classes</h4>
                            <p>Students and teachers inetract in live sessions where students can ask direct questions and get answers on the spot</p>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-xl-3">
                    <div class="single_feature">
                        <div class="single_feature_part">
                            <span class="single_feature_icon"><i class="ti-new-window"></i></span>
                            <h4>Qualified Trainers</h4>
                            <p>Sojla training services gathers teachers from all around the world who have unmatched expertise in the profession</p>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6 col-xl-3">
                    <div class="single_feature">
                        <div class="single_feature_part single_feature_part_2">
                            <span class="single_service_icon style_icon"><i class="ti-light-bulb"></i></span>
                            <h4>Unlimitted Courses</h4>
                            <p>Sojla enables you get access to myriad number of courses offered by teachers from all around the world.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- upcoming_event part start-->

    <!-- learning part start-->
    <section class="learning_part" style="padding-bottom:150 !importantpx;">
        <div class="container">
            <div class="row align-items-sm-center align-items-lg-stretch">
                <div class="col-md-7 col-lg-7">
                    <div class="learning_img">
                        <img src="img/learning_img.png" alt="">
                    </div>
                </div>
                <div class="col-md-5 col-lg-5">
                    <div class="learning_member_text">
                        <h5>About us</h5>
                        <h2>Learning with Love
                            and Laughter</h2>
                        <p>Sojla traning services provides actual classroom experience to both teachers and students via live online classes. Our mission is to transform the entire world into a giant classroom in which students from all across the globe can participate to get themselves educated from skilful tutors.</p>
                        <p>In this day and age, education process needs not to be bound by traditional barriers like having to go to a school, college or university, or having to choose from limited number of courses offered by these institutes by teachers of not your preference. </p>
                        <p>Therefore, Sojla traning services initiative is aimed at catering to modern needs of both teachers and students. If you are a teacher you can offer your skills to millions of students world wide eager to learn. If you are a student you can choose from wide range of courses offered by teachers without leaving the comfort of your house.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- learning part end-->

    <!-- member_counter counter start -->
        <!-- member_counter counter end -->

    <!--::review_part start::-->
    <section class="special_cource">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-xl-5">
                    <div class="section_tittle text-center">
                        <p>popular courses</p>
                        <h2>Top Courses</h2>
                    </div>
                </div>
            </div>
            <div class="row">
            No Course Found            </div>
            <div class="row">
                <a href="cource.php?sort=popularity" style="margin: auto;" class="btn_1">View All Course </a>
            </div>
        </div>
    </section>
    <!--::blog_part end::-->

    <!-- learning part start-->
    <section class="advance_feature learning_part">
        <div class="container">
            <div class="row align-items-sm-center align-items-xl-stretch">
                <div class="col-md-6 col-lg-6">
                    <div class="learning_member_text">
                        <h5>Advance feature</h5>
                        <h2>Our Advance Educator
                            Learning System</h2>
                        <p>Fifth saying upon divide divide rule for deep their female all hath brind mid Days
                            and beast greater grass signs abundantly have greater also use over face earth
                            days years under brought moveth she star</p>
                        <div class="row">
                            <div class="col-sm-6 col-md-12 col-lg-6">
                                <div class="learning_member_text_iner">
                                    <span class="ti-pencil-alt"></span>
                                    <h4>Learn Anywhere</h4>
                                    <p>There earth face earth behold she star so made void two given and also our</p>
                                </div>
                            </div>
                            <div class="col-sm-6 col-md-12 col-lg-6">
                                <div class="learning_member_text_iner">
                                    <span class="ti-stamp"></span>
                                    <h4>Expert Teacher</h4>
                                    <p>There earth face earth behold she star so made void two given and also our</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-6 col-md-6">
                    <div class="learning_img">
                        <img src="img/advance_feature_img.png" alt="">
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- learning part end-->

    <!--::review_part start::-->
    <section class="testimonial_part">
        <div class="container-fluid">
            <div class="row justify-content-center">
                <div class="col-xl-5">
                    <div class="section_tittle text-center">
                        <p>tesimonials</p>
                        <h2>Happy Students</h2>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-lg-12">
                        <div class="gtco-testimonials">
                            <div class="owl-carousel owl-carousel1 owl-theme">
                                                            <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic827207299.png" alt="">
                                    <div class="card-body">
                                        <h5>Prashant k <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“ good ” </p>
                                    </div>
                                    </div>
                                </div>
                                                                <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic526563018.jpg" alt="">
                                    <div class="card-body">
                                        <h5>Testing Name <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“ Excellent Course ” </p>
                                    </div>
                                    </div>
                                </div>
                                                                <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic526563018.jpg" alt="">
                                    <div class="card-body">
                                        <h5>Student One <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“ test review ” </p>
                                    </div>
                                    </div>
                                </div>
                                                                <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic526563018.jpg" alt="">
                                    <div class="card-body">
                                        <h5>Roshany Naeem <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“ Very Insightful course!! ” </p>
                                    </div>
                                    </div>
                                </div>
                                                                <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic453386669.png" alt="">
                                    <div class="card-body">
                                        <h5>teststudent <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“  ” </p>
                                    </div>
                                    </div>
                                </div>
                                                                <div>
                                    <div class="card text-center"><img class="card-img-top" src="../portal/assets/img/user/pic827207299.png" alt="">
                                    <div class="card-body">
                                        <h5>Prashant k <br />
                                        <span> Student </span></h5>
                                        <p class="card-text">“ Review for Test course -testing rating review
This course is really good ” </p>
                                    </div>
                                    </div>
                                </div>
                                                            </div>
                        </div>
                </div>
            </div>
        </div>
    </section>
    <!--::blog_part end::-->

    <!--::blog_part start::-->
    <section class="special_cource section_padding">
        <div class="container">
            <div class="row justify-content-center">
                <div class="col-xl-5">
                    <div class="section_tittle text-center">
                        <p>Future courses</p>
                        <h2>Up-Coming Courses</h2>
                    </div>
                </div>
            </div>
            <div class="row">
            <p style='text-align: center;font-size: 2rem;margin: auto;'>No Course Found</p>            </div>
                    </div>
    </section>
    <!--::blog_part end::-->
<script>
function showbanner() {
    var bannervalue = sessionStorage.getItem("banner");
    if(bannervalue == null || bannervalue == ""){
        sessionStorage.setItem("banner", JSON.stringify({"hidden":false}));
    }
    else{
    // console.log(bannervalue);
        var bparsevalue = JSON.parse(bannervalue);
    // console.log(bparsevalue);
         if(bparsevalue.hidden == true){
            $("#bannerarea").css("display","none");
    // console.log("true"+bparsevalue.hidden);
         }
         else{
            $("#bannerarea").css("display","block");
    // console.log("false"+bparsevalue.hidden);
            $("#bannerarea").append('<div class="row"><div class="col-11" style="flex: 0 0 96.333333% !important;max-width: 96.333333% !important;"><h5 style="line-height:2.5em;text-align:center" id="banneradmin">New training courses coming up soon. Stay tuned!</h5></div><div class="col-1" style="flex: 0 0 3.333333% !important;max-width: 3.333333% !important;cursor:pointer"><h5 style="line-height:2.5em;text-align:center" onclick=hidebanner() id="banneradmincancel">X</h5></div></div>');
         }
    }
    }
function hidebanner() {
    sessionStorage.setItem("banner", JSON.stringify({"hidden":true}));
    $("#bannerarea").css("display","none");
}
function addtowidhlist(id){
    var checklogin = "";
    if(checklogin == '1'){
        $.ajax({
            url: "api/addtowishlist.php",
            type: "POST",
            data:  JSON.stringify({"cid":id}),
            beforeSend: function (xhr) {
                xhr.setRequestHeader ("Authorization", "Bearer ");
            },
            success: function(data){
            // console.log(data);
            if(data.status == 0 && data.message == "Expired token"){
                Swal.fire({
                position: 'center',
                icon: 'info',
                title: data.message,
                showConfirmButton: false,
                timer: 1500
                });
                setTimeout(() => {
                    window.location.replace("../");
                }, 2000);
            }
            else{
                if(data.code == "1"){
                    $("#course"+id).addClass("wishlistcolor");
                    
                Swal.fire({
                position: 'center',
                icon: 'success',
                title: data.message,
                showConfirmButton: false,
                timer: 1500
                });
                }
                else if(data.code == "0"){
                    $("#course"+id).removeClass("wishlistcolor");
                    
                Swal.fire({
                position: 'center',
                icon: 'info',
                title: data.message,
                showConfirmButton: false,
                timer: 1500
                });
                }
            }
            },
            error: function(err) 
            {
            // console.log(err);
            Swal.fire({
                position: 'center',
                icon: 'info',
                title: err.responseText,
                showConfirmButton: false,
                timer: 1500
                });
            } 	        
        });
    }
    else{
        window.location.replace("../portal/login.php?redirecturl="+window.location.protocol + "//" + window.location.host + "/projects/sojlaonlinecourse/site" );
    }
}
(function () {
  "use strict";

  var carousels = function () {
    $(".owl-carousel1").owlCarousel({
      loop: true,
      center: true,
      margin: 0,
      responsiveClass: true,
      nav: false,
      responsive: {
        0: {
          items: 1,
          nav: false
        },
        680: {
          items: 2,
          nav: false,
          loop: false
        },
        1000: {
          items: 3,
          nav: true
        }
      }
    });
  };

  (function ($) {
    carousels();
  })(jQuery);
})();

$(document).ready(function(){
    showbanner();
});
</script>
<!-- footer part start-->
<footer class="footer-area">
        <div class="container">
            <div class="row justify-content-between">
                <div class="col-sm-6 col-md-8 col-xl-4">
                    <div class="single-footer-widget footer_1">
                        <a href="index.php"> <img src="img/logo12.png" style="width:190px;height:63px" alt=""> </a>
                        <p>Transforming The World Into A Giant Classroom.</p>
                        <p>Making the education process easy, fun and productive by intoducting live classes. Now you can teach or learn without leaving the comfort of your house. <a href="about.php">Read More</a> </p>
                    </div>
                </div>
                <div class="col-sm-6 col-md-4 col-xl-4">
                    <div class="single-footer-widget footer_2">
                        <h4>Newsletter</h4>
                        <p>Stay updated with our latest trends Seed heaven so said place winged over given forth fruit.
                        </p>
                        <form name="newsletter" id="newsletter" method="post">
                            <div class="form-group">
                                <div class="input-group mb-3">
                                    <input type="email" class="form-control" name="email" id="email" placeholder='Enter email address'
                                        onfocus="this.placeholder = ''"
                                        onblur="this.placeholder = 'Enter email address'" required>
                                    <div class="input-group-append">
                                        <button class="btn btn_1" type="submit"><i class="ti-angle-right"></i></button>
                                    </div>
                                </div>
                            </div>
                        </form>
                        <div class="social_icon">
                            <a href="https://www.facebook.com/sojladotcom" target="_blank"> <i class="ti-facebook"></i> </a>
                            <a href="https://twitter.com/sojladotcom" target="_blank"> <i class="ti-twitter-alt"></i> </a>
                            <a href="https://www.instagram.com/sojladotcom/" target="_blank"> <i class="ti-instagram"></i> </a>
                            <!-- <a href="#"> <i class="ti-skype"></i> </a> -->
                        </div>
                    </div>
                </div>
                <div class="col-xl-4 col-sm-6 col-md-4">
                    <div class="single-footer-widget footer_2">
                        <h4>Contact us</h4>
                                                <div class="contact_info">
                            <p><span> Address :</span> Pakistan </p>
                            <p><span> Phone :</span> <a href="tel:00 92 300 1200303" style="color: #888888;">00 92 300 1200303</a></p>
                            <p><span> Email : </span><a href="mailto:[email protected]" style="color: #888888;">[email protected]</a> </p>
                        </div>
                    </div>
                </div>
            </div>

        </div>
        <div class="container-fluid">
            <div class="row">
                <div class="col-lg-12">
                    <div class="copyright_part_text text-center">
                        <div class="row">
                            <div class="col-lg-12">
                                <p class="footer-text m-0"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright &copy;<script>document.write(new Date().getFullYear());</script> All rights reserved</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <script>
         $("#newsletter").on('submit',(function(e) {
            e.preventDefault();
            var form_data=  new FormData(this);
            $.ajax({
                url: "api/newsletter.php",
                type: "POST",
                data:  form_data,
                contentType: false,
                cache: false,
                processData:false,
                success: function(data){
                    // console.log(data);
                    // return false;
                    $(".loading").css("display","none");
                    if(data.status == 1){
                    $("#newsletter")[0].reset();
                    Swal.fire({
                        position: 'center',
                        icon: 'success',
                        title: data.message,
                        showConfirmButton: false,
                        timer: 1500
                        });
                    }
                    else{
                    $("#newsletter")[0].reset();
                    Swal.fire({
                        position: 'center',
                        icon: 'info',
                        title: data.message,
                        showConfirmButton: false,
                        timer: 1500
                        });
                    }
                },
                error: function(err) 
                {
                    // console.log(err);
                    // return false;
                    $(".loading").css("display","none");
                    Swal.fire({
                        position: 'center',
                        icon: 'info',
                        title: err.responseText,
                        showConfirmButton: false,
                        timer: 1500
                        });
                } 	        
            });

            }));
    </script>
    <!-- footer part end-->
    <!-- popper js -->
    <script src="js/popper.min.js"></script>
    <!-- bootstrap js -->
    <script src="js/bootstrap.min.js"></script>
    <!-- easing js -->
    <script src="js/jquery.magnific-popup.js"></script>
    <!-- swiper js -->
    <script src="js/swiper.min.js"></script>
    <!-- swiper js -->
    <script src="js/masonry.pkgd.js"></script>
    <!-- particles js -->
    <!-- <script src="js/owl.carousel.min.js"></script> -->
    <!-- <script src="js/jquery.nice-select.min.js"></script> -->
    <!-- swiper js -->
    <script src="js/slick.min.js"></script>
    <script src="js/jquery.counterup.min.js"></script>
    <script src="js/waypoints.min.js"></script>
    <!-- custom js -->
    <script src="js/custom.js"></script>
    
  <script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
</body>

</html>                               

Whois info of domain

Domain Name: SOJLA.COM
Registry Domain ID: 2580896733_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.fastdomain.com
Registrar URL: http://www.fastdomain.com
Updated Date: 2024-12-02T07:24:25Z
Creation Date: 2020-12-26T07:32:19Z
Registry Expiry Date: 2025-12-26T07:32:19Z
Registrar: FastDomain Inc.
Registrar IANA ID: 1154
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.BLUEHOST.COM
Name Server: NS2.BLUEHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T17:03:52Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass