where is the use guiedence bro
PhoneVerification - Module for working with API of SMS receiving services
-
Version 1.3 - PhoneVerification.zip:
Update country list
Update site list and sort them alphabetically
Fixed getting number forgive-sms.com
cheapsms.ru->cheapsms.io
onlinesim.ru->onlinesim.io
sms-acktiwator.ru->smsak.org
vak-sms.com->vak-sms.ru
Removeactivation.pwandsmsvk.net
Added the ability to specify the maximum price when getting a number (sms-activateиsmshub) -
@sergerdn, I once wanted to add a function returning the current version to all my modules, but I never got around to it. So now you can only get the version using third-party methods.
Here get_module_version.xml is a simple example with which you can get the version of any module.
-
smspool.net Please add
-
Hello there. There are a lot of sms provider websites that use the exact same API as sms-activate.org. However, the numbers and prices are typically different. Can you add a modification that lets us use the sms-activate.org api and just change the "sms-activate.org" to ANOTHER DOMAIN?
-
@Rashmar said in PhoneVerification - Module for working with API of SMS receiving services:
Hello there. There are a lot of sms provider websites that use the exact same API as sms-activate.org. However, the numbers and prices are typically different. Can you add a modification that lets us use the sms-activate.org api and just change the "sms-activate.org" to ANOTHER DOMAIN?

-
How can I save results of max price in a variable? If you use max price, and get MAX_PRICE_EXCEEDED from the website, the Thread fails with the message MAX_PRICE_EXCEEDED. I want to end the script whenever I get this response, so the program won't go through the same process in the next threads again and again.