1
cvmax 2015-05-09 18:40:17 +08:00
PHP
|
2
lhx2008 2015-05-09 19:54:54 +08:00
无聊真想用按键精灵点一会。。一个IP可以点无数次
|
4
xua131988 2015-05-09 21:04:28 +08:00
|
7
Dk2014 2015-05-09 21:38:19 +08:00 via Android
我点了好几下普通话才发现没有跳转= =
|
9
yangqi 2015-05-09 21:54:28 +08:00
chrome里面就可以刷啊,window.setInterval(function() {window.page.commit(id);},1000);
|
10
yakczh 2015-05-09 21:59:30 +08:00
不同语言适合不同的领域
c++的领域应该在密集计算 |
11
msxcms 2015-05-09 22:16:31 +08:00
每个语言都有他的应用范围
|
12
lwch OP 闲着无聊搞的
|
13
powergx 2015-05-09 22:20:59 +08:00
清零了
|
15
wind3110991 2015-05-09 22:50:21 +08:00
= = 世界上最好的语言是c
PS:此帖已终结 |
16
leebo 2015-05-09 23:09:40 +08:00
没有ruby!!!!!!!!
|
17
lwch OP 又加了一些并且调整了布局
|
18
goodbest 2015-05-09 23:30:38 +08:00
莫非就是因为我的豆腐脑.party,才有现在这种?
我觉得我起了个坏头... 坐等vim.party emacs.party |
19
xmbaozi 2015-05-09 23:35:29 +08:00 via Android
撞头像了
|
22
lincanbin 2015-05-09 23:53:46 +08:00
先刷了1000票PHP玩玩儿。
|
23
fullpowers 2015-05-10 00:39:51 +08:00
php
|
24
powergx 2015-05-10 01:11:55 +08:00
def kai_shua():
for i in range(0, 40): threading.Thread(target=shua, args=(), name = 'shua'+str(i)).start() def shua(): while True: params = dict(callback='jQuery213007849645290471419_1431190938320',id='php',_=1431190938322) r = requests.get('http://cxx.coding.io/api/commit.php', params=params) print(r.text) if __name__ == "__main__": kai_shua() |
25
powergx 2015-05-10 01:48:01 +08:00
找了几百个代理,应该会好些
def kai_shua(): file = io.open(file='proxy').read() proxy_list = file.split('\n') for i in range(0, 100): proxy_lst = [] for j in range(0, 5): index = i * 5 + j if index < len(proxy_list): proxy_lst.append(proxy_list[index]) threading.Thread(target=shua, args=(proxy_lst, ), name = 'shua'+str(i)).start() def shua(proxy_l): while True: try: for proxy in proxy_l: p_values = proxy.split('\t') proxyDict = dict(http='http://%s:%s'% (p_values[1],p_values[2])) params = dict(callback='jQuery213007849645290471419_1431190938320',id='php',_=int(time.time()*1000)) r = requests.get('http://cxx.coding.io/api/commit.php', params=params, proxies=proxyDict) print(r.text) except: pass |
26
powergx 2015-05-10 10:41:31 +08:00 via iPhone
shell 已经超过php了
|
28
wusuopuBUPT 2015-05-10 12:31:15 +08:00
用python来刷php实在太。。。
|
29
powergx 2015-05-10 14:55:55 +08:00 via iPhone
|
30
lwch OP 你们这太狠了,挂了这么多代理在这刷。。
|
34
mingyun 2015-05-10 21:58:29 +08:00
必须php
|
35
lwch OP 又加了统计报表和统计图大家可以去看下
目前shell党领先。。。 |
37
yangqi 2015-05-11 00:30:37 +08:00
$url = 'http://cxx.coding.io/api/commit.php?id=php';
while(1) { $random_ip = long2ip(rand(0, "4294967295")); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HTTPHEADER, array("X-FORWARDED-FOR:{$random_ip}", "CLIENT-IP:{$random_ip}")); curl_setopt($ch, CURLOPT_REFERER, "http://cxx.party/"); curl_setopt($ch, CURLOPT_HEADER, 1); curl_exec($ch); curl_close($ch); } |
39
yangqi 2015-05-11 10:05:12 +08:00
|