[FilterScript] SAMPWebStats for free !
#6

Well firstly whats with the cURL?
PHP код:
function get_data($url) {
    
$ch curl_init();
    
$timeout 5;
    
curl_setopt($chCURLOPT_URL$url);
    
curl_setopt($chCURLOPT_RETURNTRANSFER1);
    
curl_setopt($chCURLOPT_CONNECTTIMEOUT$timeout);
    
$data curl_exec($ch);
    
curl_close($ch);
    return 
$data;
        } 
Reply


Messages In This Thread
SAMPWebStats - by superman21 - 25.02.2014, 18:36
Re: SAMPWebStats for 10Ђ - by NewerthRoleplay - 25.02.2014, 18:39
Re: SAMPWebStats for 10Ђ - by superman21 - 25.02.2014, 18:41
Re: SAMPWebStats for 10Ђ - by Mattakil - 25.02.2014, 18:43
Re: SAMPWebStats for free ! - by superman21 - 25.02.2014, 20:08
Re: SAMPWebStats for free ! - by NewerthRoleplay - 25.02.2014, 20:12
Re: SAMPWebStats for free ! - by superman21 - 25.02.2014, 20:47
Re: SAMPWebStats for free ! - by EmpireSk - 25.02.2014, 21:32
Re: SAMPWebStats for free ! - by NewerthRoleplay - 26.02.2014, 06:22
Re: SAMPWebStats for free ! - by superman21 - 26.02.2014, 06:40

Forum Jump:


Users browsing this thread: 1 Guest(s)