Translate

Showing posts with label message. Show all posts
Showing posts with label message. Show all posts

Saturday, May 11, 2013

How to get Friend's birthday reminder SMS..!!!!


Friend's Birthday reminder SMS for FREE...!

With the help of this simple tutorial you will get free SMS as your friend's Birthday reminder without any charges. You can set the time of the reminder SMS (one day before or two day before your friend’s Birthday).  For this you need  a Google account and Facebook account. Here we are using Facebook birthday database and Google messaging service. Please go through the following steps, If you have any doubt please ask to me
Email:  info.pravysoft@gmail.com


  1. Go to Google calender 
  2. Login with your google (gmail) username and password..
  3. After login you can see My calender at left hand side(Fig 1)


  4. Fig 1 :Google calendar  MENU
  5. Click on the down arrow button near My calendars
  6. Click on create new calendar button
  7. Give a suitable name for your calendar (say PravySoft_SMS) and description




  8. Don't check the box Make this calendar public
  9. Finally click Create calendar button
  10. Now you can see the newly created Calender under My calendars (Here PravySoft_SMS)
  11. Goto upper right corner of the browser click on the small wrench icon  button and select settings
  12. goto Mobile settings and give your mobile number there and click verification code button. You need to enter your verification code (Google will sent an sms to you which will contain the verification code) on the text box. And finally click on the Finish setup button
  13. Now goto your Facebook page 
  14. Click on EVENTS link below your profile photo
  15. Click the small wretch icon near Today button and select Export
  16. Dont click Close Button Now
  17. On the popup window, Right click above export your friend's birthdays link and click on Copy Link Location.( Copy link address)
  18. Open a webbrowser (firefox ,chrome etc), Paste the content address URL (Just click paste)
  19. the address should be like this 
  20. Webcal://www.facebook.com/ical/b.php?uid=1846667233&key=AQAz_SefXt22euxS
  21. Remove Webcal://  text at the beginning of the address Then click go (Enter)
  22. You can see a file like the name uxxx.ics is downloading (Give permission if needed, save the file)
  23. Now again goto Google calendars go to settings and select calendars
  24. click import calendar and Browse the file you have downloaded from Facebook earlier (Uxxx.icl) select the calendar name also (for me PravySoft_SMS) Then click Import
  25. Select the  Reminders and notifications tab.
  26. Click on Add a reminder.
  27. Select SMS and how early you want yourself to be notified about the upcoming birthday.
  28. Click on Save button.
  29. That all You will get your friends Birthday reminders for FREE!!!!!!!!!!!!



Wednesday, January 23, 2013

Send SMS from JSP ASP and PHP projects

EASY Way to sens message (SMS) from your project

In this post I would like to explain how you can send sms from your web project. You can use any programming language. The method successfully worked out using PHP, JSP and ASP Platforms.






PravySoft SMS senter

Please do following steps

1)First you need an 160by2.com account. 
You will get free 160by2 account from this website
 http://160by2.com

2) Writedown your  username and password
 Normally username would be your Mobile Phone number

3)From your project call this web link with your username password and message as shown below

http://pravysoft.eu5.org/sms.php?username=xxx&password=yyy&button=1&to=zzz&msg=abcd


Please replace
XXX with your username
YYY with password
ZZZ with Mobile number of the recipient
ABCD with your msg.


Example PHP script

This is a simple code for demonstration of the method. Please use url encode function and POST method (to hide username password from url) for implementation.

<?php
$username="your username";              // username you got from 160by2.com website
$password="your password";             //your password
$to="99956xxxxx";                           //Phone number to send msg
$msg="TEST";                //Message to  send you can use url encode function if space exist in your message
echo('<a href="http://pravysoft.eu5org/sms.php?username='.$username.'&password='.$password.'&button=1&to='.$to.'&msg='.$msg.'">SEND SMS</a>');
?>


You can send sms (Text messgaes) using JSP and ASP using similar way.

If you want to know more or need codes please ask to me

info.pravysoft@gmail.com

or visit