- 30 Apr, 2018 1 commit
-
-
schnablj authored
-
- 26 Apr, 2018 11 commits
-
-
schnablj authored
otherwise the page hangs for the first @@@REFRESH_PAGEBROWSER@@@ seconds.
-
schnablj authored
-
schnablj authored
Update: used curl to fetch the VK-RSS XML. These options were vital: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, FALSE); Added a possibility to limit the number of items in the config file ($itemcounter)
-
schnablj authored
-
schnablj authored
-
schnablj authored
Update: used curl to fetch the VK-RSS XML. These two options were vital: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, FALSE); Added a possibility to limit the number of items in the config file ($itemcounter)
-
schnablj authored
-
schnablj authored
-
schnablj authored
Update: used curl to fetch the VK-RSS XML (curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, FALSE); Added a possibility to limit the number of items in the config file ($itemcounter) removed error_log($url) used for debugging purposes
-
schnablj authored
Update: used curl to fetch the VK-RSS XML (curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_setopt($ch,CURLOPT_SSL_VERIFYHOST, FALSE); Added a possibility to limit the number of items in the config file ($itemcounter)
-
schnablj authored
-
- 23 Apr, 2018 2 commits