Preparing to multi-account search
This commit is contained in:
@@ -54,8 +54,6 @@ class Vkontakte {
|
||||
'q' => urlencode($this->_query),
|
||||
'sort' =>'2'
|
||||
)));
|
||||
$this->parseHtml();
|
||||
return $this->_files;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -99,7 +97,8 @@ class Vkontakte {
|
||||
private function auth() {
|
||||
$this->_cookies = array(
|
||||
'remixchk' => 5,
|
||||
'remixsid' => 'c68c4362f62f218a25802bae87201d1bc46fadd0b5c64f71678430c9b63b'
|
||||
'remixsid' => 'cf8bdd79d451422c1d484532a58205d92fc46b79caab663a40624c812e01',
|
||||
'remixlang' => 777
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user