Sunday, December 22, 2013

Make your Skype account primium for free!

Standard
HeY guys,today i'll tell you how to make your Skype account primium for free of cost.You can save €71.88 without paying a single penny.After making your account primium you can make group video calls with your skype friends,share your screen on the time of video calling and do many more things....




First go to this link>> https://collaboration.skype.com/promotion/  to be a member of skype primium account.


in the email box enter your email address and then click send button.After that go to your email id which you have typed in the email address box.
then open the email named Skype.

Now copy the voucher code from the email and click on Redeem.The Redeem will take you to skype's website and there you have to log into your skype account.After login you will asked to type the Voucher code,then paste the Voucher code and click on Reddem.Thats it then you have to wait 15 minutes.Then your Skype account will be primium.
After making your account primium you will get a mail to your email address where you can see like this...




Thursday, December 19, 2013

How to Disable Blogger Redirection to Local Domains?

Standard
If you're running a blog in blogger platform, you should notice, sometimes your site is redirected to local domains. I mean your site is redirected to country specific URL. But it doesn't happen in all countries. Maybe 15 - 20 countries have their own blogger domain. But Google will implement the local domains for blogger blogs in other countries very soon!

Let's give me an example:


You know the URL of Fahim's Blog is - http://aacfahim.blogspot.com

If you're Italian you will see my site's URL as- http://aacfahim.blogspot.it
A Canadian will see my site's URL as - http://aacfahim.blogspot.ca
An Indian will see my site's URL as- http://aacfahim.blogspot.in


Okay fine! Blogger has its own local domains for different countries. But what's wrongwith this country specific URL? There are a number of problems:

Your social stats (+1, Likes, Tweets) may fall dramatically due to the variations in domain.
Your search ranking might be affected.
If blogger is banned in a country with the help of local domain, your site can't be visited from there!
Though Google says, they are trying to minimize the negative consequences of hosting blogger. But why are you waiting for Google's effort? You can force local domains to redirect to .com version of your site with a simple code!


Prevent Blogger's from Redirection:


Officially Google never mentioned any permanent way to stop redirecting. But it said if you type /ncr just after the domain name for example- http://aacfahim.blogspot.com/ncr, then it will not redirect to your local domain.

And if you want to do this for individual post then it should be like that:
http://aacfahim.blogspot.com/ncr/exaplepage

Anyway, as a blog master your shouldn't let the visitors follow any boring way to prevent redirection. Because you can control the redirection by the code below! Okay let's try:


Make sure you're signed in to your blogger's control panel I mean design or dashboard.
Now go to the template option. (Backup your template if necessary)
Click on Edit HTML. Now you can see the code of your template.
Hit on the template box and Press Ctrl+F to enable search within the code box.
find the <head> of your template and then copy the code below and place it just below the head tag. (Look at the image below)
Save the template. Done!


<script type='text/javascript'>
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf(&quot;.&quot;));
if (ctld != &quot;.com&quot;) {
var ncr = &quot;http://&quot; + blog.substr(0, blog.indexOf(&quot;.&quot;));
ncr += &quot;.blogspot.com/ncr&quot; + slug;
window.location.replace(ncr);
}
</script>










From now and then your visitors will only be able to visit the .com version of your site. I mean like that: http://aacfahim.blogspot.com


You can also test whether it works or not. Type http://aacfahim.blogspot.it in your browser. But it will redirect you to http://aacfahim.blogspot.com. Also check this for your site.

Removing the Code:



I don't think it is necessary. For any reason, if you are reluctant to use this code, follow the steps above again. And then at the 5th step, delete the code and save your template. Or if you have a backup of your template, you can also restore it. But deleting the code is much easier.

What about the Registered/ Custom Domain?


If you blogger blog is registered I mean if you have a custom domain like .com or .org you don't need implement this code. Because the redirection is not applicable for a site with custom domain.

What happened if blogger is banned in a country?


Naturally when blogger is banned by the Govt. of a country the visitors from that country will not be able to see your site. But they will be able to visit the .com version of your site by using /ncr just after the domain. But if you use the above code in your site, visitors will automatically be able to visit your site!


I think now you understand the importance of using this code .....  :)

Wednesday, December 18, 2013

What you will do when you forget to logout your Facebook acoount from another device.....

Standard
Suppose you are using your Facebook on another computer or mobile phone.after using the facebook you forget to logout, what you will do then? Its a great problem.for your this activity anyone can easily access to your account but dont worry,you can logout your facebook account remotly.. just follow my instructions>>
 First log in to your facebook with your computer and go to Account settings and then goto Security.Now click on Active Sessions.Here you can see Current Session and Also Active.If you see that Also Active is online so you can understand that your facebook account is now online in other device. The Also Active system will tell the all information about that device. so if you find a situation like this just click on End Activity then your facebook account will be log out.

How to see the viewer of your Facebook profile without any software.

Standard
Hello everyone,today i''l tell you how to see the viewer of your Facebook profile without any software.You can see that who has visited your facebook profile.so lets start... just follow my instructions

1.First log in your facebook and go to your profile
2.Then type Ctrl+U from your keyboard. It will open a Source code of your facebook page.
3.Then type Ctrl+F to open the search box
4.After that type [],{“list”: in the search box.then you can see that a list will open which is related to your facebook profile.  it will be like this---

[],{“list”: 100000428218692-2″,”100001796535546-2″,”100000421373889-2″,”100002977140210-2″,”100001299735489-2″,”100002049586594-2″,”1845456613-2″,”100005899852714-5”

In the first id you are seeing is the most visited id of your facebook profile,and the last id you are seeing is the lowest visitor of your facebook profile.
Now copy any id of them and paste to your adress bar. example: www.facebook.com/100000428218692 
Now go to that URL. after loading the URL you can see that profile id ...

Monday, December 16, 2013

How To Change The Default Location For Installing Applications

Standard
Windows uses the System Disk for installing any new applications, That is, if your Windows is installed on the C Drive, the default folder where all the applications you install would automatically show up as C:\Program Files , unless of course you change it manually while installing the application’s locations. If you almost always prefer to NOT install on the System Disk, but instead on another partition, say, the D drive, then rather then changing the default location every time, you can change it just once.

Instructions:


1.To change the default location for installing application we will need to make a registry hack, for this we need to backup the registry before making any changes to it. To get into the registry, click on Start, then click on Run and type in regedit and press Enter.

2.To backup the registry, click File and then Export.

3.Now navigate it to the following location in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
and look for a key titled ProgramFilesDir

4.Now double click on ProgramFilesDir key and change its Value data from C:\Program Files to D:\Program Files or any other drive of your choice, then Click Ok then Exit. From now the default directory for installation of all you programs shall be on the D drive.

Make your Notepad as your Personal Dairy

Standard
First of all open Notepad and type .LOG and then press Enter.Now save it with any name and close it.After saving and closing when you open this notepad file again you can see that where you wrote .LOG current date and time has been saved just near the .LOG. Now whenever you write something to this file the date and time will be saved.

Make the folder INVISIBLE without hiding

Standard
Now you can hide your folder without any software easily....

1.Right Click on the desktop.Make a new folder
2.Now rename the folder with a space(You have to hold ALT key and type 0160).
3.Now you have a folder with out a name.
4.Right click on the folder>properties>customize. Click on change icon.
5.Scroll a bit, u should find some empty spaces, Click on any one of them.
click ok.

its done! now you can store your files to this folder.

Chat with Command Prompt

Standard
Hello,everybody,today i'll teach you how to chat with your friends personally with Cammand Prompt.so follow my instructions below----

If you want personal chat with a friend

you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

*********************************************************
@echo off

:A

Cls

echo MESSENGER

set /p n=User:

set /p m=Message:

net send %n% %m%

Pause
Goto A

***********************************************************
Now save this as "Messenger.bat". Open the .bat file and in Command

Prompt you should see:

MESSENGER:

User:

After "User" type the IP address of the computer you want to contact.

After this, you should see this:

Message:

Now type in the message you wish to send.Before you press "Enter" it should look like this:

MESSENGER:

User:27.196.391.193

Message: Hi

Now all you need to do is press "Enter", and start chatting!



Find the IP adress of the sender in Yahoo

Standard
When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.



Finding IP address in Yahoo! Mail:

1. Log into your Yahoo! mail with your username and password.

2. Click on Inbox or whichever folder you have stored your mail.

3. Open the mail.

4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,

* Click on Options on the top-right corner

* In the Mail Options page, click on General Preferences

* Scroll down to Messages where you have the Headers option

* Make sure that Show all headers on incoming messages is selected

* Click on the Save button

* Go back to the mails and open that mail.

5. You should see similar headers like this:Yahoo! headers : nameLook for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.That is be the IP address of the sender!

6. Track the IP address of the sender

Find the IP adress of the sender in Hotmail

Standard
When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.


Finding IP address in Hotmail:

1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail.

5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP addressHotmail headers : name ,In this case the IP address of the sender is [68.34.60.59]. Jump to step 9.
6. If you find a header with Received: from followed by a Gmail proxy like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [69.140.7.58]. Jump to step 9.
7. Or else if you have headers like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[ ].In this case, the IP address of the sender is [61.83.145.129] (Spam mail). Jump to step 9.
8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
9. Track the IP address of the sender


Find the IP address of the sender in Gmail

Standard
How to find the IP address of the sender in Gmail
When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.



Finding IP address in Gmail:

1.Log into your Gmail account with your username and password.

2. Open the mail.

3. To display the headers,* Click on More options corresponding to that thread. You should get a bunch of links.* Click on Show original.

4. You should get headers like this:Gmail headers : nameLook for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is65.119.112.245.That is be the IP address of the sender!

5. Track the IP address of the sender.


Reinstall Windows XP Without Installing A CD

Standard



A big problem of users is corrupted windows. Every one know that window xp takes  too much time to install, Therefore some users are very upset. Today I'm show a very useful trick which i also use to reinstall my Windows xp without installing a CD.

Repair Windows XP Without Installing A CD:


Click on START and then RUN.
Type webfldrs.msi
This will start the process to repair your Windows problems
Follow the instructions--
In next screen, choose SELECT REINSTALL MODE. A new window will appear
Put check marks on all the options and click OK. This will take few minutes
When the process will complete, it will ask for RESTART your pc
Just Restart your computer and you will be amazed that you have fixed the problems without having BOOTABLE or INSTALLATION CD


Sunday, December 15, 2013

Make your Pendrive Bootable

Standard


Hello guys. Today I'll teach you how to make your flash drive/pendrive Bootable.This method will take some several minutes.

Requirements:

* A iso file or copied files from any bootable CD

* A pendive of 4 GB but 8 GB is better

* A Computer

Process:

1.First extract the iso file with WinRAR, but if there is copied windows file so there is no need to extract [you can download full version WinRAR software from this blog]
2.Then connect your pendrive to your computer and format it.
3.Then open Run by pressing Windows key + R
4.Type there cmd and hit Enter button
5.After that a black page- Command Prompt will appear on your screen
6.Then type there diskpart and hit Enter
7.Then UAC security prompt will appear, you have to click OK.[it will show in Windows 7] 
8.Then again the command prompt page will come,type there list disk and then hit Enter
9.Then many drive's name will appear on your screen.find your pendrive. suppose your pendive's disk name is DISK 1 so you will type there SELECT DISK 1 and hit Enter.
10.After that type clean and hit Enter [if single Enter not works then hit Enter again]
11.Then type create partition primary and hit Enter
12.Then again hit Enter after typing select partition 1 
13.Then type active and hit Enter
14.After hiting the Enter button type format fs=ntfs quick and then again hit Enter
15.After formating type assign and hit Enter
16.Finally copy the windows files to your pendrive.

its done! your pendrive is now Bootable.Now restart your PC and press the F12 button to select your pendrive.
Then you can start your Windows setup.

Friday, December 13, 2013

Create Harmless Virus with Notepad and make your friends freak out!

Standard



>>Endless Backspace

*This makes it so the backspace key is constantly being pressed*

Code:-

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop



Make Your Keyboard Disco Light

This trick just makes your keyboard lights do disco.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!

1.This piece of code makes ur keyboard a live disco..

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop


2.This one makes it looks like a chain of light….

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop


Instructions:
*paste any of the two above codes in notepad
*Save as “AnyFileName”.vbs
*Run the file
*To stop, launch task manager and then under “Processes” end “wscript.exe”

>>Crazy caps lock
*This constantly turns caps lock on and off really fast continuously*

Code:-


Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop




>>Pop Up CD/DVD Virus


Effect –> Low, but very irritating. Not Harmless.

Coding Platform –> VBscript.

Working –> On Executing, It will continously pop-up uR CD/DVD. It is very irritating and can be stopped only on system shut-down. It is not harmful or destructive.

Just copy the code or type it on notepad and save it as anyname with “.vbs” extension.



Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop




>>Create a Fake Virus Message


This will surely scare your friends. It will show a message of something like this "Your Computer is attacked by a virus". Just try this trick and fool your friends.



@echo off
msg * Your Computer is attacked by a Virus.
msg * Click OK to Format
msg * All your data has been deleted



Save the file with .bat extension and send it to your friend.


>>Freak Your Friend with a Message

Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
Type :


WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell"wink
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "


Now save it as Anything.VBS and send it to your friend.

Refresh your full computer

Standard
Just copy the following code and paste to your Notepad-----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

@echo off
cd\
tree
C:
tree
D:
tree
E:
tree
F:
tree
G:
tree

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Now save this as tree.bat  [you can give any name instead of tree but .bat is must]
Then open this.And then wait for some while where your computer being refreshed.


Thursday, December 12, 2013

Active Windows 8,8.1,7,Vista,office 2010,2013,windows server 2008,2012 and many more......

Standard
With this Software you can Active almost all the microsoft product. like Windows Vista Business/N/Enterprise/N ,Windows 7 Professional/N/Enterprise/N,Windows 8 All,Windows 8.1 All,Office 2010/2013 Windows- Server2008/Standard/Datacenter/Enterprise/2008R2/Standard/Datacenter/Enterprise/Windows Server 2012/Standard/Datacenter/2012R2/Standard/Datacenter etc.

Requirements: .NET 4.0 or Windows 8/8.1/2012/R2


How This Program Works:

1. Install KMSpico in Windows.
1.1 Create Shortcuts for KMSpico
1.2 In W8.1 Install the Tap Network Driver.
2. Run automatically KMSELDI.
2.1 Make Tokens Backup.
2.2 Detect VL or Retail and depending of the License Status activate or convert to VL.
2.3 Activate for 180 days all VL products found.
3. Install a windows service that reactive every windows start.
4. Create a task schedule for AutoPico to run every 24 hours.

Change Log:
- Fixed Reported bugs from 9.0.5.
- Fixed retail conversion of ProjectStd and VisioStd.
- Fixed internet detection.
- Fixed bug with WServer.

+ L E G A L +

First of all you should know that I do NOT release these cracks
so that you "the end-user" can benefit from it in the term of
using software or any other of these releases without buying
the required licenses. heldigard however believe that everyone
should have the option to test and backup their program and be
able to run it without any problems.

Further I do NOT in any way condone the spreading of this
crack, in other words I do NOT spread the releases to any
websites, P2P networks or any other public available location
and I urge that this releases should not be spread like that
at all.

I -heldigard- has nothing to do with the distribution of these
cracks, it is all done by third parties. As such, and
according to the laws where the individuals of heldigard reside,
it is not my responsibility what others decides to do with
these releases. However, let it be said quite clearly;

"I DO NOT in any way condone the selling or redistribution
of these cracks, this was NEVER my intention."

heldigard does NOT take any responsibility of computer-loss
or any data-errors that may occur from using these cracks.
Keep in mind that you are using a third party solution to
something we did not develop in the first place.

Do note that the usage of these cracks are legal in most
countries outside the United States, IF and ONLY IF you own a
full copy of the program - then you may use these cracks
for backup purposes, and only that. It remains to be seen how
affected you are of the End User License Agreements (EULAs).
They can't supersede domestic laws, remember that.

According to the "DMCA ACT" in the Unites States, you have no
rights to circumvent a copy protection. Beware, they will
punish you harder than if you stole the shrinkwrapped software
in a mall. Though heldigard's base of operation does not reside
in the Unites States, and thus I am NOT bound to the
US legislations like:

* No Electronic Theft Act
* Digital Millenium Copyright Act
* The Patriot Act
* &lt;other US legislations&gt;

You should ALWAYS buy the software that you do use, or find
suitable Open Source replacements (as there are loads), I do!

By using these cracks you automatically agree
to the written agreement above, and thus the responsibility
regarding whatever you are affected by any EULAs is
with YOU and YOU only.

                           Click here to download this


Start your Computer fast

Standard
In this post I have come to teach you guys how to turn on your pc fast.Many computer takes 3-4 min to start. But you can turn on your PC fast. so follow my instructions-----
 1.First go to Run by pressing Windows button and R button. then Run will come.You can also search Run from Start. [the Windows button is in the center of the Ctrl and Alt button]
2.Then type msconfig  and then hit Enter.
3.After that  a window named System Configuration will come on your screen.
4.Then click the Boot tab and tick the No GUI Boot and then click Apply and OK.
5.Finnaly restart your computer to apply your changes.
     
   After doing this you can see that your Computer is starting fast. Hope its helpful for you.

Solve Rubiks Cube

Standard
Rubiks Cube is a cube which is very and very difficult to solve, so I M giving a pdf file where you can take help and solve Rubiks Cube. Best of luck.........
                                      Click here to download Rubiks Cube solution -pdf
                           
                                                                  

Download youtube videos without any software

Standard
Many people visit youtube.com to watch many kind of videos.but in youtube if you want to download videos you have to use youtube downloader and then you can able to download the video using the link, but now you can download youtube videos without any software. just click and open any video on youtube and then type "ss" [without inverted commas] before youtube. for example:  www.ssyoutube.com//watch?v=Ppf-UA36ljE&list=PLB015464E9AB9F8BA       like this. and then hit Enter.after that choose the format of video and download it.