94 Topics

Member Avatar for
Member Avatar for haye321

Hi, I've written a small script that successfully sends an sms using individual carriers email extensions (ex. [email]1234567890@vtext.com[/email]) but I was trying to change the sender. Right now it just shows up as the server from which it was sent but I was hoping to get it to display a …

Member Avatar for digital-ether
0
55
Member Avatar for chrishea

I recently came across [URL="http://www.twilio.com/"]Twilio.com[/URL] that provides API facilities to implement voice or text capabilities through the internet. They aren't the first to provide this kind of service but the capability of the API and their pricing seem to make them worth looking at for anyone who has a need …

1
153
Member Avatar for Joe34

Alright here is my code... [CODE]<?php $Connect = mysql_connect("","",""); $DB = mysql_select_db(""); if(!$Connect || !$DB) { die("MySQL Error #1! Try Again Later!"); } if($_POST['car'] == "Alltel") { $To = $_POST['num']."@message.alltel.com"; } if($_POST['car'] == "AT&T") { $To = $_POST['num']."@txt.att.net"; } if($_POST['car'] == "BoostMobile") { $To = $_POST['num']."@myboostmobile.com"; } if($_POST['car'] == "CentennialWireless") …

0
76
Member Avatar for AppB

Hi Everybody, I want to send Free sms in java without using any modem please help me out,i have been doing this since one week. Any help will be deeply appreciated. Thanks in advance Arpita :)

Member Avatar for masijade
0
112
Member Avatar for 3825

I would really like to be able to read notification emails on my phone (email to sms). However, my email preferences on daniweb are currently set to html, as far as I know. Could someone please help me change it to plain text? Is it even possible? Thank you.

Member Avatar for 3825
0
216
Member Avatar for meghs007

Hello Friends, i am working on my college project Online Sms Portal and i want to create a group sms facility and problem is that how can i make sms selector(or SMS TEMPLATE) like way2sms.com ?? in that when i click on the SMS and the particular sms display in …

Member Avatar for kvprajapati
0
90
Member Avatar for Hakoo

Hello, I am new in J2ME, I have created one application which stores Name, Qty, Price and Total. I can manipulate RecordStore in this application. Now, I want to send this data to some other Remote Place, i.e server or through SMS. Is there any way to do this?

Member Avatar for peter_budo
0
121
Member Avatar for kishang09
Member Avatar for kvprajapati
0
89
Member Avatar for mahdi68

Hi can any body tell me how can i send arabic sms with at-command in C# ? i try with this code but the message show incorrect on phone ! [CODE]serialPort1.BaseStream.Flush(); string cb = char.ConvertFromUtf32(26); System.Threading.Thread.Sleep(2000); this.serialPort1.Write("AT+CMGF=1\r"); this.serialPort1.Write("AT+CSCA=servicecenter\r\n");//Ufone Service Center this.serialPort1.Write("AT+CSCS=\"" + "HEX" + "\"\r\n"); this.serialPort1.Write("AT+CSMP=\"" + 1 + "," …

Member Avatar for Mitja Bonca
0
867
Member Avatar for newbie14

Dear All, Below is my codes. I have already managed to open the port sucessfully. I could send the AT+CMGF command, but in order to read the response as "OK" I had to do 4 is.readLine();. So my next problem is how to send the AT+CMGS which also require to …

0
87
Member Avatar for ronaldpaul

Hi.I'm using Ubuntu 10.10. I wanna use sms gateway service. So, I've installed Kannel sms gateway and also I've installed playsms to manage it. I'm using my Nokia 5233 mobile phone as modem. Can u pls help me in confoguring and sending the sms using playsms & my nokia 5233 …

0
127
Member Avatar for praneil2050

hello, this is my 1st post.. i have created free sms service using html for my website. And now i want to make its java app for mobile phones. Following r the screens when app is started 1st screen: when app is launched, it should compulsory send message to certain …

Member Avatar for cale.macdonald
0
209
Member Avatar for mulevad

Hello, I am trying to send a text message to my phone in C#. I have added a Web Service Reference to my solution. It is described as: vijju311985 RPC SMS Services You Can Send Sms for free The WSDL is at: [url]http://www.aswinanand.com/sendsms.php?wsdl[/url] I created an account on xmethods.net and …

0
102
Member Avatar for jonow

Hello. To start off I am pretty bad at MySQL and PHP. I want to set something up that people can enter their cell phone numbers and it would be added to a server. Then I could go and send a message out to all of these numbers. I want …

Member Avatar for Bruce100
0
105
Member Avatar for cwarn23

Does anybody know how I would use sockets to tap into the SMS protocol for sending+receiving SMS messages. Basically, all I want to be able to do is setup a php script that will be able to act as the SMS server and send+receive the SMS's directly through the SMS …

Member Avatar for chrishea
1
319
Member Avatar for TheVenerableZ

I made a PHP class that dramatically simplifies sending text messages with PHP. I know this isn't really a "help me out!" type question per se, but I would like to share the code because I have found it to be tremendously useful. You're free to do whatever you'd like …

Member Avatar for ﻼim
0
2K
Member Avatar for tarungulati

Hi I am Tarun Gulati. I have lunch a new SMS Social Networking Site.I need some help every people.so please guide me.How can improve in my site feature.Please give me your suggestion. Thanks Tarun Gulati

Member Avatar for AndreRet
0
94
Member Avatar for litlemaster

I am developing an application to send and receive SMS from Desktop via nokia mobile phone modem. So far I am successful in sending sms through my application. But it seems as if my modem doesnot supports AT commands to read SMS. I have tried to read the SMS from …

0
123
Member Avatar for Extremist-smj

Hello folks, I've written an application to send SMS through GSM mobile using AT commands. It's not working at all. Heres the code below. Can any one tell me what I have done wrong. Private Sub SendSMS() Try SMSPort.WriteLine("AT") SMSPort.WriteLine("AT+CMGF=1" & vbCrLf) SMSPort.WriteLine("AT+CSCA=""+9779851028801""" & vbCrLf) SMSPort.WriteLine("AT+CMGS= ""+9779841892897"" " & vbCrLf) …

Member Avatar for Extremist-smj
0
151
Member Avatar for sayeedbd

Hi Everyone, I Need a simple project which is developed in Microsoft Visual Studio 2005 in VB.net the project features are 1. I have to send multiple SMS from a mobile device connected through a USB. 2. I have to receive SMS from a mobile device and parse it and …

Member Avatar for Luc001
0
627
Member Avatar for marc311

hi guys.im new here at the community. im marco a computer science student. guys/sir/madam is it ok for you if ill ask a help from your expertise. right now im doing a project a bout a home security system its a simple anti burglar system, its kinda weird but it …

Member Avatar for TheMasterThingM
0
227
Member Avatar for Clawsy

Hi, I have a few simple questions regarding sending SMS from my PC to my moble phone. I have two libraries which should be able to send SMS messages: [CODE] import com.simplewire.sms.*; public class send_text { public static void main(String[] args) throws Exception { SMS sms = new SMS(); // …

Member Avatar for jwenting
0
978
Member Avatar for happygeek

The annual [URL="http://cansecwest.com/"]CanSecWest PWN2OWN[/URL] hacking contest has [URL="http://www.daniweb.com/news/story270028.html"]done it again[/URL] and provided us news types with the perfect headline writing opportunity as the Apple iPhone falls to the hackers in just 20 seconds. The hackers in question, Vincenzo Iozzo and Ralf Weinmann, picked up the prize of $15,000 and an …

Member Avatar for happygeek
0
237
Member Avatar for zuve_fox

hi.. I am developing sms application using vb.net that application can send and deliver sms, the problem of my application is can't display delivery report such as pending,delivered,fail how can i display delivery report using atcommand on vb.net? i have searched google, all status delivered message is "Delivered" if destination …

Member Avatar for kvprajapati
0
109
Member Avatar for happygeek

The [URL="http://www.daniweb.com/news/story220247.html"]hugely popular[/URL] act of text messaging is many different things to many different people, from a cool way to keep in touch at one end of the spectrum to something that is destroying the English language at the other. You can [URL="http://www.daniweb.com/news/story220712.html"]use SMS to hack an iPhone[/URL] or send …

Member Avatar for DarylClickatell
0
346
Member Avatar for smarty_t2

Is there a device that is connected through a pc and sends sms to cell phones in a particular range...My teacher has asked me to make a project on it and i cant find such device....Can someone help me with this problem....I want to know the details of any such …

Member Avatar for winiwa09
0
170
Member Avatar for jane_doe

We have a few websites that allow their users to subscribe to SMS notifications when updates to the site are being made. The system will send out SMS notifications to the devices through the carriers SMTP gateway using the number@carrierpostfix address. What we need to know is if the addresses …

0
94
Member Avatar for nikolai04
Member Avatar for happygeek

There are two things you can be sure of about the annual Las Vegas Black Hat security conference: nobody will use the free wifi as they are all too [URL="http://www.itwire.com/content/view/19935/53/"]worried about being hacked[/URL], and someone will demonstrate an exploit that will scare the living bejesus out of you. The latter …

1
457
Member Avatar for Lisa Hoover

One of the most time-consuming (and boring) after-effects of attending an industry conference is the deluge of business cards you bring home. Despite your best intentions to cull them and put important contact information in your database, let's be honest, it rarely happens. It's a pretty safe bet that the …

Member Avatar for PerfectMOney
0
196

The End.