Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: accountinfo.php
<?php require_once('dhrufusionapi.class.php'); $objFusion = new DhruFusion(); //echo '>>'.$request = $api->action('imeiservicelist', API_ACCESS_KEY, USERNAME, DHRUFUSION_URL, ""); $RESPONSE_FU = $objFusion->action('accountinfo', 'RJQ-NXG-02B-BL0-PHJ-PQX-UOF-DGG', 'Fonesclinic', 'http://www.gsmclient.org', ''); echo '=========================='; echo '<PRE>'; print_r($RESPONSE_FU); echo '</PRE>'; exit; if(isset($request['ERROR'])) { if(is_array($request['ERROR'][0])) { $ifCodeSentToServer = 0; $msgFromServer = 'Error while sending request to server!'; if(isset($request['ERROR'][0]['FULL_DESCRIPTION'])) $msgFromServer = strip_tags($request['ERROR'][0]['FULL_DESCRIPTION']); } } else if(isset($request['SUCCESS'])) { $ifCodeSentToServer = 1; if(is_array($request['SUCCESS'][0])) { if(isset($request['SUCCESS'][0]['REFERENCEID'])) $orderIdFromServer = $request['SUCCESS'][0]['REFERENCEID']; } } ?>