|
| Website Hosting News |
| We're open 24/7. Act right now! | | |
|
| Calling us, please tell this ID - 75487 |
| |
| Hostmagia.com News |
Here you can read about the latest news and updates of our web hosting division.
Looking for a reliable, high-quality yet low-cost web hosting? Register a domain & host your website with us!
We offer the hosting plans suitable for everyone: the individuals and companies, novices and experts.
You can upgrade any parameters of hosting plans online, thus getting the maximum for the lowest price!
| | |
| Our Hosting Benefits |
FREE Features ▪ Free instant hosting setup ▪ Free 30+ preconfigured PHP scripts ▪ Free online website builder ▪ Free control panel demo ▪ 30-day money-back guarantee
Customer Support ▪ 24/7 Customer Support ▪ Toll-Free Phone Support ▪ US, UK, AU, international phones ▪ Live support via online chat ▪ Ticket system, 1-hour response ▪ Context help and documentation
Connectivity & Servers ▪ Two data centers, in the USA & UK ▪ Network of 60+ powerful servers ▪ Unrestricted bandwidth ▪ Best hardware equipment ▪ Stable Linux with Apache ▪ Daily data
back-ups ▪ UPS and backup generator
Site Management ▪ Multi-language control panel ▪ Fill-featured FTP access ▪ Web based file manager ▪ SSH Support ▪ Clontab support ▪ SSL and certificate generation ▪ SSI support ▪ Custom error pages ▪ Protected directories
CGI & Databases
▪ MySQL database support ▪ Perl support ▪ Python support ▪
PHP support, including in HTML ▪ PHP support ▪ phpMyAdmin
E-mail Features ▪ Configurable SPAM filters ▪ Configurable email filters ▪ Anti-Virus protection ▪ Web mail (different clients) ▪ POP3 & SMTP server ▪ Email aliases & catch-all support ▪ Mailing lists ▪ Autoresponder emails ▪ E-mail forwarding service ▪ Custom MX and A Records
Complete Website Statistics ▪ Raw Access & Error Logs ▪ WebAlizer Traffic Statistics ▪ Detailed Bandwidth Stats
| | |
| Buy - Download - Use |
▪ All designs
▪ Accounting, audit, tax designs
▪ Adult website designs
▪ Animals, birds, pets designs
▪ Agricultural, farming designs
▪ Architecture, construction designs
▪ Army, navy, military designs
▪ Audio, video, electronics designs
▪ Automotive, automobile designs
▪ Books, literature designs
▪ Beauty salon, SPA designs
▪ Business, corporate designs
▪ Charity, welfare, donation designs
▪ Cinema, movie, film designs
▪ Computer, hardware designs
▪ Celebrity, star fan club designs
▪ Children, family designs
▪ Christmas, New Year's designs
▪ Green, St. Patrick designs hot
▪ Dating, matchmaking designs
▪ Design studio, creative designs
▪ Educational, student designs
▪ Electronics, audio, video designs
▪ Entertainment, entertaining designs
▪ Exterior design, gardening designs
▪ Fashion, wear designs
▪ Finance, financial designs
▪ Fishing, hunting, camping designs
▪ Flower, floral shop designs
▪ Food, drinks, nutrition designs
▪ Football, soccer, rugby designs
▪ Gambling, casino designs
▪ Games, computer games designs
▪ Gifts, gift designs
▪ Halloween designs
▪ Hotel, accommodation designs
▪ Industry, industrial designs
▪ Insurance, insurer designs
▪ Interior design, furniture designs
▪ International designs
▪ Internet technology, IT designs
▪ Jewelry, jewellery designs
▪ Job & employment designs
▪ Law, juridical, legal designs
▪ Love, romantic designs
▪ Marketing, advertising designs
▪ Media, radio, TV designs
▪ Medicine, health care designs
▪ Mortgage, loan designs
▪ Music, musical designs
▪ Night club, dancing designs
▪ Photography, photographic designs
▪ Personal, individual designs
▪ Politics, political designs
▪ Real estate, realty designs
▪ Religious, church designs
▪ Restaurant, cafe, bar designs
▪ Retirement, pension, senior designs
▪ Science, scientific designs
▪ Security, safety, protection designs
▪ Social, cultural designs
▪ Spirit, spiritual designs
▪ Software designs
▪ Sports, sporting designs
▪ Telecommunication designs
▪ Travel, vacation designs
▪ Transportation, logistic designs
▪ United States, US designs
▪ Web hosting designs
▪ Wedding, marriage designs
| | |
| Designs by Number |
| |
| Hosting News, Updates |
| Sale Buy today, , for super price! |
| |
The News services. The News products. The News offers. The News sale. |
| 03/08/2010 | Handling duplicate content in your website |
When you are building your own website, sooner or later you run into the question - how to handle duplicate content? What do I mean by that? Imagine that you have a highly visited web page, which receives most of the daily visits. You are planning to re-design the website, and give this web page a new URL and a fresh new look, but don’t want to lose all that traffic from that old page. And you can’t keep both of them online, since they will have most likely the same content text-wise - something, which is often penalized by search engines. How do you proceed from there?
The best practice is to do a 301 redirect. The 301 message on the Internet is handled by the search engine as: moved permanently. Here is how you can make a 301 redirect for your web page:
With PHP:
The code needs to be placed in the Header section of the website, so that the search engine can read it first.
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.new-url.com” );
With .htaccess:
RewriteEngine on
RewriteRule ^old\.php$ http://www.domain.com/new.php [R=permanent,L]
The code above will direct all the traffic from the old.php to the new.php page.
With the rel=”canonical” directive:
If you run an online store and want to sell a custom made handbag, which is available in several colors, and decide to dedicate a separate page on your site for each color, then you have about 3 or 4 identical pages. You can use the rel=”canonical” element to direct all traffic to the page with the most popular color.
This will lead a search engine to point all the traffic from the similar pages to the page you have specified. This code needs to be placed in the header section of all the web pages you wish to lead somewhere else.
With the URL Redirection Manager in the Web Hosting Control Panel:
If you don’t like to meddle with code, or with new file creation, or anything like that, you can use the handy URL Redirection Manager available with all our shared web hosting plans, where a simple web interface will allow you to choose which pages to be redirected and what redirection code to be used. | | 01/12/2010 | .CN TLD registrations temporarily disabled |
We have recently been informed by both eNom and Instra, the domain name registrars we are working with, that they are no longer accepting registration requests for the .CN TLD, as well as for its derivatives - .COM.CN, .NET.CN and .ORG.CN. The reason for this is a new policy for the provision of WHOIS details enforced by the CNNIC. The explanation from CNNIC states that they want to enhance the authenticity, accuracy and integrity of the domain name information provided for new domain name registrations.
For the moment, this affects only new domain owners â all renewals of .CN domain names will go without problems.
There is no information as for how long this suspension will continue. As soon as we have new information on the subject, we will let you know. | | 01/06/2010 | Online security - prevent your site from being hacked |
We don't really have to say how much website security is important - nobody would like to wake up one morning and see his home page offering cheap Viagra or Cialis, for example. There are a lot of ways to prevent this, and today we will share with you some tips on how to better secure your site.
Use the latest software versions. While this may sound like something, which everybody knows and does, it's not uncommon to find a very old version of a script running on a certain site. The words "it was working okay, so why update it" can sound like a reasonable excuse, right until the moment your site is hacked. Newer software versions often include security patches for exploits found in previous versions. This is very important if you are using a CMS script like Joomla or WordPress.
Check for common vulnerabilities. Cross-site scripting and SQL injections are the usual suspects - there are a lot of tools, which can help you check if your site is secure. Such vulnerabilities are most commonly found in custom developed websites - the popular CMS scripts are usually well protected against such attacks.
Check your log files. The log files may seem like just gibberish and non-sense technical data, but they are actually important - they can show you information about who tried to access your site, what errors were caused, etc. It's always surprising what you can find in your logs. A check a week or so will not hurt your free time, but will be good for your site's security.
Check your files' permissions. On a Linux sever, the file permissions will determine who can access and modify your files. Select your permissions so that only you can edit them, and avoid using 777 permissions - a file with such permissions can be edited and executed by anybody, which is dangerous.
Use secure passwords. The simplest type of attack is a brute force attack - a script will try to guess your password, using random letters and numbers. The more complex the password is, the harder it will be to break it down. Passwords, such as "mypass", are much easier to break. A combination of lower and upper case letters plus numbers will make the password much more secure - mYp43s. If possible, you can also add symbols to make your password even more secure. However, have in mind to keep your passwords easy to remember - you wouldn't want to forget your password and not be able to log into your mail, for example. | | 08/25/2009 | Control Panel updated - Video tutorials included |
Dear Clients,
After several weeks of intense shooting and editing, we have finally completed another interesting project - we have updated almost all of the video tutorials in the our Web Hosting Control Panel!
Aside from just shooting new videos, we have integrated them in almost every section of the control panel. This way, if you are in doubt you can always look for the video icon and watch a short video presentation on how things are done.
All of the videos are also present in the new and improved 'Video Tutorials' section of the Control Panel. They are divided by categories, to make it easier to find the needed video at any time.
With Regards,
From your Web Hosting company | | 08/10/2009 | Scheduled server maintenance |
| We'd like to inform you of a scheduled maintenance on the server where your hosting account is located - supremecenter25.com. The procedure is explained by the necessity for one of the server's hard disk to be re-placed with a better performing drive. The procedure will start at 10 AM GMT (5 AM EST) and will take about 15 minutes to complete. Please excuse us for any inconvenience that this procedure may have caused to you or your site visitors. | | 07/16/2009 | PHP Settings section gets a major update |
Today, we can proudly present to you the new and improved PHP Settings section in our Web Hosting Control Panel.
Before, the sole purpose of the PHP Settings menu was to allow you to change the PHP version for the account. Now, from there you can also modify the php.ini file, responsible for the behavior of the PHP parser for your account. In other words, you can now disable and enable some of the most important options from the php.ini file with, with a single click only.
Next to each of the settings is a detailed explanation of what they control and what will happen if you modify it, a small addition, which can help a lot of the novice users to better understand PHP.
This new menu also allows you to restore the default setting at any time, with just a single click. And for our advanced users, who prefer the traditional php.ini file, there is also an Advanced Mode, which will open the php.ini file, ready to be changed in any way. This way, you will no longer have to go to the File Manager, then browse all the way to the /sys folder, and enter the needed /php folder, a needlessly complicated and time-consuming procedure.
The updated PHP Settings menu is now available on all of our servers. If you run into any sort of problems while using it, don't hesitate to open a support ticket and let us know about them, so that we can fix them as soon as possible. | | 03/18/2009 | Upcoming HDD replacement on supremecenter54.com |
Dear clients,
We would like to inform you that on March 19th 2009, at 9 AM GMT our administrators will change one of the hard drives on the supremecenter54.com server. The change is due to recent performance problems, associated with the old hard drive. A new, faster hard drive is set to take itâs place. The procedure will last around 40 to 50 minutes, which is also the expected downtime for all usersâ services, running on the server.
All of the data on the hard drive will remain intact and will be placed on the new hard drive upon the HDD switch procedure completion.
With compliments, from our company | | 01/30/2009 | Spamhaus blacklist removed |
| We are glad to inform you that Spamhaus has removed us from their blacklist and all email problems related to this issue have been resolved. | | 01/29/2009 | Outgoing email problems - blacklisted at Spamhaus |
| Currently some of our mail servers are blacklisted at Spamhaus. As a result some of the messages sent by our customers are not delivered to the recipient(s). We are currently working on improvements to our mailing system, which would resolve the problems addressed by Spamhaus and once we have completed these modifications, we expect our mail servers to be delisted. As soon as this happens there will be no further problems with outgoing email. We will post a news item once this problem has been resolved. | | 12/23/2008 | Holiday Schedule of Our Technical Support Team |
Dear clients,
In view of the forthcoming Christmas and New Year holidays, our Technical Support team would like to congratulate you on them in advance and to inform you that, due to the reduced support personnel during the holidays, the average client ticket response time on December 24, 25, 26 and 31, 2008, as well as on January 1, 2009, will be extended from 1 to 3 hours.
Best Regards,
Technical Support Team | | 11/20/2008 | Unique Elefante Toolbar Introduced In Customers' Control Panel |
We are happy to inform our customers that new unique software tool is available in the Web Hosting Control Panel's Domain Manager, Subdomain Manager and File manager sections as of today. The new tool is named Elefante Toolbar and has fully automated functionality allowing one-click installation of any chosen PHP script from the Elefante Installer package (nearly 40 scripts currently available).
And that's not even slightly exaggerated. Using the new tool, customers need to only choose a desired script, pick a host location to install the script and simply hit the 'Install' button! Now that's exceptionally easy, isn't it?

This handy functionality is for everyone who desire quick and easy installation of their scripts, without any complicated additional configurations, such as choosing a database, path, password, username, etc. The Elefante Toolbar generates all this information itself and installs the script in the main directory of the chosen host. For customers who wish, however, to specify all these configuration settings themselves, the Elefante Toolbar provides a quick shortcut - Advanced Installation link - to the main interface of the Elefante Installer control panel section where all parameters can be "hand" filled in.
One important issue needing your attention is that, if you try to install a chosen script in a folder where there exists a currently installed script, the Elefante Toolbar will give you two opportunities to choose from - 'Overwrite' of the currently installed in the folder script, or 'Advanced' installation. The 'Overwrite' option will install your chosen script in the folder, but will overwrite all existing files with duplicate names. The 'Advanced' installation option will allow you to specify a different folder path for the script installation, while most of the other settings will remain automatically filled in.
With compliments, from our web hosting team | | 11/17/2008 | URL Redirect Tool Introduced in our Web Hosting Control Panel |
New service is available in our customers' Web Hosing Control Panel - URL Redirection, as of today! It allows customers to set up a redirection of any desired URL hosted on our servers to another URL - hosted with us or on a remote server. The new functionality has been incorporated in the former 'Password Protected Areas' section of the Control Panel, presently named - URL Protect & Redirect.
Both beginners and advanced users can take advantage of the new functionality. The 'URL Redirect' tool has a regular redirection option and a more advanced one (allowing redirection of chosen items only - from a given URL - matching defined criteria).

The service is very easy to set up. Customers need to choose first the type of redirection: regular - Redirect Directive, or defined - RedirectMatch Directive, then select a domain or a sub domain hosted with us from the dropdown available and enter the correct directory path (URL) of the web folder that is to be redirected. Very important part of the service is choosing a HTTP Status code - more information about the different codes follows below and is also included in the 'Help' section. After the customer has selected the desired URL path to be redirected and its HTTP status code, he/or she needs to type in the URL which the web folder will be redirected to and submit the form. If the customer has chosen to use the 'RedirectMatch' service, he/or she will need to fill in one more field - 'Regular Expression'. This is exactly the place where the customer will have to define the specific conditions that must be matched for the redirection to be performed - the so called 'regular expressions'. For example, the customer can specify that only files with .gif extension from the selected URL (web folder) should be redirected to the new URL. More details on how to enter the specifications can be found in the attached tooltip.

HTTP Status Codes
Customers should be very precise when selecting an HTTP status code for their URL redirection. Status codes explain the type and purpose of the URL redirection and also perform SEO function, that is - optimize the redirected URL for all search engines. The possible to set HTTP response status codes are - 301, 302, 303, 410:
Permanent redirection: 301 - The requested URL has been assigned a new permanent URL and any future references to this resource should use one of the returned URLs. When a URL returns a 301 redirect, it means that the owner of the link asks users to use the new address, which they've been redirected to.
Temporary redirection: 302 - The requested URL resides temporarily under a different URL. When a URL returns a 302 redirect, it means that the owner of the link asks users to continue to use the original address as the redirect might be modified at some time later.
See Other redirection: 303 - The response to the requested URL can be found under a different URL and SHOULD be retrieved using a GET method on that resource. When a URL returns a 303 redirect, it means that the owner of this link redirects the user to another page which is not a substitute of the originally requested page. This method is very popular when you redirect a visitor to a 'Thank you' page after filling in a page.
Gone status code: 410 - The requested URL is no longer available on the server and no forwarding address is known. When a URL returns a 410 redirect, it means that the requested page does not exist anymore.
------------------------------------------------------------------------
We hope that the new functionality will be of good use to all our existing and future customers. Best Regards from our web hosting team! We'll be back soon with more introductions! | | 11/05/2008 | SiteStudio Website Design Tool - Now Latest Version Available |
To the attention of all our present and prospective customers! The SiteStudio website design tool, included as a FREE bonus in all our web hosting packages, has been updated to its latest version released - SiteStudio 1.8. The update will come into effect on all our servers in the next two days. The transit to the new version for all our existing customers, using this site building software, will be hassle-free, preserving all their current settings. Updates to customer websites, created with SiteStudio, will be possible by switching to any of the new 80 website templates available in SiteStudio v.1.8.
The basic set of features in SiteStudio v.1.8 includes the following:
Easy to use: You do not need to know anything about web design or programming, or how to cope with programs such as FTP or Telnet.
Content and Layout Files - Stored Separately: Very flexible feature! The content is stored separately from the web design files. This way, you can change whenever you want any detail of your layout, without having to re-enter any part of the content.
Customizable color schemes: You have a number of beautiful ready-to-use color themes available. However, if you feel like having a more personally customized layout, you can change all colors up to your preferences using a point-and-click color picker or typing in the colors as hex numbers.
Layout templates: SiteStudio currently offers to the users 21 personal website templates and 69 Small Business website templates.
On-the-fly image generation: Now you can have also professional-looking graphics! Each time you decide to change some color combination, the necessary image is automatically created. No need to bother any more with complex programs, such as Photoshop.
Uploading Images: With the Image Uploader included in SiteStudio, you can upload images from your online account without ever having to leave your browser. Create now online photo albums, insert images into the page logo, or incorporate images anywhere in the page content or layout!
A variety of different pages: In a simple step-by-step process you can develop a variety of template-driven pages.
One-click Publishing Button: You can publish your website with one easy mouse-click! Later on, after making any updates to the website, again one easy click on the 'Publish' button will make all your website changes go live again.
Saving of Information: All your information is saved the moment you enter it. You can log out whenever you need, then come back again later on to continue your work on the website and start from the point where you left previously.
Flexible setup: SiteStudio can be easily configured to operate with all your current software programs. You can set it up also to utilize user information from your current user base.
Advanced control: For advanced users, SiteStudio allows changing of the buttons on the website.
Advanced full screen text/HTML Rich Editor: Windows users only - rich browser-based text editor for Internet Explorer included. You can easily use formatting, styles, tables, bullets and more in your work on the website, and/or copy and paste the most complex tables from a web browser or from any Office application.
Easy integration of e-shops: For a personal website - you can incorporate an Amazon.com web store. For a business website - you can easily integrate a shopping cart functionality that includes everything - from secure payment gateway to a merchant account issued by One-Stop Merchant Services.
SiteStudio Admin Panel: SiteStudio comes with its own admin control panel.
SiteStudio is also provided now with a new address (URL), which changes the login procedure for all existing users. To log in SiteStudio, customers will need to go to the 'SiteStudio' section in their Web Hosting Control Panels.
We hope that many clients of ours, who want to create websites themselves, but do not possess the necessary technical skills, will take advantage of our FREE newly updated user-friendly site building software- SiteStudio v.1.8.
With Best Regards,
From our web hosting company | | 10/07/2008 | Elefante Installer - New Scripts Update |
To the attention of all our present and prospective customers,
Our Elefante One-Click Scripts Installer tool included in all our web hosting packages has been newly updated to the latest stable releases of the following open-source PHP scripts:
| WordPress 2.6.2 | phpBB2 2.0.23 | phpBB3 3.0.2 | SMF Forum 1.1.6 |
| Joomla 1.0.15 | Joomla 1.5.7 | xoops 2.3.0 | Mambo 4.6.5 |
| Drupal 6.4 | Movable Type 4.21 | Moodle 1.9.2 | Nucleus 3.33 |
| b2evolution v2.4.5 | fuzzylime (cms) v3.0.2 | php-fusion v6.01.15 | Geeklog 1.5.1 |
| WebSiteBaker 2.7 | phpWebSite 1.5.2 | MJguest 6.8 | OS Commerce 2.2 rc2a |
| OS CommRes 2.4.0 | Open Realty 2.5.2 | Gallery2 2.2.5 | Coppermine 1.4.19 |
| 4Images Gallery 1.7.6 | plogger b3.0 | Openads 2.0.11 | Classifieds v1.3 |
| phpFormGenerator v2.09c | phpList 2.10.5 | Help Center Live 2.1.7 | PHPTickets 2.2 |
| PHPTickets 2.2 | DOTproject 2.1-rc2 | PHProject 5.2.2 | Textpattern 4.0.6 |
| DokuWiki 8.5.5 | Maian Events Calendar 2.0 |
We hope that these script versions will provide for our customers better opportunities for developing interactive websites, featuring rich content and utilities such as: galleries, photo albums, blogs, forums, e-shops, and more.
To slightly uplift the curtain for our future projects - our developers team is currently working also on the integration of several other popular PHP scripts in the Free Elefante One-Click Installer package. Also under development is the future incorporation of the package in the Domain Manager and the File Manager of your web hosting control panels, which will reveal new possibilities for scripts administration and quick and easy script installation into your web hosting accounts.
With best regards, from our web hosting company! | | 10/02/2008 | New File Manager Major Update - Version 2.01 Released |
We are happy to inform all our customers that the File Manager software tool available in your Web Hosting Control Panels has been generally updated. The new version 2.01 contains more features and improved functionality. Since the very launch of the File Manager version 2.0, we've been carefully reading the feedback and comments you've been sending us, and since it is our own in-house developed product, we again put all our efforts to respond to all your requirements and suggestions.
The new update includes the following functionalities:
1. On the tooltips that you can open clicking on a file name/or a folder type icon, the 'Download option is featuring separately. (So far it was offered together with the 'Open' one - Open/Download).

2. 'Download' action is available for selection also from the up and down Actions toolbars. The new buttons enable you to select multiple files for download. The chosen items are automatically generated in a .ZIP archive and downloaded to your PC.

3. Folders are also possible for download. The feature will be working on the same principle as the multiple files download.
4. Archive/ZIP option is also available for folders from now on. It creates a .ZIP file from a chosen directory, and saves the archive on the server.

5. Each file/folder information field is featuring a new type icon now. It gives access to the permissions set for each directory location, and allows changes to be made by simply clicking on it.

6. 'Enter Custom Path' - this new field allows users to enter the name of a directory that they wish to open. This option is especially useful for often visited host destinations, the name of which you know well. It saves you the time-consuming process of browsing through files and folders along to the desired directory path.

7. 'Quick Links Path' - if the name of the current directory is not fully displayed in this field, you need to only mouse over the name and a tooltip will appear showing the full directory path of the current host location.

8. This function will be also available for the file/folder names not fully displayed in the information fields of the File Listing Panel -mousing over a file/folder you can view in the tooltip appearing its full name.

9. Another new option has been added to the File Listing Panel's functionality, giving you the possibility to view your files listed by Name and Size. NOTE: By Name can be sorted all files and directories, while the Size option will be available only for the files list.
10. Most substantially upgraded is the Plain text editor of the File Manager. Many fixes have been performed to be improved its functioning. Few new features have been added, as well:
'Go to line' field - this is a new input field where users can enter a number of a line and then, by pressing the 'Enter' key, move directly to the desired line in the document. This option is especially useful in cases when you need to edit something in a particular line, e.g. "syntax/fatal error on line 54".
The Save and Close functions have been slightly altered, as well. Up until now, there was one button - 'Save', that was performing the whole action of saving the last changes and closing the window. With this update, a new button was added - 'Apply Changes', which will perform only the saving/applying the last changes function, while another one - 'Save And Close', will be confirming the saving process and closing the window.
Saving with Ctrl+S key combination is also possible in the new File Manager version.
Support for syntax check of the PHP code has been added, as well.
We are really looking forward to hear your comments and suggestions. We hope that the new 2.01 File Manager version will meet your expectations and facilitate your account administration and file management through our Web Hosting Control Panel.
With compliments, from our web hosting company | | 08/27/2008 | Domain Manager Updates |
To further facilitate our customers in the management of their web hosting accounts we run regular updates to the customers' Web Hosting Control Panel. The newest update we've made concerns the Domain Manager, and in particular - the display field of the domains' status. This section will now contain up-to-date information about the current status of each domain name, as well as extended administration options.

Four new domain statuses have been added and will be displayed accordingly when a particular domain name has reached the respective status. The statuses will be notified with type icons, opening tooltips with detailed explanation about each of them. From the Expiration/Renewal column of the Domain Manager our customers will be also able to open other tooltips providing options for according domain action.

Domain statuses overview:
Redemption period - a period of up to 30 days after a domain name's expiration. During this period the domain name owner can retrieve the domain name from deletion and renew it against a small redemption fee. Automatic renewal option will be displayed in the Domain Manager in such cases. The redemption fee will be added to the renewal price of the domain name. The customer needs to open a tooltip from the Expiration/Renewal column of the domain name in RGP (Redemption Grace Period). There he/or she will be given the option to retrieve the domain name and renew it.

Extended redemption period - a grace period of another 7 - 30 days when the domain name can be retrieved from deletion and renewed. The renewal however cannot be automatic in this period and the domain name owner needs to contact our supports team with renewal request. 'Open support ticket' option will be displayed in the domain tooltip opened from the Expiration/Renewal column of the Domain Manager.

Pending delete period - this is rather informative than requiring any action, since during this period the domain name can be neither retrieved, nor renewed. It only shows that the domain has been blocked by its Registry and will be returned in 3 - 5 days back into the public pool of domain names.
Released from registry - this status shows that the domain name is now publicly available for registration. An option will be provided in the respective Expiration/Renewal Domain Manager field with registration of the domain name preserving its old WHOIS information. The previous domain name owner can take advantage of this opportunity and newly register the domain name. If the domain name has been already taken, an option with new domain name registration will be offered.

We hope that this update will be useful for our clients and will help them to better and easier manage their domain names. | | 06/25/2008 | FREE Elefante Script Installation With Each Newly Ordered Web Hosting Plan |
Our Marketing Department has the pleasure to inform you that a new bonus feature has been added to the web hosting services order page of our company's website. Elefante PHP script FREE automatic installation is now included in the packages! This means that, with each web hosting plan you order through our website's order form, you can have one Elefante PHP script of your choice professionally configured and fully automatically installed for you on your website absolutely free of charge.
NOTE: Once you have purchased your web hosting account, you can download and install any of the rest of over 30 PHP scripts available for free installation through our Elefante Installer from your Web Hosting Control Panel (as it's been so far), more advanced computer configuration skills however might be required from you during the installation process.
Take now the exceptional opportunity to easily run any of the open-source Elefante PHP scripts available (Blog, Forum, CMS, Gallery, etc.) with the free PHP script installation you get with any newly ordered web hosting account. | | 05/12/2008 | New File Manager Now Online! |
|
Dear present and prospective customers! The Software Developers Department of our web hosting company is happy to announce that a new File Manager version has been developed and launched online! This advanced software tool was created by our professionals to suit our clients' highest demands in terms of facilitation, easy administration, better navigation and advanced functionality, all bundled within an exceptionally user-friendly interface!
The following features and functions are comprised:
Create New File/Folder - In this field you can create new empty files and folders. You can choose either option by selecting the corresponding radio button.
Disk Usage - This field provides for you up-to-date graphic and numerical information of how much disk space you have utilized and how much remains free.
Quick Links Path - In the previous File Manager version, the history path name, displayed above the panel with your listed files, was static. Here, it is replaced by a dynamic 'quick links' path name, providing for you easy access to each sub-level of your current directory. The 'Quick Links Path' field actually displays the name of the current directory, you have selected by browsing through the folders in the File Listing Panel, in the form of dynamic history path name links.
Quick Host Shortcuts - This dropdown enables you to directly select a host from a list containing all your hosted domains and sub domains.

File Listing Panel:
Check boxes - Using the check boxes in the first column of the File Manager's File Listing Panel, you can select multiple files/folders in order to perform certain actions (Copy, Delete, etc.).
Type Icons - By means of type icons, this column gives you easy orientation and quick information about the type (folder/file - text, image, archive etc.) of the documents related to the icons.
File/Folder names - Our new File Manager introduces a new approach to the management of your files and folders in the form of intelligent tooltips, providing you with an easy access to all actions that can be performed per selected file/folder.
File tooltip - is activated upon left-click of the mouse on the name of the file. It opens an Info panel containing details about the file's name, type and size, and two dropdowns. The Permissions dropdown allows you to reset the permissions for the selected file. The Actions dropdown lists all actions (Edit, Copy, Delete, Open in web, View image, Open in WYSIWYG Editor, etc.) that can be performed per selected file.
Folder Tooltip - is activated upon left-click of the mouse on the type icon of the folder and opens an Info panel containing details about the name of the folder, and two dropdowns. The Permissions dropdown allows you to reset the permissions for the selected folder. The Actions dropdown lists all actions (edit, copy, delete, download folder as Zip archive, etc.) that can be performed per selected folder. *Note that, if you click on the name of the folder, instead of the folder type icon, the folder file content will be listed.
Actions icons - next to the file/folder names are displayed all action icons available per file/folder - for quick selection of a desired action to be performed for the corresponding file/folder. Each button opens a smart tooltip, showing details about the action that is going to be performed.
File Size - presents information of the size of each file.
Permissions - presents information of the current permissions set for each file/folder.
Last Accessed/Last Changed dropdown menu - allows you to switch between both options - 'Last Accessed' and 'Last Changed', upon your desire or need to view the corresponding class of information displayed in the last column of the File Manager's File Listing Panel.

Actions Toolbar - The actions toolbar contains a convenient set of tools for multiple files/folders editing. You can select a number of files/folders and press any of the buttons available - Move, Copy, Delete, Change Permissions, to perform the according action for the selected files. If you use the option 'Select All' files/folders, the changes you make will be applicable to all files/folders in the current directory. With the newly added 'Reload' button you can reload the File Manager's File Listing Panel without needing to refresh the whole web page.

File Upload Field - With the new File Manager you can upload an unlimited number of files, without exceeding however a total size of 20 MB at once. For your convenience, the file upload boxes have been organized to appear in a cohesive order - right after you have filled in an upload box, a new one will show up. The new file upload functionality also supports an option to upload .ZIP, .RAR, .TAR.GZ and .GZ archives with automatic unpack of the files/folders in the current directory. In order to upload archived files/folders, you have to browse and select a desired archive, then check the box that will appear - 'Unpack archive after upload'.

Key basis for the development of this File Manager version was the need to provide for our customers better navigation, time-saving and visualization tools. We sincerely hope that your file management work will be much easier now and pleasurable to do. We will ardently continue to put efforts in the improvement and development of an advanced web hosting environment and a handy administration system for our clients' Web Hosting Control Panel.
| | 04/24/2008 | Maintenance - HardDrive Change |
| Our Technical Department would like to inform you that on 25th of April 2008 at 09:00am GMT ( 04:00am EST ) the following servers supremecenter21.com, supremecenter49.com and supremecenter51.com will be disconnected in order to replace their Hard Drives. The expected downtime will be between 20 to 30 minutes per server. During this operation no data will be damaged or lost. Thank you for your understanding in this matter. | | 04/14/2008 | PHP v6 Support Now Available on All Servers! |
Dear clients,
It us our pleasure to inform you that, as of today, support of PHP v6 is available on all servers in our web hosting network.
This is a brand new version of PHP that still needs to be stabilized online. Therefore, the version is still recommended utterly for test purposes and experimental use. We are introducing the new version in our system earlier in advance, as there are already lots of users interested in developing and maintaining dynamic web sites through PHP v6 enabled software. We would like to advice you, however, to restrain from relying fully only on this version until PHP v6 is officially confirmed as a stable release.
Considering the global software world's trend of moving towards language and cultural sensitivity, the most outstanding feature in PHP v6 - the Unicode support - comes as a timely response! For all of you interested in implementing the new PHP support, please, switch to the new version from the 'PHP settings' section in your Web Hosting Control Panel, or simply by running your files with the extension of ".php6".
With compliments, from our company | | 02/28/2008 | VAT Registration Official Date Scheduled |
Dear customers,
As we recently announced, our company is becoming VAT registered. We would like to inform you now that the official date of our VAT registration, previously scheduled for March 1st, has just been confirmed to be April 2nd, 2008.
The re-scheduling of the dates and the hence extended preceding period of time provide us with the enormous advantage to have opportunity to introduce the new VAT invoices earlier in advance, to take time to monitor the performance of the system and to guarantee, in result, an ultimate stability, fluency and trouble-free transition to the new VAT scheme on April 2nd.
Our Management Department has decided to introduce the new VAT type-a invoices into our system in the period between 4-6 March, 2008. The VAT field on the invoices will be featuring with a 0.00 value (in the currency you have chosen) until April 2nd, as no VAT will be charged during that time.
Should you have any questions regarding the new VAT scheme, please, refer to the Detailed VAT Overview in our news section or contact our Supports Department. Should you have any comments or recommendations regarding the new VAT invoices, please, do not hesitate to feedback us. | | 02/26/2008 | Elefante Installer Scripts Updates |
To the attention of all our clients! We are glad to inform you of the latest updates to our Elefante Installer scripts package that are currently in progress and will take effect within 24 hours.
Thoroughly renewed Joomla and phpBB scripts are being incorporated. To the current Joomla 1.0.12 (updated to version 1.1.15) new Joomla 1.5.1 is added. To the current phpBB 2.0.22 (updated to version 2.0.23) new phpBB 3.0.0 is added. The new versions will not replace the older ones, but both versions of each script will be available for you to choose from, according to your individual needs and requirements.
Hereby follows a list of several scripts that will be updated to support newer versions:
- Joomla 1.0.12 - version to be supported 1.1.15
- phpBB2 2.0.22 - version to be supported 2.0.23
- phpWebSite 1.1.0 - version to be supported 1.4.0
- Drupal 5.1 - version to be supported 6.0
- Wordpress 2.2.1 - version to be supported 2.3.3
- Coppermine 1.4.10 - version to be supported 1.4.16
All system failures or any other problems you might have been facing when working with PHPTickets, Maian Events, phpWebSite, b2evolution or OsCommerce are to be removed! All these scripts are expected to show highest-level performance afterwards.
The XML response error in Internet Explorer, caused by "`" or "-" symbols present, is to be fixed. The Phpformgenerator will be modified not to generate invalid forms.
We hope that the new adjustments will contribute to the fluent integration of the Elefante Installer scripts within our system and guarantee satisfactory performance of the package to our most demanding users.
All updates are to take effect in your control panels within 24 hours. Should you encounter any further problems, while working with our scripts package, please do not hesitate to immediately report them to our Support Department. | | 02/18/2008 | Bright New File Manager - Coming Shortly! |
To the attention of all our present and prospective clients! We are happy to inform you that an important implementation is soon to come - bright new File Manager will be integrated in our system! The innovative and thoroughly updated version will have many new facilitative functions, some of them probably expected, and some of them complete surprise.
The new File Manager was developed by our professionals to suit the utmost requirements for ease, convenience and user-friendly interface. Key basis for its creation was the need for better navigation, facilitation, time-saving and visualization tools. Enormous emphasize was laid on some significantly important aspects regarding its upload functionality and editing system tools. Basically for the first time you will have an opportunity to upload ZIP/RAR files with Auto-Unzip in the pre-selected folder, and to visually keep track of the uploading process by means of displayed status bars. Also unprecedented is the function, to be included in the advantageous tooltip interconnections menu, to edit your files with a WYSIWYG (What You See Is What You Get) editor and to view them directly on the web.
The new version of the File Manager is scheduled to be officially released within a month. Let's go now through a short review of the complete pack of functions that are to be expected, in case you would like to feedback us in advance:
All parts of the history path name will be links (e.g. www/mydomain.com/myfolder/) - providing fast access to each level of the directory path of your files;
A new Fast Access section will be placed on the right - by means of a drop-down menu will be ensured fast navigation through all folders of your current vhost (virtual host), and also fast access to all your main domains and subdomains;
All file names will be links, opening smart tooltips displaying the full range of actions that can be performed. The smart tooltip will automatically recognize whether the file is editable or not, and will accordingly display the Editing option with WYSIWYG editor or in plain text. The option to view your file directly on the web will be included, as well;
The file info field will be better organized and will display the 'name', 'size', 'permissions' and 'modified' records again, together with Edit/Move/Delete buttons added at the right end of the field;
The upload file boxes will have new intelligent structure, as well. The permitted size of the files will remain the same, but new option will be provided for ZIP/RAR folders upload, with automatic unzip. After the uploading has started, visual graphic display of the uploading process will be provided for you to keep you informed of the stages;
- The multi-selection buttons will be at your disposal again;
'Disk Usage' field will graphically display up-to-date information of how much disk space you have utilized, and how much remains unused.
With the implementation of the new File Manager, we aim at setting new high criteria for intelligent interconnections and user-friendly interface. As you are already aware, this has always been our purpose, and we shall continue to work in this direction in the future, as well. | | 02/11/2008 | Chinese Language Now Available in the Control Panel |
It is our pleasure to announce that the Web Hosting Control Panel now supports Chinese language, in particular Traditional Chinese and Simplified Chinese. This is our present for the Chinese-speaking clients from around the world on the occasion of the Chinese New Year.
You can set the language of your Control panel to Chinese (Traditional or Simplified) from the Customize Control Panel section that is available in the My Account menu, or through the drop down menu at the top of the Control panel's main page. | | 01/31/2008 | Upcoming VAT registration - Detailed Overview |
To the attention of all our clients! As we announced recently, after mid-February our company is becoming VAT registered! The official VAT registration, and respectively the date from which the new VAT tax will be charged, has been scheduled for 1 March 2008. However, it will be our duty to confirm the date well in advance.
We would like to present to your attention now more detailed information about the new VAT scheme that will come into force from the beginning of March. Hereby we shall explicate all clauses in our future billing and invoicing policy. And most importantly, we shall differentiate the cases that will reflect the VAT changes, and those (that is the bigger part) that will remain the same.
To bring here once again clarity upon the VAT classification groups, all clients are to be referred to as Businesses or Individuals. Thus:
1. UK VAT at 17.5% is applicable to: Businesses (no VAT/VAT registered) and Individuals from the United Kingdom; and Individuals from the European Union.
2. Clients where VAT is applicable but WILL NOT affect the service pricing (i.e. equals to NIL): Businesses from the European Union.
3. Clients outside the scope of VAT: non-EU clients (Businesses and Individuals).
IMPORTANT for clients defined as VAT applicable, according to the above clarified classification: After 1 March 2008, UK VAT at 17.5 % will be applicable to all service prices in your future money-related actions, and you will be served by new VAT Order Forms, adequate to the new VAT financial relations.
To give here visual examples of the price calculations that will be displayed in the new VAT Order Forms, a $100.00 USD value will be used in all cases to explain the purchasing of a web hosting account:
- Individual Client from the UK (in accordance with item 1 of the 'VAT Classification Groups'):
Amount Due: $100.00 USD VAT 17.5%: $17.50 USD Total: $117.50 USD
- Business Client from the UK (in accordance with item 1 of the 'VAT Classification Groups'):
Amount Due: $100.00 USD VAT 17.5%: $17.50 USD Total: $117.50 USD
- Individual Client from an EU country, but not from the UK (in accordance with item 1 of the 'VAT Classification Groups'):
Amount Due: $100.00 USD VAT 17.5%: $17.50 USD Total: $117.50 USD
- Business Client from an EU country, but not from the UK (in accordance with item 2 of the 'VAT Classification Groups'):
Amount Due: $100.00 USD VAT 17.5%: $0.00 USD Total: $100.00 USD
IMPORTANT for all clients remaining outside the scope of VAT, according to the above clarified classification: Service prices will remain VAT unaffected and you will continue to be served by Regular non-VAT Order Forms.
Upon each purchase all clients will continue to receive a type-a invoice. The new type-a invoices will reflect the VAT changes when the client is VAT applicable.
As we have already prepared for launching all VAT system updates in terms of billing (pricing, order forms) and invoicing, our Technical Department has decided to activate some of them ONLINE earlier in advance, so as to have plenty of time to collect your feedback and to monitor the operating of the system. For that purpose, AS OF TODAY, in all Order Forms the VAT price field will be featuring with $0.00 value, simply informatively, as no VAT is to be charged until 1 March 2008.
As you hopefully see, we tried to adapt our system to the new VAT clauses with a minimum of new introductions and updates. We will do our best to make the VAT integration process fluent and easy for all parties. Please, follow our news section for up-to-date information and should you have any questions, do not hesitate to contact us. | | 01/26/2008 | Slightly Changed Pricing Policy of Few TLDs |
Dear customers,
We would like to inform you of slight changes in the pricing of .COM, .NET, .ORG, .BIZ, .US and .INFO TLDs (top-level domain names) that might be expected in result of the new pricing policy of their registries. On Sunday, October 14th, 2007, VeriSign, Afilias, Neulevel and Public Interest Registry registries increased the prices of the top-level domain names that they are offering (the aforementioned TLDs). We tried to preserve our pricing unchanged for as long as possible, and though now, after a few months, small changes in our prices for domain registrations/transfers will inevitably have to be made, we shall do our best, as always, to stay true to our policy of offering reasonably affordable costs.
Please, refer to any slight changes you may notice in our domain names registrations/transfers pricing list of COM, .NET, .ORG, .BIZ, .US and .INFO TLDs as an unavoidable consequence of the registries' official policy. Thank you very much for your understanding, please do not hesitate to feedback us, as soon as you have any comments or suggestions in regards! | | 01/24/2008 | SupCenter10.co.uk - Successful Pre-Upgrade Stage Passed! |
Our Technical Department is happy to inform you that the pre-upgrade maintenance of SupCenter10.co.uk, scheduled for today, passed without any complications, and with a very short downtime. Now, after the first stage is successfully completed, the server is ready for the next step of its essential hardware upgrade - the installing of the new HDDs (Hard Disk Drives). The upgrade is scheduled for next week and, as soon as we receive information from our Data Center, we shall announce the exact date and time.
Thank you very much for your understanding! Please, remember that we are performing all these upgrade procedures to ensure highest quality web hosting services and technical support. | | 01/23/2008 | SupCenter55.com - Urgent Data Transfer Maintenance |
Our Technical Department would like to inform you that an urgent data transfer maintenance is going to be carried out on SupCenter55.com server on January 24th, 2008, from 9:00 AM to 3:00 PM GMT (4:00 AM to 10:00 AM EST). Downtime of about 2 hours is to be expected for all web hosting services.
As you have probably noticed, due to an unknown hardware problem, the machine has been suffering occasional timeouts. Our technical team will resolute the problem shortly. However, as our purpose has always been to ensure highest quality web hosting services and technical support, we shall comply with our policy in such cases and take immediate corrective actions. The decision of our Technical Department, in order to secure excellent web hosting environment for all SupCenter55.com users, is to transfer all their account data to a new machine - SupCenter100.com, which will not simply take over the operational responsibility for all their web hosting services, but will also guarantee optimal level of working performance and reliability due to the better hardware parameters of the server itself.
During the procedure all the data, that is to be transferred to the new server, will remain absolutely undamaged. All account login details of the users will also remain unchanged. We would like to offer an apology for any inconvenience you might encounter during the downtime. | | 01/23/2008 | SupCenter10.co.uk - Pre-Upgrade Maintenance Scheduled |
Our Technical Department would like to inform you that a pre-upgrade maintenance is going to be performed on SupCenter10.co.uk. The maintenance is scheduled for 9:00 AM GMT (4:00 AM EST) on January 24th, 2008, with around 2 hours expected downtime.
The re-arrangement of the server partitions, that is going to be carried out, will prepare the server for next week's entire replacement of its HDDs (hard disk drives) with new better and faster ones. In result, the working performance of the server will be uplifted enormously and the occasional timeouts you might have been facing once in a while will be totally eliminated.
The installing of the new hard disk drives is planned for next week, and we shall let you know about it well in advance. We give our guarantees that the information stored on the server will not be affected in any way and would like to apologize for any inconvenience you might suffer during the downtime. | | 01/21/2008 | 2007 - A Retrospective Look Back |
For us, 2007 was an intensive year, fulfilled with new entries, brilliant ideas and fruitful collaboration between you and us. Throughout these 12 months of hard work we were completely devoted in our efforts to keep higher and competitive the level of our web hosting system, and to provide better and more interesting opportunities for you - our clients. Eyeing back on the year, we are happy to acknowledge that all our efforts had been worth making, in terms of numerous innovations implemented, as well as upgrades performed. Big part of those were inspired by the valuable feedback you were sending us, together with your highly appreciated recommendations. Let's preserve this rate of supportive work and collaboration also throughout the new year and cast an eye back now at some of our most important 2007 events.
Most radically reformed was the Domain Manager. It now provides opportunity for full control of your hosted domains through centralized management of all features (multi-year registration and renewal, transfer, hosting, DNS, parking, Lock/Unlock, WHOIS, ID Protection, EPP).
The recently updated Custom DNS Records section also supports now extended functionality. You are able to set CNAME, AAAA and TXT records, as well as additional NS, MX and A records.
Substantially renewed is the Upgrade section of the WHCP (Web Hosting Control Panel). The Add Services range of features has been enhanced. The interface of the Upgrade Plan and Renew Plan functionality fields is now much friendlier.
A new section was introduced - Set up New Account, enabling you, upon need, to immediately purchase a new web hosting account.
Special attention was paid to our Elefante (Free Scripts) Installer. It was upgraded to a new version, containing better features and more user-friendly interface.
An Administration Tools section was differentiated, with its latest implementation - the .htaccess generator, supplying you with an advanced tool for generating .htaccess files.
Two new languages - Dutch and Romanian - were introduced to the language family of the WHCP. A new link - Visit Store, was added, as well, providing a direct connection to our dynamic up-to-date service offerings.
The Round Cube webmail software was added to the Web Mail tools currently in use for web-based e-mail management.
Great number of TLD extensions (top-level domain names) was added to the list of domains available for registration/transfer in your WHCP, together with WHOIS / ID Protect Service activated and multiple domain registrations/renewals for multiple years.
Throughout the past year our network administrators invested a great amount of efforts in improving the performance of our servers - the "backbone" of our web hosting system. Together with the adding of new servers, a few hardware and software (php 5 and MySQLv5 library) upgrades were carried out.
Special attention was focused on the rejuvenation of our billing system, aimed at substantial tightening of its efficiency regarding the payment verifications and order processings. The switching to multi-currency billing and the PayPal Pro payments solution now guarantee you increased stability and higher level of security in the processing of your incoming payments through our Web Store or through your Web Hosting Control Panel.
For us, 2007 had been a fruitful year, fulfilled with benefits. And bringing to mind the rich array of projects and ideas already scheduled to be performed, we dare say that, even from this early time-point of view, 2008 already outlines as an incredibly interesting year, packed with events. Let us slightly "uplift the curtains" for those of you who most impatiently await:
UPCOMING:
- New Improved Web Hosting Platform - we have firmly headed upon the track of a Cluster System - to be entirely implemented by the end of the year. The stable architecture and design of the new Cluster System will enable us to successfully step on the next level - Load-Balancing System, hopefully shortly afterwards.
- Intelligent Website Builder - a new WYSIWUG software is being developed by our professionals. It will suit your utmost requirements of an intelligent and intuitive tool for creating websites.
- Recurring Billing - the new facilitative option will be implemented soon in your Web Hosting Control Panel, to enable automatic renewals of your active account services - time-savingly and effortlessly for you.
- Essential update of the Email Manager is to be performed - the new Email Manager will be supplied with cleverer interconnections, auto webmail logins, visual display of all settings of an email account, intelligent tooltips and much friendlier interface.
- Essential update of the File Manager - a bright new File Manager will be integrated in our system. The new File Manager is developed by our professionals to suit the utmost requirements for ease, convenience and user-friendly interface. Key basis for its creation was the need for better navigation, facilitation, time-saving and visualization tools. Enormous accent was put on some significantly important aspects regarding its upload functionality and editing system tools.
- Completely new version of the Web Hosting Control Panel - you will have at your disposal several interfaces to choose from (graphic, text and mixed). Full customizability will be enabled, together with improved interconnections, smart tooltips and much user-friendlier functional approach.
| | 01/17/2008 | VAT Registration - Coming Shortly! |
To the attention of all our clients from the European Union! We would like to inform you that from the first half of February our company is to be VAT registered.
Due to our fast development and increased operation on the European market, this procedure has become a necessary step on the track of a solid course and confirmation of our company reputation. New renommee label will be stitched to our name, to speak volumes about our stability, reliability and guaranteed quality business environment.
To bring here clarity upon the VAT classification groups, clients will be referred to as Businesses or Individuals, to differentiate the following cases:
- UK VAT at 17.5% is applicable to: all Businesses (no VAT/VAT registered) and Individuals from the United Kingdom; all Individuals from the European Union,
- Clients where VAT is applicable, but WILL NOT affect the service pricing (i.e. equals to NIL): Businesses from the European Union,
- Clients outside the scope of VAT: non EU clients (Businesses and Individuals).
Very detailed information will be presented to you, shortly. Please, follow our news section, and do not hesitate to feedback us, as soon as you have any comments in regards to the forthcoming VAT registration. | | 12/27/2007 | An Enhanced List of TLDs Now Available at Sign Up! |
We are happy to inform you that, as of today, all our present and prospective customers are offered a much wider list of TLD (top-level domain) extensions to choose from, when signing up for a new web hosting account with us.
The sign up page has been updated and, to the former list of six TLDs (.com, .net, .org, .biz, .info, .us), all TLDs that were previously available for registration only as an upgrade procedure (.co.uk, .de, .eu, .name, .cn, etc.) have been added.
Now, with the ordering of a new web hosting plan, all clients are able to register a domain name with any of the country TLDs available, or any other TLD they find attractive or suitable for their online appearance. Thus, the new functionality provides not only an enhanced range of options for the pre-selection of your plan features, but also a possibility for far more precise and strategic choice of your web representation.
Happy New Year and Best Wishes from our Team! | | 12/13/2007 | Update of Custom DNS Records Section Made |
We are happy to announce that the Custom DNS Records section has been updated!
The new much improved version has wider functionality and offers for the first time the opportunity for CNAME, AAAA and TXT records to be configured within your DNS settings, as well as the possibility to add extra NS, MX or A records. Clients are able to choose themselves the number and the type of custom records they'd like to set to each host. The TTL value field is available for editing as well, in case there is such need.
For more information about the management and the configuration of your DNS settings, please, refer to the Help Section in the Show/Hide menu in the Custom DNS section of the Web Hosting Control Panel, or contact our Support Department for assistance. | | 12/05/2007 | PHP Upgrade to All Servers Scheduled |
We are pleased to inform you that on Thursday, December 06th, the following upgrades will be made:
- PHP v4 and v5, available at present on our servers, will be upgraded to support MySQL v5 library. This procedure was recently performed on two of our SupCenters. After being positively evaluated by our administrators, the upgrade will now be applied to all our servers.
- Support of mysqli (MySQL Improved Extension) and PDO_MYSQL will be added, as well.
No downtime is to be expected, nor any other inconveniences. Please, accept our kind regards! | | 11/29/2007 | Round Cube Webmail Software Launched |
We would like to inform you that the Round Cube webmail software has been added to the Horde and Supreme Web Mail tools that are currently used for web-based e-mail management. Round Cube is pretty simple and reliable software that maintains the basic e-mail functions in combination with user-friendly interface. You will see the Round Cube on the webmail selection page that is accessible through the web hosting Control Panel -> E-Mail Options -> Webmail.
If you experience any difficulties while using the new webmail software, please send us your feedback using the Open New Ticket link in the Help Center of the Control Panel. | | 11/26/2007 | Substantial Hardware Upgrade of SC301.com to be Performed |
We would like to inform you that the substantial hardware upgrade of SC301.com, that had been recently cancelled, has now been re-scheduled and is to be performed on Wednesday 28th, from 01:00 PM to 07:00 PM (08:00 AM to 02:00 PM EST). The expected downtime is 2 hours during which all webhosting services will be unavailable. We would like to apologize in advance for the inconvenience that this may cause and to reassure you that all the data stored on the server will not be affected in any way! | | 11/22/2007 | PHP Upgrade of SupremeCenter7 and 47 Servers |
We would like to announce that on Friday, November 23, between 09:00 and 12:00 AM GMT (04:00 - 07:00 AM EST) support of MySQL v5 library will be added to the PHP v4 and v5 available at present on our servers. Although we are not expecting this upgrade to result in any problems, our system administrators will first perform this procedure only on SupremeCenter7 and SupremeCenter47 servers and will then take a final decision as to whether the upgrade could be applied to all our servers. All web hosting services (websites, e-mails, Control Panel, etc.) are to suffer a downtime of about 1 hour. Please, accept our apologies! | | 11/21/2007 | Upgrade of SC301 to be Re-scheduled |
We would like to inform you that, due to problems with the chassis needed for the addition of the new hard-disk drives, the upgrade of SC301, scheduled for November 20, was not completed. Currently the server is working without any problems and we will re-schedule the activities as soon as the necessary parts are delivered. Thank you for your patience regarding this matter! | | 11/21/2007 | .DE Domains Available for Registration and Management |
The .DE TLD has been made available for registration and management in the Control Panel. This is the TLD for Germany and we believe that its implementation will meet the needs of our customer from Germany. It is worth mentioning that the registry of this domain, DENIC, has a few special requirements for the registration and management of .DE domain names and here you can learn about them.
WHOIS / Contact Information:In order to approve a registration request, the registry has set a requirement for street address or P.O. Box within Germany in the administrative contact section. To fulfill this requirement, an additional step has been added after the WHOIS information Please note that the .DE registry, DENIC may not approve the registration if the address is not correct.
Registration Period:The registration period varies between 1 to 10 years. Renewals for multiple years are possible as well.
Domain Renewal:.DE domain name can be renewed successfully up to 10 days before the expiration date. When less than 10 days are left to the domain's expiration date, it gets a "Transit" status and the registry attempts to contact the registrant. If, after 4 weeks, there is no response, the domain is transferred to DENICdirect for further management and the registrant must contact then, in order to renew the domain name.
WHOIS / ID Protection:This service is not applicable for .DE domain names.
Registrar Change / Transfer:It is not possible to change the registrar of .DE domain names.
We believe that the information that we have provided would be sufficient to clarify the situation with the .DE domain names. In the Register / Transfer tab of the Domain Manager, there is a TLD Info page where one can find a detailed review of all TLDs on offer.
| | 11/20/2007 | SupremeCenter7 - Urgent Maintenance Scheduled |
In the next three days SupremeCenter7.com will undergo maintenance for the purpose of adding new HDDs (hard disk drives) and the performing of other activities, which is expected to cause two or three downtimes of about one hour to all web hosting services. Please, accept our apologies for any inconvenience caused. | | 11/19/2007 | SC301.com to Undergo Maintenance |
We would like to bring to your attention that maintenance of the SC301.com server will be performed on Tuesday, November 20. The maintenance is scheduled to start at 13:00 GMT and last no more than 6 hours (from 08:00 to 14:00 EST). The estimated downtime is not expected to exceed 2 hours for all services (websites, e-mails, FTP, control panel, etc.). The reason for the maintenance is the need of urgent hardware upgrade. The activity is not expected to affect the data stored on the server. | | 11/14/2007 | .COM.MX Extension Added to the Domain List |
We are glad to inform you that the .COM.MX domain extension has just been made available in the Domain Manager of the web hosting Control Panel. As you probably know, the .MX TLD is for Mexico but, unlike the most of the country domain names, there are no restrictions for nationality or residence in this country and anyone can order and use such domain names. However, there is a special requirement set by the nicMX registry that imposed an additional step to be added to the domain registration process. Here comes some more information regarding the features of the new extension:
Registration Period: .COM.MX domain names can be registered only for a 2-year period.
Domain Renewal: Domain renewal is possible for 1 year and must be ordered before the expiration date. If a domain name expires, it is removed from our account with our registrar, and becomes available for registration at least 16 days after the date of expiration.
Pre-Configuration: The step that follows the WHOIS information form requires the registrant to agree with the aforementioned domain renewal requirement.
WHOIS Management: Once a .COM.MX domain is registered, the registrant can modify the WHOIS only with a trouble ticket opened from the Help Center that is available in the Control Panel. The support team will forward the request to the attention of the domain registrar for approval and will inform the registrant whenever there is a resolution for approval or rejection, sent by the nicMX registry.
WHOIS / ID Protection: This service in not available for .COM.MX domain names.
Registrar Change / Transfer: It is possible only to transfer .COM.MX domain names away to another registrar, while transfers to us is not supported by our registrar.
The .DE top-level domain (TLD) will also be made available for registration and management soon. We will let you know as soon as this is done. | | 11/13/2007 | .EU Added to the Domain Extension List |
The .EU top-level domain (TLD) has been added for registration and management in the Control Panel of the web hosting accounts. We believe that our customers from Europe will take advantage of this TLD when searching for appropriate domain names for their websites.
The .EU TLD is for the European Union and, thus, can be registered by any person or organization established within the European Union. Hereby follows some information about the management of .EU domain names:
Registrant Location: There is a requirement for the registrant (person or organization) to be established within the European Union.
Registration Period: The registration period for .EU domain names is 1 year, which applies also for their renewal.
Domain Renewal: Renewal requests will be accepted by the date of expiration (e.g. September 14th, 2008) or by the 20th of the month of expiration, in cases when the date of expiration is after that date (e.g. September 25th, 2008).
Example: If the name expires on Sept 14th, 2008, then a renewal request must be received by Sept 14th, 2008. If a name expires on September 25th, 2008, the renewal request must be received prior to September 20th, 2008.
Pre-Configuration: As there are requirements for the registrant's location or origins, the domain registration interface will prompt the registrant to enter a valid address within the European Union. The .EU registry EURid will check the information and the registration request will be approved or rejected. Of course, the registrant will be notified via a trouble ticket in case there are any problems.
WHOIS Management: Once the domain has been registered with certain WHOIS information, the information can not be edited. However, minimal corrections are possible as an exception. Such requests must be sent to our support team via the ticketing system available in the Help Center of the web hosting Control Panel. One should have in mind that the registrant's personal or company name can not be modified because such changes are considered as 'formal transfer'. In order to execute transfer of the domain ownership, the registrant must contact directly the EURid registry using the information on their webpage.
WHOIS / ID Protection: This service in not available for .EU domain names.
Registrar Change / Transfer: It is not possible to change the registrar of an .EU domain name.
In addition to .EU domain names, in the next couple of days the .DE TLD will be added to the domain extensions' list as well. We will let you know as soon as it is done. | | 11/06/2007 | .ME.UK Domains Available Now, .EU and .DE Coming Soon! |
We are glad to inform you that the new TLD .ME.UK has been released and is now available for registration through the Web Hosting Control Panel. The management policy of the .ME.UK top-level domain is relevant to the rest of the .UK TLDs that we offer for registration and comes with the same special features, the most important of which are:
- 2-year registration period
- renewal available again for a 2-year period
- renewal requests processed only during the 5-month period before the expiration date
- the WHOIS information cannot be altered directly from the Control Panel - the UK registry, Nominet, must be contacted by the domain name owner for WHOIS changes.
To learn more about the specific .UK domain features, please refer to the previous news that concerns the CO.UK and .ORG.UK domains' release.
New TLDs coming soon - .EU and .DE!
The .EU and .DE top-level domains are to be available shortly, as well. They have the following specifications:
.EU - The .EU TLD is the unique TLD set for the European Union and, thus, can be registered by any person or organization established within the European Community. Registration of .EU domain names is possible for 1-year period only, and renewal must be ordered before the expiration date for the same period. Typically for the most of the TLDs (country code domain names), WHOIS / ID Protection is not supported.
.DE - This is the TLD for Germany - probably the chociest country TLD lately. However, there is a special requirement set by the registry of this domain, DENIC, referring to the registrant's address information that needs to be presented at the time of registration. According to that requirement, it is obligatory, when entering the administrative contact information, a street address or P.O. Box within Germany to be presented, in order to gain approval of the registration. There is no WHOIS /ID Protection service available for .DE domain names and it is possible to choose a registration period from 1 to 10 years. | | 11/02/2007 | UK and CA Domain Names Have Just Been Made Available |
We are pleased to inform you that today we have made available for registration through the Web Hosting Control Panel the .UK and .CA domain extensions (top-level-domains or TLDs). We know how desired they are and hope that these extensions will satisfy the needs of our clients from the United Kingdom and Canada.
Let's present the new TLDs and have a look at their special requirements now.
.UK (.CO.UK and .ORG.UK) Domain Names
The .UK TLD stands for the United Kingdom. We've made available the .CO.UK and .ORG.UK SLDs (second-level-domains), which can be used for registration or transfer purposes. The domain names registered with these SLDs possess some special features that make their management different from that of .com, .net, etc. TLDs. The differences concern the registration period, the renewal policy and the WHOIS info management.
Registration period: The registration period for the .UK domains is 2 years.
Renewal policy: Domain renewals are possible for a 2-year period only. What's more, renewal is only possible in cases when 5 months, or less, are left until the expiration date.
WHOIS management: Modification of the WHOIS info is not possible through the Control Panel. The UK registry Nominet must be contacted directly by the domain owner when the WHOIS info must be changed. The reason for this restriction is that there are certain fees that must be paid to Nominet and that such changes are considered as formal transfer.

.CA Domain Names
The Canadian registrar CIRA has some special requirements for the registrants and for the management of the WHOIS information.
Registrant requirements: .CA domain names can be registered by Canadian citizens, individuals having permanent residency in Canada and companies under the laws of Canada. Because of this requirement, additional contact details are required during the registration procedure itself and that is why we have made a separate page as a step of the domain registration process. This page allows you to choose the correct attribute from the list of options.
WHOIS management: The registrant cannot change the WHOIS in order to transfer ownership from one person or organization to another, but can change registrant's address, phone number and other contact details. However, in order to modify this info, you will have to submit a trouble ticket to the Customer Support staff from the Help Center section in the Web Hosting Control Panel.

It should be noted that both domains are transferable between different registrars and that no EPP authorization key is needed for that. Unfortunately, both of the registries do not support WHOIS / ID Protection for their domain names, which is characteristic for most of the "country domains".
What should you expect after these TLDs?
We are now working on the implementation of .DE and .EU domain names. Our developers will do their best to complete these TLDs by the end of November. | | 10/29/2007 | SupremeCenter44 - Maintenance Scheduled |
We would like to inform you that our server SupremeCenter44 is scheduled to undergo maintenance on Wednesday, October 31. The action will be performed between 12.00 to 20.00 GMT (08:00 to 16:00 EST) and is expected to cause about 2-hour downtime to all services. The goal of the maintenance is to optimize the server performance and improve its data storing capabilities. We apologize for the inconvenience that the maintenance will cause to you or your business! | | 10/26/2007 | SupCenter10.co.uk to undergo maintenance |
We'd like to inform you about an upcoming server maintenance on one of our UK data center servers - supcenter10.co.uk. The procedure will be executed on October 27th, at 02.00 AM GMT ( 09.00 PM EST, October 26th), and is scheduled to take up to 4 hours.
The maintenance will be related to a rack adjustment, which will allow for the addition of new servers to our UK server network. Consequently, the procedure will cause a 2-hour downtime to all services that you run on the server in question.
Please accept our apologies for any inconvenience caused in advance. | | 10/19/2007 | SupremeCenter Servers 10, 13, 14, 15, 16, 17, 18, 19 to Undergo Maintenances |
Our Technical Department would like to bring to your attention that several servers are scheduled to undergo maintenances during the next week. The reason that provoked the need of the maintenances is the replacement of obsolete hardware.
All maintenances will be performed between 10.00 to 14.00 AM GMT (05.00 to 09.00 AM EST) on October 22, 23 and 24, as follows:
On Monday, October 22 - SupremeCenter servers 10, 13 and 14 with downtime as follows:
- about 1 hour for SupremeCenter10
- about 4 hours for SupremeCenter13 and SupremeCenter14, including 60 minutes downtime of the websites and MySQL servers, and about 4 hours downtime of the Control Panel, FTP and mailing services.
On Tuesday, October 23 -
SupremeCenter servers 15, 16 and 17 with downtime as follows:
- about 2 hours for SupremeCenter15
- about 4 hours for SupremeCenter16 and SupremeCenter17, including 60 minutes downtime of the websites and MySQL servers, and about 4 hours downtime of the Control Panel, FTP and mailing services.
On Wednesday, October 24 - SupremeCenter servers 18 and 19 with downtime as follows:
- about 1 hour for SupremeCenter18
- about 4 hours for SupremeCenter19, including 30 minutes downtime of the websites and MySQL servers, and about 4 hours downtime of the Control Panel, FTP and mailing services.
The activities that will be performed will not affect the data that is stored on the servers. | | 10/18/2007 | SupremeCenter41, 44 and 45 Servers Passed Emergency Maintenance |
An emergency maintenance was performed by our data center AlphaRed. Their Technical Department informed us that a whole rack, with all its servers, must be moved urgently to a new data center. The maintenance started at 06.00 AM GMT (01.00 AM EST) and was supposed to take no more than 10 hours. The downtime that each one of the following servers has experienced was 4 hours.
SupremeCenter41
SupremeCenter44
SupremeCenter45
Please, accept our sincere apologies regarding this matter!
P.S. We understand the inconvenience that the entire action has caused to you, and it is obvious that we will have to remove some failings that are common for our and AlphaRed's business models, especially in the "emergency" part. | | 10/08/2007 | Maintenances of SupremeCenter8 and SupremeCenter27 on October 9th |
We would like to inform you that on Tuesday, October 9, between 10.00 to 14.00AM GMT (05.00 to 09.00AM EST), maintenances of SupremeCenter8 and SupremeCenter27 will be performed with expected downtime as follows: about 30 minutes for SupremeCenter27 and about 4 hours for SupremeCenter8. The maintenance of SupremeCenter8 will cause about 30-mininute downtime of the websites and the MySQL servers, and about 4-hour downtime of the Control Panel, FTP and the mailing services. | | 09/25/2007 | Server Maintenance on SupremeCenter10 and SupremeCenter11 |
We'd like to let you know that scheduled maintenance of two of ours network's servers, SupremeCenter10 and SupremeCenter11, will be executed on Wednesday, September 26th, and on Thursday, September 27th, respectively. The actions will take place between 10.00 AM to 14.00 PM GMT (05.00 AM to 09.00 AM EST) both days and will be aimed at increasing the performance quality of the servers' hardware.
The maintenance procedures are planned to move the data on SupremeCenter10 and SupremeCenter11 to a brand new server, so that both servers could rely on a much more advanced hardware infrastructure. The migration time completion is expected to be around 4 hours as the following services will not be accessible within that period - Control Panel, email service, Front Page Server Extensions, Site Studio and FTP. The overall downtime for users' websites is expected to be around 30 minutes.
We'd like to apologize in advance for any possible inconvenience that the maintenance procedures might cause to your online presence. However, we trust you understand our efforts to ensure the reliability and up-to-dateness of our network system.
| | 09/20/2007 | SupremeCenter6 and SupremeCenter27 - Maintenance Scheduled |
Maintenances of SupremeCenter6.com and SupremeCenter27.com will be performed on Monday, September 24, between 10.00 to 14.00 AM GMT (05.00 - 09.00 AM EST). These activities will not affect the web content of the servers and the expected downtime will be as follows: about 30 minutes for SupremeCenter27.com and about 4 hours for SupremeCenter6.com, including 4-hour downtime of the Control Panel, FTP and the mailing services, and about 30 minutes inactivity of the websites and the MySQL servers. The maintenance of the servers is provoked by the need of obsolete hardware replacement. | | 09/13/2007 | Htaccess Code Generator has been Included in the Web Hosting Control Panel |
We are happy to announce that new software, called .htaccess Generator, has been made available in the Web Hosting Control Panel. Its purpose is to allow you to create many widely used .htaccess file features.
Where is the .htaccess Generator?
You can find the .htaccess Generator in the new Elefante Administration Tools section in the Web Tools menu. The new section includes also the Hotlink Protection and IP Blocking tools that have been taken from the Elefante Marketing Tools section. If you want to create .htaccess files you can also go to the desired location using the Control panel's File Manager and click the .htaccess button that is available there.

Where is the .htaccess Generator located?
We have developed this tool taking into account your need to create .htaccess files and the fact that these files are sometimes not functioning properly due to incorrect parameters. The new generator will create the files properly so that there will be no need for you to contact our Technical Support team with regard to problems of such kind. Of course, we are always ready to help if problems with malfunctioning .htaccess files hosted on our servers appear.

What features have been made available in the .htaccess Generator?
The features have been grouped in the following six sections depending on their purpose:
default index page
additional MIME types
authentication - allows IP and password authentication
mod_rewrite - allows host authentication, wrong URLs redirection to another web server, language-based redirection and blocking sites by referrer
custom error documents - allows the setting up of custom Error 400, 401, 403, 404 and 500 pages, as well as document redirection to a new URL
other options - allows the enabling of Server Side Includes (SSI), hotlinking protection and PHP inclusion in HTML files
How can you apply the generated .htaccess code?
As soon as the form has been completed and submitted, the .htaccess code is generated. For your convenience, the code is being displayed in a text box so that you may choose whether to add it to an existing .htaccess file, or to have the file created in the selected location.

We trust you will like the new tool, as we are always happy to make our services easier for you to use. | | 09/12/2007 | Romanian Language in the Control Panel Now |
It is our pleasure to announce that the Web Hosting Control Panel supports Romanian language now. We believe that this will make the web hosting services that we are providing more pleasant for our customers from Romania.
You can set the language of your Control panel to Romanian from the Customize Control Panel section that is available in the My Account menu, or through the Customize Control Panel icon at the bottom of the Control panel's main page. | | 09/04/2007 | Setup New Account from Your Control Panel |
A new feature has been made available in the Control panel. It enables you to sign up quickly for a completely new hosting account when the current hosting account has insufficient resources or in case a new project is about to be started. That's not all - a new interface has been developed for the signup process. It has the features of a Shopping Cart with its main advantage - allows management of the items that are being ordered without losing sight of them.
Let's choose the Setup New Account link in the web hosting control panel and take a short tour through the steps of the signup process using the new interface.
|
 |
Step 1: Select a hosting plan
In the first step of the wizard you will get acquainted with the hosting plans that are currently on offer. To review the plan features and compare the hosting plans that are available for purchase, choose the Compare plans tab. To proceed to the next step, click the Order button that corresponds to the plan that suits your needs. Note that in the Cart table you can use the Change plan link to switch to another hosting plan at any time during the signup process.
|
 |
Step 2: Select domain
In this step you must choose the domain name that you want to host in the new hosting account. You can register a domain name, or transfer an existing one, registered with another registrar. There is an option also to host your existing domain name without transferring it. Once you enter a domain name for registration / transfer and click the Add domain for hosting button, you must add to cart the domain that you've chosen in the results' list. Of course, you can use the Change domain link to change the domain name whenever you want.
|
 |
Step 3: Account info
Here we come to the place where you must submit the information needed in order to create the new hosting account. It is very important to enter the username of the new Hosting account and make sure that the contact e-mail address is correct because the new account information will be sent there. The same information will appear in the WHOIS of the domain that is ordered for registration or transfer.
|
 |
Step 4: Select payment
Finally, we come to the last step of the wizard where you must select the preferred payment method (credit card or PayPal). Make your final decision whether you would like to have the web hosting account created and, if everything is in order, use the Next button to complete the signup process and submit the payment.
|
 |
| | 09/03/2007 | Elefante Free Scripts Installer 2.0 is Online |
We aim at making our services a real pleasure for you. Our desire is to enable you to do more with fewer efforts. After the several Control panel upgrades that we have made recently, we are presenting to your attention now the new version of the Elefante FREE Scripts installer.
Considering your feedback, we've tried to improve this useful tool and the result is a more intuitive and less time-consuming scripts installer, which now offers you more scripts. We hope that you will like it. We'll give you an idea of what you should expect to see:
New Interface
The new interface will allow having all the scripts displayed at once. One look at the Control Panel will be sufficient to see the various categories and the corresponding scripts.
|
 |
More information
Why going to each script's page to see what its purpose is? Placing the mouse on the script's name will show you a short description, which will give you an idea whether this is the software that you are looking for. If it isn't - no problem, you will have some other scripts in the list to choose from.
|
 |
One click for complete management
A single click on the chosen script will give you the complete information needed for its management: software name, version and description, the option of installing the given script as well as the current number of the installations with the corresponding administrator URL.
|
 |
Script administration
The new administration panel is available in the Installed Applications section. A single click on the link in the Admin URL column will give you full information about the script - date of the installation, the database that was used, as well as the administrative login information.
|
 |
Script versions
We will do our best to keep the versions of the scripts that will be available in the Elefante FREE Scripts installer up-to-date. Every time there is a newer version, we will make it available for installation. You should bear in mind also the following:
- It is your obligation to install new software versions and updates of the versions that you have already installed. Some programs don't have updates and thus they may cause security issues. We are not responsible for any security issues that may arise as a result of non-updated versions of the scripts.
- We do not provide support for these scripts. Contact the development companies or check the support forums in case you experience any problems with the installed applications.
|
| Thank you for being with us and for helping us improve our Hosting services. |
| | 09/03/2007 | SupremeCenter12 and SupremeCenter27 - Maintenance Shifted |
Because of unplanned technical issues on our side the maintenance planned for Monday, September 3, should be shifted to Tuesday, September 4, between 10.00 to 14.00 AM GMT (05.00 to 09.00 AM EST) During the maintenance the Webhosting Control Panel, FTP and E-mail services on SupremeCenter12 and SupremeCenter27 won't work, the web sites will continue to work properly with some minor interruptions. This activity will not influence the safety of the web content of the servers and the expected downtime is about 30 mins for SupremeCenter27 and about 4 hours for SupremeCenter12. The maintenance of the servers is provoked by the need of obsolete hardware replacement and must improve the performance of both servers. | | 08/31/2007 | SupremeCenter12 and SupremeCenter27 - Maintenance Scheduled |
Maintenance of SupremeCenter12.com and SupremeCenter27.com will be performed on Monday, September 3rd, between 10.00 to 14.00 AM GMT (05.00 - 09.00 AM EST). This activity will not affect the web content of the aforementioned servers and the expected downtime is as follows: about 30 minutes for SupremeCenter27.com and about 4 hours for SupremeCenter12.com. The maintenance of the servers is provoked by the need of obsolete hardware replacement.
We thank you once again for your understanding and apologize for the inconvenience that this activity may cause! | | 08/29/2007 | Maintenance of SupremeCenter5 and 27 Completed |
We are glad to inform you that the maintenance of SupremeCenter5 and SupremeCenter27 has been completed successfully and the servers are fully operational now.
We thank you for your patience! | | 08/28/2007 | Maintenance of SupremeCenter5 and SupremeCenter27 |
A maintenance of SupremeCenter5.com and SupremeCenter27.com will be performed on Wednesday, August 29th, between 09.00 - 11.00 AM GMT (04.00 - 06.00 AM EST). This activity will not affect the web content of the aforementioned servers and the expected downtime must not exceed 2 hours. The maintenance of the servers is provoked by the need of obsolete hardware replacement and must result in better performance of both servers.
We apologize for the inconvenience this activity may cause! | | 08/17/2007 | Customize 400, 401, 403 and 404 Error Pages |
New options are available in the Subdomain Manager in the webhosting Control panel. Until now, one of the features in this section was allowing to set up the ERROR 404 page for each virtual host (domain or subdomain) and the options were: to use the system Apache error page, or to set a website URL that will open in case someone mistypes the host URL.
Now, in the Subdomain Manager, besides the ERROR 404 page, there are options to manage also 400, 401 and 403 error pages. Thus you will have control on the error pages that appear when there are problems with your hosts or with the server.

Please note that the new feature is available for the hosting accounts located on the servers from SupremeCenter5.com to SupremeCenter15.com for now. If you have any questions or meet any difficulties while setting up the error pages, feel free to send your inquiry in a trouble ticket that can be opened from the Help Center section of the web hosting Control panel. | | 08/14/2007 | HDD Problem on SupremeCenter9.com |
An unexpected problem with SupremeCenter9.com requires a hard-disk-drive (HDD) replacement to be performed as soon as possible. The activity will take place between 09.00 AM GMT (04.00 AM EST) to 10.00 AM GMT (05.00 AM EST) on Wednesday, August 15th and will cause a downtime of about 1 hour. We would like to assure you that your data is stored safely on the server.
We thank you for your patience and understanding! | | 08/14/2007 | System Update of SupremeCenter21.com |
We would like to inform you that at 09.00 AM GMT (04.00 AM EST) on Wednesday, August 15th, we will perform a software update to SupremeCenter21.com. The activity is expected to be completed by 13.00 AM GMT (08.00 AM EST) causing a downtime of about 4 hours and we would like to assure you that the data that is being hosted on the server will not be affected in any way.
The software update can not be delayed and our system engineers will do their best to complete it as soon as possible.
We apologize for the inconvenience that this activity will cause! | | 08/13/2007 | New TLDs For Domain Registration / Transfer |
New top-level-domains (TLD) have been made available for registration and transfer through the Domain Manager of you Control panel. More TLDs give you a chance to get a domain name that will fit better to the purpose and the target-group of your website.
The new TLDs that you can order now are:
.cc .tv .name .cn .com.cn .net.cn .org.cn .tw .com.tw .idv.tw .org.tw
The TLDs that we have been offering for registration so far are:
.com .net .org .biz .us .info
To see the new TLDs, select the Register / Transfer tab in your Domain Manager, or click the Register / Transfer button in the Upgrades menu.
|

|
In the Register / Transfer page you can select the box under the domain search bar for the TLDs that you would like to be included in the search. Please note that the pricing varies for the various TLDs and you can check it in the table that is on the right hand-side in the same page.
|

|
In order to see what the features of the TLDs are, (which can have ID Protect, which you can lock, etc.) just click the TLD Info link and all the information will be displayed in a table.
|

|
NOTE: If you can't find those TLDs in the Domain Manager of your web hosting Control panel, please submit a trouble ticket to our support in order to receive instructions on how to order such domain names. | | 08/07/2007 | Change Plan Section - New Design |
The Change Plan section in the web hosting Control panel has been re-designed. We have applied a shopping-cart interface in order to present the web hosting plans in a more informative way and let you choose easily the plan that you need.
The link to the Change Plan section is located in the Upgrades menu, on the left hand-side of your web Control panel. The purpose of this section is to allow you to upgrade your current hosting plan to a more resourceful one.
|

|
If you compare the new design with the old one, you will find out that it is only the purpose of this section that is still the same. The new shopping-cart interface allows you to change your plan in 2 steps, providing with complete information for the hosting plan features. In the section for each plan, there is a short description of the hosting plan features and the price of the upgrade. To get more detailed information for the hosting plans you must click on the name of the hosting plan.
|

|
The Compare All Plans link in each section, displays in a pop-up the complete information for the hosting plans. You just have to review the list of features and decide which plan you should upgrade to.
|

|
Once the hosting plan is selected, click the Next button to get to Step 2 where you must select the currency (USD, EUR, GBP, CAD, AUD) and the payment method (2Checkout or PayPal).
|

|
| | 08/01/2007 | WHOIS / ID Protect Service Available |
Today we are launching a new service that concerns the security of your domain names. The service is called ID Protect (also known as WHOIS / ID Protect) and is purposed to protect your personal or business information displayed in the WHOIS from spammers, fraudsters and solicitors who use the WHOIS data (e-mail addresses, phone numbers, etc.) illegally. In other words, once the service is activated, the registrar will display fictitious details in the WHOIS, so that the real information will stay hidden, but all the e-mails that are sent to the fictitious e-mail address will be filtered and forwarded to the actual e-mail address set in the WHOIS.
The ID Protect service can be ordered only for domain names registered with us, and has its own expiration date that is not related to the expiration date of the domain name. Another important thing is that this service is available for the .com / .net / .org / .biz / .info TLDs, but is not supported by country domain names like the .us TLD.
Let's see how to activate WHOIS protection for your domains.
ID Protect for new domain(s)
|
 |
Just start the domain registration process from the Register / Transfer tab in the Domain Manager of the web control panel. At the top of the page, where you must setup the WHOIS information and order the service, you will see the domain name(s) that you have selected with the option to choose whether you want to activate ID Protect service and for how many years. When a domain is registered and the ID Protect service is activated, a green-shield-icon will be displayed in the Domain Manager. A single click on the icon will allow you to enable or disable the service. |
ID Protect for already registered domain(s)
|
 |
There are three ways to order ID Protect for domain(s) that have been registered with us.
The easiest way is to get into the Domain Manager and there click the Add link in the ID Protect column for the domain that you want to protect.
The other way is to use the Quick Controls option in the upper-left corner of the web Control panel. In the panel with the information for the domain that you have selected, you will find a WHOIS section with an Order ID Protect link. If you have activated the service for that domain, in place of this link there will be a Manage ID Protect link that will allow you to enable or disable the protection.
The third way to order the ID Protect service is to choose the Edit WHOIS option in the Domain Manager and to choose the green Order WHOIS / ID Protection link that is available there. |
Management of ID Protect service
|
 |
ID Protect service that is already active can be enabled or disabled at any time. This can be done using the Manage ID Protect link located in the Quick Controls panel of the domain names, or with a single click on the green shield for the selected domain name in the Domain Manager. It is recommendable that you disable the ID Protect service, when you are attempting to transfer a domain name away to another registrar, in order to approve the transfer request that is usually sent via e-mail. |
| | 07/02/2007 | Servers Migration to a New Rack |
We would like to notify you that on Friday, July 6th, we will perform transfer of a few servers to a new rack. The transfer will take place between 7AM to 3PM GMT (2AM to 10AM EST) and will cause 20 to 30 minutes downtime to the following servers: SupremeCenter21, SupremeCenter22, SupremeCenter23 and SupremeCenter24. The hosting services that will be affected by this activity include the websites and the e-mails of all hosting accounts that are hosted on any of those servers.
We apologize for any inconvenience this action may cause to you and your business. | | 05/22/2007 | 2 new super servers are online - SupremeCenter49 and SupremeCenter50 |
It is our pleasure to inform you that 2 new super serves were added to our rapidly expanding network of servers. SupremeCenter49 has the latest contemporary hardware specifications:
# Intel Xeon E5335 2.0 GHz (4 cores total, 8 GHz total)
# 4 GB of RAM
# 4x500 GB SATA in RAID10 configuration (for customer files - total 1000 GB)
# 2x74 GB SATA in RAID1 configuration (for system and logs usage)
SupremeCenter50 has the following hardware:
# Dual AMD Opteron 265 GHz (4 cores total)
# 4 GB of RAM
# 4x750 GB SATA in RAID5 configuration (for customer files - total 2250 GB)
# 2x160 GB SATA in RAID1 configuration (for system and logs usage)
| | 05/10/2007 | The new Domain Manager is online! |
| Dear Valued Customers,
We have news for you! We are pleased to announce that the new Domain Manager is online. It is a lot more intuitive and informative and has many new features. Plus, new shortcuts for everyday use were added to the Web Hosting Control Panel for your convenience.
The Domain Manager: What's the whole story about?
Up till now, you have been using the Domain Manager exclusively to manage WHOIS information, DNS settings, Registrar Lock status and EPP authorization key - features concerning domain registration only. Our team has developed the new Domain Manager as a joint solution for management of registered and hosted domain names from one place, thus saving your time and making it more convenient for you.
What's new?
 |
New domain management options are now available. Domain parking is the most important option that we have implemented. It applies to domain names registered through the Domain Manager. In order to have a domain name parked, it must have a Floating" status. We have implemented two parking solutions for you. You can either set up a website template (Standard, For Sale or Under Construction) that we have developed, or set up a redirection URL. |
| |
| Domain renewal for up to 5 years is possible now. This option, together with the multiple-year domain registration option, prevents you from worrying about your domains' expiration dates and considerably improves their page rank. |
| |
 |
The new advanced interface of the Domain Manager contains a menu comprised of 6 groups. The names given to these groups are self-explanatory for the status of the domains located inside. It is worth mentioning that those domains, which have just been registered, have a "Floating" status, and that you can choose whether to host or park them. |
| |
 |
The Domain Manager is more informative now. Just one click on a domain name is sufficient to provide you with the information needed to manage its WHOIS, subdomains, e-mails and web content through the File Manager. The complete domain information is accessible via the View all domain details link. Information about the domains' current Google and Alexa rankings is available as well. |
| |
 |
The new shortcuts in the Web Hosting Control Panel: The Quick Control shortcut, which is now available, will make the management of any chosen domain name that is currently hosted much easier. It presents the complete information about a given domain that is available in our system. |
| |
 |
A Visit Store link has been added to the Web Hosting Control Panel as well. Thus, you will be able to visit our webstore and stay up to date with the latest offers. |
As always, additional information about functionality and the meaning of the designation is available in the Help section of the Domain Manager. Tutorials will be added as well, and the Help Center's F.A.Q. section will be updated soon. | | 05/04/2007 | The new Domain Manager is coming soon! So watch out for some action! |
To make it easier for you to manage your domains, we have made significant changes to the Domain Manager. More options have been added and the interface has been greatly improved so that you can handle many domain names easily in one single place - your web hosting account. The new Domain Manager is currently undergoing severe tests and will be available to you by end of the next week. However, we now share some secrets with you about it.
Domain Parking
The most important new feature is, without a question, the domain parking option. Now you can park domains in your hosting account. We offer two domain parking templates. The first one is a simple "Under Construction" page and the other one is a "For Sale" page for those of you who are selling their domain and want to let the visitors know about it. You can support us by parking your domain with a template, which displays two of our web hosting plans and leads potential customers to our website.
Quick Controls
Soon you will notice the Quick Controls box on the left. This new feature allows you to easily access all the settings of a specific domain. You will see all the valuable information and options put together on a single page, including even the domain's Google and Alexa ranks. The idea is simple - to give you quick control over the most commonly used settings.
Improved Visual Interface
The Domain Manager looks different now. The visual interface has been changed and the whole section has been re-organized to make it easier for you to manage your domains and to give you fast access to all options available in the new Domain Manager. Look for the available help on the left to get concrete information about a certain domain status or icon.
Please wait patiently until the new features get actually launched! | | 05/02/2007 | Custom php.ini configuration is available! |
Due to the high demand from most of our customers, we are adding a new feature, which allows you to customize the php.ini file for all your PHP-based scripts and applications.
Now you can control some of the settings of the PHP interpreter by modifying a PHP configuration file called php.ini. This file enables you to choose whether global variables are turned on, the directory to upload files to when you write scripts, and the maximum allowed size for uploaded files.
Depending on the PHP runtime version you have selected for your scripts in the PHP Settings section of the Control Panel, you can edit the php.ini file for both PHP 4 and PHP 5. To do so, simply browse through the contents of your /sys folder, located in the root of your account. There you will find two folders - php4 and php5, inside each of which there will be a separate php.ini file. If you are using PHP 4 for your scripts, just edit the php.ini located in the /sys/php4/ folder with a text editor. All .php files in your account will adhere to the settings you've just applied, once you save them. This means that the modification you make will affect all .php files recursively in all your account's folders.
For more information and typical php.ini settings, please visit the core php.ini directives web page. | | 04/11/2007 | New Quad Core server added - SupremeCenter48 is online |
It is our pleasure to inform you that a new server will be added today to our rapidly expanding network of servers. SupremeCenter48 has the latest contemporary hardware specifications:
# Intel Xeon E5335 2.0 GHz (4 cores total, 8 GHz total)
# 4 GB of RAM
# 4x400 GB SATA in RAID10 configuration (for customer files - total 800 GB)
# 2x160 GB SATA in RAID1 configuration (for system and logs usage) | | 02/23/2007 | Recent Service Problems |
During the past two days you may have noticed some issue that occurred after a recent change in the way our web hosting platform works. The affected services were mainly SiteStudio and FrontPage Extensions support. Some other services may have been affected as well though. We have solved most of these problems as we usually follow all service reports and monitor the servers 24/7 to take immediate actions if required.
We had to make some small service upgrades and system adjustments after we officially introduced PHP 5 around our network of servers. Some minor issues may arise within the next few days. If you notice any problems with your web hosting account, please report them to us and we will help you right away.
We appreciate your understanding and your patience. | | 02/22/2007 | New section PHP Settings has been introduced! |
A new section has been introduced in the Control Panel, which allows you to easily manage the way your PHP-based applications are handled and run by the web server. You can choose whether PHP 4 or PHP 5 to use by default. PHP 5 is now officially supported on all servers.
There are several differences in the configuration and in the way certain functions and expressions are handled. PHP 4 has a larger installed base at this point, but since PHP is a server side script, it will hardly affect the end user. PHP 5 is simply a newer release, which offers its own improvements and add-ons. However, there might be some incompatibility issues when certain applications are run on both versions. You should use PHP 5 only if it is required by the script author. | | 02/08/2007 | False security email scam |
Today we have received numerous reports about false email notifications being sent to domain owners of domains hosted on our supremecenter43.com server. The email has the subject "Hosting Regular Security Maintenance" and asks you to install a script in your account. This email is not originating from us and it is a fraudulent one. If you receive such email, please delete it and do not download the attachment.
Here is a copy of the spoof email:
Quote:
Reply-To: security.admin@supremecenter43.com
Subject: Hosting Regular Security Maintenance
Date: Thu, 08 Feb 2007 00:20:54 -0800
Dear supremecenter43 valued Members
Regarding our new security regulations, as a part of our yearly maintenance we have provided a security guard script in the attachment.
So, to secure your websites, please use the attached file and (for UNIX/Linux Based servers) upload the file "guard.php" in: "./public_html" or (for Windows Based servers which use ASP) upload the file " guard.asp" in:
"./wwwroot" in your site.
If you do not know how to use it, you can use the following instruction:
For Unix/Linux based websites that use PHP/CGI/PERL:
1) Download the attachment named " guard.zip"
2) Extract file "guard.php"
3) Login to your site Control panel.
4) Open "File Manager" window.
5) Go through "Public_html" or "htdocs"
6) Choose "Upload Files"
7) Upload the file "guard.php"
8) Check its URL too "http://www.yoursite.com/guard.php", if it is ok
For Windows based websites that use ASP:
1) Download the attachment named "guard.zip"
2) Extract file "guard.asp"
3) Login to your site Control panel.
4) Open "File Manager" window.
5) Go through "wwwroot" directory
6) Choose "Upload Files"
7) Upload the file "guard.asp"
8) Check its URL too "http://www.yoursite.com/guard.asp", if it is ok
Thank you for using our services and products. We look forward to providing you with a unique and high quality service.
Best Regards
supremecenter43 Inc
http://www.supremecenter43.com
The email is being sent to the email address provided in the WHOIS of domains, hosted on our servers. Our administrators are currently working on improving our servers' security to avoid such incidents in the future.
We strongly advise you to doubt any emails that come with an attachment and ask you to install certain software on your computer or on your web space. Spammers have become very ingenious in their efforts to steal people's personal information, so please be careful.
Thank you for your time and attention.
| | 02/07/2007 | Dutch language added to the Control Panel. |
This innovative web hosting Control Panel is now translated and available in Dutch. Starting today, all clients from the Netherlands will be able to use it in their native language.
The addition of the Dutch language is a result of our commitment to offer excellent customer support. You can change the language of the web hosting control panel through the drop-down menu at the top right of the control panel as well as through the Customize Control Panel section of the My Account drop-down menu at the top of the control panel or through the Customize Control Panel icon at the bottom of the home page of the web hosting control panel. | | 01/08/2007 | New Quad Core server added - SupremeCenter45 is online |
It is our pleasure to inform you that a new server will be added today to our rapidly expanding network of servers. SupremeCenter45 has the latest contemporary hardware specifications:
# Core 2 Extreme QX6700 (2.66 GHz with 8MB Cache and 4 cores)
# 4GB of RAM
# 4x400 GB SATA in RAID10 configuration.
| | 11/29/2006 | New server added - SupremeCenter44 is online |
It is our pleasure to inform you that a new server will be added today to our rapidly expanding network of servers. SupremeCenter44 has the latest contemporary hardware specifications:
# Core 2 Duo 2.4 GHz E6600 with 4MB Cache
# 4GB of RAM
# 2x500 GB SATA in RAID1 configuration.
| | 11/24/2006 | SPF Protection ensures your Internet privacy! |
The hosting Control Panel has been equipped with another tool, designed to give you more control over your domain's sender policy.
As you may already know, domains use public records (DNS) to direct requests for different services (web, e-mail, etc.) to the computers that perform those services. All domains have e-mail (MX) records to tell the world what computers receive mail for the domain.
SPF stands for Sender Policy Framework, and is an extension of SMTP that stops e-mail spammers from forging the "From" fields in an e-mail. As SMTP itself does not carry an authenticating mechanism, the SPF extension provides the authentication scheme by specifying which computers are authorized to send e-mail from a specific domain. In order to use SPF, the domain sending e-mails must establish an SPF record that is published in the DNS records.
SPF works by publishing "reverse MX" records to tell the world what machines are authorized to send mail from the domain. When receiving an e-mail message, the recipient can check those records to make sure mail is coming from where it should be coming from. This means that the sender domain is compared to the SPF record for that domain to determine if the e-mail sender is indeed authorized to transmit e-mails from that particular address. If the e-mail comes from a domain that is not authorized, the DNS server will disregard the e-mail request. In other words, SPF prevents people from stealing your e-mail addresses and pretending that it is you who send junk/spam e-mail to other people.
Please note that these settings are for advanced users only!
For more detailed information, you may check the Show/Hide Help in the SPF section itself. | | 11/15/2006 | New features in Domain Manager |
You can now perform variuos operations with one or more of your domain names simultaneously. Depending on the current domain status, you can renew registration, edit WHOIS information, edit DNS settings, lock/unlock at the registrar, register name servers and obtain EPP authorization key. Simply use the checkboxes on the left to select domain names and then perform a desired action by clicking on the corresponding button.
The registrar-lock feature is quite useful when you would like to secure your domain name and prevent it from being stolen. To check the current status of the lock, simply click on the icon beside a domain name. You can then lock or unlock it prior to a domain transfer. However, you should always keep your domain names locked.
Most of the top domain registrars now require that each domain name has its own EPP key. The EPP Authorization Key represents a code, which is required when authorizing domain transfers. If you would like to obtain the EPP key for a specific domain name, simply click on the EPP icon. An EPP key is available only for domain names registered with us and with status OK. | | 10/20/2006 | New server added - SupremeCenter43 is online |
It is our pleasure to inform you that a new server has been recently added to our rapidly expanding network of servers. SupremeCenter43 has the latest contemporary hardware specifications:
# Dual Core Athlon64 4800+
# 2GB of RAM
# 2x400 GB SATA in RAID1 configuration. | | 09/19/2006 | Allowed CPU usage has been increased! |
Our constant efforts continue with the improvements of the web hosting services that we offer. The allowed CPU usage of each and every hosting account has been vastly increased.
The CPU usage stands for the average server load generated by your scripts during a specific time period - an hour, an entire day or a whole month, and is estimated by comparing your CPU time to the total CPU time (100%), which is assumed to be 34560 seconds.
You should often check this value in order to comply with the maximum allowed CPU usage for your particular account type.
The allowed CPU usage has been increased from 3% to 4.5%. We believe that the new value will give you more freedom when you host high CPU consuming applications such as blogs, forums, cms etc. However, you should always check if there are any new versions or security updates for your applications. Usually, the new versions are more optimized than the old ones in terms of resource usage. | | 09/15/2006 | Web Hosting Control Panel v1.2 has just been released! |
We are proud to announce that today we launched the latest version of our well-known hosting Control Panel.
The new Control Panel v1.2 now features the following major improvements:
- Modified titles and descriptions of the main sections;
- Quick domain registration and transfer;
- Multi-year bulk domain registrations and transfers available in the Domain Manager;
- Detailed Context Help in each and every main section under the Show/Hide Help link;
- Advanced Load Stats with additional resource reports allowing you to examine the exact running processes;
If you have any questions or feedback, please contact our support team.
Enjoy the new ultimate userfriendliness! | | 08/25/2006 | New server added - SupremeCenter42 is online |
It is our pleasure to inform you that a new server has been recently added to our rapidly expanding network of servers. SupremeCenter42 has the latest contemporary hardware specifications:
# Dual Core Opteron 265
# 2GB of RAM
# 2x500 GB SATA in RAID1 configuration. | | 08/10/2006 | Bulk domain name registrations and transfers |
We are happy to announce that the entire Domain Registration section of the hosting Control Panel has been updated to accomodate the new bulk domain registrations and transfers.
From now on, you will be able to register up to 50 domain names at once. For every single domain name search query you put, you will get a result showing you whether the particular domain is available for registration or transfer.
If you'd like to register or transfer the .com, .org, .net, .us, .info, .biz SLD of a domain name, simply take advantage of the multiple domain registrations and transfers we are now offering! | | 08/04/2006 | Domain registrations/transfers temporary unavailable! |
We would like to announce that all domain registrations and transfers will be temporary unavailable on Saturday. Our domain registrar is adding a new data center in order to improve the quality of the services.
The migration will cause a short service outage from 01:00 AM GMT to 11:00 AM GMT on Saturday, August 5, so that these changes take effect. For our US customers, the outage will start on Friday, August 4, at 5:00 PM PDT, and will end on Saturday, August 5, at 3:00 AM PDT.
All domain registrations and transfers will be pending until the registration system is back online. Our Sales department will approve your account orders but the domain registrations and transfers will be delayed while the changes are taking effect. Existing domain names will operate without interruptions.
Thank you in advance for your understanding! | | 07/20/2006 | New features in the hosting Control Panel! |
Hello,
We are happy to announce that we have just added some tweaks and new features into our great hosting Control Panel. The quick and easy help tooltips now show over all icons on the Home page when you point your mouse over them. A RSS news generator has been added to the Elefante tools section. You are now able to modify the MX records of your subdomain names.
If you are not sure what a certain section of the Control Panel does, simpy point your mouse over its icon and learn more from the easy-to-understand tooltip. It's really quick to receive help this way, isn't it?
The Elefante Tools sections now offers an additional feature - the RSS News. It allows you to add free news content onto your website. Specify the news category and paste the code, that's all you need to do in order to present up-to-date information on your website.
And even more, you are now able to edit the MX records for your subdomain names that you have created in your hosting account. This is done in the Custom DNS Records section.
We hope these improvements will be a great value for you! | | 06/13/2006 | Spam/junk e-mail blocking system improvements UPDATED |
We are happy to make your e-mailing experience even more secure. From now on, our mail servers will be adjusted not to receive mail from mail servers whose hostnames do not resolve back properly by a reverse DNS lookup of their IPs.
This security restriction will prevent your mailboxes from receiving spam and junk e-mails because most of the spammers send mail from random addresses on servers which do not resolve back the correct hostnames. The reverse DNS lookup of the sender's IP will also decrease the needed time for the messages to be delivered to your inbox and will generally improve your privacy.
UPDATE: The reverse DNS check for e-mails sent to e-mail addresses on our web hosting servers has been disabled. | | 04/20/2006 | New server added - SupremeCenter38 is online |
It is our pleasure to inform you that a new server has been recently added to our rapidly expanding network of servers. SupremeCenter38 has the latest contemporary hardware specifications:
# Dual Core Opteron 165
# 2GB of RAM
# 3x300 GB SATA in RAID5 configuration. | | 04/07/2006 | New server added - SupremeCenter36 is online |
It is our pleasure to inform you that a new server has been recently added to our rapidly expanding network of servers. SupremeCenter36 has the latest contemporary hardware specifications:
# Dual Core Athlon64 3800+
# 2GB of RAM
# 3x300 GB SATA in RAID5 configuration. | | 03/24/2006 | New Webmail installed |
We have again improved our custom-made Control Panel, by adding another webmail client at your service. Horde webmail client has been installed across all servers in our network. It is much more advanced mail client and has a lot of new great features.
The previous webmail client, HastyMail, still remains online, but its linking has been changed to http://www.supremecenterXX.com/webmail/old/. Please update your bookmarks! Happy mailing@ | | 03/14/2006 | New server added - SupremeCenter35 is online |
It is our pleasure to inform you that a new server has been recently added to our rapidly expanding network of servers. SupremeCenter35 has the latest contemporary hardware specifications:
# Dual Core Athlon64 3800+
# 2GB of RAM
# 3x300 GB SATA in RAID5 configuration. | | 02/27/2006 | Control Panel v1.0 RC1 has just been launched! |
We are happy to announce that today we have launched a release candidate version of our well-known hosting Control Panel. Our hard work continues in order to bring you the most easy-to-use and at the same time advanced web hosting control panel ever.
Control Panel v1.0 RC1 now features a new fresh outlook of the main menus, a News section, an updated Account Usage table, MySQL Stats, Load Stats and Elefante Tools:
- The Java-based menus create a new browsing experience through the main sections of the Control Panel.
- Below the Account Usage table you can find the most recent hosting news.
- The Account Usage table now contains the file quota of the hosting account.
- MySQL Stats section will give you detailed statistics about the queriers made to your databases.
- Load Stats section displays the server load per a specified time period. It is quite useful when you check what is the average load that your website(s) generate.
- Elefante Tools section contains both administrative tools, as well as search engine optimization tools. You are now able to submit your web site to numerous search engines for better indexing.
More new and advanced features are currently being developed and will be released very soon at your convenience. If you have any questions or feedback, please contact our support team.
Expect the final version! | | 02/16/2006 | SupremeCenter34 went Live! |
We are glad to inform you that a new server has been recently added to our rapidly expanding network of servers. Of course, SupremeCenter34 has the latest contemporary hardware specifications:
- Dual Core Athlon64 3800+
- 1GB of RAM
- 3x300 GB SATA in RAID5 configuration.
All the new signups are now being directed to SupCenter34. | | 02/02/2006 | SupremeCenter31 and SupremeCenter32 have gone Live |
It is our pleasure to inform you that two new servers have been recently added to our expanding network of servers. They have the following hardware specifications:
# Pentium 4 3.0 GHz
# 2GB of RAM
# 2x300 GB SATA HDDs in a RAID1 configuration.
Currently, all the new signups are being directed to SupCenter32. | | 01/10/2006 | New Server Available |
It is our pleasure to inform you that a new server has been recently added to the network of servers that lie in the basis of our web hosting services. It has the following hardware specifications:
- Dual AMD Opteron 242 CPUs
- 2GB of RAM
- 2x250 GB HDDs in a RAID1 configuration.
All the new signups are now being directed to SupremeCenter30 whose first feedback was "Hello World!". | | 12/30/2005 | Our newest server is a fact already |
It is our pleasure to inform you that a new server has been recently added to the network of servers that lie in the basis of our web hosting services. The new addition comes to embrace the demands of the growing number of users who opt to take advantage of our online products.
The new server comes with the following characteristics: dual AMD Opteron 244 CPUs, 2GB of RAM and 2x250 GB HDDs in a RAID1 configuration.
We'd like to apologize for the delay in delivering this news to you. | | 12/09/2005 | Kernel update procedure |
We would like to draw your attention to the fact that on Monday, December 12th, we are planning to execute kernel update procedures on the following servers:
SupremeCenter5.com, SupremeCenter6.com, SupremeCenter7.com, SupremeCenter8.com, SupremeCenter9.com, SupremeCenter10.com, SupremeCenter11.com, SupremeCenter12.com, SupremeCenter13.com, SupremeCenter14.com, SupremeCenter15.com, SupremeCenter16.com, SupremeCenter18.com, SupremeCenter22.com.
The update procedure is expected to last about four hours starting from 9 a.m.(GMT). In consequence of the scheduled operations, there may be temporary downtimes of maximum 15 minutes per server, as this period for SupCenter8.com may take up to 40 minutes.
We apologize in advance for any inconvenience caused. | | 12/07/2005 | New Server Added |
We would like to announce that our network of web hosting servers has grown with another addition - SupremeCenter 28. The newly-introduced server is intended to accommodate the constantly growing number of customers, who have chosen to use our web hosting services.
The new server comes with the following parameters: CPU Pentium 4 at 3.0 GHz, 1GB of RAM and 2x250 GB SATA HDDs in a RAID1 configuration. | | 11/18/2005 | Server 20 Customers Moved to New Server |
We would like to announce that on Sunday, November 27, 2005 between 9AM and 4PM GMT (4AM and 11AM EST) all customer accounts on server 20 will be moved to a new server. The move will provide improved service stability for customers hosted on server 20. The new server has the following hardware parameters: Dual Xeon CPUs at 2.8GHz (800MHz FSB), 3GB of PC3200 DDR RAM, 4x300GB SATA hard drives with 16MB of cache in RAID10.
Our system administrators will do everything possible to avoid inaccessibility to customer websites during the move. However, the MySQL and E-mail services on server 20 will not be accessible for a period that should not exceed 2 hours during the account transfer procedure. | | 11/11/2005 | Data Center Scheduled Quarterly Server Maintenance |
Our data center provider, HostCentric, has informed us that on Sunday, November 13, 2005 between 1AM and 5AM Eastern Standard Time (6AM and 10AM GMT), they will perform a scheduled quarterly server maintenance procedure. The official announcement from the data center is available bellow:
As part of our ongoing efforts to improve the HostCentric hosting platform, we will be performing our scheduled quarterly server maintenance between 1:00 a.m. and 5:00 a.m. Eastern Time this Sunday, November 13.
Between the hours of 1:00 and 5:00, there will be brief periods of time during which your Web site may not be accessible. We understand that the availability of your Web site is critical and will do our best to minimize any service interruptions.
The work we'll be doing will enhance the security and stability of our hosting platform. Though we have scheduled this task for a time when traffic to Customer sites is typically at its lowest, we apologize in advance for any inconvenience. | | 11/01/2005 | Scheduled Maintenance on SupremeCenter6.com |
| We would like to inform you that tomorrow, November 2nd, from 9AM GMT to 11AM GMT, a scheduled maintenance procedure will be performed on SupremeCenter6.com. The eventual downtime will not exceed 30 minutes during the maintenance period. We apologize for any inconvenience caused! | | 10/18/2005 | Addition of New Server Names and Settings |
We would like to announce that starting from Tuesday, October 18, 2005, 4:30PM GMT (11:30AM EST) several additions were made to server names, login pages, temporary website URLs and mailserver. The additions have been made to increase server accessibility and avoid any potential future problems similar to the ones caused by the unexpected change of the status of one our server domains (supremeserver11.com) to REGISTRAR-HOLD by our domain registrar due to abuse on the temporary website URL given to our customers. All of the additions will not affect any existing customers.
We have added a new domain to the current supremeserverXX.com domain and mailserver mail.supremeserverXX.com of each server. This way you will be able to access your control panel from either supremeserverXX.com or supremecenterXX.com. The mailservers will be accessible through both mail.supremeserverXX.com and mail.supremecenterXX.com.
We have also added a new domain, which will be used as a temporary website URL by the customers who signup. The domain is scXX.info for all servers with the exception of servers 7, 9, 21 and 24, for which the respective domain is scXX.biz. This domain will only be used for the temporary website URL and we strongly recommend that our customers should not use it for a period longer than 30 days after the account creation. It is not advisable to use this temporary URL as permanent website address. | | 10/13/2005 | MySQL and PHP Updates |
We would like to announce that on Monday, October 17, 2005 between 8AM and 10AM GMT (3AM and 5AM EST), the MySQL and PHP will be updated on all servers from our network. The MySQL server will be upgraded from version 4.0 to version 4.1. In addition to the MySQL upgrade, support for PHP version 5 will also be added to our servers. Support for both PHP 4.4 and PHP 5 will be available on our servers simultaneously. Customers who wish to use PHP version 5 need to create their PHP files using the extension .php5. The purpose of the updates is to improve server security and stability, and offer a larger choice of options to the web hosting customers.
Short interruptions in the availability of our services are possible during the update period. Thank you for your patience and understanding. | | 09/30/2005 | Scheduled Maintenance |
| SupCenter would like to announce that on Monday, October 3, 2005 between 8AM and 10AM GMT (3AM and 5AM EST) we will conduct a scheduled maintenance procedure on web hosting servers with numbers from 5 to 20 inclusive. The listed servers may be inaccessible for short intervals during the specified maintenance timeframe. | | 09/26/2005 | Scheduled Server Maintenance |
| SupServer would like to announce that on September 28, 2005 between 8AM and 10AM GMT we will conduct a scheduled maintenance procedure on web hosting servers with numbers from 22 to 27 inclusive. On September 29, 2005 between 8AM and 10AM GMT we will conduct a scheduled maintenance procedure on web hosting servers with numbers from 5 to 20 inclusive. The listed servers may be inaccessible for short periods during the specified maintenance timeframes.
We ask you to excuse us for any possible inconveniences and thank you for your patience and understanding. | | 09/16/2005 | Service Upgrades Quantity Increased |
SupServer has the pleasure to announce that, starting from 12:00 GMT (07:00 EST) of September 16th, 2005, the quantity of the following Service Upgrades was increased while the prices remain unchanged:
Domains Hosted - you get 2 Domains Hosted at the price of 1
Traffic - you get 4GB of traffic at the price of 1GB
Storage - you get 400 MB of disk storage at the price of 100 MB
MySQL Databases - you get 3 Databases at the price of 1
MySQL Quota - you get 10 MB MySQL at the price of 1MB.
For any questions regarding the new pricing, please contact the support team. | | 09/14/2005 | Another Server Added to Our Network |
We are happy to announce the addition of a new server to our expanding network of web hosting servers. The newly launched server is intended to accommodate the constantly growing number of customers, who have chosen to use our web hosting services.
The new server comes with the following characteristics: Dual AMD Opteron 242 CPUs, 2GB of RAM and 2x250 GB HDDs in a RAID1 configuration. | | 09/12/2005 | Maintenance on Server 21 Completed Successfully. |
We are glad to notify you that the maintenance procedure on SupServer20 was completed with success!
The downtime did not exceed 20 minutes.
Thank you for your understanding in the matter! | | 09/10/2005 | Scheduled Maintenance on Server 21 |
Scheduled Maintenance on Server 21
We would like to announce that on Monday, September 12, 2005 at 9:00AM GMT (4:00AM EST) we will perform a scheduled maintenance procedure on SupServer21. The user database on the server will be considerably optimized. This optimization will result in a much more stable and faster performance of the server. The expected server inaccessibility period should not exceed 1 (one) hour.
Please, excuse us for any possible inconvenience, that you may experience as a result of this scheduled maintenance procedure. | | 09/10/2005 | Maintenance on Server 20 Completed Successfully. |
| The user database optimization procedure on server 20 was completed successfully. Thank you for your patience and understanding. | | 09/09/2005 | Scheduled Maintenance on Server 20 |
Scheduled Maintenance on Server 20
We would like to announce that on Saturday, September 10, 2005 at 8:00AM GMT (3:00AM EST) we will perform a scheduled maintenance procedure on SupServer20. The user database on the server will be considerably optimized. This optimization will result in a much more stable and faster performance of the server. The expected server inaccessibility period should not exceed 2 (two) hours.
Please, excuse us for any possible inconvenience, that you may experience as a result of this scheduled maintenance procedure. | | 08/11/2005 | New Server Introduced |
We would like to announce that a new server has been added to our web hosting network. The new server will house the growing number of web hosting accounts and will facilitate the growth of services provided to our customers.
The new server comes with the following characteristics dual AMD Opteron 244 CPUs, 2GB of RAM and 2x250 GB HDDs in a RAID1 configuration. | | 08/10/2005 | PHP Updated to Version 4.4 |
We would like to inform you that the PHP on our servers was upgraded to version 4.4 from version 4.3. The upgrade was required due to the numerous bug and security fixes introduced in version 4.4, and is intended to improve the server security.
To function properly PHP modules must be compatible with PHP 4.4. PHP modules currently installed, requiring version 4.3 or lower, must be updated. Appropriate updates are available for download on the Internet.
For example, one of the applications having compatibility issues with PHP 4.4 is the ionCube encoder. Customers using such scripts need to do the following:
1. Download the following update for ionCube: http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.zip
2. Unpack the zip file.
3. Locate the directory where the script is installed. Usually this is the directory listed in the error message received.
4. Connect to the script directory via FTP and install the update there.
In addition, many PHP forum scripts such as Simple Machines Forum require an update as well. Details about the Simple Machines Forum update can be found here: http://www.simplemachines.org/community/index.php?topic=41955.0
Users, who have hired a web developer or a web master to create their site, should contact them to carry out the required updates.
If you encounter problems with the functionality of the PHP scripts on your web site, you must perform the required updates.
We care about the safety of our customers. This is why we strive to introduce all the necessary security updates and fixes that would improve the security of our servers and services. | | 07/08/2005 | Another Server Launched |
| We are glad to announce that a new server has been added to the growing number of web hosting servers that support our service. The newest member of our SupServer family is coming to meet the ever-increasing demands of the web hosting market. It will serve our new clients by means of the following parameters: Dual Xeon 2.66, 2 GB RAM, 2x200 GB HDDs. | | 07/07/2005 | Linux Library Upgrade |
We would like to announce that tomorrow, July 8, 2005 due to Linux library updates there could be a brief interruption in the availability of the following servers: SupremeCenter5, SupremeCenter6, SupremeCenter7, SupremeCenter8, SupremeCenter9 in the period between 3AM and 5AM EST (8AM and 10AM GMT). The total service interruption should not exceed 20 minutes for each server.
We would like to apologize for the possible inconveniences. | | 06/24/2005 | Linux Kernel Upgrade on SupremeCenter21 |
| SupremeCenter wishes to inform you that on Monday, June 27, 2005 we will upgrade the Linux kernel on SS21 from version 2.4 to version 2.6. The upgrade will result in improved server performance and reliability, because Linux kernel v. 2.6 is faster and more stable than Linux kernel v. 2.4. Due to the scheduled upgrade, there can be brief interruptions in the availability of the service in the interval between 4 AM and 8 AM EST. | | 06/03/2005 | New Server Added to Our Network |
We are happy to announce the addition of a new server to our expanding network of web hosting servers. The newly launched server is intended to accommodate the constantly growing number of customers, who have chosen to use our web hosting services.
The new server features dual Intel Xeon CPUs at 2.66 GHz, 2 GB RAM, and 2x160 GB HDDs. | | 05/14/2005 | Major software updates |
Please, be informed that due to major software updates applied to SupremeCenter5, the server will experience maximum 20-minute downtime on Tuesday May 17th.
The starting hour of the procedure will be 4 AM EST. | | 05/14/2005 | Server Upgrade |
We would like to inform you in reasonable advance that a 15-30-minute downtime is expected to take place on Monday, May 16th. It will be related to SupremeCenter20.
The reason for this downtime is the addition of another HDD (Hard Disk Drive) to the server.
The starting hour of the procedure is 4 AM EST. | | 04/19/2005 | New Server Launched |
Our team is glad to inform you that our business growth commitment has produced another pleasing result: the addition of a new server SupremeServer22 to our family of web hosting servers. The newly launched server comes to provide more resources for the ever-increasing number of users of our web hosting services.
The new family member's functionality is based on: Dual Xeon 2.66 GHz, 2 GB RAM, 2x160 GB HDD. | | 04/15/2005 | PHP5 test version |
SupremeServer team would like to inform you that we have launched a test on how the latest version of PHP PHP5 will work on our servers. We are using our latest server SS21 for the test. Please, be informed that the files written in this scripting language will only work if they feature the extension .php5.
We would be very glad to have your feedback on the matter! | | 03/22/2005 | Automated Script Installer Available |
We would like to announce that an automated script installer called Elefante installer is already available in the web hosting control panel. The installer has been available for a few days and we received several bug reports and fixed a few major bugs, so we changed the version of the installer from beta 0.9 to beta 1.0 (release candidate). We intend to release the final version of Elefante in a couple of weeks. Reports regarding any remaining bugs are welcome.
Elefante installer provides automated installation of over 30 popular PHP scripts grouped in the following categories: Ad Management, Blog, Calendars, Classified Ads, Content Management, Customer Support, Discussion Boards, E-commerce, File Manipulation, Groupware Tools, Image Galleries, Portal Systems, Server Management and Web Hosting Tools. The script installer is available in the Tools section of the web hosting control panel. | | 03/11/2005 | Free scripts added |
We are glad to inform you that since today a new feature is available in your Control Panel - Free Scripts. This is still a BETA version, which means that it is possible to experience difficulties or problems during the installation of the scripts.
Our developers are currently working in order to release full version of the Free Scripts feature as soon as possible.
| | 03/02/2005 | SupremeServer20 Maintenance Procedure Completed Successfully |
We would like to inform you that the scheduled SupremeServer20 maintenance has been completed successfully. The new backup disk was installed on the system and now a complete backup procedure is currently in progress. The total downtime of the server did not exceed our initial estimates of 30 minutes.
Once again, please, excuse us for any inconveniences that might have been caused by the maintenance procedure. | | 03/13/2005 | SupremeServer20 Maintenance Rescheduled |
We would like to inform you that SupremeServer20 maintenance that was scheduled for Monday, February 28, 2005 will be postponed to Wednesday, March 2, 2005 due to technical reasons. The maintenance procedure will cause some interruptions in the work of SupremeServer20 on Wednesday, March 2, 2005 in the interval between 4:00 AM and 7:00 AM EST.
A new backup disk will be installed on the server during this time and this will lead to short interruptions (from 5 to 10 minutes) in the work of the server. The total downtime for this scheduled maintenance procedure is not expected to exceed 30 minutes.
Please, excuse us for any inconveniences that might be caused by the maintenance procedure. | | 03/13/2005 | SupremeServer20 Maintenance |
We would like to inform you that there will be some interruptions in the work of SupremeServer20 on Monday, February 28, 2005 in the interval between 4:00 AM and 7:00 AM EST.
A new backup disk will be installed on the server during this time and this will lead to short interruptions (from 5 to 10 minutes) in the work of the server. The total downtime for this scheduled maintenance procedure is not expected to exceed 30 minutes.
Please, excuse us for any inconvenience that might be caused by the maintenance procedure. | | 02/17/2005 | New server in action |
The family of users' servers has been enlarged with the recent addition of supremeserver21.
The newly-launched server comes to provide more space and bandwidth for the ever-increasing number of users of our web hosting packages.
The new family member's functionality bases on:
Dual Xeon 2.66 GHz, 2 GB RAM, 2x160 GB HDDs | | 01/28/2005 | New Improvements Added to Web Hosting Control Panel |
We are happy to announce the substantial new improvements added to the Web Hosting Control Panel. The Web Hosting Control Panel is now available in French in addition to English, German, Spanish and Bulgarian. A completely new theme called "Kalo" has been added to the Control Panel as well. The new theme is available in the following colors: green, blue, sky blue, red and orange. You can change the theme and its color from the Change Theme button at the top right of the Control Panel, through the Account Profile drop-down menu at the top of the page and through the Change Control Panel Theme link in the lower part of the Control Panel home page.
An even more significant addition to the Web hosting Control Panel is the introduction of Flash video tutorials for each section of the Control Panel. The Flash video tutorials are accessible from the Support drop-down menu at the top of the Control Panel and through the Video Tutorials link at the bottom right of the Control Panel homepage. When you access the video tutorials you will be taken to a list containing all available tutorial video and you can watch any tutorial of your choice. You can also choose a section of the Control Panel from the drop-down menus at the top of the page and you will be taken to the respective section of the Control Panel, where next to the Help link icon (a question mark) you will see a Video Tutorials link and icon (a film strip). If there is a single tutorial video associated with this section of the Control Panel, it will start when you click on the Video Tutorials link or icon. In case that there is more than one video tutorial associated with the respective section of the Control Panel, you will see the list of all available tutorials for this section. You can watch the video tutorial that you choose by clicking on the link with its title.
We hope that the addition of video tutorials will greatly enhance the usability of the Control Panel, while the new theme will raise number of aesthetic choices and the French version will increase the market reach and presence of our services. | | 12/07/2004 | Upcoming new server |
Supremeserver's family of users' servers has been enhanced with seven servers, since we last informed you about the Supremeserver10 introduction.
Supremeservers: 11,12,13,14,15,16,18 have provided additional value to our server potential.
Our team of developers is currently operating on our new Supremeserver20. The soon-to-be-launched new server is another step in our initiative to accomplish speed increase and time reduction in our web hosting service.
With the upcoming launch of Supremeserver20, Supremeserver's family will incorporate 14 users' units, ranging from Supremeserver5 to Supremeserver16, with the exception of Supremeserver17 and 19. | | 08/06/2004 | Spam protection and E-Mail filters added |
We are happy to present to your attention two brand new services, which are now available in the Control Panel.
The first one is an SPAM protection, which will prevent your mailboxes from different types of SPAM. The SPAM will be detected according to different commonly accepted criteria, classified into five levels of detection. You can test all five levels (from Low to Very High) by customizing the service to delete or redirect detected messages, thus finding the level that will best suit your needs.
The second service is called E-mail filters. By using this service for a selected by you alias, all incoming mail to this alias can be filtered according to conditions set by you. All messages, which correspond exactly to the conditions you have set, can be deleted or redirected to any other e-mail address.
(Note that this is a generally set e-mail filter and messages cannot be redirected into different folders but only to e-mail addresses.)
If you can think of more useful conditions for filtering messages or you have any suggestions about the service in general, do not hesitate to send them over to the support team. | | 05/10/2004 | Network maintenance scheduled for 5/11/2004 |
A network maintenance process will be carried out on May 11th, 2004.
The starting point will be 3:00 AM (EST, Miami/FL time) and the duration is supposed to occupy not more that 5 minutes. Consequently, all sites from the network on SepremeServer will be offline during that process.
We are sending our apologies for this inconvenience in advance. | | 04/19/2004 | Anti-virus protection added on all SupremeServer servers |
The long-expected protection from e-mail viruses is already a fact from the beginning of this week (April 12, 2004). An automated anti-virus protection was installed on all servers from the SupremeServer hosting network. This applies to all SMTP and POP3 servers.
The anti-virus software contains definitions of over 20,000 existing viruses.
Virus definitions are updated every two hours (120 minutes). This guarantees maximum protection to all SupremeServer hosting customers.
If your PC is infected by a virus, which is spread by e-mail, SupremeServer anti-virus protection will not allow the virus to spread using SupremeServer SMTP servers. The same is valid when you receive your e-mail from our POP3 servers.
You should all be aware of the fact that any anti-virus protection can save you only from existing and recognized viruses. This is so, because unfortunately the people who create and spread viruses over the world have the last say on this issue.
SupremeServer asks for understanding from all our hosting customers regarding viruses. We are all vulnerable to every new virus on the Internet and cannot be protected in any way until a definition for this virus is written. This takes some time.
SupremeServer hopes that you will be satisfied with this new, extremely useful and completely free service. | | 04/16/2004 | Servers maintance scheduled for 4/18/2004 |
| Server update is scheduled to take place on Monday midnight EST, 4/18/2004. This activity will result in 20 minute downtime for all our servers. | | 03/31/2004 | Hardware upgrade of SupremeServer10 completed. |
| The upgrade of SupremeServer10 has been completed successfully. There was a 10 minute downtime and currently the server is fully operational and more reliable. | | 03/23/2004 | Access and error logs |
SupremeServer is happy to inform you that Access and Error Logs are available once again on our servers. The service was redeveloped from scratch and launched after a two-week pause.
You can activate generation of raw logs for your subdomains from the 'Access & error logs' section of the Control Panel.
In case you encounter any problems, or you have any questions, do not hesitate to contact the support staff by opening a new ticket from the 'Help Section' of the Control Panel. | | 03/12/2004 | Load average table added |
A table for monitoring the server load is available for your convenience. It is located into the "Server Information" section. The table contains the load average for 3 periods - 1 minute, 5 minutes and 15 minutes load average.
Do not wonder if the load does not change every time you refresh the page. In order to avoid increasing the server load we have set a 15 minute table update term.
The server load will rise to 1.5 - 2 everyday between 10 p.m. to 11:30 p.m. EST as this time is used to run the daily backups which cause greater disk usage.
If, for any reason, you see the server load higher than 2 at any other time, you can request help as this could be evidence for possible spam activity. We will investigate all reports for higher load and stop any spam activity. | | 03/12/2004 | New supreme server added |
Supremeserver10.com has been added. The server runs on a P4 2.8 GHz and hard drives are set in a RAID5 configuration.
SupremeServer is proud to announce the finalization of the purchase of a small hosting company. All of their clients are now located on supremeserver9.com using the SupremeServer Control Panel. | | 01/30/2004 | New server added |
| A new server has been added to our rack. The server configuration is P4 2.4 GHz, 1.5 GB memory & 36 GB SCSI hard drives in RAID5. All new modifications and Control Panel updates have been applied to all servers. | | 01/13/2004 | Access and error logs |
| Many updates introduced today! Access and error logs are now available. | | 01/13/2004 | Custom MX and A records. |
| Ability to modify the MX and the A records is available now. To do this, enter the "Custom DNS records" menu. | | 01/13/2004 | SSL certificate generation |
| We have added an option for generating of SSL certificates. | | 01/12/2004 | OS Commerce and formmail scripts sending problem |
Webmasters using OS Commerce and formmail scripts on our servers might experience problems setting up the posting of customer forms due to the following restriction in our mailserver:
Either the 'From:' or the 'To:' field of the form must contain an e-mail address hosted on our server.
By default, these forms use the webmaster's e-mail address in the 'From:' field (which is usually hosted on a different server) and that's the reason messages are rejected.
In this case please correct the 'From:' or the 'To:' field. Check the PHP/Perl section of the FAQ for a custom example of a working formmail script. |
|
The News services. The News products. The News offers. The News sale.
|
| |
|  |
|