Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Tata Docomo has recently increased its GPRS INTERNET (2G) Tariff by about 50 %, so for 96rs we get only 1GB internet for 30 days. But I found a Trick that works as of now, which helps you to get 2GB data at an unbelievable price of just 39 INR.


Actually its an OLD pack hidden in the Server. So Do enjoy before it gets blocked.
To Activate this and to Enjoy 2GB at 39, just do a special Recharge of 39rs and get 2GB Internet credited for 30 days.

TRY it NOW ! 100% working as on 11.4.2013.

Do comment after you successfully activate this Hidden Pack. 


Wanna do Tricks with Friends by sending them Fake Mails, Try it out !

Most of the people think that whenever they recieve an email it must be a email from the sender...they don't usually prefer to crosscheck the mail sender or whether its a genuine mail or not. And this becomes a plus point for the spammers and hackers to hack any one's password.

These days, I have seen many people complaining on different forums about spams they receive through different reputed sites asking them to either update their password by logging with their link or even sometimes ask them to reveal their password for some security reasons. If you too are a victim of such spams then you must be aware of the prevailing ways these spams are sent.


Most of these spammers use one the best (infact easiest) way for sending anonymous emails to any person which requires basically no much technical knowledge but a simple PHP code which functions as a fake mail sender through which we can send any email to any person either anonymously or by using any email ID (like your friend's).


Here I have given a full step by step tutorial of how you can also make your own website capable of sending anonymous mail.


Step1: Using HTML for making webpage.


Open note pad and paste the following HTML code and save the file with nameindex.html.


This HTML code will generate the visible part of your webpage.
<html>
<h1>7TeraByte Anonymous Email Mail Sender (For Educational Purpose Only)</h1>
<table border=2>
<form action="fakemail.php" method="post">
<tr><td>Recipent: </td><td><input type=text name=email size=30></td></tr>
<tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr>
<tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr>
<tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr>
<tr><td>Content: </td><td><textarea rows=10 cols=30 name=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>
</html>


Step2: Making the PHP file.


The PHP code which does all the work is as follows. Copy and paste this script in a notepad and save it as fakemail.php


<?php
$email = $_POST['email'];
$content = nl2br($_POST['content']);
$name = $_POST['name'];
$sender = $_POST['sender'];
$subject = $_POST['subject'];
$headers = "From: $name "."<".$sender.">\r\n";
//add boundary string and mime type specification
//$headers .= 'MIME-Version: 1.0' . "\r\n";
//$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
//send the email
mail($email, $subject, $content, $headers );
?>


Step3:Uploading these file on a webhosting site
If you already have an account on any webhosting site then directly upload these two files inthe file-manager and begin the fun!!!
For those who don't an account yet I would recommend to chose any free webhosting site for the purpose. One of my favourites iswww.phpzilla.net. Just signup there and upload all the two file in the file-manager.


Your final page should look like this-









(Click the image to enlarge it!)


HOW TO KNOW IF YOU HAVE RECEIVED A SPAM ON GMAIL:


Being hacker you should know to crosscheck any email that you receive from anyone for the purpose of avoiding spams.
If you are a Gmail user open your mail and click the header button near replybutton on the top left of the mail and choose Show Original. A new window pops-up where you can see the complete path of how you have received the mail. After analysing it you can know all details of the mail.
If you find difficulty in understanding some terms of it you can refer theGoogle forums for it.


For the Yahoo!,rediffmail users I would recommend to see their forums for details .I have no idea whether they have such facilities or not .


You just saw how easy it is for anyone to make such anonymous mail sender.So next time whenever you receive a mail (even from a best friend) don't forget to cross check it and confirm the mail's genuineness .


Want to Boost up your Internet Experience with Firefox ?

Just follow the procedure :-
This Firefox tricks will improve the speed & load time of firefox.
And you will be able to surf faster.
Type about:config in the address bar, Then look for the following entries, and make the corresponding changes.
network.http.max-connections-per-server =32
network.http.max-persistent-connections-per-proxy =16
network.http.max-connections = 64
network.http.max-persistent-connections-per-server = 10
network.http.pipelining = true
network.http.pipelining.maxrequests = 200
network.http.request.max-start-delay = 0
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0
Lastly right-click anywhere and select New- Integer.
Name it nglayout.initialpaint.delay and set its value to 0.
This value is the amount of time the browser waits before it acts on information it receives.
Enjoy!!.....

Increase Internet Speed about 50%

Just follow the procedure :-
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc.
You can get it back:
Click Start then Run and type "gpedit.msc" without quotes. This opens the group policy editor.
Then go to:
--> Local Computer Policy
--> Computer Configuration
--> Administrative Templates
--> Network
--> QOS Packet Scheduler
--> Limit Reservable Bandwidth.
Double click on Limit Reservable bandwidth.
It will say it is not configured, but the truth is under the 'Explain' tab i.e." By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO.
This will allow the system to reserve nothing, rather than the default 20%.It works on Win 2000 as well. .....