Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
smssend e 190.it
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 1:23 pm    Post subject: smssend e 190.it Reply with quote

ciao a tutti sto provando ad usare smssend ma non riesco a capire come funziona :roll:

ho emerso smssend e ho copiato scaricato lò script di 190
Code:
 
## Vodafone (Italy) - www.190.it
# Version 1.03
# (2004-11-03)
# by Danilo Piazzalunga <leo-panda@libero.it>
#
# Error codes:
#  1 -> Bad username and/or password.
#  2 -> Service temporarily unavailable.
#  3 -> Recipient must be a Vodafone number.
#  4 -> The message must be at least one character long.
#  5 -> Missing recipient's phone number.
# 10 -> Unknown error.
#
# If you get an "Unknown error", please try again later.
# If you keep getting this error, please inform the author
# because it is likely that the site has changed since this
# script was released.
#
# Usage:
#       smssend USERNAME PASSWORD NUMBER MESSAGE
#

NbParams 4
%Username : Your user name on www.190.it
%Password Hidden : Your password
%PhoneNumber Size=10 : Recipient phone number
%Message Size=360 Convert : Your message

# Logging on www.190.it
GetURL http://www.190.it/190/trilogy/jsp/user.do
Params ty_skip_md=true
GO

PostURL http://www.190.it/190/trilogy/jsp/login.do
# WARNING: if "Referer:" is not set correctly, user login and password
# will appear in the URL params.
Referer http://www.190.it/190/trilogy/jsp/user.do?ty_skip_md=true
PostData username=\%Username%&password=\%Password%&x=0&y=0
Search Ciao
PrintMsg Login successful.
ElseSearch getuserstatusloginfailed.jsp
ErrorMsg 1 Bad username and/or password.
Else
ErrorMsg 10 Unknown error. Maybe the site has changed.
GO

# Trying to reach SMS page
GetURL http://www.190.it/190/trilogy/jsp/common/ty_iPage.jsp
Params retURL=http%3A%2F%2Fwww.areaprivati.190.it%2F190%2Ftrilogy%2Fjsp%2Fdispatcher.do%3Fty_key%3Dfsms_hp
GO

GetURL http://www.areaprivati.190.it/190/trilogy/jsp/dispatcher.do
Params ty_key=fsms_hp
GO

# Sending message
PostURL http://www.areaprivati.190.it/190/fsms/prepare.do
PostData message=\%Message%&receiverNumber=\%PhoneNumber%&x=0&y=0
Search Per spedire il messaggio clicca su "Invia"
PrintMsg SMS preview page reached.
ElseSearch Siamo spiacenti, il servizio
ErrorMsg 2 Service temporarily unavailable. Please retry later.
ElseSearch solo a numeri di cellulare Vodafone
ErrorMsg 3 Recipient must be a Vodafone number.
ElseSearch deve contenere almeno un carattere
ErrorMsg 4 The message must be at least one character long.
ElseSearch inserire il numero di telefono del destinatario
ErrorMsg 5 Missing recipient's phone number.
Else
ErrorMsg 10 Unknown error. Maybe the site has changed.
GO

PostURL http://www.areaprivati.190.it/190/fsms/send.do
# not needed, but doesn't harm
Referer http://www.areaprivati.190.it/190/fsms/prepare.do
PostData message=\%Message%&receiverNumber=\%PhoneNumber%&x=14&y=4
Search stata elaborata correttamente
PrintMsg Message sent successfully.
ElseSearch Siamo spiacenti, il servizio
ErrorMsg 2 Service temporarily unavailable. Please retry later.
Else
ErrorMsg 10 Unknown error. Maybe the site has changed.
GO



come devo procedere ora????
dove devo copiare questo script?
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 05, 2005 1:25 pm    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic.php?t=273861

ma fare una piccola ricerca ogni tanto?.... :roll:
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 1:27 pm    Post subject: Reply with quote

quel topic lò letto ma non ce scritto come iniziare :?
_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 05, 2005 1:27 pm    Post subject: Reply with quote

RockSteady wrote:
quel topic lò letto ma non ce scritto come iniziare :?


come no?! e perche' non hai continuato li'???
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
RockSteady
Guru
Guru


Joined: 28 Jun 2003
Posts: 432
Location: mestre - venice -italy

PostPosted: Sat Feb 05, 2005 1:28 pm    Post subject: Reply with quote

Code:
$ smssend www.190.it -install
SmsSend version 3.3 - Copyright(c) Ze KiLleR / SkyTech - 2000'03
Trying to install www.190.it.sms script...
SmsSend Error : Couldn't open /home/rocksteady/.smssend/www.190.it.sms. Aborting.

_________________
Linux yoyo 2.6.5 #2 SMP Sat May 22 10:52:10 Local time zone must be set--see zic i686 mobile AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 05, 2005 1:30 pm    Post subject: Reply with quote

mi spieghi perche' non continui li'?
e' totalmente duplicato questo 3d...
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Feb 05, 2005 2:36 pm    Post subject: Reply with quote

Topic bloccato per le ragioni esposte da lavish.

Continua qui: https://forums.gentoo.org/viewtopic.php?t=273861

Per eventuali spiegazioni o altro mi puoi contattare coun un PM o su jabber.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum