Bo'limlar Har-xil Online Vk

Online Vk

Faylga kronni qo'ying , 10 daqiqa norma xolat!
  1. <?php
  2. $token = 'ВАШ ТОКЕН'; // Access token получить тут http://vk.cc /1ihg6R
  3. $online = api('account.setOnline', 'access_token='.$token);
  4. echo $online['response'];
  5. function api($method, $param) {
  6. $getApi = file_get_contents(' https://api.vk.com /method/'.$method.'?'.$param);
  7. return json_decode($getApi, true);
  8. }
  9. ?>