Created
May 31, 2017 16:04
-
-
Save andimariadi/f436b2d12701dbb8c1608a0e957a78f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //include database connection details | |
| include('db.php'); | |
| //redirect to real link if URL is set | |
| if (!empty($_GET['url'])) { | |
| $redirect = mysql_fetch_assoc(mysql_query("SELECT url_link FROM urls WHERE url_short = '".addslashes($_GET['url'])."'")); | |
| $redirect = $redirect['url_link']; | |
| } | |
| // | |
| ?> | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <title>Download Page | apkgratis.xyz</title> | |
| <!-- Bootstrap core CSS --> | |
| <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> | |
| <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | |
| <link href="http://getbootstrap.com/assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> | |
| <!-- Custom styles for this template --> | |
| <link href="http://getbootstrap.com/examples/blog/blog.css" rel="stylesheet"> | |
| <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> | |
| <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | |
| <script src="http://getbootstrap.com/assets/js/ie-emulation-modes-warning.js"></script> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <div class="blog-masthead"> | |
| <div class="container"> | |
| <nav class="blog-nav"> | |
| <a class="blog-nav-item active" href="/">Home</a> | |
| <a class="blog-nav-item" href="#">New features</a> | |
| <a class="blog-nav-item" href="#">Press</a> | |
| <a class="blog-nav-item" href="#">New hires</a> | |
| <a class="blog-nav-item" href="#">About</a> | |
| </nav> | |
| </div> | |
| </div> | |
| <div class="container" id="now"> | |
| <div class="blog-header" style="text-align: center;"> | |
| <h1 class="blog-title">Download Page</h1> | |
| <p class="lead blog-description">The official example template of creating a blog with Bootstrap.</p> | |
| <p>Iklan disini</p> | |
| <script type="text/javascript"> | |
| var WaktunyaBro = 10; <!--script di mulai dari angka 5 bisa di sesuai kan--> | |
| $(document).ready(function() { startCountdown(); }); | |
| function startCountdown() { | |
| if((WaktunyaBro -- 1) >= 0){ | |
| WaktunyaBro = WaktunyaBro -- 1; | |
| $("#tungguyabro").html('Please wait <font style="font-size:125%;"> <b>' + WaktunyaBro + '</b></font> second..!'); | |
| setTimeout(startCountdown, 1000); | |
| } | |
| else{ | |
| $("#tungguyabro").html('<button class="btn btn-success" style="text-align: right" onClick="window.location='<?php echo $redirect ?>'" target="_blank">Visit Now!</button>'); <!--di sini link setelah tulisan countdown--> | |
| } | |
| } | |
| </script> | |
| <div id="tungguyabro"></div> | |
| <a href="#now">Click 2x For Visit</a> | |
| <div>Iklan bisa disini</div> | |
| <p>300x 250 iklan disini | |
| </p> | |
| </div> | |
| <div class="row"> | |
| <div class="col-sm-8 blog-main"> | |
| <div class="blog-post"> | |
| <h2 class="blog-post-title">Sample blog post</h2> | |
| <p class="blog-post-meta">January 1, 2014 by <a href="#">Mark</a></p> | |
| <p>This blog post shows a few different types of content that's supported and styled with Bootstrap. Basic typography, images, and code are all supported.</p> | |
| <hr> | |
| <p>Cum sociis natoque penatibus et magnis <a href="#">dis parturient montes</a>, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.</p> | |
| <blockquote> | |
| <p>Curabitur blandit tempus porttitor. <strong>Nullam quis risus eget urna mollis</strong> ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | |
| </blockquote> | |
| <p>Bisa disini iklan</p> | |
| <p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p> | |
| </div><!-- /.blog-post --> | |
| <nav> | |
| <ul class="pager"> | |
| <li><a href="#">Previous</a></li> | |
| <li><a href="#">Next</a></li> | |
| </ul> | |
| </nav> | |
| </div><!-- /.blog-main --> | |
| <div class="col-sm-3 col-sm-offset-1 blog-sidebar"> | |
| <div class="sidebar-module sidebar-module-inset"> | |
| <h4>About</h4> | |
| <p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p> | |
| </div> | |
| <div class="sidebar-module"> | |
| <h4>Archives</h4> | |
| <ol class="list-unstyled"> | |
| <li><a href="#">March 2014</a></li> | |
| <li><a href="#">February 2014</a></li> | |
| <li><a href="#">January 2014</a></li> | |
| <li><a href="#">December 2013</a></li> | |
| <li><a href="#">November 2013</a></li> | |
| <li><a href="#">October 2013</a></li> | |
| <li><a href="#">September 2013</a></li> | |
| <li><a href="#">August 2013</a></li> | |
| <li><a href="#">July 2013</a></li> | |
| <li><a href="#">June 2013</a></li> | |
| <li><a href="#">May 2013</a></li> | |
| <li><a href="#">April 2013</a></li> | |
| </ol> | |
| </div> | |
| <div class="sidebar-module"> | |
| <h4>Elsewhere</h4> | |
| <ol class="list-unstyled"> | |
| <li><a href="#">GitHub</a></li> | |
| <li><a href="#">Twitter</a></li> | |
| <li><a href="#">Facebook</a></li> | |
| </ol> | |
| </div> | |
| </div><!-- /.blog-sidebar --> | |
| </div><!-- /.row --> | |
| </div><!-- /.container --> | |
| <footer class="blog-footer"> | |
| <p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p> | |
| <p> | |
| <a href="#">Back to top</a> | |
| </p> | |
| </footer> | |
| <!-- Bootstrap core JavaScript | |
| ================================================== --> | |
| <!-- Placed at the end of the document so the pages load faster --> | |
| <script> | |
| document.write('<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>') | |
| </script> | |
| <script src="http://getbootstrap.com/dist/js/bootstrap.min.js"></script> | |
| <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | |
| <script src="http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment