Adsense Ads code

Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Saturday, 4 June 2016

Email Sending Failed Using Gmail-Email sending code is not working-Less secure Apps Fixed

Questions:
Gmail Email sending code is not working.

Gmail Email sending code error "SMTP connection error using port 25"
Why Gmail email sending code is not working?
These days security is an big issue for internet users. You need to update your security with the passage of time. If we take a look on Facebook that we mostly used, is more secure than before because of security reasons. And Facebook don't want their users in trouble by the hackers. Before Facebook accounts were easy to hack. In the same way Gmail, Yahoo, Hotmail etc. But now they upgrade their securities to avoid their customers and users to run into trouble. Before Gmail send options works directly without making any change into your account. But now they have added an extra security layer to the Gmail. Now if you embed Gmail Email sending code that will not work directly. Before making it to work, you need to allow less secure apps to  access your account. Because you don't have much security in your program. So for the Gmail it is less secure Connection for Gmail. 
For that reason you need to make little changes to your account that is being used to send email.

Friday, 31 July 2015

HOW TO CODE KEYLOGGER IN CLANGUAGE

C program of Keylogger or keystroke logger : 





Hi friends today i will explain about coding of Keylogger in C Programming Language. Keylogger is a computer program which captures all the key strokes pressed by user in real time. It captures all the keys and write them to some file say log.txt and stores it on computer hard disk. Now sending these logs to emails or FTP address depends upon the type of keylogger that is keylogger is remote keylogger or physical keylogger. Physical keyloggers are useful when you have physical access to that system and can retrieve logs personally. While remote keyloggers can be used from anywhere in the world, the only requirement is that victim must have internet connection.