| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/usafundingapplications.org/ |
Upload File : |
<?php
$url = 'https://surfcrm.com/lcapi/CreateUser.php?subscriptions[]=1&subscription_amount[]=29.95&fname=test&lname=test&address=test&city=test&state=AL&zip=12345&country=&phone=1234567890&email=usafa_tonaquint%40demo.com&sendemail=no&cc_num=4111111111111111&cc_exp_month=01&cc_exp_year=2014&cc_cvv=123&leadid=&site=usafa&referer=none&ipaddress=74.211.34.87&tc=none&sid=&cid=&source=site+order&rep=';
$url = 'https://surfcrm.com/lcapi/CreateUser.php?site=usafa&fname=test&lname=test&address=test&city=test&state=AL&zip=12345&phone=1234567890&email=usafa_tonaquint3@demo.com&cc_num=4111111111111111&cc_exp_month=01&cc_exp_year=2014&subscriptions[]=1&subscription_amount[]=29.95';
/*$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_REFERER, $_SERVER["HTTP_HOST"] . $_SERVER['REQUEST_URI']);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_VERBOSE, true);
//curl_setopt($ch, CURLOPT_POST, 1);
//curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
curl_setopt($ch, CURLOPT_USERAGENT, "LCAPI cUrl Agent");
ob_start();
$data = curl_exec ($ch);
ob_end_clean();
$info = curl_getinfo($ch);
$info['error'] = curl_error($ch);
curl_close ($ch);
echo $data;
echo '<pre>'.print_r($info,true).'</pre>';*/
echo file_get_contents('https://surfcrm.com/lcapi/verifylogin.php?aff_id=agf&username=demo@demo.com&password=12345');
//echo $url;
//echo file_get_contents($url);
//echo '<pre>'.print_r($http_response_header,true).'</pre>';
?>