forked from singhsidhukuldeep/Youtube-Views-Hack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
244 lines (217 loc) · 11.3 KB
/
index.php
File metadata and controls
244 lines (217 loc) · 11.3 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!--
CREDITS
Kuldeep Singh Sidhu
Github: github/singhsidhukuldeep https://github.com/singhsidhukuldeep
Website: Kuldeep Singh Sidhu (Website) http://kuldeepsinghsidhu.esy.es
LinkedIn: Kuldeep Singh Sidhu (LinkedIn) https://www.linkedin.com/in/kuldeep-singh-sidhu-96a67170/
Repository: https://github.com/singhsidhukuldeep/Youtube-Views-Hack
-->
<!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">
<title>YouTube Views Hack</title>
<link href="css/hacker.css" rel="stylesheet">
<style>
.tall-row {
margin-top: 40px;
}
.modal {
position: relative;
top: auto;
right: auto;
left: auto;
bottom: auto;
z-index: 1;
display: block;
}
</style>
</head>
<body>
<a href="https://github.com/singhsidhukuldeep/Youtube-Views-Hack"><img style="position: absolute; top: 0; left: 0; border: 0;z-index:1001;" src="img/fork.png" alt="Fork me on GitHub"></a>
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php">YouTube Views Hack</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Options<span class="caret"></span> </a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://kuldeepsinghsidhu.esy.es">Main Website</a></li>
<li><a href="mailto:[email protected]">Email Me</a></li>
<li><a href="http://youtube.com">YouTube</a></li>
<li class="divider"></li>
<li class="dropdown-header">About Me</li>
<li><a href="https://github.com/singhsidhukuldeep">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/kuldeep-singh-sidhu-96a67170/">Linked In</a></li>
</ul>
</li>
<li>
<a href="http://kuldeepsinghsidhu.esy.es" target="_blank">Main Website</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<!-- Jumbotron -->
<div class="jumbotron">
<h1>YouTube Views Hack</h1>
<p>This application lets you run multiple instances of the same video at once with ability to restart once it is over. Just enter the required variables and start gaining views!!!</p>
<p>To hack around with the source or contribute, check out the project on Github</p>
<p>
<a class="btn btn-lg btn-primary" href="https://github.com/singhsidhukuldeep/Youtube-Views-Hack" role="button">View on Github »</a>
<a class="btn btn-primary" href="https://github.com/singhsidhukuldeep/Youtube-Views-Hack" id="stars"></a>
</p>
</div>
<!-- Dialogs -->
<section id="dis">
<div class="row tall-row">
<div class="col-lg-12">
<h1>Disclaimer</h1>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">It is <b>WRONG!!</b></h4>
</div>
<div class="modal-body">
<p>Using such type of tools is un-ethical and aginst YouTube's terms. <br>So please be sure, as you are the only person solely responsible for your actions!</p>
</div>
<div class="modal-footer">
<a href = "ItsOk.php"><button type="button" class="btn btn-default" data-dismiss="modal">Abort Mission</button></a>
<a href="#var"> <button type="button" class="btn btn-primary">Be a SAVAGE and Do It !! </button> </a>
</div>
</div>
</div>
</div>
</div>
</div></section>
<section id="var">
<!-- Forms -->
<div class="row tall-row">
<div class="col-lg-12">
<h1>Settings</h1>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Details</h4>
</div>
<div class="col-lg-12">
<div class="well">
<form class="form-horizontal">
<fieldset>
<legend>YouTube Details</legend>
<div class="form-group">
<label for="inputEmail" class="col-lg-2 control-label">Link</label>
<div class="col-lg-10">
<input class="form-control" id="Link" name="Link" placeholder="YouTube Video Link" type="text">
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-lg-2 control-label">Duration</label>
<div class="col-lg-10">
<input class="form-control" id="Duration" name="Duration" placeholder="Duration in Seconds" type="number">
</div>
</div>
<legend>Repeat Details</legend>
<div class="form-group">
<label for="select" class="col-lg-2 control-label">Instances</label>
<div class="col-lg-10">
<select class="form-control" id="Inst" name="Inst">
<option>0 (Select according to your available bandwidth)</option>
<!-- <option>1</option> -->
<option>2</option>
<!-- <option>3</option> -->
<option>4</option>
<!-- <option>5</option> -->
<option>6</option>
<!-- <option>7</option> -->
<option>8</option>
<!-- <option>9</option> -->
<option>10</option>
<!-- <option>11</option> -->
<option>12</option>
<!-- <option>13</option> -->
<option>14</option>
<!-- <option>15</option> -->
<option>16</option>
<!-- <option>17</option> -->
<option>18</option>
<!-- <option>19</option> -->
<option>20</option>
<!-- <option>21</option> -->
<option>22</option>
<!-- <option>23</option> -->
<option>24</option>
<!-- <option>25</option> -->
<option>26</option>
<!-- <option>27</option> -->
<option>28</option>
<!-- <option>29</option> -->
<option>30</option>
</select>
</div>
</div>
<div class="form-group">
<label for="inputEmail" class="col-lg-2 control-label">Wait for</label>
<div class="col-lg-10">
<input class="form-control" id="Blocks" name="Blocks" placeholder= "Repeat after (Seconds): Feature Unavailable" disabled="" type="number">
</div>
</div>
<legend>Disclaimer Check</legend>
<div class="form-group">
<label class="col-lg-2 control-label">Disclaimer</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input name="optionsRadios" id="dis" value="option1" checked="" type="radio">
I have read the <a href="#dis">Disclaimer</a> and understand fully what I am doing and take full responsibility of my actions.
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-10 col-lg-offset-2">
<button type="reset" class="btn btn-default">Cancel</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</fieldset>
</form>
</div>
</div></div></div></div></div>
</div>
</section>
<div class="row tall-row">
<div class="col-md-12">
<p>Created by <a href="https://github.com/singhsidhukuldeep">Kuldeep Singh Sidhu</a>. © Forever</p>
</div>
</div>
</div>
<script src="jquery/1.11.2/jquery.min.js"></script>
<script src="bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>