Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SMSSEND con www.190.it
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Tùrin_Mormegil
Guru
Guru


Joined: 21 Sep 2004
Posts: 478
Location: Gorizia - Milano

PostPosted: Thu Jan 06, 2005 9:05 am    Post subject: Reply with quote

codadilupo wrote:


questo mi fa pensare che sei riuscito a registrarti al 190.it... io non sono mai riuscito ad andare oltre la seconda pagina... improvvisamente mi dice: "il tuo codice fiscale non corrisponde al tuo codice fiscale: ammissione di inutilità in corso: spegnimi, ti prego !!!" o qualcosa del genere ;-)

Coda


muahahaha esattamente lo stesso per me! :D
_________________
Как я рад!
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:47 pm    Post subject: Reply with quote

non riesco a capire come inviare gli sms
ho installato smsssend
Code:
smssend vodafoneit -install
SmsSend version 3.3 - Copyright(c) Ze KiLleR / SkyTech - 2000'03
Trying to install vodafoneit.sms script...
Successfully installed new script vodafoneit.sms


Code:
smssend vodafoneit -help
SmsSend version 3.3 - Copyright(c) Ze KiLleR / SkyTech - 2000'03
Arguments for provider vodafoneit :
  Username /* Your user name on www.190.it */
  Password /* Your password */
  PhoneNumber (Max size 10) /* Recipient phone number */
  Message (Max size 360) (Non alphanum converted, except + - _ *) /* Your message */


ho messo anche la riga nel mio .bashrc

alias vodafone="smssend vodafoneit USERNAME PASSWORD"

cambiando ovviamente username e password con la mia user e pass

ma ora come proseguo???
come invio sms???
_________________
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
RockSteady
Guru
Guru


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

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

ok ho risolto
grazie a nessuno :D
no scherzo grazie a tutti ;)
_________________
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 6:29 pm    Post subject: Reply with quote

Chiedo una curiosita' su questo 3d... curiosita' suscitata da una discussione che si stava avviando qui: https://forums.gentoo.org/viewtopic.php?t=288544
Non so se sia comunque il luogo piu' indicato pero'...
La domanda e' questa:

Come posso passare a smssend un comando? Da quanto ho capito accetta delle stringhe di testo.. ma non posso farci molto.. se (per esempio) volessi mandare il mio ip via sms come potrei fare? O se (esempio stupido) volessi postarmi un 'uname -r' o un 'w'? Il principio e' sempre lo stesso...

Grazie ;)
_________________
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 6:47 pm    Post subject: Reply with quote

@lavish:

Non ho mai usato smssens (quindi non sono sicuro della prima parte della
sintassi :) )

Credo che cmq una cosa del genere dovrebbe rispondere alla tua domanda

Code:
smssend vodafoneit NOMEUTENTE PASSWORD 347******** `date`

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sat Feb 05, 2005 7:03 pm    Post subject: Reply with quote

gutter wrote:

Credo che cmq una cosa del genere dovrebbe rispondere alla tua domanda

Code:
smssend vodafoneit NOMEUTENTE PASSWORD 347******** `date`


Ehh si'.. :P Fin qui ci arrivo anche io... ma mi pare che la sintassi fosse:

Code:
smssend vodafoneit NOMEUTENTE PASSWORD 347******** "<messaggio>"


(non sono a casa per provare... ma mi pareva che fosse cosi'... non vorrei aver fatto un post inutile)
_________________
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 7:09 pm    Post subject: Reply with quote

Ma la sostituzione la fa anche tra le virgolette. Questo esempio dovrebbe chiarire il tutto:

Code:
gutter@giskard ~ $ echo "Oggi è: `date`"
Oggi è: Sat Feb  5 20:07:31 CET 2005

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
paperp
Guru
Guru


Joined: 27 Feb 2004
Posts: 544
Location: Toscana , Italy

PostPosted: Sat Feb 05, 2005 8:53 pm    Post subject: Reply with quote

ho provato ad emergere la 3.4 anche sul gentoomacosx , ma mi ha detto che manca qulcosa:

Code:
* Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/local/portage/net-misc/smssend/files/smssend-3.4-verizon.diff
 *   ( smssend-3.4-verizon.diff )


..peccato perchè skyutils era riuscito a compilarlo senza problemi...
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sun Feb 06, 2005 9:24 am    Post subject: Reply with quote

gutter wrote:
Ma la sostituzione la fa anche tra le virgolette.


OMG! Ieri ero al lavoro e non potevo provare prima di postare, ma ero convinto che non potesse funzionare.. come se fosse tutto stringa quello che viene messo fra "". Ora che ci penso per visualizzare certi caratteri serve l'escape in ogni caso ( \` per esempio ) e quindi il problema non si pone...
Che stupido sono stato... :cry:

Cya e scusate per questi posts inutili
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
innominato76
n00b
n00b


Joined: 27 Jan 2006
Posts: 1

PostPosted: Fri Jan 27, 2006 5:53 pm    Post subject: Reply with quote

Ciao a tutti, sono un nuovo utente.

Ho provato a seguire questo link per spedire sms da linea di comando, ma quando eseguo il comando

Code:
smssend vodafoneit -install


mi dà un errore, cioè che non riesce a connettersi, penso per scaricare lo script vodafoneit.
Sapete se è down il sito momentaneamente o se non è più raggiungibile definitavamente?
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sat Jan 28, 2006 11:07 am    Post subject: Reply with quote

Incuriosito da questo ottimo programmino, ho provato ad emergerlo ma poi durante la configurazione ottengo lo stesso errore di Innominato76.

Qualcuno di voi di recente è riuscito a scaricare lo script per vodafoneit?
Back to top
View user's profile Send private message
Cerberos86
Guru
Guru


Joined: 13 Dec 2003
Posts: 581
Location: Padova

PostPosted: Sat Jan 28, 2006 11:47 am    Post subject: Reply with quote

se provi a dare un'occhiata alle date probabilmente ti renderai conto che i post n sono molto recenti (circa 1 anno).... E' molto probabile che tale funzionalità non sia più supportata.... Oltretutto inviare sms da riga di comando o altre utility non è più così vantaggioso dato che (almeno il 190) ha limitato l'invio di tali messaggi da 100 a 10 giornalieri.... il gioco non vale più la candela.... :cry:
_________________
Account jabber: cerberos@jabber.org
"I'm using the hand..." ~ Guybrush Threepwood ~
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sat Jan 28, 2006 12:04 pm    Post subject: Reply with quote

Cerberos86 wrote:
(almeno il 190) ha limitato l'invio di tali messaggi da 100 a 10 giornalieri


Da quando? Chiedo scusa, è da un po' che non li mandavo più dal sito e non ci avevo fatto caso! :(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Jan 28, 2006 4:47 pm    Post subject: Reply with quote

innominato76 wrote:
quando eseguo il comando

Code:
smssend vodafoneit -install


mi dà un errore, cioè che non riesce a connettersi, penso per scaricare lo script vodafoneit.


Gli script dovrebbero essere nella directory /usr/share/smssend. Hai controllato se per caso lo script c'é giá?

Comunque sarebbe particolarmente utile conoscere il messaggio di errore e non un generico "mi ha dato un erorre".
_________________
Ciao da me!
Back to top
View user's profile Send private message
x-dd
n00b
n00b


Joined: 19 Aug 2005
Posts: 68

PostPosted: Sat Jan 28, 2006 5:03 pm    Post subject: Reply with quote

Code:
smssend vodafoneit -install
SmsSend version 3.4 - Copyright(c) Ze KiLleR / SkyTech - 2000'04
Trying to install vodafoneit.sms script...
SkyUtils_CreateConnection : Unknown Host : zekiller.skytech.org
SkyUtils_SU_ExecuteActions Error : Cannot connect to the host
SmsSend Error : Cannot connect


Il sito è down, evidentemente.
Qualcuno si decide a fare copia incolla di questo script o bisogna chiederlo in ginocchio?
Grazie
Back to top
View user's profile Send private message
redmatrix
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 211

PostPosted: Sat Jan 28, 2006 7:28 pm    Post subject: Reply with quote

Beh, il problema degli sms limitati può essere aggirato a rigor di logica con un programma "pilota" che tenti l'invio degli sms con vari provider finché non ottiente un successful.

Mi spiego meglio, smssend puo agganciare teoricamente qualunque provider, basta dargli in pasto un file di configurazione, quindi se ci fosse (per esempio) una interfaccia grafica capace di gestire più file di configurazione e fosse in grado di capire se il messaggio è stato inviato oppure no, potrebbe tentare man mano con le varie conf fino ad ottenere esito positivo.

Tempo fa ci stavo lavorando sopra a suon di C e gtk+ ma sfortunatamente l'hd è andato a puttane e non avevo voglia di ricominciare tutto da capo, se qualche buon uomo ha voglia... ;)
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Jan 28, 2006 7:37 pm    Post subject: Reply with quote

x-dd wrote:
Qualcuno si decide a fare copia incolla di questo script o bisogna chiederlo in ginocchio?


Penso che basti usare l'educazione.

Tra "Qualcuno si decide a fare" e "Qualcuno potrebbe per favore fare" ci sono notevoli differenze, sufficenti, nel mio caso, per decidere se fare una cosa o meno.
_________________
Ciao da me!
Back to top
View user's profile Send private message
redmatrix
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 211

PostPosted: Sat Jan 28, 2006 7:43 pm    Post subject: Reply with quote

randomaze wrote:
x-dd wrote:
Qualcuno si decide a fare copia incolla di questo script o bisogna chiederlo in ginocchio?


Penso che basti usare l'educazione.

Tra "Qualcuno si decide a fare" e "Qualcuno potrebbe per favore fare" ci sono notevoli differenze, sufficenti, nel mio caso, per decidere se fare una cosa o meno.


x Randomaze
Beh, se ti può consolare, quando si parla di telefonia mobile la gente va fuori di matto, te lo garantisco per esperienza personale, lavoro in un negozio di quel tipo. :(


x x-dd
quoto in pieno l'intervento di randomaze, l'educazione viene prima di qualunque altra cosa, anche dell'ovvio...

ciao.
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sat Jan 28, 2006 8:09 pm    Post subject: Reply with quote

redmatrix wrote:

Beh, se ti può consolare, quando si parla di telefonia mobile la gente va fuori di matto, te lo garantisco per esperienza personale, lavoro in un negozio di quel tipo. :(

Se l'unisci all'informatica e' la fine...
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sun Jan 29, 2006 10:01 am    Post subject: Reply with quote

randomaze wrote:
Comunque sarebbe particolarmente utile conoscere il messaggio di errore e non un generico "mi ha dato un erorre".


L'errore è lo stesso postato da x-dd, cioè che non riesce a connettersi.
Purtroppo lo script non c'è, perchè se provo a mandare un sms mi dice che manca lo script
Back to top
View user's profile Send private message
x-dd
n00b
n00b


Joined: 19 Aug 2005
Posts: 68

PostPosted: Sun Jan 29, 2006 10:14 am    Post subject: Reply with quote

Questo mi arrivato in pvt e lo riporto sul forum:
Code:
## Vodafone (Italy) - www.190.it
# Version 1.14
# by Danilo Piazzalunga <danilopiazza@gmail.com>
# Last update: 2005-11-24
#
# SYNOPSIS
#
#       smssend USERNAME PASSWORD NUMBER MESSAGE
#
#
# 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 phone number.
#  6 -> Invalid recipient phone number.
#  7 -> Daily limit reached.
# 10 -> Unknown error.
# 20 -> Internal error. This is caused by ignoring an earlier error.
#
#
# BUGS
#
# For some reason, the login phase takes forever (about one minute).
# Please be patient.
#
# 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.
#

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

# Phase 1: Get quickly to a page we are allowed to login from
GetURL http://www.190.it/190/trilogy/jsp/user.do
Params ty_skip_md=true
Search <form name="loginForm" target="_top" method="POST" action="/190/trilogy/jsp/login.do"
PrintMsg Logging in. This will take a while...
Else
ErrorMsg 10 Start: Unknown error. Maybe the site has changed.
GO

# Phase 2-6: Logging in
# http://www.190.it/190/trilogy/jsp/login.do
PostURL \%RTFormAction-1-0%
NoAdd username
NoAdd password
PostData \%RTGetForm-1-0%&username=\%Username%&password=\%Password%
# 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/homePage.do?tabName=HOME+190&ty_skip_md=true
# This first check does not work because SMSSend does not understand frames.
Search Se hai dimenticato Username e/o Password
ErrorMsg 1 Bad username and/or password.
ElseSearch https://registrazione.190.it/190/cr/reminder/choose_reminder.jsp
ErrorMsg 1 Bad username and/or password.
ElseSearch window.open('/190/trilogy/jsp/auth/popup/ty_logindisabled.jsp'
ErrorMsg 2 Service temporarily unavailable.
ElseSearch <a href='http://www.190.it/190/trilogy/jsp/logout.do?tk=9616,t'
PrintMsg Login successful.
Else
ErrorMsg 10 Login: Unknown error. Maybe the site has changed.
GO

# Phase 7-8: Switch to the "Fai da te privati" tab
# http://www.areaprivati.190.it/190/trilogy/jsp/home.do?tabName=Fai+da+te+privati&tk=9616,t
GetURL \%RTFollowLink-6-Fai+da+te+privati%
Referer \%RTURL-6%?\%RTParams-6%
Search Informazioni relative al numero&nbsp;
PrintMsg Welcome to the "Fai da te" section.
Else
ErrorMsg 10 Fai+da+te+privati: Unknown error. Maybe the site has changed.
GO

# Phase 9-11: Trying to reach the SMS page
# http://www.areaprivati.190.it/190/trilogy/jsp/programView.do?pageTypeId=9604&programId=9361&channelId=-8663&ty_nocache=true&tk=9604,t&ty_op=-3,-1,-1,9604,1,-1,-1
GetURL \%RTFollowLink-8-programView.do%
Referer \%RTURL-8%?\%RTParams-8%
Search Siamo spiacenti, il servizio non e' al momento disponibile
ErrorMsg 2 Service temporarily unavailable. Please retry later.
ElseSearch nella sezione Fai da te di www.190.it puoi accedere
PrintMsg Navigating towards the SMS page...
Else
ErrorMsg 10 Reminder: Unknown error. Maybe the site has changed.
GO

# Phase 12-14: Reach the SMS page after the annoying ads page
# http://www.areaprivati.190.it/190/trilogy/jsp/dispatcher.do?ty_key=fsms_hp&ipage=next
GetURL \%RTFollowLink-11-fsms_hp%
Referer \%RTURL-11%?\%RTParams-11%
Search Siamo spiacenti, il servizio non e' al momento disponibile
ErrorMsg 2 Service temporarily unavailable. Please retry later.
ElseSearch Hai superato il limite giornaliero di SMS da Web
ErrorMsg 7 Daily limit reached.
ElseSearch Il servizio permette di inviare ogni giorno fino a
PrintMsg Submitting your message...
Else
ErrorMsg 10 Submit: Unknown error. Maybe the site has changed.
GO

# Phase 15: Preparing message
# http://www.areaprivati.190.it/190/fsms/prepare.do
PostURL \%RTFormAction-14-2%
Noadd receiverNumber
Noadd message
NoAdd availableChars
PostData \%RTGetForm-14-2%&receiverNumber=\%PhoneNumber%&message=\%Message%
Referer \%RTURL-14%?\%RTParams-14%
Search Siamo spiacenti, il servizio non e' al momento disponibile
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 phone number.
ElseSearch Il numero di telefono del destinatario del messaggio non e' valido
ErrorMsg 6 Invalid recipient phone number.
ElseSearch Verifica la correttezza dei dati da te inseriti e invia il tuo SMS via web.
PrintMsg Sending your message...
Else
ErrorMsg 10 Preview: Unknown error. Maybe the site has changed.
GO

# Phase 16: Sending message
# http://www.areaprivati.190.it/190/fsms/send.do?pageTypeId=9604&programId=9361&channelId=-8663
GetURL \%RTFollowLink-15-send.do%
Referer \%RTURL-15%
Search Siamo spiacenti, il servizio non e' al momento disponibile
ErrorMsg 2 Service temporarily unavailable. Please retry later.
ElseSearch Siamo spiacenti, si &egrave; verificato un errore durante l'elaborazione richiesta
ErrorMsg 20 Internal error. This is caused by ignoring an earlier error.
ElseSearch stata elaborata correttamente
PrintMsg Message sent successfully.
Else
ErrorMsg 10 Sending: Unknown error. Maybe the site has changed.
GO


Però ho ancora problemi:
Code:
smssend vodafoneit username password numero testo
Result : Logging in. This will take a while...
Result : Login successful.
SmsSend Error in Execute : Substitution name not found in params : RTFollowLink-6 (error in the script ? Contact the author of the script)
Back to top
View user's profile Send private message
fejfbo
Guru
Guru


Joined: 30 May 2005
Posts: 407
Location: Milano - Italy

PostPosted: Sun Jan 29, 2006 10:24 am    Post subject: Reply with quote

scusa, questo penso sia il vodafoneit script, ma ti hanno suggerito anche dove metterlo e come chiamarlo?
Back to top
View user's profile Send private message
x-dd
n00b
n00b


Joined: 19 Aug 2005
Posts: 68

PostPosted: Sun Jan 29, 2006 10:33 am    Post subject: Reply with quote

fejfbo wrote:
scusa, questo penso sia il vodafoneit script, ma ti hanno suggerito anche dove metterlo e come chiamarlo?

/usr/share/smssend/vodafoneit.sms
Back to top
View user's profile Send private message
u238
Guru
Guru


Joined: 04 Mar 2005
Posts: 373

PostPosted: Sun Jan 29, 2006 9:26 pm    Post subject: Reply with quote

lo script ti serve solo per mandare sms a vodafone? ..no xkè un utente del nostro forum ha creato 1 programmino in java con interfaccia grafica velocissimo.. se ti serve a riga di commando io l'ho modificato e ce l'ho anche a riga di commando... fai 1 ricerca ;)
Back to top
View user's profile Send private message
DevOne
Guru
Guru


Joined: 13 Jul 2005
Posts: 419

PostPosted: Mon Jan 30, 2006 11:42 am    Post subject: Reply with quote

fabius wrote:
Si :(, ma almeno funziona. Lo script per il sito di Libero, ad esempio, non va.


Prova goLinuxSMS o goWinSMS...funziona sempre!
ci sono anche funzioni per creare i propri programmi, oltre a delle API generiche per
creare le proprie connessioni.
_________________
Real-time cooperative softair: http://www.softairrealfight.net
Qt generic-compass contribution: https://codereview.qt-project.org/#/c/92017
Open-source Virtual Keyboard QT widget: https://www.linux-apps.com/p/1132203/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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