Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: abc.php
<?php $api_url = "https://api.smsbroadcast.com.au/api-adv.php?username=frank@marketingforgyms.com&password=RF@apr2021&to=+923004367806&from=F45Mentone&message=Hi+Test+Automation%2C+the+next+F45+Mentone+Challenge+starts+on+%5BInsertDate%5D.+Do+it+with+a+friend+%26+get+rewarded+with+2+free+weeks.+Do+it+with+2+friends+%26+get+4+weeks+free.+Do+it+with+3+friends+%26+get+the+whole+challenge+for+free.+Regards%2C+Frank%0D%0Ahttps%3A%2F%2Fwww.unsubsms.net%2FF45Mentone&maxsplit=2"; $curl = curl_init(); mailto: RF@apr2021 curl_setopt_array($curl, array( CURLOPT_URL => $api_url, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_CONNECTTIMEOUT=> 0, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => array( "cache-control: no-cache", ), )); $response = curl_exec($curl); $err = curl_error($curl); echo '<pre>'; print_r(curl_getinfo($curl)) ; echo curl_errno($curl) . '---<br/>'; echo curl_error($curl) . '****<br/>'; curl_close($curl); var_dump($response); /* $cURLConnection = curl_init(); curl_setopt($cURLConnection, CURLOPT_URL, $api_url); curl_setopt($cURLConnection, CURLOPT_RETURNTRANSFER, true); curl_setopt($cURLConnection, CURLOPT_CONNECTTIMEOUT, 0); curl_setopt($cURLConnection, CURLOPT_TIMEOUT, 300); //timeout in seconds $phoneList = curl_exec($cURLConnection); echo '<pre>'; print_r(curl_getinfo($cURLConnection)) ; echo curl_errno($cURLConnection) . '<br/>'; echo curl_error($cURLConnection) . '<br/>'; curl_close($cURLConnection); */ ?>