|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Newcomer Join Date: Jun 2007
Posts: 6
![]() | WebClient wbcRingtone = new WebClient(); // Add a user agent header in case the requested URI contains a query. // http://www.hanusoftware.com wbcRingtone.Headers.Add("user-agent","Mozilla/4.0(compatible;MSIE 6.0;Windows NT 5.2; .NET CLR 1.0.3705 ");wbcRingtone.QueryString.Add("user","xxxxxxxx"); wbcRingtone.QueryString.Add("password","xxxxxxxx") ; wbcRingtone.QueryString.Add("api_id", "xxxxxxxxxx"); //wbcRingtone.QueryString.Add("msg_type", "SMS_NOKIA_RTTL"); wbcRingtone.QueryString.Add("to", cellNo); ////wbcRingtone.QueryString.Add("text", "Flintstone:d=4,o=5,b=200:g#,c#,8p,c#6,8a#,g#,c#,8 p,g#,8f#,8f,8f,8f#,8g#,c#,d#,2f,2p,g#,c#,8p,c#6,8a #,g#,c#,8p,g#,8f#,8f,8f,8f#,8g#,c#,d#,2c#"); wbcRingtone.QueryString.Add("from", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_subject", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_class", "xxxxxx"); wbcRingtone.QueryString.Add("mms_expire", "xxxxxxx"); wbcRingtone.QueryString.Add("mms_from", "xxxxxxxxx"); wbcRingtone.QueryString.Add("mms_url", "http://www.some.com/folder/mms.mms"); //string baseURL = "http://api.clickatell.com/http/sendmsg"; string baseURL = "http://api.clickatell.com/mms/ind_push.php"; Stream data = wbcRingtone.OpenRead(baseURL); StreamReader reader = new StreamReader(data); string s = reader.ReadToEnd(); data.Close(); reader.Close(); string queryURL = GetQueryForMMS(s); return queryURL; http://www.hanusoftware.com |
| |
|
| |||||||
| | #2 |
| Wish you were here! | Wow, enlighten me please. What's all these codes? Regards, Edmund Ng |
| |
| | #3 |
| Senior Member Join Date: Jun 2007
Posts: 340
![]() | Interesting. Is this some sort of ring tone download site with gif files??? |
| |
| | #4 |
| Newcomer Join Date: Jul 2007
Posts: 3
![]() | Its a SMS sending script.. Dont think it works though. Seems to be needing a account or something to get access to send the messages so no point trying it..
__________________ http://blog.advoor.net - Our Bizarre and Weird World is a blog to attempt to explore the bizarre and weird, yet funny world around us through pictures, jokes and videos! |
| |
| | #5 |
| Junior Guru Join Date: Mar 2007
Posts: 694
![]() | hanusoftware... Do you have any comments??
__________________ Yahoo Adwords Free £60 or $25 When you join Yahoo Adwords! e2save - etosave etosave UK's Best deals on mobile phone contracts, £1.99 12 Month contracts... No joke! |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send Jokes | memorygreetings | Website Reviews | 0 | 06-05-2007 09:04 PM |
| Send Jokes | memorygreetings | Advertise your website | 0 | 05-30-2007 10:37 PM |
| This will send you CRAZY | midlandi | General Talk | 25 | 03-19-2007 11:08 AM |
| Send FREE text messages to any cellphone ! | finalfrontier | Advertise your website | 1 | 02-07-2007 12:30 AM |
| Send FREE text messages to any cellphone ! | finalfrontier | Advertise your website | 0 | 01-30-2007 03:22 PM |