EPP Code Stands for Extensible Provisioning Protocol which is alpha-numeric code required to transfer domain from one registrar to another registrar. EPP Code is also known as Authorisation Key Or Transfer Secret Key.
Authorization (or EPP) keys/codes are generated by the current registrar and verified through the global registries for validity. Authorization (EPP) keys are a security code required by the registry for domain transfer, thus are unique to every domain name. No two EPP/authorization keys are the same, thus if you are transferring more than one EPP domain, you will need to obtain each domain’s specific code separately for the security reasons.
EPP key is one of the security precautions to protect your domain being transferred illegally. If anyone other than your registrar requests your EPP Key, you should ensure that you validate the request.
EPP domains: (.com, .net, .org, .info, .biz, .us, .cn, .com.cn, .net.cn, .org.cn, .cn, .tw, and .in)
Please note that Domains cannot be transferred without an EPP Code. In short EPP/authorization key plays major role for transferring domain from one registrar to another registrar. EPP Code is not required for UK Domains as UK Domains are transferred by changing IPS TAG only.
ICANN regulations, a verification email or fax transfer authorization is also required.The concept was followed to protect and secure the transfer of the domain names between two registrars for some selected extensions.
The EPP code can be gained/obtained from the Domain Registrar. Each domain registrar has a different panel to manage the DNS and the Whois records for a registered domain through them. Mostly, you can seek the EPP code under the tab - MANAGE in the control panel provided by the domain registrar.
Please note that EPP codes are case sensitive. If you are having difficulties gaining the EPP Code/ Authorization Key for your domain from your current registrar in regards to transferring the domain, you can contact ICANN to help you transfer the domain name.
When you setup your domain registrar you get the following error:
CURL Error: 7 - couldn't connect to host
Things I have done:
- Configured API settings at reseller club (with support checking IP was correct too)
- Configured WHMCS Register settings (ID and password checked!)
- Contacted my server host (Curl is functioning fine!)
It is most likely then that you are giving the registrar the wrong ip address. For instance when you are running a website on a shared host such as justhost.com and you have your own dedicated IP address it is not this address that communicates with your registrar, your dedicated IP only really workd for http traffic.
Solution
XAMPP is a great software containing Apache, MySQL, PHP, File server and many other modules/programs that make web development much easier.
But sometimes after installation and selecting English language as default the selection will not affect phpMyAdmin and its interface is in German.
The trick is simple, you will need to look up the phpMyAdmin folder inside the installation root, then you will find config.inc.php file, open it, then paste these two lines of code at the very top of the page:
{code class="brush: php;"}$cfg['DefaultLang'] = 'en-utf-8'; // Language if no other language is recognized{/code}
or
{code class="brush: php;"}$cfg['Lang'] = 'en-utf-8'; // Force this language for all users{/code}
Save the file and reopen phpMyAdmin
Taken from this Blog
The following instructions tell you how to change a colour in to the transparent colour. It can also effectively be used to swap a colour.
This is a small How-To on changing the background color of a image to transparent using open source GIMP Image editing application. The idea is to add alpha channel, select by color and cut it.
The following are all free programs that can be used to replace outlook.
This is the most popular free email client solution on the net and is updated on a regular basis. To set Thunderbird up with a calendar can take a bit of time and will require some IT skills. I am sure over time it will get improved and the installing of the calendar will get easier.
This client is free with caveats and there is a pro version, however it looks exaclty like outlook including a calendar and you can completely import all of your outloook in one import wizard which consists of a few clicks. For free this is fantastic and easy to use.
This is Ajax based client which acts as a normal client unless you want to use the advanced Zimbra Account with an appropraite server. The local and the cloud repository sync with each other when using a Zimbra account. This would not be an ideal outlook client replacement at the minute beacuse of the time involved migrating to this from outlook, but it could be a very good email client on its own. Importing and exporting could be tricky
Changing the Magento Admin URL is not simple and if done wrong can kill your site so check on your DEV site first.
Note: Do NOT use the web interface in the Magento Admin Panel to change the admin URL, as this is known to cause severe problems. (at time of writing)
Change Admin URL
Links
And this forum thread is just incase things have gone wrong
I am looking over my test sales and i see i am missing order numbers…
my last order number is 100000038 and the one before that is 100000036
what happened to 100000037 ?
This typically means they started the checkout process but didn’t complete it - at that point the order# had already been assigned and is simply abandoned. That’s what we’ve found with our stores anyway.
Sometimes, when you try to add a product to your cart, it redirects you back to a Cookies Page, which is annoying.
So, here are two ways to fix this :
1. 1) Increase Cookie Lifetime
– Go to System –> Configuration –> General –> Web –> Session Cookie Management –> Cookie Lifetime = 5400
– By default, Cookie Lifetime = 3600. You can make it more than 5400 and try if it works.
2) Disable redirect to enable-cookies CMS page
– Go to System –> Configuration –> General –> Web –> Browser Capabilities Detection –> Redirect to CMS-page if cookies are disabled = No
Option 1
This tutorial will show you how to clear and disable Magento cache. You should keep cache disabled while editing the Magento core or template files
1. Open Magento admin panel
2. Go to System>Cache Management
3. Check all Cache types and in the Actions box select refresh
4. Then select all Cache types and in the Actions box select disable
5. Also click Flush Magento Cache and Flush Cache Storage buttons
Now you are free to perform any changes to the template files.
Option 2
To refresh or clear the cache in Magento:
If you followed the steps correctly you should receive a message acknowledging that the cache has been cleared.
Cache Notes
I’m not sure what “Flush Magento Cache” does but “Flush Cache Storage” Removes all files and directories from the magento/var/cache directory or where you have it set to store.
If you have Profiler enabled in Admin / System / Configuration / Developer, you will see a link on the bottom of each page “[Profiler]”, and when you click on it, will expand to table that shows statistics about times, number of execution and memory used for each watched fragment of the code. It will also show profiling statistics for main connection to database and queries.