|
|
Subject:
EXE that executes a web script
Category: Computers > Software Asked by: outmarcus-ga List Price: $20.00 |
Posted:
10 Oct 2005 13:36 PDT
Expires: 09 Nov 2005 12:36 PST Question ID: 578593 |
I use the program SMSSplitter (http://www.smssplitter.com/SMSdownload.htm) to send SMS from my PC to my italian cellular phone. This program use simple scripts to perform the web actions needed to send SMSs through popular web services that sends SMS for free. The script I use with success in SMSSplitter to send SMSs to my cell. phone is the following. I think it's easily understandable if you are expert in HTML and web... _________ #nofchars=108 #name=Blu Flash #comment=easyrap edition!! #link=http://www.libero.it/ @page #address=wpop<servernumber>.blu.libero.it #page=/email.php #mode=HTTPPOST %<servernumber>=evaluate:int(20*<rand>) dominio=blu.it LOGIN=<login> PASSWD=<password> choice=blu @page #address=wpop<servernumber>.blu.libero.it #page=/composer_sms.php #mode=HTTPGET ID=<codex> %<codex>=find:/sms/cgi-bin/webmail.cgi?ID @page #address=wpop<servernumber>.blu.libero.it #page=/elabcomposer_sms.php #mode=HTTPPOST #okstring=Il messaggio e' stato inviato correttamente al numero PHPSESSID=find:PHPSESSID" value numero=<oppref><number> ID=<codex> folder= idmsg= rubrica=0 testo=<text> Counter=<chleft> consegna=imm ore= minuti= data= flash=1 ______ What I need is a Windows EXE little program (with sources) that do the same as this script, where the above parameter "numero" (in english: number) is my cell. phone number and the parameter "testo" (in english: text) is the multi-word parameter I give to the EXE from the command line. I simply want to obtain that when I launch the following command it sends the message "send this text to my cellular phone" to my cellular phone by SMS: SEND.EXE "send this text to my cellular phone" Thanks, Outmarcus | |
|
|
There is no answer at this time. |
|
Subject:
Re: EXE that executes a web script
From: karnam-ga on 11 Oct 2005 14:16 PDT |
Hi, u can do it with any application and as u said its web based so i assume u wud be having internet. U could use any software and build the application by using browser control in that software.All u have to do is take the values and pass it as parameter to the url. i hope u got it. waiting for ur comment if u r not clear.. Thanks maggi |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |