#
cURL not Supported
'; exit; } get_money($_GET['email'], $_GET['passwd']); } else { Form(); exit; } function get_money($login,$pass) { $ch = curl_init('http://srv2.murclub.ru/xmls/xml_proxy.php'); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)'); curl_setopt($ch, CURLOPT_COOKIE, 'mur_mail='.$login.'; mur_pass='.md5($pass)); curl_setopt($ch, CURLOPT_REFERER, 'http://murclub.ru/flash/MXMLSocketProxy.swf?1163'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, 'query=SALARY'); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $res = curl_exec($ch); if(preg_match('#salarytime=\"(.*?)\"#',$res,$matches)) { $time = $matches[1] / 60; echo '
До следующей зарплаты:
'.intval($time).' минут(ы).
Ссылка для CRON:
http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'
Неудалось авторизоваться!
'; Form(); } } function Form() { echo <<