Share the Blog

Saturday 12 April 2014

How to Remove Full Google History Instantly ?

 


  1. Visit your Google History page at https://www.google.com/history. Alternatively, you can click the gear icon  on the upper right corner of a search results page, and then go to Search history.
  2. Click on the gear  icon again, and then go to Settings.
     3.Click on the delete all link. You'll be prompted for a confirmation. Click on Delete all again, and your entire search history is gone!
undefined
  4.(Optional ) Click on the Turn off button on the Settings page to stop Google from storing your history again

Friday 11 April 2014

How to Hide Files Behind The Images

1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Run > type cmd and press enter, and type following commands in it.
                                                                cd desktop
                                    copy /b imagename.jpg+filename.rar finalimagename.jpg
 
 
  •  Replace Imagename with the name of image where you want to hide the files. Remember the extensions .jpg, .gif, .png and replace .jpg with the extension of the image. I have used  .png image here. Check the Screenshot.
  • Replace filename with the name of rar file.
  • Replace finalimagename with the name of image in which you want to save your files.
5.Now if you will open new image you will see the same image.
           
                                        How to use Files hidden in the Image ?
  1. Open WinRAR.
  2. Drag the image into its area.
  3. Extract the files.
Click Images to view clearly.
 

Wednesday 9 April 2014

Password Protect Any folder Without Any Software

  1. Copy the following code in Notepad
  cls
@ECHO OFF
title tricksntips4pc.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== tricksntips4pc goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

2. Save this file as lock.bat ( .bat is must )
3.Double click on lock.bat and new folder named MyFolder will be created.
4.Copy the data you need to hide in that folder.
5.Now double click on lock.bat again and press y and then enter in the command prompt window that appears.
6.If you want to access MyFolder anytime double click on lock.bat and enter the password. (Default password is tricksntips4pc) . The password can be changed by replacing tricksntips4pc with the desired password in the code .
7. The folder Now can be accessed again.
8.For locking folder again repeat the 5th step.
If you have problem write them in comment and I will sort them Out.
Share and comment if you liked it.

Grab Someones IP Address

  1. Copy the code in notepad and save it as grab.php
<?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.Make account on Any of free web hosting sites such as Ripway and My3gb.
3.Upload grab.php to your free web hosting site.
4.Copy link of uploaded file and send it to the person of whom u want to get IP address through email or facebook.
5.As he will click on that link his IP address will be saved to your free web hosting site account.
6.Now Enjoy.

Redirect to Any Website Using Google URL

Today I will show you to make Google link that redirects you to any webpage you wish. This URL will start with www.google.com and followed with some characters and symbols. You can trick users to visit your site by changing your webpage URL that look like Google, As no one will doubt Google. So lets get in to.
 
  1. Enter the URL of the page or website you want to redirect to and click on submit button.
  2. Now you will she a Google URL generated.
  3. Upon clicking that you will be redirected to that webpage or website.
                                                                     EXAMPLE
 
                                      This link will redirect to trickntips4pc.blogspot.com

Tuesday 8 April 2014

How to view Hidden files in Windows 8 ?


  1. Open control panel by shortcut on desktop or by going to charms > settings > Control panel.
  2. Now click on the appearance and personalisation.
  3. Here in the folder options click on show Hidden files button.
  4. Check the Show hidden files button and click OK.
  5. Now you will be able to see the files that are hidden on your PC.

                                 Click Images To view Clearly. Watch the Video !

Thursday 20 March 2014

How to watch Starsports.com Live Matches Free Unlimited

Are you fed up only the ten minutes free live streaming offered to you by starsports.com, then I have something that to my view will help you in solving this problem. You can watch free matches unlimited but the thing s you need to repeat the process every ten minutes.

  1. Open starsports.com and choose the match you want to see, you can select any of the sports like cricket, football etc.
  2. After watching for ten minutes if you haven't subscribed a message will appear.
  3. Close the tab in which you have opened the site.
  4. Now, in Internet explorer go to Settings-----------Safety-----------Delete browsing history.
     
     
  5. In the options select the first three options and delete them.
  6. Now, you can open starsports.com in other tab to watch again the match.
  7. After 10 minutes again repeat this process.
If I find a better method I will inform my readers. This method is only for IE, I will inform you about Firefox and Chrome also.
                                                For suggestions Contact

                                               Alternative good Trick
  1. Open the website starsports.com.
  2. change your date of the system to the previous day i.e. 06-04-2014.
  3. You can use control panel for this.
  4.  Now reload the page time will be increased to 15:00 min and it will never go below 14:00.
  5. So now you can enjoy ipl, FIFA, Formula 1 etc. free hd streaming on your pc all here you need is a good internet connection preferably 3G or 4G.