Signup verification by SMS
Suggestions
Do you know of any services that act as an inbetween for SMS? eg for mail we can use mailgun.com to programatically send and receive emails. Anything similar for SMS?
.... return_count="true".....

// Check for and move any files
$_files = jrCore_get_directory_files(jrCore_get_media_directory($_xt['_profile_id']));
if ($_files && is_array($_files) && count($_files) > 0) {
foreach ($_files as $file) {
if (strstr($file, "{$_post['module']}_{$_xt['_item_id']}")) {
$sdir = jrCore_get_media_directory($_xt['_profile_id']);
rename("{$sdir}/{$file}", "{$tdir}/{$file}");
}
}
}