22 Dec 2012

Solution of "Internet Download Manager has been registered with a fake Serial Number or the Serial number has been blocked. IDM is exiting"

Process to use serial key on All Versions of Internet Download Manager


1.Install any version of IDM and open it.
2. Now click on "registration" on the menu bar.
3. When you click on registration, Now a new window Will be open ask your First Name, Last Name, Email Address and Serial Key.
  • Enter your First name, Last Name, Email address in the required field with spcified version.
  • serial - W3J5U-8U66N-D0B9M-54SLM
  • And click on "OK" to register.
After you click "OK",Show an error message "IDM has been registered with a fake Serial Number or the Serial number has been blocked. IDM is exiting"


Go to  C:\Windows\System32\drivers\etc
8..in the ETC folder you will see the "hosts" file. Open the file with notepad. Now copy the below lines of code and add to hosts file as shown below the image box :
127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com

After adding these codes, save the notepad file. And exit from there.

And again register with key and email and retart ur computer

NOTE: In windows vista and seven  we are not able to save the "hosts" file  due to security reason.So, First take the ownership of the hosts file to your logged user then modify it.

Uploading files to MediaFire.com

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-CQ0AYux5lHpZ2D5foySSOMXU0U2LnDshLqdEAGBwRjO8GKqk5EIpzKRe2GKC04diJq2QnT71LWeFMEc7VJ-Rv3JOjYRaFLP06JhAucNW1IQKpdEm6evbLS8eq9BM0uzwM-8DlBFFc_sC/s320/GCl2585k-mf02-s-.png
Click on this link: http://www.mediafire.com/
Registration is now mandatory. If you do not have an account, click on Sign Up.
Sign in to your account
In the left column, you can create folders to organize your files.
Click on Upload and a window will open.
Click on + button at the bottom left: http://static.commentcamarche.net/www.commentcamarche.net/pictures/No7UaSt4-mf01-s-.png or click U from keyboard
Navigate to the file you want to upload, select it and click Open.
Then click on "Begin Upload" and wait.
Click "Copy Link" to copy the link that leads to your file, you can then share it with other users.
Note:
  • In the free mode the maximum file size is limited to 200 MB per upload.
  • Store up to 50 GB data by cutting your large files in small parts ( not exceeding 200 MB).
  • The uploaded files are automatically deleted if they are not downloaded at least once every 30 days and if you do not log within 60 days.

20 Dec 2012

Typing master Pro latest v7.0 full version Free download with serial key

Nominated at Shareware Industry Awards 2005 for Best Educational Program or Game

Typing Master is a typing learning software which helps you to increse your typing speed. With this software, improve your typing speed, save maximum of time and master the effective typing technique. It is capable of optimizing the learning depending on your personal needs thanks to its optimal learning functions. You can also appreciate the four training games which assess your typist's quality.

 

serial download  Click  here

19 Dec 2012

Adding facebook like button below post titles




1. Go To Blogger Dashboard >> Design >> Edit HTML
2. Check the "Expand Widget Templates" Box
3. Search (CTRL + F) for this code:
 
<data:post.body/>

4.  Just above it paste the code below:

<p><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp; action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:20px;'/></p>

5.  Save your template and you are done.

18 Dec 2012

Add Related Posts Widget To Blogger with Thumbnails

STEP FOLLOW
1. Go To Blogger Dashboard >> Template >>Edit HTML;
2. Check the "Expand widgets template" box;
3. Search (CTRL + F) for this piece of code:

</head>

4. Copy and paste the below code just before/above </head>



<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}

#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;http://PUT-SITE-NAME.COM&quot;;
var maxresults=6;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->

Note:
- for displaying more than 6 posts, replace 6
- remove the code in PINK if you want the related posts to be displayed in homepage too

  5. Now find the following code:

    <div class='post-footer'>

  6. And just above it, copy and paste the below code:

<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://helplogger.blogspot.com'><img alt='Blogger Tricks' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-Km6dPbGyADzSQ3QgPdCDUd4Fjrv2bOn8b2fdo8D8bGu9oGaKjnRgXQwzWNIcyo6Rj3WYAIeeNdJmf4Sx_kZGAIJNqtseLxb1iTbjjUPoPxgIVEEWrBb0HDiDxDImUL69Hp3d7xcJVK8e/s1600/best+blogger+tips.png'/></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->

Note:
- change the 6 value from max-results=6 with the number of posts you want to be displayed.
- If you want the related posts to be displayed on homepage too, remove the code in PINK.

7. Save the Template

Add different background color or image in each blogger post

Change the color of the post background
When you create a post, switch to Edit HTML near the Compose tab.
Add the following code just at the beginning and at the end of your post content.


<div style="background-color: #f1f8e2; padding: 5px 8px 5px 8px;">
Your text goes here...
</div>

  1. place the brown line at the BEGINNING of your post.
  2. add the div tag in blue at the END of your post.
  3. replace the part in red with preferred color hex value.
  4. instead of "Your text here...." you will have your Post content.

Add a background image behind the Blogger post


<div style="background-image: url(IMAGE-URL-HERE); background-repeat: no-repeat; ">
Your text goes here...
</div>

  1. in green, you need to place the URL address of your hosted picture (use Photobucket, Tinypic etc.)
  2. in brown is the line you have to place at the BEGINNING of your post.
  3. in blue is the line you have to place at the END.
  4. instead of "Your text here...." you have your Post content (if not, switch back to Compose tab, type your post content and then come back to edit your post)
Now click PUBLISH POST and done.

Remove SHOWING POSTS WITH LABEL in Blogger



Remove SHOWING POSTS WITH LABEL  in Blogger 

Using the old Blogger interface

Go to Dashboard - Design - Edit HTML - Expand Widget Template (first make a backup)

For new Blogger interface:

Go to Dashboard - Template - Edit HTML - Proceed - Expand Widget Template (first make a backup)

Find (CTRL+F) this code in the template

<b:includable id='status-message'>
  <b:if cond='data:navMessage'>
  <div class='status-msg-wrap'>
    <div class='status-msg-body'>
      <data:navMessage/>
    </div>
    <div class='status-msg-border'>
      <div class='status-msg-bg'>
        <div class='status-msg-hidden'><data:navMessage/></div>
      </div>
    </div>
  </div>
  <div style='clear: both;'/>
  </b:if>
</b:includable>
 Then REPLACE it with
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Save the template. View your blog

 

Recent post

Ping your blog, website, or RSS feed for Free Likerr.eu

Contact Us

Name

Email *

Message *