Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: is_user_exist.php
<?php require_once('iosapi.php'); $User = 'User'; $r = $API->UserExist($User); echo print_r($r, true); /* [User] => User <= user name to check [id] => 0 <= transaction id [Error] => 0 <= means User is exist [Operation] => UserExist <= operation name [Debug] => 0 [User] => User [id] => 0 [Error] => 255 <= means User is not exist [Operation] => UserExist [Debug] => 0 */