| 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/plainmotors.net/wwwroot/dashboard/ |
Upload File : |
<?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>Plain Motors - Keeps you going</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" />
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/templatemo_main.css">
<script>
</script>
</head>
<body>
<div class="navbar navbar-inverse" role="navigation">
<div class="navbar-header">
<div class="logo"><h1>Plain Motors <span>Welcome <?php $fullname=$_SESSION['fullname'];
//$username=getUsername("nosaosahon",'247sms.com');
echo $fullname." ";
?>Investments: <?php
// $bal=getBalance($username,$domain);
// echo $bal." ";
?></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><a href="vas.php"><i class="fa fa-bank"></i>Add Payment Account</a></li>
<li><a href="vas.php"><i class="fa fa-bank"></i>Invest</a></li>
<li><a href="onlinepayment.php"><i class="fa fa-bank"></i>Payments</a></li>
<li><a href="messageawait.php"><i class="fa fa-cubes"></i>Pending Payments</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">Invest</a></li>
<li><a href="pricing.php">Payments</a></li>
<li><a href="tt.php">Pending Payments</a></li>
<li><a href="javascript:;" data-toggle="modal" data-target="#confirmModal"></i>Sign Out</a></li>
</ol>
<script src="js/jquery.min.js"></script>
<?php
$errno = isset($_GET['err']) ? $_GET['err'] : '';
if($errno ==='1')
{
echo "<p><font color='red'>Database Error, please try again or contact your account manager</font></p>";
}
if($errno ==='2')
{
echo "<p><font color='red'>Please enter your Bank Account Details which you want us to be paying your monthly returns to. </font>";
echo '<script type="text/javascript">
$(document).ready(function(){
$("#accountDetailsModal").modal("show");
});
</script>';
}
if($errno ==='3')
{
echo "<p><font color='green'>Account Details Updated Successfully</font></p>";
}
if($errno ==='4')
{
echo "<p><font color='red'>You have cancelled your proposed investment with us. Please you can try again.</font></p>";
}
if($errno ==='5')
{
echo "<p><font color='red'>Kindly Review Your Investment and Click Submit to continue.</font></p>";
}
if($errno ==='6')
{
echo "<p><font color='red'>Select at least one available slot before continuing...</font></p>";
}
if($errno ==='7')
{
echo "<p><font color='red'>Fullname is too long. Fullname cannot be more than 60 characters...</font></p>";
}
if($errno ==='8')
{
echo "<p><font color='red'>Fullname or password or email or phonenumber cannot be blank</font></p>";
}
if($errno ==='9')
{
echo "<p><font color='red'>Nigerian Phonenumbers must start with 234</font></p>";
}
if($errno ==='10')
{
echo "<p><font color='red'>Username has been taken. Please select another username</font></p>";
}
if($errno ==='11')
{
echo "<p><font color='red'>Email already exists. Please use another email</font></p>";
}
if($errno ==='12')
{
echo "<p><font color='red'>Phonenumber already used. Please use another phonenumber</font></p>";
}
if($errno ==='13')
{
echo "<p><font color='red'>Sorry we could not send you an SMS this time. Please try later.</font></p>";
}
if($errno ==='14')
{
echo "<p><font color='red'>Please complete the form below to continue</font></p>";
}
?>
<h1><b>IN-CITY INVESTMENT</b> </h1>
<p>Earn N21,000.00 monthly guranteed for 15 months by investing on mini-buses running in-city transport service. <br><br>Pick Available Slots and Invest</p>
<?php
$cnt1=0;
echo $cnt1;
$con=mysqli_connect("127.0.0.1","smsEngine","guEnaR28T","smartsmsrouter");
///Check connection
if (mysqli_connect_errno())
{
// //echo mysqli_error($con);
//echo "-1";
return '#';
die();
}
$query="select refno,slot1,slot2,slot3,slot4,slot5,slot6 from plainmotorscardetails where status ='1'";
if(!$result= mysqli_query($con,$query))
{
mysqli_close($con);
return "#";
}
else
{
while($row = mysqli_fetch_array($result))
{
$cnt1++;
$refno = $row[0];
$slot1db = $row[1];;
$slot2db = $row[2];;
$slot3db = $row[3];;
$slot4db = $row[4];;
$slot5db = $row[5];;
$slot6db = $row[6];;
if($slot1db =="0"){
$slot1message = '<td>Slot1 <label><input type="checkbox" name="slot1" value="slot1" > Available</label></td>';
}else{
if ($slot1db =="1"){
$slot1message = "<td>Slot1 Taken, Awaiting Payment confirmation</td>";
}else{
$slot1message = "<td>Slot1 taken</td>";
}
}
if($slot2db =="0"){
$slot2message = '<td>Slot2 <label><input type="checkbox" name="slot2" value="slot2" > Available</label></td>';
}else{
if ($slot2db =="1"){
$slot2message = "<td>Slot2 Taken, Awaiting Payment confirmation</td>";
}else{
$slot2message = "<td>Slot2 taken</td>";
}
}
if($slot3db =="0"){
$slot3message = '<td>Slot13<label><input type="checkbox" name="slot3" value="slot3" > Available</label></td>';
}else{
if ($slot3db =="1"){
$slot3message = "<td>Slot3 Taken, Awaiting Payment confirmation</td>";
}else{
$slot3message = "<td>Slot3 taken</td>";
}
}
if($slot4db =="0"){
$slot4message = '<td>Slot4 <label><input type="checkbox" name="slot4" value="slot4" > Available</label></td>';
}else{
if ($slot4db =="1"){
$slot4message = "<td>Slot4 Taken, Awaiting Payment confirmation</td>";
}else{
$slot4message = "<td>Slot4 taken</td>";
}
}
if($slot5db =="0"){
$slot5message = '<td>Slot5 <label><input type="checkbox" name="slot5" value="slot5" > Available</label></td>';
}else{
if ($slot5db =="1"){
$slot5message = "<td>Slot5 Taken, Awaiting Payment confirmation</td>";
}else{
$slot5message = "<td>Slot5 taken</td>";
}
}
if($slot6db =="0"){
$slot6message = '<td>Slot6 <label><input type="checkbox" name="slot6" value="slot6" > Available</label></td>';
}else{
if ($slot6db =="1"){
$slot6message = "<td>Slot6 Taken, Awaiting Payment confirmation</td>";
}else{
$slot6message = "<td>Slot6 taken</td>";
}
}
echo '<div class="table-responsive">
<form role="form" id="templatemo-preferences-form" method="post" action="confirmpayment.php" name ="mess">
<table class="table table-striped table-hover table-bordered">
<thead>
<tr >
<th colspan="3" style="text-align:center;">Vehicle with Slot# '.$refno.' </th>
</tr>
</thead>
<tr>
'.$slot1message.'
'.$slot2message.'
'.$slot3message.'
</tr>
<tr>
'.$slot4message.'
'.$slot5message.'
'.$slot6message.'
</tr>
<tbody>
</tbody>
</table>
<div class="row templatemo-form-buttons">
<div class="col-md-12">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>';
}
mysqli_close($con);
return $cnt;
}
echo $cnt1."nosa";
if($cnt1 ==0){
echo "<p><font color='red'>No vehicle for investment at this moment</font></p>";
}
?>
<ul>
<li>Topic: 247sms Zoom Training - learn Bulksms features and tools to help you reach your clients effectively.</li>
<li>Time: Dec 9, 2020 11:00 AM Africa/Lagos</li>
<li>Meeting Link:<a href='https://us04web.zoom.us/j/6073263936?pwd=SUxvTGxiZ0cyVWEwcE9GM0orVnpMdz09'>Join Here</a> </li>
<li>Meeting ID: 607 326 3936</li>
<li>Passcode:55445 </li>
</ul>
<h1><b>INTER-STATE INVESTMENT</b></h1>
<p>No bus current available under the investment scheme</p>
<p><a href="https://play.google.com/store/apps/details?id=com.a247sms.a247sms"> <div class="image"><img src="../images/googleplay.png" alt="download mobile app" /></div></a>
<br> Download our App from Google playstore today and start enjoying easy access to our service from your mobile phone.
</p> <h1><b>Breaking News: Platform Changes Effective January 1st, 2020.</b></h1>
<ul>
<li>SMS validity: See details below</li>
<li>Clients whose lastlogins are greater than 6 months will have their addressbooks deleted </li>
</ul>
<h1>SMS Validity: Effective from 1st January, 2020</h1>
<p></p>
<div class='table-responsive'>
<table class='table table-striped table-hover table-bordered'>
<thead>
<tr>
<th>SMS Purchase</th>
<th>Validity</th>
</tr>
</thead>
<tr>
<td>N1,000.00</td><td>15 days</td>
</tr>
<tr>
<td>N2,000.00</td><td>30 days</td>
</tr>
<tr>
<td>N5,000.00</td><td>60 days</td>
</tr>
<tr>
<td>N10,000.00 or greater than N10,000</td><td>90 days</td>
</tr>
<tbody>
</tbody>
</table>
<h1><b>SenderID Registration</b></h1>
<p>If you want your senderIDs to be registered with all operators in Nigeria, please send us email with the sender you want us to register ( support @ 247sms.com ). No spaces in the email </p>
<h1>Price Change Effective from 12th February, 2018</h1>
<p></p>
<div class='table-responsive'>
<table class='table table-striped table-hover table-bordered'>
<thead>
<tr>
<th>Operator</th>
<th>Price</th>
</tr>
</thead>
<tr>
<td>MTN</td><td>N2.99k</td>
</tr>
<tr>
<td>Glo</td><td>N2.55k</td>
</tr>
<tr>
<td>Etisalat</td><td>N2.55k</td>
</tr>
<tr>
<td>Airtel</td><td>N2.55k</td>
</tr>
<tbody>
</tbody>
</table>
</div>
<h1>Introduction of VAS Services</h1>
<p>We have introducted the following VAS services. You can subscribe to any of the services. No weekly or monthly fees required. We charge the same cost of delivery SMS per operator. For example, if you subscribe to Premiership Goal Alert service, we will push goal alert messages to you at the cost of N1.95k if your phonenumber belongs to AIRTEL or N2.95k if your line belongs to MTN.</p>
<div class='table-responsive'>
<table class='table table-striped table-hover table-bordered'>
<thead>
<tr>
<th>Services</th>
<th>Services</th>
</tr>
</thead>
<tr>
<td>Premiership League</td><td>La Liga League</td>
</tr>
<tr>
<td>UEFA - Champions & Europa Leagues</td><td>French Ligue 1</td>
</tr>
<tr>
<td>Daily Bible Service</td><td>Daily Jokes</td>
</tr>
<tr>
<td>Daily News</td><td>Daily Sports News</td>
</tr>
<tbody>
</tbody>
</table>
</div>
<h1>Common mistakes To Avoid</h1>
<p><font color="#FF0000" size="+2">Dear client, just to bring to your attention that below words are blocked by some operators in Nigeria</font></p>
<ul class="text">
<li>Promo</li>
<li>Promotions</li>
<li>Congratulations</li>
<li>Lotto</li>
<li>MTN</li>
<li>Yellow</li>
</ul>
<p class="text">The above words are considered spam and will be blocked by these operators. Please do not use them even when you are sending legal/pure/clean messages. For example message like <em> "Congratulations for your new baby" or "I just sent you MTN card" or "Enjoy 10% of sales promo ..." </em> will not be delivered by these operators.</p>
<p class="text">Also do not use these words as senderID or Originator</p>
<ul class="text">
<li>ZenithBank</li>
<li>FirstBank</li>
<li>AccessBank</li>
<li>etc</li>
</ul>
<p class="text"><em><b><font color="#0000FF">The Key to sending successful message is to test if the message will come to your phones, at least on two major operators in Nigeria. If the message comes, then you can push it to your target audience.</font></b></em></p>
<h1>Changes Introduced in our new platform</h1>
<ul>
<li>We recommend you use international format like 2348033214031,2348082861415 when sending your messages. For clients from Nigeria, if you use national format (eg. 08033214031,08082861415) your message will still be delivered.</li>
<li>Pricing is per operator now. Our Starting price for Airtel = N1.50k, MTN = N2.00, Etisalat = N1.90 & Glo = N1.90. High volume buyer can discuss with the Account Manager for discounted pricing.</li>
<li>Your Account Top is the amount you pay that will be credited to your account. That is, if you pay N2,000, same amount will be credited to your account.</li>
</ul>
<h1>Our New Bulksms Tools</h1>
<P>You can send SMS messages to anyone with mobile phones in any part of the world using this messaging portal. This portal provides you with many tools to help you send messages successfully. Below are some of the tools:</P>
<ul>
<li>Send Message without Addressbook</li>
<li>Send Message with Addressbook</li>
<li>Send Personalized Messages</li>
<li>Send Scheduled Messages</li>
<li>Send Message concatenated or long message of up to 1500 characters</li>
</ul>
<p>Also feel free to use the tools below to check the success of your sms messaging and how much has been deducted from your account</p>
<ul>
<li>Messagelogs</li>
<li>Account History</li>
<li>Payment History</li>
<li>The Dashboard</li>
</ul>
<h1>The Dashboard </h1>
<P>The Dashboard is a great tool that tells you at a glance the success of your sms messaging. However, use the Dashboard tool with caution because at sometimes, some messages are delivered but message status still showing awaiting. This might to some extent affect the statistics being showed on the Dashboard. However, it is a great tool that that can help you to know the performance of your sms messaging</P>
<h1>Pricing & Coverage</h1>
<p>Finally, you can explore the pricing and coverage link to know sms prices configured for your account . It also shows the coverage messages can be delivered to. If countries of interest are having default as operators, contact your Account Manager to define the operators in these countries. Account Manager contacts can be found in the Contact US page.</p>
<h1>Online Payments</h1>
<p>We have successful integrated online/card payment for easy bulksms payment. This online supports Master Card, Visa Card, Interswitch or Verve cards. Please try to use this option when going to the bank is not convenient for you. </p>
<h1>Bank Payments or Cash Deposits</h1>
<p>Please make your direct bank deposits to the bank details below: </p>
<p><b>Bank Name: Zenith Bank PLC</b><br>
Account Name: Swift Alliance Ltd<br>
Account Number: 1012262712 <br>
</p>
<p><b>OR</b></p>
<p><b>Bank Name: Ecobank PLC</b><br>
Account Name: Swift Alliance Ltd<br>
Account Number: 0452003715 <br>
</p>
<h1>We Like To Hear From You...</h1>
<p>The new plaform is built to make sending of messages easier and enjoyable. If you feel there are more features to include, please contact us by sending email to support@247sms.com. <br><br>From all of us at 247sms, wish you successful messaging.</p>
</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">×</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>
<div class="modal fade" id="informationModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header p-3 mb-2 bg-success text-dark" >
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">Information!!!</h4>
</div>
<div class="modal-body">
<p><?php echo $dialogueMessage;?></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Dismiss</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="accountDetailsModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header p-3 mb-2 bg-success text-dark">
<h5 class="modal-title" id="exampleModalLabel">Enter Bank Account Details</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form role="form" id="templatemo-preferences-form" method="post" action="addaccountnumber.php" name ="mess">
<div class="form-group">
<label for="recipient-name" class="col-form-label" >Account Name:</label>
<input type="text" class="form-control" id="accountName" name ="accountName" required>
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Account Number:</label>
<input type="text" class="form-control" id="accountNumber" name ="accountNumber" maxlength="10" required>
</div>
<div class="form-group">
<label for="message-text" class="col-form-label">Bank Name:</label>
<input type="text" class="form-control" id="bankName" name ="bankName" required>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<footer class="templatemo-footer">
<div class="templatemo-copyright">
<p>Copyright © 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">
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/574b6eab1be2250b3bd28655/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>