Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: sl3_job_send_for_calculation.php
<?php require_once('iosapi.php'); // 15 chars $imei = '351536012345678'; // 40 chars (20 bytes hash as Hex string) $hash = '112233445566778899AABBCCDDEEFF1122334455'; $r = $API->SL3JobAdd($imei, $hash); echo print_r($r, true); /* [QueuePosition] => 0 [ExpectedRunTime] => 0 [jobId] => 139954 [IMEI] => 351536012345678 [Error] => 0 [Comment] => [Operation] => SL3JobAdd [Debug] => 0 [IMEI] => 351536012345678 [Error] => 255 [Comment] => QUEUED already exist [Operation] => SL3JobAdd [Debug] => 0 */