Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: index.php
<?php /** * @author Dhru.com * @APi kit version 1.0 Oct 30, 2011 * @Copyleft GPL 2001-2011, Dhru.com **/ require ('header.php'); include ('dhrufusionapi.class.php'); define("REQUESTFORMAT", "JSON"); // we recommend json format (More information http://php.net/manual/en/book.json.php) define('DHRUFUSION_URL', "http://www.gsmfather.in/"); define("USERNAME", "sniper007"); define("API_ACCESS_KEY", "XQG-QP7-O3O-93A-IMZ-SN0-IC1-O6K"); $api = new DhruFusion(); // Debug on //$api->debug = true; /* $para['ID'] = "1382"; $para['IMEI'] = "111111111111119"; $para['MODELID'] = "123"; $para['PROVIDERID'] = "123"; $para['MEP'] = "233"; $request = $api->action('placeimeiorder', $para); */ $para['ID'] = "36000"; $request = $api->action('getimeiorder', $para); echo '<PRE>'; print_r($request); echo '</PRE>'; if(is_array(($request['SUCCESS'][0]))) echo 'success'; ?>