[Plugin] SA:MP SMS Sender Plugin v2 (Mail.Ru Agent)
#1

Mail.Ru Agent SMS Sender

Originally By Romanius

Informations:

So as some of you know , Mail.ru has some services to send SMS with your registered e-mail named Mail.Ru Agent.
This plugin uses mrim and was originally made by Romanius.
but since it does not work well any more , I made some changes and fixes some bug and also do some improvements
Functions and callbacks names are changed some other stuff with sockets for updated windows
also it was a makefile project and I made a solution file and project files for so everyone can use it with VS without cmake needed.

and of course source code for Visual Studio not just some stupid linux form sources -.- sorry but I just hate 'em

NOTE :
it only works for these following countries :

Code:
    Russia
    Kazakhstan
    Uzbekistan
    Ukraine
    Tajikistan
    Kyrgyzstan
    Armenia
You can use your Gmail and your Yahoo Mail to login I guess, Not sure !
Okay ! Let's see what we got now! :




Functions :
PHP Code:

native SMS_Connect
(login[], password[]);    
// Connects your server to Mail.Ru    
// login - your email address
// password - password of your email 
native SendSMS(phone[], message[]);        
// Sends SMS to given number
// phone - phone number (must add your country code at the first)
// message - your text here (Only 116 chars !)
    
native SMS_Disconnect();    
// Disconnects your server from Mail.Ru Agent 


Callbacks :
PHP Code:

forward OnAgentError
(phone[], error[]);
forward OnAgentAnswer(phone[], message[]); 
Reply
#2

Awesome!
What about Israel?
Reply
#3

and For indonesia?
Reply
#4

Limit on sending 10 messages on one email address?
Reply
#5

Quote:
Originally Posted by NewFreeroamStunt
View Post
and For indonesia?
Reply
#6

Pretty cool but the restrictions seem pretty major. I'm sure there must be another (free) international SMS API out there somewhere. TextMagic for example has a free trial (https://www.textmagic.com/docs/api/c-sharp/), not sure of the limitations though.
Reply
#7

Quote:
Originally Posted by GuyYahood1
View Post
Awesome!
What about Israel?
Quote:
Originally Posted by NewFreeroamStunt
View Post
and For indonesia?
Nope. About 8 month ago it could work for every single countries. But now they just uses these services

Quote:
Originally Posted by Romz
View Post
Limit on sending 10 messages on one email address?
Yes , so you can have multi accounts and switch to them easily

Quote:
Originally Posted by Abagail
View Post
Pretty cool but the restrictions seem pretty major. I'm sure there must be another (free) international SMS API out there somewhere. TextMagic for example has a free trial (https://www.textmagic.com/docs/api/c-sharp/), not sure of the limitations though.
Ummm, there are some free international sms sending services but as I searched them all , they all uses captcha which doesn’t let us pass through . Like http://globefone.com/
Reply
#8

Can you add the function for Bulgaria?
Reply
#9

Quote:
Originally Posted by iAmir
View Post
iAmir's Mail.Ru Agent SMS Sender

Originally By Romanius




Informations:
So as some of you know , Mail.ru has some services to send SMS with your registered e-mail named Mail.Ru Agent.
This plugin uses mrim and was originally made by Romanius.
but since it does not work well any more , I made some changes and fixes some bug and also do some improvements
Functions and callbacks names are changed some other stuff with sockets for updated windows

and of course source code for Visual Studio not just some stupid linux form sources -.- sorry but I just hate 'em

NOTE :
it only works for these following countries :

Code:
    Russia
    Kazakhstan
    Uzbekistan
    Ukraine
    Tajikistan
    Kyrgyzstan
    Armenia
You can use your Gmail and your Yahoo Mail to login I guess, Not sure !
Okay ! Let's see what we got now! :




Functions :
PHP Code:

native SMS_Connect
(login[], password[]);    
// Connects your server to Mail.Ru    
// login - your email address
// password - password of your email 
native SendSMS(phone[], message[]);        
// Sends SMS to given number
// phone - phone number (must add your country code at the first)
// message - your text here (Only 116 chars !)
    
native SMS_Disconnect();    
// Disconnects your server from Mail.Ru Agent 


Callbacks :
PHP Code:

forward OnAgentError
(phone[], error[]);
forward OnAgentAnswer(phone[], message[]); 


also works in country:

MOLDOVA
Reply
#10

Quote:
Originally Posted by GuyYahood1
View Post
Awesome!
What about Israel?
Just integrate your server with local SMS API using HTTP. You don't need a plugin.
Reply
#11

Quote:
Originally Posted by Kraeror
View Post
Can you add the function for Bulgaria?
It only supports what Mail.Ru services support!

Quote:
Originally Posted by DimaShift
View Post
also works in country:

MOLDOVA
I didn’t know that , thanks

Quote:
Originally Posted by Amit_B
View Post
Just integrate your server with local SMS API using HTTP. You don't need a plugin.
It’ll be great if you gice me some api to add them in my plugin
Reply
#12

Quote:
Originally Posted by iAmir
View Post
It’ll be great if you gice me some api to add them in my plugin
Nothing free that I can think of. I'm using an API, though the SMS costs money. The service is called "nexmo sms".
Reply
#13

Quote:
Originally Posted by Amit_B
View Post
Nothing free that I can think of. I'm using an API, though the SMS costs money. The service is called "nexmo sms".
The point of making this plugin is sending sms for free so , never mind
Reply
#14

This is such a cool idea!

Thanks for the share man.
Reply
#15

Quote:
Originally Posted by GamezCEO
View Post
This is such a cool idea!

Thanks for the share man.
Thanks
Reply
#16

Im curious, does this work in USA?
Reply
#17

Quote:
Originally Posted by Chaprnks
View Post
Im curious, does this work in USA?
Read tue note up there. You can see the selected countries.
Reply
#18

Quote:
Originally Posted by Chaprnks
View Post
Im curious, does this work in USA?
Ummm , nope , but if there’s any free sms sending services please tell me maybe I can add them
Reply
#19

And for france?
Reply
#20

Quote:
Originally Posted by Chipardeur
View Post
And for france?
Dude! It’s only for those wrotten down countries!!
I’ve no idea if there’s any sms services which supports france careers!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)