Items filtered by date: December 2014

Tuesday, 06 October 2015 16:28

Font Awesome Icons not displaying in Firefox

When using Firefox to browse the internet occasionally you come across websites where Font Awesome icons do not display but are fine when viewed in another browser. This seems to be caused by a couple of things.

  • using relative URLs
  • When that website is using a CDN
  • You are running an add blocker
  • possibly other things

The Fix

There are a few solutions and are quite easy. Not all might be suitable.

  • Use absolute URLs - This might be an issue but i would never use absolute URLs so i would recommend other solutions where possible
  • Add the following code to your server's .htaccess file
    <FilesMatch "\.(ttf|otf|eot|woff)$">
      <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
      </IfModule>
    </FilesMatch>
  • Disable any Adblocker or similiar addons

Links

Published in Firefox
Tuesday, 06 October 2015 15:28

Firebug keeps popping up | Google Groups

All of a sudden firebug pops open on every page I load, I did a fresh install of firebug but that doesn't help either.

Answers

  • In the opened pop-up, select the script tab, click options and uncheck 'Break On All Errors'. (Recommended)
  • I also suggest you try resetting the firebug options: Firebug Icon
    Menu (upper left) > Options > Reset All. Firebug 1.4.2 and earlier had
    a bug in activation and some people tried to work around it by using
    Open All options.
Published in Firefox

Nowadays we cannot just send an email to 100s of contact or send 1000s of emails to different people because of limits on your server:

  • Limited number of contacts that an email can be sent to in one email
  • Maximum number of emails per hour/day from your server
  • Your server could be put on a block list for send lots of unsolicited emails
  • Your server does not have a good reputation (used for SPAM analysis) or is already on a block list
  • Your SMTP service provider (usually for webhost) will not allow bulk emails to be sent as a policy

So how do all the big guys send emails to lots of people and not get blocked by my server?

The answer

  • Transactional Email Services
  • They have their own dedicated server and some IT staff looking after it

Transactional Email Services

Transactional Email Services are basically SMTP servers that are provided for you to use to send bulk emails without getting your email server on a block list and to get around any of the limitations mentioned above. Transactional Emails are normal emails, they do not have any per email tracking in them or anything you can use for analytics above and beyond what you put in the email yourself (ie links with tracking in them, but this would not be email specific but the same for all of the emails sent in that batch).

There are free and paid services but they work the same. Once you have signed up you can get their SMTP server details and replace the SMTP server details you are using with those and just send emails like you would normally.

You can get away with using a Transactional Email server to send mass emails from your favourite email program if the list is not too large, at most i would say 50 but it is definately worth checking out the rules for the service you choose to use.

What can I use these SMTP servers with?

  • Locally Installed campaign software
  • For your normal email (Outlook/Thunderbird ....)
  • Emails from your website platform (ie Magento/Prestashop/Wordpress/Joomla ...)

Why are Transaction Email Services better?

So i have explained that these services are better but why?

  • Increases the probability your Marketing/Normal Emails will arrive at their recipient and when it does help it not go into the dreaded SPAM/JUNK folder
  • Their servers are designed to send bulk emails so the normal limits from your hosting provider will not apply
  • Their servers will have a good reputation
  • SPAM companies know what the IP address of their servers are (this does not 100% guratee delivery but it definately helps)
  • Using this service will prevent your email server from going on a block list for sending large amounts of emails
  • The service providers put policies in place to make sure their clients do not SPAM people by monitor usage and activity.
  • You cannot just signup for account and send 40,000 emails
  • Over a period of time you are allowed to send more emails
  • They verify you are a real person
  • The servers are monitoreds to make sure they are not on block lists
  • If you abuse the rules they will actively remove your account

Email Marketing Campaigns

This is a related topic to Transactional Email Service because the next logical step is to be able to analyse and track the mass emails you send out and on a per email basis. This would allow you to see who opend and read the email, who recieved the emails, which ones got bounced and then even track the behaviour of those people who follow the links in the email you sent.

These features require two things to handle all of the tracking:

  1. Transactional Email Server
  2. A Platform/Software to handle all of the tracking information

There are two ways of building one of these systems

  1. Email Marketing Services - These are usally paid services and and these companies provide the tracking platforms and they use their own Transactional Email Servers. You can get per email analytics with these online services and it is one of their main advantages, these services also manage your mailing lists so when someone unsubscribes they take care of that. I have not used these enough to be able to tell you how they work but mainly you create the email and the lists on their platform and send from there rather than your own computer. Most of the paid services offer a Free service but they are usually so crippled that it is utterly pointless to use them.
  2. Locally Based Campaign Software - This method would require that you have a Transaction Email Service (or your own dedicated server with a unique IP) in place that you can use as the SMTP server. You would create the email in the software you have installed and send from that program using the Transactional Email Server for the configured SMTP server. The analytics is defiantly limited but you can control the lists and emails locally without having to pay a subscription. You definately have to put more effort in when using this method but it is a cheaper option and preferable if you do not like the cloud.

Links

Transaction Email Services

Email Marketing Services

Campaign / Bulk Email Software

Articles

Other

Published in SEM
Sunday, 04 October 2015 15:32

Comodo Backup - Log file locations

There are a couple of places the log files can be located and logs might possibly be in 1 or more location.

  • %TEMP%\ComodoLogsFolder
  • \Windows\Temp\ComodoLogsFolder
  • The target location of the backup
  • A user specified location (but you should know where this is because you set it)
Published in Windows General
Sunday, 04 October 2015 15:00

My Backup Up Notes

I currently have not fully explorer this topic but i am going to start by adding a list of programs i have either found or have been recommend to me.

Lists of Backup software

Articles

Published in Windows General

It takes 2 minutes to open a one-page PDF. When double clicking on the PDF, Adobe reader opens but the PDF content doesn't display. It says 'Not responding' for about 2 minutes before it can display the content of the PDF. The PDF is just a one page file. It can be opened by other versions of adobe reader instantly. It can also be opened instantly on another PC which is also W7 64 and Adobe reader X.

These are the various methods for resolving the slow opening and browsing of PDF documents using Adobe Reader:

  1. Use an alternative reader such as nitroPDF/FoxIt Reader/Firefox Browser
  2. Uninstall/Re-install
  3. Go to Edit / preferences / general - the uncheck box "Enable protected mode at startup" This got rid of the lag in opening adobe docs.
    The setting is now under the Security (Enhanced) Selection. Just uncheck the Protected mode and that will fix the SLOW ISSUE!
  4. Go to Edit / Preferences / 3D & Multimedia - then uncheck box "Enable hardware rendering for legacy video cards" This got rid of the lag in opening adobe docs.
  5. Closing the Tools Pane sped it up immensely!

Taken from adobe reader X very slow to open some PDF under windows 7 64-bit - Windows 7 Help Forums

Published in Applications
Saturday, 03 October 2015 13:18

ExecuteCode Test

This has nothing to do with balloons.

Standard <pre> Tag

<style type="text/css">
.living-code{
	background-color: green;
	border: yellow dotted 5px;
	font-weight: bold;
	color: yellow !important;
	text-align: center;
</style>
<p class="living-code">This Code is Alive !!!</p>

Missing Key

Missing Security Key

Wrong Key

Wrong Security Key

Correct Key

This Code is Alive !!!

Published in Extension Development
Thursday, 24 September 2015 12:49

Hot Air Balloon

What is this?

This is my Hot Air Balloon code which adds a Bouncing Hot Air Balloon to any Joomla page to add that little bit extra character to your site. You can add this to any page by using a module or embed the code into the page itself like I have done here.  I got the original code from Joomlashine.

If you are using a Joomlashine template, it is is best to published the balloon to one of the Sticky Positions.

You will also find useful links and resources at the bottom of this page to make your own Bouncing Hot Air Balloon.

Features

  • Bounces up and down
  • Uses CSS and JS
  • A close button that stores the click/decision in a cookie, so once the balloon has been closed it stays off.
  • The Balloon is clickable
  • A small message on the basket.

The Code Blocks

Live Code - You can't see this

CSS

<style type="text/css">

.qw-air-balloon {
    position: relative;
    padding-bottom: 100px;
    -webkit-animation: balloon 6s ease-in-out infinite;
    -moz-animation: balloon 6s ease-in-out infinite;
    -o-animation: balloon 6s ease-in-out infinite;
    animation: balloon 6s ease-in-out infinite;
}
.qw-air-balloon a {
    display: block;
}
.qw-air-balloon a span {
    z-index: 999;
    text-align: center;
    line-height: 54px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -42.5px;
    width: 85px;
    height: 54px;
    border-radius: 0 0 16px 16px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}
.qw-air-balloon a:hover span {
    color: #ffca14;
}
.qw-air-balloon img {
    width: 100%;
}
.qw-air-balloon .ab-close {
    width: 30px;
    position: absolute;
    top: 25px;
    right: 40px;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="0")";
    filter: alpha(opacity= 0);
    opacity: 0;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
/*.qw-air-balloon .ab-close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
*/
.qw-air-balloon:hover .ab-close {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100")";
    filter: alpha(opacity= 100);
    opacity: 1;
}
@-webkit-keyframes balloon {
    0%, 100%{ -webkit-transform:translateY(0);}
    30%{ -webkit-transform:translateY(-100px);}
    40%{ -webkit-transform:translateY(-95px);}
    50%{ -webkit-transform:translateY(-100px);}
    60%{ -webkit-transform:translateY(-95px);}
    70%{ -webkit-transform:translateY(-100px);}
    80%{ -webkit-transform:translateY(-95px);}
}
@-moz-keyframes balloon {
    0%, 100%{ -moz-transform:translateY(0);}
    30%{ -moz-transform:translateY(-100px);}
    40%{ -moz-transform:translateY(-95px);}
    50%{ -moz-transform:translateY(-100px);}
    60%{ -moz-transform:translateY(-95px);}
    70%{ -moz-transform:translateY(-100px);}
    80%{ -moz-transform:translateY(-95px);}
}
@-o-keyframes balloon {
    0%, 100%{ -o-transform:translateY(0);}
    30%{ -o-transform:translateY(-100px);}
    40%{ -o-transform:translateY(-95px);}
    50%{ -o-transform:translateY(-100px);}
    60%{ -o-transform:translateY(-95px);}
    70%{ -o-transform:translateY(-100px);}
    80%{ -o-transform:translateY(-95px);}
}
@keyframes balloon {
    0%, 100%{ transform:translateY(0);}
    30%{ transform:translateY(-100px);}
    40%{ transform:translateY(-95px);}
    50%{ transform:translateY(-100px);}
    60%{ transform:translateY(-95px);}
    70%{ transform:translateY(-100px);}
    80%{ transform:translateY(-95px);}
}


@media screen and (max-width: 1950px){

    .qw-air-balloon {
        max-width: 230px;
    }
    .qw-air-balloon a span {
        margin-left: -30.5px;
        width: 60px;
        height: 38px;
        line-height: 38px;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
    }
    .qw-air-balloon .ab-close {
        width: 24px;
        top: 15px;
        right: 30px;
    }

}

@media screen and (max-width: 1280px){

    .qw-air-balloon .ab-close {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity="100")";
        filter: alpha(opacity= 100);
        opacity: 1;
    }
    .qw-air-balloon .ab-close {
        width: 20px;
        top: 18px;
    }
}

@media screen and (max-width: 1024px){

    .qw-air-balloon {
        max-width: 200px;
    }
    .qw-air-balloon a span {
        margin-left: -26.5px;
        width: 52px;
        height: 33px;
        line-height: 33px;
        border-radius: 0 0 10px 10px;
        font-size: 11px;
    }
    .qw-air-balloon .ab-close {
        top: 10px;
    }
}

</style>

JS

<script src="/images/kb/2015/580/jquery.cookie.js"></script>

<script type="text/javascript">

    jQuery(document).ready(function(){

        jQuery(".qw-air-balloon-1 > .ab-close").click(function () {
            jQuery.cookie('ck-hide-bl-1', '1');
            jQuery(this).parent(".qw-air-balloon-1").hide();
        });

        if (jQuery.cookie('ck-hide-bl-1') != 1) {
            jQuery(".qw-air-balloon-1").removeClass("hide");
        }

    });

</script>

HTML

<div class="qw-air-balloon qw-air-balloon-1 hide">
    <a href="http://www.bbc.co.uk/" target="_blank">
        <img src="/images/kb/2015/580/hot-air-balloon.png" alt="" />
        <span>join us</span>
    </a>
    <div class="ab-close">
        <img src="/images/kb/2015/580/close.png" alt="" />
    </div>
</div>
<div class="clearbreak"></div>

What I used

Links

Balloon Tutorials

Single Balloons

Lists of Balloons

Published in Packages
Monday, 31 August 2015 16:16

Configuring Free domains on WHMCS

When using WHMCS i have found that configuring the software to handle free domains can be confusing especially when you do not know what all of the setting do. In this article i will go through the various settings that can affect free domains and then i will give the ideal setup.

All the following answers are from WHMCS staff members through the support system.

Settings

CRON Jobs

There are 2 CRON that need to be considered.

  1. The basic CRON that WHMCS uses to send out invoices, emails, suspensions, teminations and other functions. This must be setup for WHMCS to run properly. (Setup/Automation). DO NOT enable auto termination unless you really know what you are doing. If enables, untick that box.
  2. The domainsync.php CRON job allows you to poll your registrar's API to automatically sync all of your domain expiry dates.
    1. http://docs.whmcs.com/Domains_Tab#Domain_Sync_Enabled - explains about this CRON job and gives the settings
    2. your registrar needs to support this and be enabled correctly in the WHMCS settings. (Setup/"Products/Services"/Domain Registrars)

Auto Renew on Payment

Automatically renew domains which are set to a supported registrar when they are paid for.

This allows automation of the domains (does not mean that the hosting service will go off, but the client not paying and the domain could get lost). It means the ouness is on the customer and me checking every other date to see if i need to renew.

Auto Renew Requires Product

http://docs.whmcs.com/Domains_Tab#Auto_Renew_Requires_Product

Only auto renew free domains that have a corresponding active product/service for the same domain

  1. This option purely gets WHMCS to do a Boolean check to see if there is an active product/service for this domain when processing a domain for a renewal. Dates are ignored.
  2. If there is no active product/service for this domain an email is sent out to the WHMCS admin with a "Free Domain Renewal Manual Action Required" error message so that the admin can manually go to WHMCS and renew the domain (an accept/approve link in the email would be easier and a nice feature). Dates are ignored.
  3. As a small followup, if the domain and service renewal dates match, an auto renewal would not occur until the customer had paid and "Auto Renew on Payment" was turned on.

These answers are confirmed by a WHMCS staff member

Domain Sync Enabled

Tick this box to enable automated domain syncing with supported registrars via cron

When this option is enabled WHMCS will poll your registrar for expiration dates for all of your domains and then update the records in WHMCS to match. This prevents errors happening from human error

Sync Next Due Date

  • Enable
  • Number of Days to Set Due Date in Advance of Expiry: XX

This option allows you to set the billing due date for the domain to match the expiration date of the domain. You also have the ability to set the billing due date XX number of days before the domain expiry. This can possibly be useful for customer so they dont forget to renew their domain but can cause other issues.

Questions

Free Domains and Preventing Auto Renewal

Scenario

I currently have annual hosting services with free domains packages on my whmcs. Some of these accounts have domains that expire years in the future so when the hosting service is renewed they do no need their free domains renewed at a cost to me that i do not need to pay for.

Is it possible to set a hosting package with a free domain that will only renew that domain at hosting renewal if that the doamin expiry is less than 1 year (or xxx years).

Question
This is for a domain transferring in with extra years (lets say 5) to a hosting service with a free domain (this will be the one transfered in)

1. No matter what the settings are, because the domain is set to free and matches the hosting services it will get renewed every year adding additional years on.

2. The CRON job changes the expiration date and next due date for the domain in WHMCS to match the domain's real expiration date. This breaks the shared invoice with the hosting service, but the domain is not renewed until it's expiration date thus i do not end up paying for the extra years, this is what i want. so to clarify with this option, if a domain is transfered in with extra years those years are used up before the domain is renewed at the register irrespective of whether it is free or not.

Answer
Both of the scenarios that you've provided can be correct.

  • If you do not have Domain Sync and Sync Next Due Date enabled then Scenario 1 is correct.
  • If you have Domain Sync and Sync Next Due Date enabled then Scenario 2 is correct.

Further Notes - Free Domains and Preventing Auto Renewal

WHMCS will attempt to automatically renew the domain name when the Expiry Date that it has stored comes up.

If this date does not match the date with the registrar then this could cause the domains to be renewed early or late.

If you haven't done so already I would recommend going to Setup > General Settings > Domains and enabling Domain Sync, after doing so you'll want to set up a cron job to run the domainsync.php script. This will allow WHMCS to contact your registrar, find out the expiry dates for your domains, and then update this information in WHMCS.

You can read more about this at http://docs.whmcs.com/Domains_Tab#Domain_Sync_Enabled

When a hosting service is renewed it seems to renew the domain as well because it is attached to the hosting service.

That's kind of what happens. It's a bit more complicated than that though.

When you use the Free Domain option with a Product/Service it will offer the client a free domain name which will be renewed as long as the associated service is active. This free domain will always have a billing cycle of 1 year regardless of what the customer selects.

Example: http://screencast.com/t/iaJEmwUNq

So, there are two things to address to clarify how this all works.

  1. How do the domain and service get invoiced together?
    This works because the domain name and the service share a Next Due Date. WHMCS groups invoices together entirely based on the due date.
  2. How is the domain name free?
    If you go to the domain name page you'll see that the domain name has a recurring amount of "0.00". Anything that is "0.00" is automatically marked as paid by WHMCS.

It's not free because it's attached to the service. It's free because it was purchased along with the service. It's still an individual entity that has its own due date and its own recurring value. If, for some reason, the domain has been registered for longer than 1 year or the expiration date has changed with the registrar then WHMCS has no way of knowing that unless you have domain sync enabled.

Domains and hosting are seperate items and it is just by their invoice date that they appear on the same invoice

So if a customer transfers in with let say 10 years on their domain i obviously dont want to keep renewing that domain and wasting money or a domain might of got extended automatically along the transfer line, ie enom automatically renews a domain for a year if there is not many days left on the domain when transferring.

So (still with free domain)

when the domain is transferred in, the hosting services configured etc.. I can then manually change the due date on the domain next due date for some time in the future and the domain will stay free because it has 0.00 set.

The domain would then not get renewed until the time i have set in the future, thus saving me renewal fees on a domain with extra years.

the domain and hosting services only appear on the same invoice because of the invoicing date but they are both quite seperate.

The domain would then not get renewed until the time i have set in the future, thus saving me renewal fees on a domain with extra years.

Yeah, that's correct. WHMCS won't attempt to renew the domain until the Next Due Date for that domain name.

So, if you had Domain Sync enabled then WHMCS would automatically check with your registrar to see what the expiration date was; it would then update the Expiration Date and Next Due Date in WHMCS to match that date.

why would the CRON job alter the 'invoice due date'. (ps i have date syncing enabled).

The domainsync.php file does not alter the "Invoice Due Date". If you have the "Sync Next Due Date" option enabled at Setup > General Settings > Domain then it will alter the domain's Next Due Date in addition to the Expiration Date.

If what you said is true above, then all my domains would not get renewed or purchased until their expiry date meaning that i would never have to pay for extra years when i did not need to which is the opposite of what i was told earlier.

WHMCS will only attempt to generate a renewal invoice around the time of the Next Due Date for the domain name. If you have 'Domain Sync' enabled, with 'Sync Next Due Date' also enabled, then WHMCS will automatically update the Expiration Date and Next Due Date of the domain name for you.

What happens with renewals of a serivce with a free domain with premature domain renewal?

Scenario

  • Domain Sync and Sync Next Due Date are enabled
  • i have CRON enabled
  • i am computer literate etc....

Question

can you answer/confirm the 2 following questions:

  1. if you create a new service with a new domain which is free, payment period 1 year, the domain will get renewed when the service is paid for in 1 years time?
  2. if you create a new service with a new domain which is free, payment period 1 year, and "Enable - Number of Days to Set Due Date in Advance of Expiry: 14 days". How does this work because the Free domain would be out of sync with the service. 1 of 2 things i can see would happen here:
    1. WHMCS will only send an invoice for the domain, and the domain will get automatically renewed for free seperate to the hosting service
    2. WHMCS is clever and will send the service + domain renewal on the same invoice 14 days before expiry

The reason i ask these questions is i dont want a domain name to get renewed automatically if a client does not renew their hosting with a free domain name.

Answer

Thanks for contacting technical support. To address your points:

  1. Provided the Next Due Date and Payment Method of the domain and the product were exactly the same; yes.
  2. In this situation, scenario (i) will occur.

You can enable the Setup > General Settings > Domains tab > Auto Renew Requires Product option, which means that the domain will only be renewed if the service is still active at the time the domain comes up for renewal.

NB if using the Advanced Date, the logic will be run for that date not the expiry date of the domain. In this situation the domain would still be renewed for free separate from the product of the same name. It is for this reason we recommend that when offering domains which renew for free to disable the Sync Due Date option: http://docs.whmcs.com/Common_Promotions#Notes

Follow-up Question

As a follow up to the option "Only auto renew free domains that have a corresponding active product/service for the same domain"

How would this apply to my situation (option 2) if i set the domain to be renewed 14 days before. From what i can see the domain will still get renewed automatically because there is an active service and then, if in 14 days my client decides not to renew his hosting i will of renewed his domain when not required costing me money.

Follow-up Answer
In that situation the domain would still be renewed for free separate from the product of the same name. It is for this reason we recommend that when offering domains which renew for free to disable the Sync Due Date option: http://docs.whmcs.com/Common_Promotions#Notes

Conclusion
If you set premature renewals of domains, WHMCS will check on that date which is 14 days before the domain's expiration date wheather the domain has an active service which has a matching domain name. If there is, the domain will be renewed. This does allow the oppurtunity for the customer to get a free renewal if they dont renew within the next 14 days.

So this is a bit of a pointless setting. There should be an option for this to only apply to non-free domains.

What I did and why

What I have configured

  • CRON jobs - both the main WHMCS CRON and the domainsync.php CRON job
  • Auto Renew on Payment - Enabled
  • Auto Renew Requires Product - (optional) (i have selected "off" because i have multiple domains on one service)
    • Off= all free domains will be renewed reguardless of whether there is a product/service for that domain.
    • On = only domains with a matching product/service will auto renew, the rest will trigger and email to the WHMCS admin to manually renew that domain
  • Domain Sync Enabled = On
  • Sync Next Due Date = On (with no Advanced billing)

My setup above has the following results

  • Domains will renew for the number of years set in their admin panel in WHMCS. Free auto renewed domains might only renew for 1 year (check both these)
  • I have the main CRON job enabled because WHMCS will not work correctly without it
  • i have enabled the domainsync.php CRON to allow WHMCS to get the expiry dates of the domains from the registrars and keep them synced with the WHMCS records.
  • Domain expiry dates always match those stored at the domain registrar
    • This prevents customers domains from expiring in error
    • allows WHMCS to use this date for renewing the domain
  • Domain expiry dates are synced to the domains invoice due date. This allows WHMCS to only renew the domain when it is going to expire which prevents additional years being added to that domain when they are not required, saving the company money. consider:
    • not all customers signup for a new domain and hosting with your company.
    • not all customers signup for a new domain and hosting with your company at the same time.
    • some customers transfer in their domain which has multiple years left so do not need any extra years being added on until the domain renewal date. All of their extra extra years will get used up before i pay for anymore
  • if a free domain and it's matching service have the same renewal dates, when the single invoice that WHMCS sends out is paid, the domain and service are auto renewed
  • If a free domain and it's corresponding service renewal dates do not match, the free domain will be marked as paid and WHMCS will renew it automatically or send out an email to the WHMCS admin for manual renewal.
    • This depends on the Auto Renew Requires Product setting. The domain will be renewed as a seperate item to the service because it is only the renewal dates that link the domain and service.
    • The domain will get renewed for free automatically without payment during their 1 year subscription, but only once. This means i am still no worse of because i would still have to renew their domain at least once in a yearly billing cycle.
Published in WHMCS
Monday, 17 August 2015 17:30

Free Upgrade to Windows 10 - The Rules

Update

You can use the Windows Accessibility route. Search www.howtogeek.com for instructions

 

Computer Scenario 1

  • When you upgrade to win 10 over a  “daz” special Windows 7, you get a new win 10 key.
  • When I tried the same key on a completely new unit, it accepted it  , but would not activate.
  • When I did an upgrade  on a second laptop it activated ok and gave me the same key as the first .
  • When I wiped the second laptop completely and did a fresh install from the ground up  using the same key …the mofo activated fine…

Conclusion

So it would appear the key that is administered is the same across the board for the free upgrade (possible Win10 Pro and Win10 Home are different).

The license for the Free Upgrade is directly linked to the hardware, thus enabling you to activate throughout the lifespan of the PC ( assuming no major hardware changes take place) and it has been activated at least once throught the Free Upgrade process.


Computer Scenario 2

  • When you install win7 or win8 with no key, Win10 will ask for a key to be entered at the start of install. This was pretty much expected.
  • So your current version of windows must have a key and be activated to upgrade to Win10 with the Free Upgrade method.
  • When I upgraded 2 acer laptops that had daz loader installed I was given a Win10 pro key ending....3v66t.
  • I have just installed for a third time onto another completely different PC using a genuine Win7 Pro licence, It has also issued the same key ending ...3v66t.
  • Now I have wiped this 3rd PC and done a flat install of Win10 Pro using the same license issued on all 3 units. It installed and activated quite happily, so it would seem the same key is being used for everyone who upgrades ..
  • However if you try to use this key for a flat install on a system that has never been activated / upgraded.....It will not work.

Conclusion

The free license key will work for a flat install as long as the unit has been upgraded to Win10 at some point in its life, looking like the hardware Id is linked to the activation. This also assumes you are using the correcct key for Win10 Pro/Home.

Notes

  • The upgrade makes a windows.old folder upon upgrade and keeps it for 30 days just incase you want to roll back
  • Not all Windows 7 Machines will give you an activated Windows 10. I think it can depend on the source of the previous windows.

1511 version

  • you can now do a fresh install witout upgrading first to get a free winows license within the following rules
    • windows 10 will read the product key straight out of the bios and use that to install the relevant windows 10 version automatically. You are not prompted for the serial or which version you wnat to install. (this assumes you are using the x86/x64 combined disk)
    • you can now use any qualifying product key to do a fresh install without upgrading first
    • BIOS hacked windows 7 install now no longer will qualify for a free upgrade
    • you can use the Nirsoft utility (firmwaretablesview) to  read the serial out of a bios.

Windows 10 Default Product Keys for Free Upgrade

  • Windows 10 Home  --  YTMG3-N6DKC-DKB77-7M9GH-8HVX7
  • Windows 10 Pro  --  VK7JG-NPHTM-C97JM-9MPGT-3V66T

Links

Published in Windows 10
Page 44 of 95