Вход Регистрация
Файл: modules/earn/check/vklike.php
Строк: 21
<?

        mysql_query
("INSERT INTO `done` (`social` ,`type` ,`uid` ,`tid`, `mode`) VALUES ('".$Task['social']."', '".$Task['type']."', '$uid', '$tid', 'done');");

        
preg_match_all('#(photo|wall|video)(-?[0-9]+)_([0-9]+)#',$Task['url'],$bb);
        
//print_r($bb);
        
if($bb[1][0]=='photo'$type 'photo';
        if(
$bb[1][0]=='wall'$type 'post';
        if(
$bb[1][0]=='video'$type 'video';

  
$res Core::url_get_contents('https://api.vk.com/method/likes.getList?count=1000&type='.$type.'&owner_id='.$bb[2][0].'&item_id='.$bb[3][0]);
  
//echo 'https://api.vk.com/method/likes.getList?type='.$type.'&owner_id='.$bb[2][0].'&item_id='.$bb[3][0];
  
$resp json_decode($restrue);

  if(
in_array($CONFIG['Globals']['social:vk'],$resp['response']['users'])){
    echo 
Ajax::Responce(array('ok'));
    
$tid $Task['id'];
    
$uid $CONFIG['uid'];
    
      
Tasks::ChangeBal($tid,$Task['bal']-$Task['pay']);
      
mysql_query("UPDATE  `users` SET  `balance` =  balance+".$Task['pay']." WHERE  `id` =$uid;");
      
  } else {
    
//$resp['social:vk'] = $CONFIG['Globals']['social:vk'];
    //$resp['url'] = 'https://api.vk.com/method/likes.getList?type='.$type.'&owner_id='.$bb[2][0].'&item_id='.$bb[3][0];
    
echo Ajax::Responce(array('err'));
    
mysql_query("DELETE FROM `done` WHERE `uid`='$uid' AND `tid`='$tid' AND `mode`='done';");
  }
  
 
//vk likes end
Онлайн: 4
Реклама