Prevent Redirecting your Blogspot Blog to Country-Specific Domain

Prevent Redirecting your Blogspot Blog to Country-Specific Domain

Prevent Blogger from Redirecting your Blogspot Blog to Country-Specific URLs
Blogger.com [blogspot] is a great site to use for hosting. Many people use it and most used applications for blogging seem to really love it. For the blogger there are so many useful themes to make the blogging experience the best possible for anyone. Here we will talk about it's country secific url redirection and how to prevent it. Country-specific domains is not a different blog address, but a domain redirect based on the country where you're currently located.For example, exampleuserblogname.blogspot.com would be automatically redirected to exampleuserblogname.blogspot.ca in Canada, exampleuserblogname.blogspot.co.uk in the United Kingdom. Blogger explained that by doing this they could manage the blog content more locally so if there was any objectionable material that violated a particular country's laws they could remove and block access to that blog for that country through the assigned ccTLD while retaining access through other ccTLD addresses and the default Blogspot.com URL. However it should be noted that if a blog using a country-specific URL was removed it is still technically possible to still access the blog through Google's No Country Redirect override by entering the URL using the regular Blogspot.com address and adding /ncr after the .com
Google now redirects Blogger blogs to country-specific domains. For instance, if you open example.blogspot.com in your web browser, you will be redirected to example.blogspot.in if you are located in India or to example.blogspot.co.pk or  example.blogspot.pk if you are accessing the blog from Pakistan.

Why Google redirects the Blogspot blogs?

Google does country-specific redirection for selective censorship – that means they can easily censor or block a blog post, or other entire blog site, in one country but still serve that page in other geographic regions. Blog redirection only occurs if you are on a blogspot domain and not if your Blogger blog is on a custom domain.

Redirection Blogspot blogs exists in at least 15 countries. They are India [blogspot.in], Australia [blogspot.com.au], UK [blogspot.co.uk], Japan [blogspot.jp], New Zealand [blogspot.co.nz], Canada [blogspot.ca], Germany [blogspot.de], Italy [blogspot.it], France [blogspot.fr], Sweden [blogspot.se], Spain [blogspot.com.es], Portugal [blogspot.pt], Brazil [blogspot.com.br], Argentina [blogspot.com.ar], Mexico [blogspot.mx]

Steps Blogger from Redirecting to Country-Specific Domains

This country based URL redirection is likely to impact your Blogger blogs in a not so positive manner. For example:


  • The social stats – like your Facebook Likes, Google +1s and Tweet counts – for your blog posts may be reduced as the URLs for the same blog post will be different for different visitors.
  • You will have a similar problem if you are using an external commenting platform like Disqus or Facebook Comments because the blog URLs will be different even when the underlying page is the same.
  • Also, if radicalization isn’t implemented properly, it may cost you some Google juice as external websites may link to your country-specific pages.
  • Some users have reported a dip in Google AdSense earnings when pages are served through country-specific domains.

If you are not happy with the idea of Blogger redirecting your blog to a different URL, you can add the following piece of code to your Blogger template and it will always serve the .com address to your visitors irrespective of their geographic location.

Go to your blog inside the Blogger Dashboard  >>Template  >>Edit HTML. 
Now click anywhere in expanded template and press CTRL + F and search for  <head>, Now Just copy-paste the following code into the template after the <head> tag.
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>


Option No. 2

Go to your blog inside the Blogger Dashboard  >>Template  >>Edit HTML. 

Now click anywhere in expanded template and press CTRL + F and search for  <head>, Now Just copy-paste the following code into the template after the <head> tag.
<script type='text/javascript'>var str= window.location.href.toString();if ((str.indexOf('.com/'))=='-1') {var str1=str.substring(str.lastIndexOf(".blogspot."));if (str1.indexOf('/')=='-1') {var str2=str1;}else {var str2=str1.substring(0,str1.indexOf('/')+1);}window.location.href =window.location.href.toString().replace(str2,'.blogspot.com/ncr/');}</script>
Click the Save Template button and now your Blogger Blog will always serve with the blogspot.com URL.
The JavaScript snippet gets the URL of the current Blogger page and if it isn’t served from the .com domain, the code replaces the country specific TLD (like blogspot.co.au or blogspot.pk) with the blogspot.com URL. It also adds the /ncr switch to force-redirect the visitor to the blogspot.com address. 
For further information, visit the official Google Support
Warning: Before you preventing your blogger site to Country-Specific URL please read the T&C from the official page of Google/Blogger.
How to Replace the Older Post and Newer Post links in Blogger

How to Replace the Older Post and Newer Post links in Blogger

How to Replace the Older Post and Newer Post links in Blogger
When you sigh up for a new blogger, the headache is about many things that makes your blog non-professional with it's default look. But we should feel pride as blogger (blogspot) always allow you to give it a customised look that can suit your blog.
Today we will talk about Newer Post and Older Post links that appear on the bottom of every posts. When a visitor click on one of these links, they will take him to the page with the list of your previous posts. The number of the posts on these pages will be the same as the number of the posts on your main page.
So let's give it a professional look.
1. Log in to your Blogger Dashboard, go to Template > Edit HTML and expand the widget template.
2. Click anywhere inside the code area (not outside the code area) and find using CTRL F keys (keep pressing Enter key until you find these codes) the following code:
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer- link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>
<data:newerPageTitle/>gt;/a>
</span>
</b:if>
<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older- link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId "_blog-pager-older-link"' expr:title='data:olderPageTitle'>
<data:olderPageTitle/></a>
</span>
</b:if>
Or find in this code the following fragments which corresponds to each page links

<data:newerPageTitle/>
Represents Newer Posts link.
<data:olderPageTitle/>
Represents Older Posts link.

How to change the text of Newer Posts and Older Posts?

You need to REPLACE following parts in original code with ANY TEXT you like.
For example:<data:newerPageTitle/> is defaul code of Newer Post you can simply change this intoNext Post like:
<data:nextpageTitle/>
For Older Post:
Change  <data:PolderageTitle/>  to <data:nextPageTitle/>
Open All External And Internal Links in New Tab in Blogger

Open All External And Internal Links in New Tab in Blogger

Open All External And Internal Links in New Tab in Blogger
Introduction: An internal link is a type of hyperlink on a webpage to another page or resource, such as an image or document, on the same website or domain. Hyperlinks are considered either "external" or "internal" depending on their target or destination. Generally, a link to a page outside the same domain or website is considered external, whereas one that points at another section of the same webpage or to another page of the same website or domain is considered internal.

Why Make All External as well as Internal links to open in new tab?
We sometimes put links in our blog articles. And naturally our visitor will click on those links. By default when a link is clicked it will open in the same window. To prevent your blog readers from leaving your blog without reading any or only one post, you must think to open links from your blog in new tab. It also helps in increasing your overall page views and reducing bounce rate. Blog bounce rate is one of the important factors in blogging and is simply defined as number of readers leaving your blog without reading any or only one post. It means more the bounce rate lesser the engagement. When we consider reducing our bounce rate, the first thing our mind suggest is opening the links in new tab and its importance increases when it comes to external links.

Steps to Open all External And Internal Links in New Tab:

  • Go to your blogger dashboard
  • Select your blog >> Template
  • Backup your template before editing (Optional)
  • Click on Edit HTML
  • Press Ctrl + F to find <head> tag in HTML
  • Add the following piece of code just below the <head> tag
  • Save your Template, you are all done.
Copy Code Here<base target='_blank'/>
Top 10 Facebook Hacking Techniques and Countermeasure

Top 10 Facebook Hacking Techniques and Countermeasure

Top 10 Facebook Hacking Techniques
There are many ways break into a Facebook account, and we have collected the 10 most usual techniques.

1. Phishing

Phishing is still the most popular attack vector used for hacking Facebook accounts. There are variety methods to carry out phishing attack. In a simple phishing attacks a hacker creates a fake log in page which exactly looks like the real Facebook page and then asks the victim to log in. Once the victim log in through the fake page the, the victims "Email Address" and "Password" is stored in to a text file, and the hacker then downloads the text file and gets his hands on the victims credentials. Some Auto liker websites are good examples of phishing. They ask a user to login for access token in order to get username and password of the victim. [Beware].

2. Keylogging

Keylogging is the easiest way to hack a Facebook password. Keylogging sometimes can be so dangerous that even a person with good knowledge of computers can fall for it. A Keylogger is basically a small program which, once is installed on victim's computer, will record every thing victim types on his/her computer. The logs are then send back to the attacker by either FTP or directly to hackers email address.

3. Stealers

Almost 80% people use stored passwords in their browser to access the Facebook. This is quite convenient, but can sometimes be extremely dangerous. Stealer's are softwares specially designed to capture the saved passwords stored in the victims Internet browser.

4. Session Hijacking

Session Hijacking can be often very dangerous if you are accessing Facebook on a http (non secure) connection. In Session Hijacking attack, a hacker steals the victims browser cookie which is used to authenticate the user on a website, and use it to access the victims account. Session hijacking is widely used on LAN, and WiFi connections.

5. Sidejacking With Firesheep

Sidejacking attack went common in late 2010, however it's still popular now a days. Firesheep is widely used to carry out sidejacking attacks. Firesheep only works when the attacker and victim is on the same WiFi network. A sidejacking attack is basically another name for http session hijacking, but it's more targeted towards WiFi users.

6. Mobile Phone Hacking

Millions of Facebook users access Facebook through their mobile phones. In case the hacker can gain access to the victims mobile phone then he can probably gain access to his/her Facebook account. Their are a lots of Mobile Spying softwares used to monitor a Cellphone. The most popular Mobile Phone Spying softwares are: Mobile Spy and Spy Phone Gold.

7. DNS Spoofing

If both the victim and attacker are on the same network, an attacker can use a DNS spoofing attack and change the original Facebook page to his own fake page and hence can get access to victims Facebook account.

8. USB Hacking

If an attacker has physical access to your computer, he could just insert a USB programmed with a function to automatically extract saved passwords in the Internet browser.

9. Man In the Middle Attack

If the victim and attacker are on the same LAN and on a switch based network, a hacker can place himself between the client and the server, or he could act as a default gateway and hence capturing all the traffic in between.

10. Botnets

Botnets are not commonly used for hacking Facebook accounts, because of it's high setup costs. They are used to carry more advanced attacks. A Botnet is basically a collection of compromised computer. The infection process is same as the key logging, however a Botnet gives you additional options for carrying out attacks with the compromised computer. Some of the most popular Botnets include Spyeye and Zeus.

Countermeasures:

You need to have an updated version (or two) of the latest anti-virus and anti-spyware programs. There are free ones like AVG or paid ones like Norton. I also use Malwarebytes (affiliate) to scan for things that anti-virus programs miss. Get one and update it automatically.

Don’t just ignore that update request from your browser, do it right away. Some of those updates are security ones. In fact, keep up to date as to which is the most secure browser and just use that. Hello Chrome?
Beautiful Recent Posts Widget With Thumbnail for Blogger

Beautiful Recent Posts Widget With Thumbnail for Blogger

2 Beautiful Auto Scrolling Recent Posts Widget for Blogger
Displaying a list of your most recent posts in your sidebar is a great way to keep those visitors busy. There are lots of recent posts gadgets and archive gadgets you can use but the one we will cover in this post will grab the attention of people on your blog. This recent posts widget is similar to the standard recent posts with thumbnails but with one great feature. This gadget displays your most recent posts and includes a small thumbnail. There are many reasons to add recent post widget If you have a lot of post on the blog, or if you want to show everyone your list of favorite books, but have little space in the sidebar widget this will be a great help to you. This post explains how to add
recent posts Widget on his blog that looks good on your blogspot blog.

Read Also: 3 Stylish Recent Post Widgets for Blogger Blogspot

Adding Recent Post Widget in Blogger

  1. Go to Blogger >> Template >> Edit HTML >>  and click anywhere inside the template editor.
  2. Press Ctrl + F and search <div class='clear'/> tag.
  3. Just above <div class='clear'/> add the following code.
<b:widget id='HTML55' locked='true' title='Recent Posts (Do not edit)' type='HTML' version='1' visible='true'>
    <b:includable id='main'>
  <!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'>Recent Posts</h2>
  </b:if>
  <div class='widget-content'>
<script style='text/javascript'>
var numposts = 4;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = false;
var numchars = 60;
</script>
<script src='/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentpostswiththumbs'/>
  </div>
Now Search the ]]></b:skin> just above it add the following code.
.recent .title{line-height:32px;color:#19232D;margin-bottom:10px;text-align:center;font-size:16px;background:url(https://lh3.googleusercontent.com/-Dm8yPXEZEb8/U2qdIaxbm4I/AAAAAAAAEEs/nNS9zkdI8UQ/h120/dot.png) rgba(0,0,0,0.06)}
.recent .title a{color:#fff;background-color:$(main.color);display:inline-block;padding:3px 15px;font-family:Solaimanlipi,Kalpurush,Siyam Rupali}
.recent a{color:#111}
.recent .title a:hover{text-decoration:underline}
.recent ul{padding-top:15px;padding-bottom:15px}
img.recent_thumb{width:80px;height:80px;float:left;margin-bottom:5px;transition:.9s;margin-right:10px;}
img.recent_thumb:hover{opacity:.5;transition:.6s}
ul.recent_posts_with_thumbs{padding:0!important;margin-top:5px}
.recent_posts_with_thumbs{float:left;width:100%;min-height:100%;margin:5px 0;padding:0;font-size:12px}
ul.recent_posts_with_thumbs li{padding-bottom:5px;padding-top:5px;min-height:80px;border-bottom:1px solid rgba(192,192,192,0.38);margin-bottom:10px;list-style:none}
ul.recent_posts_with_thumbs li:last-child{border-bottom:none}
ul.recent_posts_with_thumbs li p{margin:.3em 0;font-size:11px}
.recent_posts_with_thumbs a{text-decoration:none;color: rgba(51, 51, 51, 0.84); text-decoration: none; font-size: 15px; font-weight: 700; transition: all 0.3s ease-out; line-height: 1.4;}
.recent_posts_with_thumbs strong{font-size:10px}
Now click Save Template.

Recent Posts Widget With Thumbnail for Blogger
DEMO


Customization
If you want to show the summary or anything else for the recent post widget, edit the follow codes.

  1. var numposts = 4; (Shows the number of posts to display).
  2. var showpostthumbnails = true; (Shows the thumbnail, in case you don't want to display the thumbnail, replace the true with false).
  3. var displaymore = false; (It shows the Read more button, in case you want to display, replace the false with true).
  4. var showcommentnum = false; (It displays the comments, in case you want to show the comments, replace the false with true)
  5. var showpostdate = false; (It displays the published date of the post.)
  6. var showpostsummary = false; (It displays the post summary, if you want to display the summary, replace the false with true).
Make your Computer Talk

Make your Computer Talk

Make your Computer Talk
Intelligent machines capable of speech are often the stuff of futuristic sci-fi movies, but you can turn any computer into a chatty Cathy. Even though we aren’t yet at the stage with computers where they can interact with us like people, there are a few tools and simple scripts we can write to make any computer that is running Windows speak to us. Well, if you wish to know how to do this, then keep scrolling. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.
To create one such talk script, follow the steps given below:
Step 1. Open Notepad.
Step 1. Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set
Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Step 3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or  *.vbs".
Step 4. Double click on the saved file, a window will open. Enter some text in enter text column and click OK.
Now your Computer will speak/talk what you typed in Step 4.

Windows Compatibility

This VBS file can be executed on all versions of Windows including Windows XP,Windows Vista, Windows 7 and Windows 8.
Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
Make your Computer Welcome You

Make your Computer Welcome You

Make your Computer Welcome You

If you use to watch Hollywood Sci -Fi movies, you must saw a scene in which the computer welcomes the user by speaking his name in the computerized voice.This looks quite impressive, but You can easily make your Windows PC to speak a welcome greeting note for you at windows start up.This is very simple and easy to implement trick but when you start your computer in front of your friends or anybody, they will be wondered by listening your name.So If you want to impress your friends with your technical and programming skills,you must try this.This is very cool and interesting trick to impress someone. This article describes exactly how you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username." (i make my computer "Welcome to your PC, Farooqbhat").
Make Windows Greet you with a Custom Voice Message at Startup To use this trick, follow the instructions given below:
1. Click on Start. Navigate to All Programs, Accessories and Notepad.
2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC,
Username"
Set
speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.Replace User name with your own name.
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file asWelcome.vbs
5. Copy the saved file.
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup In Windows XPand to C:\Users\{User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartupIn Windows 8 , Windows 7 and Windows Vista if C: is your System drive. App Data is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file. Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it is recommended to change sound scheme to No Sounds. You can change the sound scheme to No Sounds by following the steps given below:
1. Go to Control Panel.
2. Then click on Switch to Classic View.
3. Then Click on Sounds and Audio Devices.
2. Then Click on the Sounds Tab.
5. Select No Sounds from the Sound Scheme option.
6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
7. Click on OK.
Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.
Windows Serial Product Keys For Free (100% Working)

Windows Serial Product Keys For Free (100% Working)

Windows Serial Product Keys For Free (100% Working)
Introduction:  A product key is a 25-character code that's used to activate Windows. Activation helps verify that Windows hasn't been used on more PCs than the Microsoft Software License Terms allow.
Your product key is on a card inside the box that the Windows DVD came in—or in an email that shows that you bought Windows. It looks like this: PRODUCT KEY: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. If you bought a PC with Windows preinstalled, contact the PC manufacturer for the original key.
The product key is a usually unique, alphanumeric code of any length required by many software programs during installation.
Product keys are also sometimes called CD keyskey codesproduct codes, or installation keys. Most software, including some operating systems and programs from most popular software makers, require product keys. As a general rule these days, if you pay for a program then it probably requires a product key during install.
Unique product keys help software manufacturers ensure that each copy of their software was legally purchased.
In addition to product keys, some software makers, including Microsoft, often require product activation to help further ensure that software is obtained legally.

Microsoft Product Keys:

All Microsoft Windows operating system versions require the entry of unique product keys during the installation process, as do all versions of Microsoft Office and most other Microsoft retail programs.

  • Windows serial keys all

Windows 8.1 Professional
GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
Windows 8.1 Professional N
HMCNV-VVBFX-7HMBH-CTY9B-B4FXY
Windows 8.1 Enterprise
MHF9N-XY6XB-WVXMC-BTDCT-MKKG7
Windows 8.1 Enterprise N
TT4HM-HN7YT-62K67-RGRQJ-JFFXW

  • Windows 8

Windows 8 Professional
NG4HW-VH26C-733KW-K6F98-J8CK4
Windows 8 Professional N
XCVCF-2NXM9-723PB-MHCB7-2RYQQ
Windows 8 Enterprise
32JNW-9KQ84-P47T8-D8GGY-CWCK7
Windows 8 Enterprise N
JMNMF-RHW7P-DMY6X-RF3DR-X2BQT


  • Windows 7


Windows 7 Professional
FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4
Windows 7 Professional N
MRPKT-YTG23-K7D7T-X2JMM-QY7MG
Windows 7 Enterprise
33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
Windows 7 Enterprise N
YDRBP-3D83W-TY26F-D46B2-XCKRJ
Windows 7 Enterprise E
C29WB-22CC8-VJ326-GHFJW-H9DH4


  • Windows Server 2012 R2

Windows Server 2012 R2 Server Standard
D2N9P-3P6X9-2R39C-7RTCD-MDVJX
Windows Server 2012 R2 Datacenter
W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9
Windows Server 2012 R2 Essentials
KNC87-3J2TX-XB4WP-VCPJV-M4FWM


  • Windows Server 2012

Windows Server 2012 Core
BN3D2-R7TKB-3YPBD-8DRP2-27GG4
Windows Server 2012 Core N
8N2M2-HWPGY-7PGT9-HGDD8-GVGGY
Windows Server 2012 Core Single Language
2WN2H-YGCQR-KFX6K-CD6TF-84YXQ
Windows Server 2012 Core Country Specific
4K36P-JN4VD-GDC6V-KDT89-DYFKP
Windows Server 2012 Server Standard
XC9B7-NBPP2-83J2H-RHMBY-92BT4


  • Windows Server 2012

Standard Core
XC9B7-NBPP2-83J2H-RHMBY-92BT4
Windows Server 2012 Multipoint Standard
HM7DN-YVMH3-46JC3-XYTG7-CYQJJ
Windows Server 2012 Multipoint Premium
XNH6W-2V9GX-RGJ4K-Y8X6F-QGJ2G
Windows Server 2012 Datacenter
48HP8-DN98B-MYWDG-T2DCC-8W83P
Windows Server 2012 Datacenter Core
48HP8-DN98B-MYWDG-T2DCC-8W83P


  • Windows Server 2008 R2

Windows Server 2008 R2 HPC Edition
FKJQ8-TMCVP-FRMR7-4WR42-3JCD7
Windows Server 2008 R2 Datacenter
74YFP-3QFB3-KQT8W-PMXWJ-7M648
Windows Server 2008 R2 Enterprise
489J6-VHDMP-X63PK-3K798-CPX3Y
Windows Server 2008 R2 for Itanium-Based Systems
GT63C-RJFQ3-4GMB6-BRFB9-CB83V
Windows Server 2008 R2 Standard
YC6KT-GKW9T-YTKYR-T4X34-R7VHC
Windows Web Server 2008 R2
6TPJF-RBVHG-WBW2R-86QPH-6RTM4.



  • Windows 10 Serial Key: 



NPPR9-FWDCX-D2C8J-H872K-2YT43



  • Windows 10 OS key Professional Edition:


 8N67H-M3CY9-QT7C4-2TR7M-TXYCV


  • Windows 10  product key: Technical Preview for Consumer: 


334NH-RXG76-64THK-C7CKG-D3VPT





Windows 10 Product key all Editions:
NKJFK-GPHP7-G8C3J-P6JXR-HQRJR

Windows 10 key Enterprise Edition:
CKFK9-QNGF2-D34FM-99QX2-8XC4K

  • Windows 10 product number:

VK7JG-NPHTM-C97JM-9MPGT-3V66T
  
W269N-WFGWX-YVC9B-4J6C9-T83GX 

T44CG-JDJH7-VJ2WF-DY4X9-HCFC6 

  • New Product Keys Windows 10 | 2016

 TX9XD-98N7V-6WMQ6-BX7FG-48Q99

TX9XD-98N7V-6WMQ6-BX7FG-H8Q99