1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
## SkySMS provider file - www.mufa.de ##
# Version 0.01
# by jonen <jonen@skytech.org>
#
# Available Country's:
# Azerbaijan (994)
# Bosnia-Herzegovina (387)
# Germany (49)
# Danmark (45)
# Estland (372)
# Finnland (358)
# Greece (30)
# UK and North Ireland(44)
# Ireland (353)
# Croatia (385)
# Litauen (370)
# Luxembourg (352)
# Malta (356)
# Monaco (377)
# Austria (43)
# Poland (48)
# Portugal (+351)
# Russia (7)
# Switzerland (41)
# Slowenia (386)
# Turkey (90)
# Hungary (36)
# Cyprus (357)
NbParams 3
%Countrycode : Contrycode without + or 00
%IntTelNr : GSM number of recipient with Countrycode!
%Message Size=160 Convert : Your message
# Get needed SessionId
GetURL http://www.mufa.de/handy/sms/
GO
# Check if we are blocked by IP/Time rules
GetURL http://www.mufa.de/handy/freesms/?handy_sessionID=\%RTGetString-1-handy_sessionID=%
Referer http://www.mufa.de/handy/sms/
Search IP-Sperre
ErrorMsg 1 Your IP is blocked for 60 Minutes after last message was sent! Either wait or try to change your IP if possible.
GO
# Sending message
GetURL http://www.mufa.de/handy/freesms/senden.php?handy_sessionID=\%RTGetString-1-handy_sessionID=%&text=\%Message%&counter=&prefix=+\%Countrycode%&nummer=+\%IntTelNr%&agb=akzeptiert
SetCookie 3 www.mufa.de-/-phpAds_blockClick[6]=1039399675
# debug
#Search frame
#PrintMsg good
#Else
#ErrorMsg 2 Error
GO
# get popup_frame (for 30sec connection alive countdown)
GetURL http://www.mufa.de/handy/freesms/popup_frame.php?handy_sessionID=\%RTGetString-1-handy_sessionID=%&agb=akzeptiert&nummer=%20\%IntTelNr%&text=\%Message%
Referer http://www.mufa.de/handy/freesms/senden.php?handy_sessionID=\%RTGetString-1-handy_sessionID=%&text=\%Message%&counter=&prefix=+\%Countrycode%&nummer=+\%IntTelNr%&agb=akzeptiert
# debug
#Search frame
#PrintMsg good_popup
#Else
#ErrorMsg 2 Error_popup
GO
# get blank (don't know if really needed)
GetURL \%RTFollowFrame-3-"blank"%
GO
# get popup_delay step1 (initiate 30sec countdown)
GetURL \%RTFollowFrame-4-"delay"%
GO
# get popup_view message 1 (start countdown)
GetURL \%RTFollowFrame-4-"view"%
GO
# get popup_delay step 2 (close 30sec countdown)
GetURL http://www.mufa.de/handy/freesms/popup_delay.php?step=2&handy_sessionID=\%RTGetString-1-handy_sessionID=%&agb=akzeptiert&nummer=%20\%IntTelNr%&text=\%Message%
Sleep 31
GO
# get popup_view message 3 (check if success)
GetURL http://www.mufa.de/handy/freesms/popup_view.php?message=3
Search erfolgreich
PrintMsg Message successfully sent
Else
ErrorMsg 3 Error at popup_view message2 no success!
GO
|