Ads 468x60px

1

Infolinks In Text Ads

Infolinks InText

Sample text

Saturday 30 March 2013


How to Add Mouseover Share Buttons to Blogger?


Share Buttons are very useful for bloggers. It helps you and your visitors to share your blog posts on any social network website or share with friends. Without it you have to go to the website first and then copy the URL/Title or blog and then Paste there and so on. This seems too long process if you want to share your blog post to multi social networks. Share buttons are very useful for you in this case. You just have to drag your Mouse Pointer on Share button, it will show you multi social networks icon, just click on one of them where you want to share your blog post, when you click an popup window opens, now just click on share and you are done. It looks so simple and easy.



Steps to Add Mouseover Share Buttons:
Step 1: Go to Blogger> Template> Edit HTML
Step 2: Copy the below code
</body>
Step 3: Now paste the below code just before the above code


<!-- Mouseover Share Buttons from TheTricksLab.com -->
<div class="shr_ss shr_publisher">
</div>
<script type="text/javascript">
var SHRSS_Settings = {"shr_ss":{"src":"//dtym7iokkjlif.cloudfront.net/media/downloads/sassybookmark","link":"","service":"5,7,2,313,38,201,88,74","apikey":"b87f5899d80a5edce8b5e55f58542ef0f","localize":true,"shortener":"bitly","shortener_key":"","designer_toolTips":true,"tip_bg_color":"black","tip_text_color":"white","viewport":true,"twitter_template":"${title} - ${short_link} via @Shareaholic"}};
</script>
<!-- End Shareaholic Sassy Bookmarks settings -->
<!-- Start Shareaholic Sassy Bookmarks script -->
<script type="text/javascript">
(function() {
var sb = document.createElement("script"); sb.type = "text/javascript";sb.async = true;
sb.src = ("https:" == document.location.protocol ? "https://dtym7iokkjlif.cloudfront.net" : "http://cdn.shareaholic.com") + "/media/js/jquery.shareaholic-publishers-ss.min.js";
var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(sb, s);
})();
</script>

How to Use free Internet on Symbian S60? Ufone, Jazz & Telenor

Use Free Internet on Symbain Phone (S60)


Symbain have more features and very user friendly Operating System, Hence, in the Symbian Mobile you can Edit/Change and Add a custom settings, so here we go..

1. Go to Menu > Settings


Free internet, symbain Mobile, thetrickslab.com


2. In Settings Menu, Go to Connectivity

Free internet, symbain Mobile, thetrickslab.com

3. Now again in "Connectivity" menu, go into "Settings".

Free internet, symbain Mobile, thetrickslab.com

4. Click on "Add New APN", and Enter follow instruction in the Settings.

Free internet, symbain Mobile, thetrickslab.com


Ufone (100% Working)
Name: Ufone (or any name)
APN: ufone.pmms
Proxy: 172.16.13.26
Port: 8080

Jazz/ Mobilink
Name: Mobilink Free (or any)
Apn: Mr.MBbyteconnect.mobilinkworld.com
proxy: 54.228.249.18
Port:80


Telenor
Name: Telenor Free (or any)
APN: mms
Proxy: 80.239.242.253
Port: 80

How to add Facebook Fan Page Like Popup with Timer?


As you know about Facebook  its a largest social website in the world where billion peoples are come and chat with each others, share ideas, photos and make fun online.
Many peoples use Facebook to increase their website traffic or to make members on their forums or websites. They share their Website/ Forums link on Facebook or by fan page.

What is Fan Page?
Fan Page is a Page on Facebook, and almost every website have their fan page on Facebook to update their members through Facebook. You can also make your fan page free.

Force Visitors to Like your Fan Page...
This is the smartest way to force your visitors to like your fan page. You can add this widget to your blogger or website. When people open your website they saw an popup window of your Facebook fan page. They have 2 options, one is to like your Fan Page and another is to wait for 10, 20 seconds.




Steps to Add Facebook Like Popup with Timer...
Step 1: Go to Blogger> Template> Edit HTML
Step 2: Find the below code
</body>
Step 3: Now paste the below code just above/after the above code
 <!-- TheTricksLab.com - - - Wiki of Tricks and Widgets -->
<style>#fblikepop {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 200px;
    _position: absolute;
 /* hack for IE 6*/
    width: 450px;
    border: 10px solid #6F6F6F;
    z-index: 200;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0pt;
    padding: 0pt;
    color: #333333;
    text-align: left;
    font-family: arial,sans-serif;
    font-size: 13px;
}
#fblikepop body {
    background: #fff none repeat scroll 0%;
    line-height: 1;
    margin: 0pt;
    height: 100%;
}
.fbflush {
    cursor: pointer;
    font-size: 11px !important;
    color: #FFF !important;
    text-decoration: none !important;
    border: 0 !important;
}
#fblikebg {
    display: none;
    position: fixed;
    _position: absolute;
 /* hack for IE 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 100;
}
#fblikepop #closeable {
    float: right;
    margin: 7px 15px 0 0;
}
#fblikepop h1 {
    background: #6D84B4 none repeat scroll 0 0;
    border-top: 1px solid #3B5998;
    border-left: 1px solid #3B5998;
    border-right: 1px solid #3B5998;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 5px !important;
    margin: 0 !important;
    font-family: &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif !important;
}
#fblikepop #actionHolder {
    height: 30px;
    overflow: hidden;
}
#fblikepop #buttonArea {
    background: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    min-height: 50px;
}
#fblikepop #buttonArea a {
    color: #999999 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: 10px !important;
}
#fblikepop #buttonArea a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border: 0 !important;
}
#fblikepop #popupMessage {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 22px;
    padding: 8px;
    background: #fff !important;
}
#fblikepop #counter-display {
    float: right;
    font-size: 11px !important;
    font-weight: normal !important;
    margin: 5px 0 0 0;
    text-align: right;
    line-height: 16px;
}</style>
<script src='http://www.google.com/jsapi'/><script>google.load(&quot;jquery&quot;, &quot;1&quot;);</script>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
 kakinetworkdotcom01username="thetrickslab",
 kakinetworkdotcom01title="Join us at Facebook!",
 kakinetworkdotcom01skin="01",
 kakinetworkdotcom01time="10",
 kakinetworkdotcom01wait="0",
 kakinetworkdotcom01lang="en"
//]]>
</script>
<script src='http://thetrickslab.googlecode.com/svn/trunk/likebox-with-timer.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
 $(document).ready(function(){$().kakinetworkdotcom({ closeable: true });});
//]]>
</script>
<!-- TheTricksLab.com -->
Changes: 

  • Change the name "thetrickslab" to your Facebook Fan Page
  • "Join us at Facebook" to your Message
  • Popup will disappear after 10 seconds, I have set it on 10 sec, if you want to change just change kakinetworkdotcom01time="10".
  • Popup will appear immediately  after open the website, if you want to change it just change kakinetworkdotcom01wait="0",

How to Install Windows XP in 10 Minutes?


As we all know that Windows XP take time to install in a Computer. It will take approximately 20-30 minutes in normal process. Here i am gonna show you the easiest way and very Quicker way to install Windows XP on your PC in just in 5 minutes.

1. Open Windows XP Setup.

2. When files are copied and drivers beckup also, when you enter the Windows GUI ( Graphics User Interface ). When the screen shows blue as i mention blow.


3. Now press Shift+F10, this will show you "Command Prompt" Screen.
4. When Command Prompt Screen appear just type "taskmgr" and hit Enter.
5. After doing that, task manager will Open.
6. In the "Task Manager" you will see the "Processes" tab, click on it.
7. Now you have to find the Process named "Setup.exe"


8. Now right click on Setup.exe and set the priority to "Real Time".
9. Now just watch your windows will be installed faster and quicker and will installed in 10 minutes.



Thanks for Reading the Post :-)
Sms Bomber 


Tuesday 26 March 2013

TuneUp Utiities 2013 With Product Key Free Download

Product keys
V3FVHT-E5C07N-P8N937-6BMVR9-MQ1TM5-DCCAB5


Photobucket

Sunday 24 March 2013

Skype Video Recorder Free Download


Photobucket



4. BitDefender Antivirus Free Edition

BitDefender also comes in Free Edition. BidDefender Antivirus Free Edition is a free antivirus software with English interface. It gives real-time protection of Windows with the help of Cloud. BitDefender Free Edition has many handy features that insist you to use BitDefender free edition on your Windows Computer. BitDefender Free Edition is also a best choice for Windows user.

Photobucket

1. Microsoft Security Essentials

Microsoft Security Essentials is a best free Antivirus Software from Microsoft itself. Microsoft Security Essentials has very few negative points. It removes malware of your computer very well. Microsoft Essentials is a best choice for average users just because of its simple and user friendly interface. You don’t need to register at Windows to use Microsoft Security Essentials antivirus. It automatically updates and removes threats.
Check: Windows 8 Keyboard Shortcuts


Photobucket

Friday 22 March 2013

New Avast! Antivirus 2013 With License Key Download


Your license key is:
---------- Cut here ----------
C64806691H1200A0215-ND5CMWHJ


Photobucket

Tuesday 19 March 2013


Norton Ghost 15 Full Serial Key



Net Tools © 2013 Jamshed Ahmad (project)
Net Tools is a comprehensive set of host monitoring, network scanning, security, administration tools and much more, all with a highly intuitive user interface. It's an ideal tool for those who work in the network security, administration, training, internet forensics or law enforcement internet crimes fields. Net Tools is mainly written in Microsoft Visual Basic 6, Visual C++, Visual C# and Visual Studio .NET.


The CreationNet Tools is cutting-edge security and network monitoring software for the Internet and Local Area Networks, providing clients with the ability and confidence to meet the challenges of tomorrow's technology. Keeping pace with the industry trends, we offer professional tools that support the latest standards, protocols, software, and hardware for both wired and wireless networks. The main goal is the creation of high quality software. Net Tools is a very strong combination of network scanning, security, file, system, and administrator tools useful in diagnosing networks and monitoring your PC and computer's network connections for system administrators. Next to the essential core tools it includes a lot of extra valuable features. It’s a Swiss Army knife for everyone interested in a set of powerful network tools for everyday use. This all-in-one toolkit includes also a lot of handy file and system utilities next to the huge amount of network tools. The menus are fully configurable, so in this way you won’t get lost in the extremely large amount of essential tools. All the additional features will make this application a must have for all system administrators. There are numerous constructive and valuable applications included in Net Tools that can be used for a great amount of purposes. The latest version of Net Tools is hybrid; it means that it’s capable of working together with applications that are made and designed for Net Tools, so in this way more flexibility and user-friendliness is obtained. This software is designed for the Microsoft Windows OS (Windows 98, NT, 2000, 2003, XP, Vista, 7). It’s entirely compatible and has thoroughly been tested on Windows XP. With the 175+ tools it is a great collection of useful tools for network users. The size of Net Tools 5.0.70 is approximately 25 Mb.
ContentsNet Tools 5.0 (build 70) contains a whole variety of network tools. Here is a list of the most important tools:
1) IP Address Scanner
2) IP Calculator
3) IP Converter
4) Port Listener
5) Port Scanner
6) Ping
7) NetStat (2 ways)
8) Trace Route (2 ways)
9) TCP/IP Configuration
10) Online - Offline Checker
11) Resolve Host & IP
12) Time Sync
13) Whois & MX Lookup
14) Connect0r
15) Connection Analysator and protector
16) Net Sender
17) E-mail seeker
18) Net Pager
19) Active and Passive port scanner
20) Spoofer
21) Hack Trapper
22) HTTP flooder (DoS)
23) Mass Website Visiter
24) Advanced Port Scanner
25) Trojan Hunter (Multi IP)
26) Port Connecter Tool
27) Advanced Spoofer
28) Advanced Anonymous E-mailer
29) Simple Anonymous E-mailer
30) Anonymous E-mailer with Attachment Support
31) Mass E-mailer
32) E-mail Bomber
33) E-mail Spoofer
34) Simple Port Scanner (fast)
35) Advanced Netstat Monitoring
36) X Pinger
37) Web Page Scanner
38) Fast Port Scanner
39) Deep Port Scanner
40) Fastest Host Scanner (UDP)
41) Get Header
42) Open Port Scanner
43) Multi Port Scanner
44) HTTP scanner (Open port 80 subnet scanner)
45) Multi Ping for Cisco Routers
46) TCP Packet Sniffer
47) UDP flooder
48) Resolve and Ping
49) Multi IP ping
50) File Dependency Sniffer
51) EXE-joiner (bind 2 files)
52) Encrypter
53) Advanced Encryption
54) File Difference Engine
55) File Comparasion
56) Mass File Renamer
57) Add Bytes to EXE
58) Variable Encryption
59) Simple File Encryption
60) ASCII to Binary (and Binary to ASCII)
61) Enigma
62) Password Unmasker
63) Credit Card Number Validate and Generate
64) Create Local HTTP Server
65) eXtreme UDP Flooder
66) Web Server Scanner
67) Force Reboot
68) Webpage Info Seeker
69) Bouncer
70) Advanced Packet Sniffer
71) IRC server creater
72) Connection Tester
73) Fake Mail Sender
74) Bandwidth Monitor
75) Remote Desktop Protocol Scanner
76) MX Query
77) Messenger Packet Sniffer
78) API Spy
79) DHCP Restart
80) File Merger
81) E-mail Extractor (crawler / harvester bot)
82) Open FTP Scanner
83) Advanced System Locker
84) Advanced System Information
85) CPU Monitor
86) Windows Startup Manager
87) Process Checker
88) IP String Collecter
89) Mass Auto-Emailer (Database mailer; Spammer)
90) Central Server (Base Server; Echo Server; Time Server; Telnet Server; HTTP Server; FTP Server)
91) Fishing Port Scanner (with named ports)
92) Mouse Record / Play Automation (Macro Tool)
93) Internet / LAN Messenger Chat (Server + Client)
94) Timer Shutdown/Restart/Log Off/Hibernate/Suspend/ Control
95) Hash MD5 Checker
96) Port Connect - Listen tool
97) Internet MAC Address Scanner (Multiple IP)
98) Connection Manager / Monitor
99) Direct Peer Connecter (Send/Receive files + chat)
100) Force Application Termination (against Viruses and Spyware)
101) Easy and Fast Screenshot Maker (also Web Hex Color Picker)
102) COM Detect and Test
103) Create Virtual Drives
104) URL Encoder
105) WEP/WPA Key Generator
106) Sniffer.NET
107) File Shredder
108) Local Access Enumerater
109) Steganographer (Art of hiding secret data in pictures)
110) Subnet Calculater
111) Domain to IP (DNS)
112) Get SNMP Variables
113) Internet Explorer Password Revealer
114) Advanced Multi Port Scanner
115) Port Identification List (+port scanner)
116) Get Quick Net Info
117) Get Remote MAC Address
118) Share Add
119) Net Wanderer
120) WhoIs Console
121) Cookies Analyser
122) Hide Secret Data In Files
123) Packet Generator
124) Secure File Splitting
125) My File Protection (Password Protect Files, File Injections)
126) Dynamic Switch Port Mapper
127) Internet Logger (Log URL)
128) Get Whois Servers
129) File Split&Merge
130) Hide Drive
131) Extract E-mails from Documents
132) Net Tools Mini (Client/Server, Scan, ICMP, Net Statistics, Interactive, Raw Packets, DNS, Whois, ARP, Computer's IP, Wake On LAN)
133) Hook Spy
134) Software Uninstaller
135) Tweak & Clean XP
136) Steganographic Random Byte Encryption
137) NetTools Notepad (encrypt your sensitive data)
138) File Encrypter/Decrypter
139) Quick Proxy Server
140) Connection Redirector (HTTP, IRC, ... All protocols supported)
141) Local E-mail Extractor
142) Recursive E-mail Extractor
143) Outlook Express E-mail Extractor
144) Telnet Client
145) Fast Ip Catcher
146) Monitor Host IP
147) FreeMAC (MAC Address Editor)
148) QuickFTP Server (+user accounts support)
149) NetTools Macro Recorder/Player (Keybord and Mouse Hook)
150) Network Protocol Analyzer
151) Steganographic Tools (Picture, Sounds, ZIP Compression and Misc Methods)
152) WebMirror (Website Ripper)
153) GeoLocate IP
154) Google PageRank Calculator
155) Google Link Crawler (Web Result Grabber)
156) Network Adapter Binder
157) Remote LAN PC Lister
158) Fast Sinusoidal Encryption
159) Software Scanner
160) Fast FTP Client
161) Network Traffic Analysis
162) Network Traffic Visualiser
163) Internet Protocol Scanner
164) Net Meter (Bandwidth Traffic Meter)
165) Net Configuration Switcher
166) Advanced System Hardware Info
167) Live System Information
168) Network Profiler
169) Network Browser
170) Quick Website Maker and Web Gallery Creator
171) Remote PC Shutdown
172) Serial Port Terminal
173) Standard Encryptor
174) Tray Minimizer
175) Extra Tools (nmap console & win32 version)

Many extra features and utilities are included in this package!
Screenshots
Here are a few screenshots of Net Tools 5. Click to enlarge.
Screenshot #1 - click to enlarge Screenshot #2 - click to enlarge Screenshot #3 - click to enlarge
Screenshot #4 - click to enlarge Screenshot #5 - click to enlarge Screenshot #6 - click to enlarge
Screenshot #7 - click to enlarge Screenshot #8 - click to enlarge Screenshot #9 - click to enlarge
Download Net Tools 5.0
download ] (version 5.0.70)
You can download the .NET Framework from the Microsoft site by clicking here. If you are not sure the Microsoft .NET Framework is installed click here.

Thursday 14 March 2013

Thursday 7 March 2013


Free Download Adobe Premiere 6.5 Full With Serial Key Number






MEDIAFIRE NEW LINK
DOWNLOAD ADOBE PREMIERE 6.5

Photobucket
Smadav Antivirus Free With Name n Serial Key


Name : Free Smadav Key
Key : 999899270440

Blogger templates

Twitter Bird Gadget