| 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 : /HostingSpaces/admin/247sms.com/wwwroot/adsense/ |
Upload File : |
<?php include "general.php";
include "connect.php";
?>
<!DOCTYPE HTML>
<!--
Tactile by Pixelarity
pixelarity.com @pixelarity
License: pixelarity.com/license
-->
<html>
<head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96236566-1', 'auto');
ga('send', 'pageview');
</script>
<meta name="description" content="Send Bulksms to any mobile phones in over 160 countries including Uk, US, Brazil, Nigeria, Ghana, Kenya, South Africa, Rwanda, Gabon etc. Free SMPP trial is available. " />
<meta name="keywords" content="sms, bulksms, messenging, bulk, cheap sms, low price sms, sms gateway, sms provider, Bulksms provider Nigeria, low price sms, global sms, wide coverage sms, SMPP Clients, SMPP Server, smpp, Free SMS, Free SMPP trial, Reliable SMS route" />
<meta name="author" content="Swift Alliance Ltd">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="3 month">
<title>247sms.com - The Bulksms People, send Free SMS, Free SMPP trial is available.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script data-ad-client="ca-pub-3672658228483041" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.php">247sms.com <span>The Bulksms People (Customer Care 07062012965)</span></a></h1>
<a href="login.php">Log In</a>
<a href="#menu">Menu</a>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.php">Home</a></li>
<li><a href="payment.php">Payment</a></li>
<li><a href="pricing.php">Pricing</a></li>
<li><a href="services.php">Services</a></li>
<li><a href="contactus.php">Contact Us</a></li>
</ul>
<ul class="actions vertical">
<li><a href="register.php" class="button fit special">Sign Up</a></li>
<li><a href="login.php" class="button fit">Log In</a></li>
</ul>
</nav>
<!-- Main -->
<article id="main">
<header>
<h2 class="major special">Pricing & Coverage</h2>
<p>Check below our SMS pricing for the country of destination</p>
</header>
<div class="wrapper">
<div class="inner">
<h1>Pricing & Coverage</h1>
<?php
$query ="select distinct country,operator,mccmnc,rp1,rp5,rp8,rp12 from globalrouting1 order by country";
//echo $query;
if(!$result= mysqli_query($con,$query))
{
//echo mysqli_error($con);
echo "Database error please try again";
mysqli_close($con);
exit();
}
$cnt= "";
echo "<div class='table-wrapper'><table class='alt' >";
echo "<tr>";
echo "<th>" ."Country" . "</th>". "<th>". "Operator" . "</th>". "<th>". "MCCMNC" . "</th>". "<th>" . "Price In Naira". "</th>". "<th>" . "Price in Euro". "</th>"."<th>". "Prince in Dollar"."</th>"."<th>". "Prince in RWF"."</th>";
echo "</tr>";
$cnt = 1;
$precountry = "";
while($row = mysqli_fetch_array($result))
{
if ($cnt ==1)
echo "<tr>";
else
echo "<tr class='alt'>";
$cnt = $cnt+1;
if ($cnt > 2)
$cnt =1;
$country = $row['country'];
//$naira = $row['rp1'];
//$euro = $row['rp5'];
//$dollars = $row['rp8'];
if($precountry != $country)
echo "<td>" . $country."</td>";
else
echo "<td></td>";
echo "<td>".$row['operator']."</td>" . "<td>".$row['mccmnc']."</td>". "<td> N". number_format($row['rp1'],3,'.',',') . "</td>". "<td> €". number_format($row['rp5'],3,'.',',') . "</td>". "<td> $" . number_format($row['rp8'],3,'.',','). "</td>". "<td> RWF " . number_format($row['rp12'],3,'.',','). "</td>";
echo "</tr>";
$precountry= $row["country"];
}
echo "</table></div>";
//echo $cnt;
mysqli_close($con);
?>
</div>
</div>
</article>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section class="about">
<h4 class="major">Get in touch</h4>
<p>You can reach us through phone calls, emails , raising a Trouble Ticket or filling our contact us form</p>
<ul class="actions">
<li><a href="contactus.php" class="button">Learn more</a></li>
</ul>
</section>
<section class="contact-info">
<h4 class="major">Contact Us</h4>
<ul class="contact">
<li class="fa-phone">Acct Manager: +2347062012965</li>
<li class="fa-phone">Call Center: +2347062012965</li>
<li class="fa-envelope"><a href="#">customercare @ 247sms.com</a></li>
<li class="fa-twitter"><a href="#">@coming soon</a></li>
<li class="fa-facebook"><a href="#">facebook.com/coming soon</a></li>
</ul>
</section>
</div>
<div class="copyright">
<p>© 2003 Powered by Swift Alliance Ltd</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!--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>