|
|
|
|
|
| Our Company Philosophy |
|
|
|
We believe that creating a successful web presence should be easy and affordable. Our goal is to possess the best quality and all-embracing services at favorable prices.
Do it GOOD, do it EASY, do it NOW: It doesn't matter if you are building a website the first time or you if you're an experienced web site designer. We give the tools and help to everyone at it needs. It should be possible to everyone to own it's up-to-date website.
Hand-over best Tools and Service: In over 10 years development our Webhosting Control Panel has reached a high-end customer satisfaction level. Easy-to-use, fast and reliable.
We have develployed easy one-click-installation tools helping you to setup web-based open source applications like phpBB forums, Joomla content management, AdvancedGuestBook, WordPress, PhpFusion, Xoops Portals and many others.
Helping you with an extensive Customer Support:
Our experienced, fast responsive support team will help you with all questions and issues concerning your successful online presence.
Providing Design and Web Consulting Service:
If you don't have the possilbility and time to create a web site, our experienced and award winning web site creators team will provide you an all-embracing web design service. We will communicate with you directly and create or customize the online presence you have always wished.
Do it Affordable:
Since we are in the online business for more than 10 years we have established our own secure data centers all around the world, developed our own software and hardware infrastucture which guarantees best standards in the market. All that operating knowledge makes us understand to be efficient at a maximum and to be affordable to everyone!
|
| Contact Us |
|
|
|
| Sales Inquiries |
|
 |
|
Get answers to your web hosting sales and billing inquiries instantly! Please click on the following image to chat with one of our sales representatives. |
|
| For information concerning our prices and payment methods, call sales team on the phone numbers below or fill out the form below. |
|
New York Sales Team
On business days:
8:30 AM - 16:30 PM EST
Phone:+1 (347) 223 5853
|
|
London Sales Team
On business days:
7:30 AM - 5:30 PM GMT
Phone:+44 20 8 1234 790
|
|
Abuse, Copyright issues
Authorized representatives (no support here):
D.Dimitrov: +49 (176) 216 29750
+49 (431) 221 5143
R.Raitschew: +49 (176) 632 23420
|
|
Corporate Headquarters:
AttractSoft GmbH
Mathildenstr. 18
24148, Kiel
GERMANY
Phone (no support here): +49 (431) 729 8523
Fax: +49 (431) 232 8011
|
|
|
|
|
Web Hosting Frequently Asked Questions
1. I haven't received my welcome email. What should I do?
Probably the mail server you are using has blocked the welcome email we have sent you. Please contact us with the contact form available on our Contacts section, providing email address at another mail server and we will resend the welcome email to the this email address. For example, if at the signup you have provided email address at Yahoo, you may contact us, providing your email at Gmail.
[x] hide this answer
2. How do I start/upload my site to your hosting?
To get started, you will probably want to upload your site and test it on a free subdomain. Please go to your control panel Subdomain Manager menu and create a subdomain on any of the domains you are allowed as options in the dropdown menu.
You will notice that a corresponding directory for that subdomain is automatically created for it at path: /home/www/sub.domain.com and such folder is created in the File Manager.
Please make sure you upload your web data (site) to this folder. You will then be able to address your site by typing in http://sub.domain.com (note "www." won't work for subdomains).
If you do not have an FTP client yet, we recommend you download and familiarize yourself with FileZilla. Very efficient and easy to use http://filezilla-project.org/download.php?type=client
To establish FTP connection, please start your FTP client, type in the login details in their respective fields
FTP Hostname: All FTP Hostnames are listed in your control panel, FTP Manager menu on the bottom of the page;
FTP Username: FTP username is listed in your Control Panel, FTP Manager menu;
FTP Password: The one you have assigned to your FTP account. For the default one FTP account if you haven't changed it, the password is the same as your initial hosting account password;
If you are using a particular FTP client that also has a field input for "Remote directory", please type in: /home/www
You may find the File Manager very useful to browse over your site's files and even edit these files.
[x] hide this answer
3. I would like to close my account. How?
Please login to your control panel and find the Account Closure menu. There you should only repeat your username and password, write a short feedback and conform you want the accout to be closed.
[x] hide this answer
4. Why is my site showing "This domain still has no index.html page uploaded!" page?
This is our default index.html which is automatically added when you create a domain/subdomain into the Domain/Subdomain Manager. Upload your own index.html page to see your site's default page.
[x] hide this answer
5. What PHP functions are disabled on free accounts?
The following PHP functions are disabled on free accounts due to system/security reasons: allow_url_fopen, fsockopen, pfsockpen, getrusage, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chgrp, realpath, link, exec, passthru, curl_init. For further restrictions, please refer to our Terms of Services FREE Hosting.
[x] hide this answer
6. Can I change my php.ini settings and/or switch to php 5.x?
Yes however only clients on paid accounts can change certain php.ini settings from their web hosting control panel as well as switch from php 4.x.x.x to 5.x.x.x using PHP Settings menu.
[x] hide this answer
7. I lost my username and/or password. What can be done?
If you can recall your username/Client ID, please use the lost password retrieval tool at our web site. If you lost your username/Client ID as well, you can simply contact us by sending an email from the email address used originally for the account registration and ask for your details.
[x] hide this answer
8. I uploaded my site but it doesn't show up when I type in my domain/subdomain in a browser.
Please check whether you uploaded the site to the exact location associated with the domain/subdomain.
Visit the subdomain manager and you will find the folder for the site at all domains/subdomains within your account. Next, please visit your File Manager to check if the data has been uploaded correctly and that permissions of the files are 755.
[x] hide this answer
9. My web site (written in php) has difficulty to display the symbols £, € etc. When text is called from a database, how can this be rectified?
Here are several things you need to set up in order to have these signs displayed correctly:
- Inside your control panel, phpMyAdmin should be set to the following unicode standard: 'utf-8';
- Meta tags on all pages should be: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- All texts should be imported in the database using unicode standard: 'utf-8' as well;
[x] hide this answer
10. What is the php memory size limit your platform supports?
11. How to enable Zend Optimizer/Ioncube support for my web hosting account?
This instruction applies only for paid hosting accounts and requires to EDIT the php.ini file.
Inside your web hosting account, PHP Settings menu add the following line at the end of the file:
# For Ioncube and php4:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.4.so
# For Ioncube and php5:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
# For Zend Optimizer and php4:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend_php4/lib/Optimizer-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend_php4/lib/ZendExtensionManager.so
# For Zend Optimizer and php5
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend_php5/lib/Optimizer-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend_php5/lib/ZendExtensionManager.so
zend_optimizer.optimization_level=15
[x] hide this answer
12. How to unzip files directly on the Server?
There are two ways to extract .zip files directly on the server:
1.The first one is by using SSH
->Run the following command over SSH:
unzip theziparchive.zip
2.The second way is with PHP script.
-> Create file unzip.php in the current directory where your zip file is and add to the file the following script:
<?
`unzip theziparchive.zip`;
?>
[x] hide this answer
13. How to import MySQL Database over SSH?
1. First upload your .sql file inside your account.
2. Create SSH access using the SSH Manager, then SSH your account.
3. Using SSH go inside the folder where your .sql file is and run the following command:
mysql <DB> -h <HOST> -u <USER> -p <PASS> < file.sql
[x] hide this answer
1. What is a Domain name and do I really need one?
Domain name is the unique name of your website that differentiates it from the other sites on the Internet. The domain name is the address of your website. You can move your domain name from one host to another.
[x] hide this answer
2. How can I purchase a domain name?
You can purchase a domain name from your control panel. You should follow the steps:
1. Login to your customer's control panel;
2. Go to Upgrades;
3. Click on Domain Registration;
You will be forwarded to a form where you can choose the domain name you wish to register.
[x] hide this answer
3. I signed up for your service however I wasn't able to see my assigned subdomain/URL anywhere inside my control panel.
Upon creation of your account we have not assigned/created any subdomain. You should create one yourself i.e. yourname.domain.com from your control panel, Subdomain Manager menu. Once you create a subdomain the system will automatically create a corresponding folder inside your File Manager menu with the same name as your subdomain. Subsequently, you should upload your web site files inside this directory to have the site files set up correctly.
[x] hide this answer
4. How to use my already registered domain name with your web hosting service?
To set up the domain with us, add the domain through the Domain Manager menu, inside your hosting control panel. Once added under 'NS' column, you will see the proper DNS next to the domain name. You need to point out your domain to the specified name servers. You can do so either by asking your domain provider, or you can do it yourself if you have a domain control panel.
[x] hide this answer
5. Can someone see my personal information I provide when register a domain name?
When you register a domain name this information is recorded in the so called whois database, which is publicly available.
[x] hide this answer
6. Is there a way to hide my personal contact information when registering a domain name?
Yes, you can hide your personal contact info to reduce the chances identity theft and data mining by purchasing WHOIS Protection. If you want to enable this protection for domain name(s) registered with us, please open a trouble ticket to the support team with your inquiry.
[x] hide this answer
7. How can I change the path to my domains' content?
While the default domains' path is /home/www/yourdomain.com, you can change it for your convenience. You need to follow the steps:
1. Login to your customer's control panel;
2. Go to Website Manager;
3. Click on Subdomain Manager;
You will be presented a screen from where you can manage your subdomains. You can change a subdomain's content path by clicking on Edit Subdomain icon and type in the new content path.
[x] hide this answer
8. How can I change the custom(404) error page for my domain?
You can change the default 404 error page of your domain for your convenience only for paid accounts. You need to follow the steps:
1. Login to your customer's control panel;
2. Go to Website Manager;
3. Click on Subdomain Manager;
You will be forwarded to a page from where you can manage your subdomains. You can change a subdomain's error page by clicking on Edit Subdomains, just underneath Options and type in the page URL.
[x] hide this answer
9. How do I manage my domain's MX records?
Once you have setup your domain name with our services by assigning it our DNS servers, you can manage the MX records of your domain following these steps (only applies for paid accounts):
1. Login to your control panel.
2. Go to Website Manager.
3. Click on Domain Manager.
4. Click on Options on the right side of the domain.
5. Modify the MX record from the MX tab.
Note: Please note that you should allow 12-36 hours for any DNS changes to take effect.
[x] hide this answer
10. How do I manage my domain's A records?
Once you have setup your domain name with our services by assigning it our DNS servers you can manage the A record of your domain (only applies to paid accounts):
1. Login to your control panel.
2. Go to Website Manager.
3. Click on Domain Manager.
4. Click on Options on the right side of the domain.
5. Modify the IP address of your domain's A Record using the form.
[x] hide this answer
11. How do I manage my domain's SOA record?
Once you have setup your domain name with our services by assigning it our DNS servers you can manage the SOA records of your domain following these steps (only applies to paid accounts):
1. Login to your control panel.
2. Go to Website Manager.
3. Click on Domain Manager.
4. Click on Options on the right side of the domain.
5. Modify the IP address of your domain's SOA Record using the form.
[x] hide this answer
12. I have created a subdomain however my subdomain www.subdomain.domain.com is not working! Why?
Our system does not support "www" prefix for subdomains. You can visit your site by typing inside the browser just subdomain.domain.com or http://subdomain.domain.com.
[x] hide this answer
13. Do you have domain alias option i.e. two domains pointing to one and the same web site content? Why?
Yes, you can point two different domain names to one directory. Just go to the Subdomain Manager section in your Hosting Control Panel and edit the path of the 'www' subdomain of one of your domains.
For example you have added two domains via the Domain Manager section:
domain1.com
domain2.com
In the Subdomain Manager section you will have respectively:
www.domain1.com
www.domain2.com
Both domains are pointed to the respective folders:
/home/www/domain1.com
/home/www/domain2.com
To have your two domains loading one and the same content, please observe the following steps:
1. Upload your website at /home/www/domain1.com
2. Go to the Subdomain Manager section
3. Change the subdomain path of www.domain2.com from /home/www/domain2.com to /home/www/domain1.com
That's all. Your domains will open one and the same website.
[x] hide this answer
1. What is FTP?
FTP is the abbreviation for File Transfer Protocol. FTP client enables you to upload remotely and easily files to your hosting account.
[x] hide this answer
2. How do I upload my website?
You can upload your website using any FTP Client or the File Manager inside your hosting Control Panel.
[x] hide this answer
3. I don't have FTP client. Where should I get one from?
One of the most famous FTP clients are Cute FTP, Crystal FTP, Smart FTP, etc. You can search for one through the well-known search engines like Google, Yahoo, etc.
[x] hide this answer
4. What are my FTP settings so that I can establish FTP connection?
The FTP settings are as follows:
•FTP Host: All FTP Hosts are listed in your Control Panel, FTP Manager section on the bottom of the page;
•FTP Username: FTP username(s) are listed in your Control Panel, FTP Manager section;
•FTP Password: The one you have assigned to your FTP account, for the default one FTP account if you haven't changed it, the password is the same as your initial hosting account password;
•port: 21
[x] hide this answer
5. How to Delete, Rename, Copy or Move files or directories?
Inside your Control Panel simply mark the check box corresponding to the file or directory you would like to manage
and click the command button ( Rename, Copy or Move ). When you move files a dialog box pops up where you need to
specify the path where the file should be moved e.g. /home/www/domain.com/new/destination/folder/.
[x] hide this answer
6. How to change permissions (CHMOD) of a file or a directory?
If you upload with File Manager all files/folders are uploaded/created by default with 755 permissions.
You can change the permissions of your files/folders only via FTP client. Most well-known FTP clients with a right click on a file/folder you can find an option for changing file/folder's permissions.
All php files need 755 permissions to work properly.
[x] hide this answer
7. Can I edit a files' content through the Control Panel?
Yes, you can. Inside your Control Panel, File Manager section, next to each file there is an icon in the form of a paper sheet. Click on the icon to view and edit the files' content.
[x] hide this answer
8. How do I upload my files using the File Manager?
To upload a locally stored document, please observe the following steps:
- Browse to the specific directory inside the File Manager where you would like the file to be uploaded.
- Select the file by the 'Browse' button and click the 'Upload File(s)' button.
[x] hide this answer
9. I can't establish FTP connection, I constantly receive this response '500 Unable to service PORT commands'?
10. What are the upload limits on File Manager and FTP client for your free and paid hosting?
Free accounts: File Manager - 500 kb, FTP - 500 kb
Paid accounts: File Manager - 10 MB, FTP - no limit
[x] hide this answer
11. How can I upload my website's content and are there any restrictions?
There are two methods that you can use to upload your website's content. You can either use the built-in File Manager in the control panel or use your favourite FTP client. In order to reach the File Manager, you should login to your account and follow the steps:
1. Go to Website Manager.
2. Click on File Manager.
You will be forwarded to a complete list of your uploaded files/directories. You should scroll down and find the 'File Upload' section - there is a limit 3 uploads at a time using the form.
In case you want to simultaneously upload more files, you can use your favourite FTP client. It is vital that the client supports 'PASSV'(also referred as 'passive mode') and you use the following FTP settings:
1. Ensure that you have enabled PASSV(passive mode) from your FTP client's configuration.
2. FTP Hostname: All the hostnames that you can use are listed in your control panel's FTP Manager for your convenience. The FTP Manager is located in the Website Manager section.
3. FTP Username and Password: The FTP users configured for your hosting account are listed in the control panel's FTP Manager(Website Manager section).
While the paid hosting packages don't have any upload restictions on file size or type, the free accounts do. The following file types are restricted from uploading on Awardsapce free web hosting - .htacl, .htaclu, .avi, .mov, .mp2, .mp3, .mpeg, .ram, .asf, .quota, .vbs, .shs, .scr, .exe, .cmd, .torrent, .wmv, .wma, .rm, .zip, .rar, .tar, .gz
[x] hide this answer
12. FTP error messages: Response: 426 Transfer aborted. Operation not permitted
This error message normally occurs on free accounts. The EasyStarters hosting packages is free and has certain limitations. In this case the error message is generated due to to the size of the file - it is bigger than 500KB which exceeds the file size limit on the free account.
[x] hide this answer
1. How can I connect to my MySQL/PostgreSQL database? What settings should I use for my script/software?
The correct MySQL/PostgreSQL database settings are:
- DB Host: See your MySQL/PostgreSQL Manager section under DB Host column.
- DB Port: 3306(for MySQL) / 5432(for PostgeSQL)
- DB Name: The database name you have assigned, listed inside MySQL/PostgreSQL Manager section of your control panel.
- DB Username: The database username you have assigned, listed inside MySQL/PostgreSQL Manager section of your control panel.
- DB Password: The database password you have assigned.
[x] hide this answer
2. How can I access my database online?
Login your contorl panel, click on the phpMyAdmin/phpPgAdmin icon, then use the following credentials:
- Username: The database name you have assigned, listed inside MySQL/PostgreSQL Manager.
- Password: The database password you have assigned.
[x] hide this answer
3. I can't establish MySQL connection and get this error: "Warning: mysql_connect(): Can't
connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2) ?
You cannot make connection through socket, please use MySQL settings to
establish connection ( please refer to previous question ).
[x] hide this answer
4. I am trying to access mysql via SSH command line, what is the path to mysql command via SSH?
5. The SQL server is rejecting any INSERT queries. Why?
Please note that some of our hosting packages have a set limit for maximum database size. If you have reached the limit, the sql server will reject any inserts. You can easily monitor your databases usage following the steps:
1. Login to your control panel.
2. Go to Website Manager.
3. Depending on the type of database, click on MySQL Manager or PostgreSQL Manager.
You will be presented with a screen which contains a list of your current databases and a form through which you can create new databases. You can monitory the current database usage from the list and particularly the Space Quota and Used Space columns.
[x] hide this answer
1. How can I create an e-mail account?
To create a working e-mail account you need to have a domain and/or corresponding subdomain. Once you have that, go inside your Email Manager menu and enter the e-mail account name and password and click on the 'Create E-mail' button.
Please not that free accounts can only receive emails, however not send! With free accounts you can create email accounts only if you have a domain name!
[x] hide this answer
2. What will happen if I delete a mailbox?
Deleting a mailbox will delete the selected mailbox along with all e-mail aliases, e-mail filters and spam protection assigned to it.
[x] hide this answer
3. How do I check my e-mails using the Webmail?
Webmail is accessible from http://mail.yourdomain.com* and also from your hosting panel, Webmail section. Login to Webmail with your e-mail address and password.
*replace yourdomain.com with your hosted domain name
[x] hide this answer
4. What is a mailbox?
5. How can I set a quota to an e-mail account?
To assign a quota to an e-mail account, you should following the instructions below:
1. Login to your control panel.
2. Go to E-Mail Manager.
3. Click on E-Mail Accounts.
You should click on the Change Quota button underneath the Options tab. Please note that the maximum mailbox quota currently supported is 1024 MB.
[x] hide this answer
6. I can't send e-mail. All outgoing e-mails are being rejected. Why?
SMTP is disabled for the free accounts due to spam concerns.
If you have a paid account, please make sure in the account properties of the Outlook Express / MS Outlook you have checked the box 'My server requires authentication'. Please note that if you are using different e-mail client the settings might be different ( please refer to Question 9 further below ).
[x] hide this answer
7. What are my POP3/IMAP settings to configure it with email client?
The mail settings are as follows:
• Username: Your e-mail address;
• Password: Your e-mail password;
• POP3 Server: yoursubdomain.yourdomainname.com or mail.yourdomainname.com
• SMTP Server: if you have paid account use mail.yourdomainname.com;
SMTP (Simple Mail Transfer Protocol) is disabled for all free accounts due to spam concerns.
[x] hide this answer
8. I can't send e-mail. The error I receive is 'Outlook is unable to connect to your outgoing (SMTP) e-mail server. If you continue receiving this message, contact your server administrator or Internet service provider (ISP).'
First make sure you have checked in the account properties of the Outlook Express / MS Outlook the option 'My server requires authentication'. Please note that if you are using different e-mail client the settings might be different.
If not, proceed to the following test. Open Command Prompt and type: telnet mail.yourdomain.com 25, press 'Enter'
If you do not get response '220 mail.yourdomain.com mail server' this means your PC (Firewall or Antivirus Program) blocks port 25 and thus filters your outgoing emails.
Solution: Disable the option of your/your network firewall to block port 25, contact system administrator, ISP or Antivirus Program producer for help on how to disable port 25 filtering.
Alternatively you may use port 587.
[x] hide this answer
9. I can't send e-mails. It seems that the POP3/IMAP connection is not working. Please help?
In order to check, if your email client does connect to POP3, please observe the following steps:
- Open command prompt from -> Start button -> Run -> type cmd, a black dialog box will open the so called Command Prompt
- Type in -> telnet mail.yourdomain.com 110 -> press 'Enter'
You should receive - OK status, this means POP3 is working and connection is ok to the mail server.
In order to check if your email client does connect to IMAP, do the following:
- Open command prompt from -> Start button -> Run -> type cmd, a black dialog box will open, this is the so called command prompt
- Type in -> telnet mail.yourdomain.com 143 -> press 'Enter'
You should receive - OK status, this means IMAP is working and connection is ok to the mail server.
[x] hide this answer
10. I am unable to use PHP mail() function from my paid hosting account, why?
Here is a script example you can test php mail function with:
<?
$from = "From: You <you@yourdomain.com>";
$to = "you@yourdomain.com";
$subject = "Hi! ";
$body = "TEST";
if(mail($to,$subject,$body,$from)) echo "MAIL - OK";
else echo "MAIL FAILED";
?>
This script is sending email (to you@yourdomain.com) and printing "MAIL - OK" on the page.
Please note that the 'from' header should be an existing email account inside your Email Manager of your hosting Control Panel.
[x] hide this answer
11. How to set up email forwarding?
To set up forwarding for all emails coming to any@yourdomaindomain.com to be forwarded any@anydomain.com, do the following:
- Go to your Control Panel -> E-mail Manager section -> E-mail Filters menu;
- If you want all emails sent to any@yourdomaindomain.com to be forwarded to any@anydomain.com, these are the correct settings in the E-mail Filters menu:
E-mail: any@anydomain.com (choose from the drop down menu)
Rule description: any@anydomain.com type any explanation for this rule
Filter priority: any not already taken from 1 to 500, start from 1
Set filter criteria: 'Addressed To' ,type any@anydomain.com
Action to be taken: 'Forward message to e-mail' any@anydomain.com
If you want the emails sent to any@yourdomaindomain.com, to be forwarded to any@anydomain.com, and in the same time kept in any@anydomaindomain.com as well, you should specify all emails to be forwarded to any@anydomain.com as well as any@anydomaindomain.com, space delimited.
[x] hide this answer
12. I'm having trouble setting up an email account in Thunderbird, what are the correct settings?
Delete the email account you have already set up, start again and follow these steps:
- Tools -> Account Settings
- Add Account -> New Account Setup -> Choose Email account
- Identity:
- Your Name: Firstname Lastname
- Email address: name@domain.com
- Server Information:
- Choose IMAP
- Incoming Server: mail.yourdomain.com
- User Names:
- name@yourdomain.com
- Account Name:
- name@yourdomain.com
- Finish -> OK
Thunderbird might ask you for email account password, enter it.
- Inside your Thunderbird right click on the email account -> choose Properties
- Dialog box will open, go to Server Settings -> click on 'Advanced' button
- Second dialog box will open, in IMAP server directory write: INBOX, click Ok on the second dialog box
- On the first dialog box on the left below find -> Outgoing Server (SMTP), click on and choose 'Add'
- A dialog box will open with title 'SMTP Server' enter the following settings:
Settings:
- Description: name@domain.com
- Server Name: mail.domain.com
- Port 25
Security and Authentication:
- Check box 'Use name and password' should be checked.
- Username: name@yourdomain.com
Confirm all dialog boxes with OK, close Thunderbird and reopen it again. You may be asked for
your password again, place the password and check the box to save it.
This is the whole process of setting up an email account with Thunderbird.
[x] hide this answer
13. How can I add an e-mail alias?
To add an e-mail alias, you should follow the instructions below:
1. Login to your control panel.
2. Go to E-Mail Manager.
3. Click on E-mail Aliases.
You will be forwarded to a page where you will find a list of your current e-mail aliases.. To add the alias, you will have to complete the form.
[x] hide this answer
14. How can I access my Webmail?
You can access your webmail from the control panel, if you follow the instructions:
1. Login to your control panel.
2. Go to E-Mail Manager.
3. Click on Webmail.
You wil be forwarded to a login screen from where you can manage your emails via your web browser.
[x] hide this answer
Terms of Services - Free Hosting | Terms of Services - Paid Hosting | Semi-Dedicated Hosting Terms of Service | Domain Names Registration Policy
Terms of Services - FREE Hosting
PLEASE READ THOROUGHLY THIS DOCUMENT TO AVOID ANY MISUNDERSTANDINGS AND EVEN TERMINATION OF SERVICE!
AttractSoft shall provide its Services to YOU (Customer, User) under the following Terms of Services (TOS).
The TOS are intended to protect both the integrity and liability of AttractSoft and the Customer.
These TOS will be enforced to ensure the speed, power, performance, and reliability of our services.
YOU MUST understand and agree that the Service is provided on an "AS IS" basis and that AttractSoft assumes no
responsibility for the timeliness, deletion, misdelivery or failure to store any Customer communications, data or personalization settings.
- AttractSoft HOSTING SERVICES:
- MONTHLY TRAFFIC. The free hosting plan features fixed traffic allotment.
- DOMAINS HOSTED. AttractSoft Free hosting plan has a limit of the number of domains that can be hosted. For more information about the different plans refer to our web site.
- DISK SPACE. Each and every AttractSoft Customer agrees not to allocate more than 10% of its
hosting account space to image and multimedia (.gif, .png, .mpg, .jpg, .3gp) files.
Each and every AttractSoft Customer agrees not to allocate more than 10% of its hosting account space to archive
(.tar, .gzip, .iso, .nrg, .cue, .ccd, .img, .sub, .cue) files.
Each and every AttractSoft Customer agrees not to allocate more than 10% of its hosting account space to DB dump backup (.sql, .pgsql, .mssql, .mysql) files.
Each and every AttractSoft Customer agrees not to allocate more than 10% of its hosting account space to .pdf, .psd, .ppt files.
Each and every AttractSoft Customer agrees not to allocate more than 10% of its hosting account space to any identical file types.
- SERVER RESOURCES UTILIZATION. The Customer MUST understand that his/her account is located
on a shared hosting server setup and he/she must not use excessive system resources that might deteriorate
the server's performance and degrade the quality of service for other users. EXCESSIVE or MALICIOUS
system resources USAGE will result in AN IMMEDIATE ACCOUNT TERMINATION WITHOUT ANY REFUND.
- The Customer has a 25 000 inodes limitation.
- E-mail Inbox
- Since SMTP is ON you are allowed 31 mails of outgoing activity and to receive up to 3000.
- The Customer can have as much as 1 E-mail account.
- The Customer can send an e-mail to up to 5 recipients at the same time and cannot attach files bigger than 2 MB
- The E-mail inbox features 3000 inodes, 1 E-mail Filter (SPAM/Autoresponder), 1 E-mail Alias and a total quota of 50 MB
- The free plan has fixed disk space available at its disposal where 50 MB are the e-mail quota.
- Outgoing Connections are enabled but for trusted sites only (e.g. Facebook, Wordpress, Joomla, Twitter etc.)
You are not allowed to use outgoing connections for malicious purposes or any other kind of illegal activity.
- ACCOUNTS. The Customer has the right of having only one free account. This limitation does not
apply to paid accounts, i.e. The Customer can have as many paid accounts as he/she needs.
Every new free account created by a unique
Customer will be deleted upon inspection and our sole discretion unless The Customer contacts
a representative of AttractSoft.
-
- The Customer is responsible for building and updating his/her web pages, and
regularly backing up any related data.
- AttractSoft free hosted sites MAY be used as an entry to a
non-AttractSoft hosted site ONLY if the user is not automatically redirected to
the non-AttractSoft hosted site.
- FTP Usage
- FTP access is provided for the purposes of uploading content, maintaining content,
and downloading content for backup purposes only. It is not to be used for the
distribution of files.
- FTP usage for webcam purposes is STRICTLY FORBIDDEN.
- Free hosting plan users are allowed only 1 FTP account.
- All free accounts have an upload file size limit of 2MB!
- AttractSoft reserves the right to revoke or restrict any FTP access and/or
remove any web site that causes improper or excessive FTP usage.
- SCRIPTING Languages
- The usage of PHP/PERL/CGI/etc. and MySQL is STRICTLY FORBIDDEN for the following (but not limited
to) actions: running BOTS, IRC servers, online chats, link exchange systems, web crawlers, and
conducting attacks against third party systems. Such USAGE
will result in AN IMMEDIATE ACCOUNT TERMINATION WITHOUT ANY REFUND even if the Customer has upgraded his/her account
from a free to a paid one.
- AttractSoft reserves the right to revoke or restrict the access to any SCRIPTING Languages
and/or remove any web site or even an account for improper or excessive SCRIPTING
Languages utilization.
- The Customer is allowed 1 MySQL Database with 10 MB of total space. Max allowed MySQL queries are 3600/hour.
- Hotlinking is restricted and forbidden on AttractSoft.
- The following file types are restricted from uploading on AttractSoft
free web hosting - .htacl, .htaclu, .avi,
.mov, .mp2, .mp3, .mpeg, .ram, .asf, .quota, .vbs, .shs, .scr, .exe, .cmd, .torrent,
.wmv, .wma, .rm, .zip, .rar, .gz, .tgz.
- The following PHP functions are disabled on AttractSoft free web hosting due to
system/security reasons: allow_url_fopen, fsockopen, pfsockpen, getrusage, get_current_user, set_time_limit,
getmyuid, getmypid, dl, leak, listen, chown, chgrp, realpath, link.
- Inactivity Period
- Free accounts will be set to inactive if they haven't received
any traffic at all during the last 12 months. If your account
is set to inactive, the system will notify you 3 times over 5 days before
the account is blocked. After that you will get 3 additional notifications
over 5 days during which you can contact us or else your account will be
permanently deleted.
- If your account has been blocked due to violation of the terms of service, abuse, spam or any
malicious purposes then it will be deleted in 15 days without any notice.
- NO UNLAWFUL OR PROHIBITED USE
As a condition of your use of the AttractSoft Services, YOU will not use the
AttractSoft Services for any purpose that is unlawful or prohibited by these terms,
conditions, and notices. YOU must not attempt to gain unauthorized access to any
AttractSoft Services, other accounts, computer systems or networks
connected to any AttractSoft Services, through hacking, password mining
or by any other means. You must not obtain or attempt to obtain any materials or
information through any means not intentionally made available through the
AttractSoft Services.
AttractSoft, in its sole discretion, reserves the right to disclose at any time any piece of information that
AttractSoft deems necessary to satisfy any applicable law, regulation,
legal process or governmental request, or to edit, refuse to post or to remove, in whole or in part,
any piece of information or material.
Please, report any violations of these Terms of Services to abuse@supportindeed.com
- THIRD PARTY
Any dealings with third parties (as well as advertisers) included within the
AttractSoft Services or participating in promotions,
delivery and payment of goods and services, and any other terms,
conditions, warranties and representations associated with such dealings or promotions, are solely
between you and the advertiser or the other third party. AttractSoft cannot be held
responsible or liable for any part of such dealings and promotions.
- TERMINATION
YOU agree that AttractSoft, in its sole discretion, may terminate
your password, account (or any part thereof) as well as the use of the Service, and
remove and discard any Content within the Service, if you happen to violate these terms.
- YOUR RESPONSIBILITIES
YOU are solely responsible for the content of your web pages, messages or
data you or your sites's users upload on AttractSoft servers.
Using the AttractSoft Services in connection to surveys, contests,
pyramid schemes [HYIP], chain letters, junk e-mail, spamming or any duplicative
or unsolicited messages (commercial or otherwise) is prohibited.
In consideration of your use of the Service, YOU agree to:
- Provide true, accurate, current and complete information about
yourself as prompted by the Service's registration form.
- Maintain and promptly inform us to update the Registration
Data in order to keep it true, accurate, current and complete. If YOU provide any information
that is untrue, inaccurate, not current or incomplete, or AttractSoft
has reasonable grounds to suspect that such information is untrue,
inaccurate, not current or incomplete, AttractSoft has the right
to suspend or terminate your account and refuse any and all current or
future use of the Service (or any portion thereof).
- YOU will receive a password and account designation upon completing
the Service registration process. YOU are responsible for maintaining the
confidentiality of your account details, and YOU are fully responsible for all
activities that are assiciated with your account. YOU agree to:
- immediately notify AttractSoft of any unauthorized use of your password,
account and/or any other breach of security;
- ensure that you exit from your account at the end of each session;
- refrain posting, disclosing, providing, selling or offering to sell your
account details provided by AttractSoft to any third parties;
AttractSoft cannot and will not be held liable for any loss or damage arising
from your failure to comply with this.
- Any Customer in violation of our system or network security and/or
enormously overloading/over flooding the servers' utilization is subject to
criminal and civil liability, as well as an immediate account termination. Examples
include, but are not limited to, the following:
- Unauthorized access, use, probe,
rootkit or scan of a systems security or authentication measures, data or traffic;
- Interference with service to any user, host or network including, without limitation,
e-mail bombing, flooding deliberate attempts to overload a system and broadcast attacks;
- Forging of any TCP/IP packet header or any part of the header information in an
e-mail or newsgroup posting;
- The Customer agrees not to publish on or over his/her account any information,
software or other content which violates or infringes upon the rights of any others
or which knowingly contravenes the laws of any jurisdiction in which such content
is generally accessible.
- AttractSoft does NOT allow sites that provide any content,
points of distribution, or 'links' to sites that:
- Infringe on any third party's intellectual property or proprietary rights, or
rights of publicity or privacy;
- Violate any law, statute, ordinance or regulation;
- Are defamatory, trade libelous, threatening, unlawfully harassing, abusive,
pornographic or obscene;
- Contain viruses, Trojan horses, worms, time bombs, cancelbots, corrupted files,
or any other similar software/programs that may damage the operation of a
third party's computer or property;
- Contain Proxy, Pirated or Hacking / Phreaking Software (Warez). Moreover, any software
that is copyrighted and not freely available for distribution without cost, ROMs,
ROM Emulators and Mpeg Layer 3 files (MP3) - all fall under this jurisdiction. This includes also Torent
sites or links to Torent sites;
- Display/distribute Adult content as well as any erotic or pornographic material, links to adult sites,
or advertisements for adult sites;
- YOU acknowledge and agree that based on its sole discretion AttractSoft
might filter abusive words and/or links due to security reasons (i.e.
words or links of PayPal, eBay, AOL, Amazon [not limited to]).
- Use of phishing or mimic sites are strictly prohibited on AttractSoft,
any user's account suspected in such activity will be terminated WITHOUT refund and legal actions
will be started to the final extend of the law.
- YOU completely agree and understand that by sighing up with AttractSoft
you might receive system notification emails and newsletters.
- YOU acknowledge and agree that AttractSoft might change this
Terms of Services without notice and you are solely responsible to check for such
changes, follow up and comply with them.
- SPAMMING IS PROHIBITED
We will determine in our sole discretion whether any of the messages
you send are spam. For your information, spamming generally includes, but is not
limited to:
- Advertising of your AttractSoft hosted site using Unsolicited Email (spam). This is strictly prohibited and your account will be removed
immediately if it is involved in any type of spam activity;
- The bulksending of unsolicited messages, or the sending of unsolicited e-mails which provoke complaints from recipients;
- The sending of junk mail;
- The use of distribution lists that include people who have not given specific permission to be included in such distribution process;
- Posting commercial ads to USENET newsgroups that do not permit them;
- Posting articles containing binary encoded data to a non-binary newsgroups;
- Excessive and repeated posting of off-topic messages to newsgroups;
- Excessive and repeated cross-posting;
- E-mail harassment of another Internet Customer/s, including but not limited to, transmitting any threatening, libelous or obscene
material, or material of any nature which could be deemed to be offensive;
- The e-mailing of age- inappropriate communications or content to anyone under the age of 18;
- UNSUITABLE BEHAVIOUR
Any indecent abusive or insulting treatment towards a AttractSoft employee will be considered inappropriate.
Each Customer is anticipated to behave in a well-mannered way with AttractSoft employees regarding any requests
for help through e-mail, phone, etc. Each Customer should avoid applying any forms of written emotional outburst.
Any attempts of uncontrolled behavior will be interpreted as a breach of this Agreement.
Other acts of treatment towards AttractSoft employees that will be considered as unacceptable include verbal, oral,
written or delivered by a second party threats that are addressed to AttractSoft or any of its employees, partners,
equipment, and concerns. Any forms of such threats will be interpreted as a breach of this Agreement. AttractSoft
reserves the right to restrict or completly stop access to clients' accounts and even to once and for all stop clien't
hosting account without issuing a refund if any of the aforementioned rules are violated and if further communication
is not possible due to continued bad mannered client behaviour!
- COPYRIGHTS
Copyrighted material must not be placed on any Customer's account without the permission of
the owner(s) or the person(s) they specifically authorize. Only the owner(s) or such authorized
person(s) must upload copyrighted material to the account. Upon our receipt of a notice of a
claimed copyright infringement containing the above information, after confirmation we will
promptly remove the allegedly infringing material from the Services and carry out further
procedures if necessary. We will have no liability to any Customer of the Services for the
removal of any such material.
- MISCELLANEOUS
- AttractSoft cannot be held responsible for the content of pages
hosted under our service. AttractSoft does not review pages for content before
they are posted, and does not verify, endorse or otherwise take responsibility for the
contents of any user-created pages. However, we reserve the right to remove any page
from our servers which we determine is in violation of our rules and guidelines.
Users are solely responsible for all files contained in their own directory, and can
be held legally liable for the contents of their web site.
- The free hosting plan is 100% ads free and we will never force you to place our ads on your sites.
- AttractSoft may terminate any account at any time, without
a notice for conduct that it violates these guidelines, or for any other reason, and may
terminate user accounts and delete any and all user information for conduct that
AttractSoft believes is harmful to itsbusiness,
or any of its users, or partners. Pages found in violation of these items may be
a subject to immediate deletion and removal from our servers, and their webmasters may be
a subject to banishment from the AttractSoft network. The following is a
non-exclusive list of contents and behaviors that are UNACCEPTABLE on AttractSoft.
- Content that includes links to: nudity, pornography,
adult content, sex, extreme violence, or foul language.
- Content that condones, promotes, contains, or links to warez,
cracks, hacks, their associated utilities, or other piracy-related information,
no matter whether for educational purposes or not.
- Content that has been promoted through the sending of unsolicited
email (spamming) or mail fraud schemes, or pages that promote or condone the sending
of unsolicited email. Users who utilize AttractSoft resources, including
e-mail addresses, for spam are also s subject to prosecution under the fullest extent
of the law.
- Content that commits acts of copyright, trademark, patent, trade
secret or other intellectual property infringement.
- Content that is racist, or otherwise extremely offensive to others,
including content which aggravates, harasses, threatens, defames, or abuses others.
- Storage of log files or non-HTML content, or any use of space that
circumvents the display of advertising.
- Having password-only, hidden, or restricted access pages (all Web pages
must be accessible to the Internet community at large).
- Sites that exploit images of children under 18 years of age.
- Binary files, downloads, etc. that are not linked to an HTML page on
the user's site, such that an advertising banner is displayed. Links back to files
on a user's AttractSoft page from other sites must also link first to an
HTML page on AttractSoft, which then links to the binary files.
- Content that contains, links to, or participates in pyramid schemes [HYIP],
gambling, raffles, lotteries, and so forth.
- Content that posts or discloses personal identification information
or private information of individuals under the age of 13 or in connection with
materials directed toward individuals under the age of 13 without verifiable
parental consent.
- Content that provides, sells, or offers to sell the following:
controlled substances, illegal drugs and drug contraband, alcohol, weapons,
pirated materials, pornography or sexual products, programs to attack others,
illegal goods, escort services, instructions on making, assembling, or obtaining
illegal goods or weapons, information used to break copyright or trademark violations,
to destroy others' property, or to harm any people or animals.
- Content that takes part in, or allows any third party to take part in,
the following: reverse engineering, reverse compiling or otherwise deriving the
underlying source code or structure or sequence of the Technology; individual
passworking of Member sites or pages; altering copyright notices and attributes
(unless permitted in writing by the author/owner); and such practices.
- AttractSoft provides space for hosting Web pages but makes no implied
or express warranties about the reliability of this space or related services.
AttractSoft is not responsible for any deletion, alteration, or loss
of data due to network or system outages, file corruption, accidental deletion,
or any other reasons. AttractSoft makes no guarantees about server
reliability, speed, or consistency, and cannot be held liable for such.
- Users are responsible for regularly monitoring and creating backups
of their own files, and agree to use the AttractSoft resources and infrastructure
at their own risk. This service is provided on an "as is" basis without warranties of any
kind, either expressed or implied. Neither AttractSoft nor its partners makes
any warranty with respect to any content, information, services, or products provided through
or in conjunction with this free service.
- AttractSoft and its partners make no guarantee of the accuracy,
correctness, or completeness of any information on these Web pages and are not responsible
for any errors or omissions arising from the use of such information; any failures,
delays, or interruptions in the delivery of any content or services contained on our
servers; or losses or damages arising from the use of the content or services provided
by AttractSoft.
-
NO Guarantee of domain registration or successful renewal on free web hosting accounts
IMPORTANT NOTICE: The Free web hosting platform is still in Development (Beta mode) and as such there is likely to be some minor defects in the system.
Please note that we will do our best to provide you with decent service, however we can NOT provide any guarantee whatsoever that we will be able to register or renew your domain successfully if you are hosted on the free web hosting platform, even if you have paid for your domain registration or renewal service.
- AttractSoft may also link to or include on its web site
resources and information provided by 3rd party partners and providers. We do not
guarantee the reliability of this information, nor does the inclusion of this
information imply our recommendation of these services; it is merely provided
to assist you in the creation of your web site and provide added value to our
service.
- Because free accounts and its hosted sites are distributed by AttractSoft
and powered by Attractsoft GmbH, reserves the right to include traffic
generated by all web sites it hosts in its overall accounting of page views, unique
users, and other usage measures. This includes providing web traffic measurement
companies with all URLs distributed by AttractSoft
and powered by Attractsoft GmbH for use in their projection of
Attractsoft GmbH associated overall traffic.
Terms of Services - PAID Hosting
The service that is a subject to the following agreement is distributed by AttractSoft
and provided by Attractsoft GmbH, registered in Germany, Registration No.: HRB 7963 KI.
YOU (the Client) should be aware that by signing up for an account with AttractSoft,
YOU absolutely agree to position data on our servers, thus making it accessible to the wide public.
Hence the Client accepts that it is beyond the power of AttractSoft to restrict such
access and guarantee the security of your files. YOU are completely in charge of protecting
your data on AttractSoft servers, which suggests that you would consider
carefully any piece of information before uploading it to your hosting account on
AttractSoft servers. Please avoid publishing personal data that could be easily obtained
by the wide public and consequently abused online.
By completing the order form and purchasing a hosting plan you agree and understand that
this represents your electronic signature of this document.
AttractSoft PAID SERVICES:
- SERVICE AGREEMENT
AttractSoft shall provide its Services to YOU [the Client] under these Terms of Services [Agreement].
The Agreement is intended to keep the integrity of both AttractSoft and the Client and to
protect both parties from liability. This Agreement will be enforced to ensure the speed, power, performance,
and reliability of our services.
By completing the Order Form and any other documents or agreements additionally specified in this Agreement,
the Agreement constitutes the whole act of convention between AttractSoft and the Client,
thus being the most significant document of the established relationship. In case a court of competent
jurisdiction considers that any of the Agreement\'s provisions are invalid, unenforceable, or void, the remaining
provisions will completely reserve their validity.
The Client\'s side of the Agreement could be presented by:
- an individual with personal demands being over 18 years of age;
- a legal entity such as a corporation, a limited liability company etc. that is consistent with
state\'s law system.
Moreover, if a person represents the Client for some reason, he/she should be legally authorized
to act on his/her behalf, thus accepting, executing and delivering the Agreement.
YOU understand and agree that the Service is provided on "AS IS" basis and that AttractSoft assumes
no responsibility for the timeliness, deletion, and failure to deliver or store any Client communication
or personalization settings.
- AttractSoft HOSTING SERVICES
- Bandwidth - Each hosting plan includes prepaid and fixed bandwidth.
- Domains Hosted - AttractSoft hosting plans include domain hosting. Each
hosting plan has a limit of the number of domains that can be hosted. For more information about the different plans refer to our
web site.
- Domain Registration - Free domain names are available ONLY with annual(1,2 or 3 years) web hosting account(s)
subscriptions. Free domain name registration applies to .com, .net, .org, .us, .biz and .info
domain names only for the initial year of registration. Each web hosting account can use a maximum of
one discounted domain name. Please note that domain name registrations are final and cannot be refunded.
In case of the following upgrades - from FREE plan to PAID plan and from PAID plan to another PAID plan with more features - FREE
domain name registration is NOT included.
- Disk Space - Each hosting plan includes prepaid and fixed disk space.
- IP Address/es - AttractSoft hosting accounts do not initially include private IP addresses. In case YOU want to buy a shared hosting plan, a shared IP address will be available for your hosting account upon purchase. Please, contact the Sales Department for more details.
- MySQL/PostgreSQL Database/s - All hosting plans include database/s. Please note that FREE hosting plans do not support a PostgreSQL database. Please observe the hosting plan comparison page on our web site for further details or contact our Sales Department.
- MySQL/PostgreSQL Database/s Quota - The allocated MySQL/PostgreSQ quota per database depends on the hosting plan. Please observe the plan comparison page on our web site for more details or contact pur Sales Department.
- SSH - Secured Shell access depends on the hosting plan. For reference please observe the plan comparison page on our web site.
- Zacky Tools Installer - We provide an automted script installer for over 60 popular software applications in association with SimpleScripts dot com. That said, we cannot gurantee all software applications are the latest versions and are compatible with the current PHP and MySQL versions. If you spot any incompatibility please report to support [at] awardspace.com
- BACKGROUND OPERATIONS/ADD-ON SERVICES
All paid hosting plans of AttractSoft include, but are not limited to, the following services:
CronTab service, Quick Script Installer and Mailing list integrated in the hosting Control Panel! These services are offered and provided
WITHOUT WARRANTY and WITH NO GUARANTEE OF RESULTS.
Additionaly AttractSoft might offer the following ADD-ONS:
- Site Search Engine Submission - When applicable as a free addon product SEO submission should be
requested in maximum 3 months after the order is placed. Please note that in order to successfully submit your
site it should be fully functional and finished. No under construction, no unfinished sites or sites with no index
page will be accepted.
AttractSoft ADDITIONAL SERVICES - ADD-ONS OR FEATURES AND VALUE-ADDED SERVICES OR FEATURES
ARE OFFERED ON "AS IS" AND "AS AVAILABLE" BASIS. AttractSoft REJECTS ANY IMPLIED WARRANTIES.
ANY OF AttractSoft\' EMPLOYEES, MANAGEMENT OR AFFILIATES MAY NOT BE HELD RESPONSIBLE OR THUS
LIABLE FOR ANY POSSIBLE DAMAGES PROVOKING USE OR MISUSE OF ANY INFORMATION, CONTENT OR SERVICES PROVIDED
BY AttractSoft, INCLUDING DIRECT OR INDIRECT, PUNITIVE, AND INCIDENTAL DAMAGES RESULTING FROM
ANY FAILURE TO PROVIDE SERVICES, SUSPENSION OR TERMINATION OF SERVICES.
- SERVICE GUARANTEES
AttractSoft guarantees 99.9% network uptime. This, however,
does not refer to problems araising from:
- Server Hardware Breakdown.
- User error(s) or purposeful interruption(s) of the hosting service.
- Failures due to software that is not explicitly supported by AttractSoft.
Consequently, if a hardware crash provoked by a customer happens, AttractSoft is beyond
the control and responsibility for the resulting downtime.
Third party monitoring service reports may not be used for justification due to a variety of factors including the
monitor's network capacity/transit availability. The uptime of the server is defined as the reported uptime from the
operating system and the Apache Web Server which may differ from the uptime reported by other individual services.
- ACCOUNT USAGE & HOSTED CONTENT
- Your account content MUST comply with the parameters stated in this Agreement.
Web content requirements exclude the publication of illegal content or content considered
inappropriate otherwise. Customers should get in touch with a AttractSoft representative
regarding any inquiries over this matter.
- If any of AttractSoft Services are used for the illegal purpose of SPAM,
then those services will be immediatelly terminated. If unauthorized access is spotted, AttractSoft
reserves the right to ban without notice the use of any AttractSoft hardware or software hosted
on a AttractSoft server for trying to illegally access another hosted machine or network.
You absolutely agree and understand that by breaking this paragraph and generally this agreement your account
will be closed without notice and no refund will be issued. A chargeback of the amount will be prosecuted legally
by AttractSoft legal advisers to the final extend of the law.
- Inactivity period
- In 6 months time after account expiration each 7 days you will receive weekly notifications. Unless
you contact us during this period, your account will be deleted.
- If your account has been blocked due to violation of the terms of service, abuse, spam or any
malicious purposes then it will be deleted in 15 days without any notice.
- MONEY BACK GUARANTEE
AttractSoft offers a 30-day money back guarantee. If you are not satisfied with our hosting service within
the time frame of 30 days
after you purchased the account, you need to contact our Sales Department and you will receive a full refund for your
hosting plan. Any domain
registrations are final and do not include any money back guarantee and will be a subject to the regular domain
price per year.
- PAYMENT AND CHARGEBACKS
All customers should abide by the following verification procedure.
- Services are distibuted by AttractSoft and provided by AttractSoft GmbH. By sining up for these services
you agree that you will be charged the respective amount for these services by the respective merchant provider under vendor name AttractSoft GmbH.
When signing up for a web hosting service with AttractSoft, customers agree to all specified Terms in this document.
Thus, AttractSoft will utilize this document as an evidence for the customer's agreement in cases of a chargeback inquiry on behalf of the
customer based on points that the client tries to refute after he accepted them at the time of the order.
- AttractSoft will charge customers with fees based on the fee structure at the
time of the sign-up process. AttractSoft reserves the right to introduce changes to the packages
when needed regarding price and set of features. This means that the current
price list may differ from the pricing and
features of the customer's account.
- When signing up for a hosting account with AttractSoft, the customer agrees to pay for 1 month
the whole price of his/her subscription period and get the rest of the product's period free. All upgrades to an existing free or paid account are paid by the client based on the period stated in client's Control Panel,
Completed Orders section. Credit card accounts and associated services will be automatically renewed unless notified prior to expiration date of service.
Chargebacks are not accepted as a way of refunding. Any client who provokes a credit card chargeback
of an order will be a subject to collections and legal actions. He/she
will be charged $30.00 USD, because when signing up with AttractSoft, customers accept these
terms and conditions, thus agreeing to observe them strictly.
- WARRANTIES AND REPRESENTATIONS
AttractSoft provides hosting services on an "as is" and "as available" basis without
warranties or representations for its offering. The company bears no responsibility for connection problems,
in cases when customers\' hosting with AttractSoft confronts with service interruption issues.
- NO UNLAWFUL OR PROHIBITED USE
As a condition of your use of the AttractSoft Services, you will not use the
AttractSoft Services for any purpose that is unlawful or prohibited by these terms,
conditions, and notices. You may not attempt to gain unauthorized access to any AttractSoft
Services, other accounts, computer systems or networks connected to any AttractSoft Services,
through hacking, password mining or any other means. You may not obtain or attempt to obtain any materials
or information through any means not intentionally made available through the AttractSoft
Services.
AttractSoft, in its sole discretion, reserves the right to disclose at any time any piece of information that
AttractSoft deems necessary to satisfy any applicable law, regulation,
legal process or governmental request, or to edit, refuse to post or to remove, in whole or in part,
any piece of information or material.
- THIRD PARTY
Any dealings with third parties (as well as advertisers) included within the
AttractSoft Services or participating in promotions,
delivery and payment of goods and services, and any other terms,
conditions, warranties and representations associated with such dealings or promotions, are solely
between you and the advertiser or the other third party. AttractSoft cannot be held
responsible or liable for any part of such dealings and promotions.
- TERMINATION
YOU agree that AttractSoft, in its sole discretion, may terminate
your password, account (or any part thereof) as well as the use of the Service, and
remove and discard any Content within the Service, if you happen to violate these terms.
- YOUR RESPONSIBILITIES
YOU are solely responsible for the content of your web pages, messages or
data you or your sites\'s users upload on AttractSoft servers.
Using the AttractSoft Services in connection to surveys, contests,
pyramid schemes [HYIP], chain letters, junk e-mail, spamming or any duplicative
or unsolicited messages (commercial or otherwise) is prohibited.
In consideration of your use of the Service, YOU agree to:
- Provide true, accurate, current and complete information about yourself as prompted
by the Service`s registration form
- Maintain and promptly inform us to update the Registration Data to keep it true,
accurate, current and complete. If you provide any information that is untrue, inaccurate,
not current or incomplete, or AttractSoft has reasonable grounds to suspect that
such information is untrue, inaccurate, not current or incomplete, AttractSoft
has the right to suspend or terminate your account and refuse any and all current or
future use of the Service (or any portion thereof).
- YOU will receive a password and account designation upon completing
the Service registration process. YOU are responsible for maintaining the
confidentiality of your account details, and YOU are fully responsible for all
activities that are assiciated with your account. YOU agree to:
- immediately notify AttractSoft of any unauthorized use of your password,
account and/or any other breach of security;
- ensure that you exit from your account at the end of each session;
- refrain posting, disclosing, providing, selling or offering to sell your
account details provided by AttractSoft to any third parties;
AttractSoft cannot and will not be held liable for any loss or damage arising
from your failure to comply with this.
- Any Customer in violation of our system or network security and/or
enormously overloading/over flooding the servers\' utilization is subject to
criminal and civil liability, as well as an immediate account termination. Examples
include, but are not limited to, the following:
- Unauthorized access, use, probe,
rootkit or scan of a systems security or authentication measures, data or traffic;
- Interference with service to any user, host or network including, without limitation,
e-mail bombing, flooding deliberate attempts to overload a system and broadcast attacks;
- Forging of any TCP/IP packet header or any part of the header information in an
e-mail or newsgroup posting;
- The Customer agrees not to publish on or over his/her account any information,
software or other content which violates or infringes upon the rights of any others
or which knowingly contravenes the laws of any jurisdiction in which such content
is generally accessible.
- AttractSoft does NOT allow sites that provide any content,
points of distribution, or 'links' to sites that:
- Infringe on any third party`s intellectual property or proprietary rights, or
rights of publicity or privacy;
- Violate any law, statute, ordinance or regulation;
- Are defamatory, trade libelous, threatening, unlawfully harassing, abusive,
pornographic or obscene;
- Contain viruses, Trojan horses, worms, time bombs, cancelbots, corrupted files,
or any other similar software/programs that may damage the operation of a
third party`s computer or property;
- Contain Proxy, Pirated or Hacking / Phreaking Software (Warez). Moreover, any software
that is copyrighted and not freely available for distribution without cost, ROMs,
ROM Emulators and Mpeg Layer 3 files (MP3) - all fall under this jurisdiction. This includes also Torrent
sites or links to Torrent sites;
- Sites related or directly providing escort services;
- Display/distribute Adult content as well as any erotic or pornographic material, links to adult sites,
or advertisements for adult sites;
- Use of phishing or mimic sites are strictly prohibited on AttractSoft,
any user's account suspected in such activity will be terminated WITHOUT refund and legal actions
will be started to the final extend of the law.
- YOU acknowledge and agree that AttractSoft might change this
Terms of Services without notice and you are solely responsible to check for such
changes, follow up and comply with them.
In conclusion any client not observing the afore mentioned rules is
a subject to an immediate account termination without refund!
- CUSTOMER WEBSITE; CUSTOMER WARRANTIES/GUARANTIES
- When buying a hosting plan with AttractSoft, customers agree to be
fully responsible for the deployment, development, operation and maintenance of their web
site, online store and/or e-commerce activities within that space. Each customer is in charge
of all the products and services as well as of all contents and materials appearing online,
including:
- the accuracy and relevance of the Customer's content and material showcased in his/her
store or on his/her products;
- certainty that the Customer's content and materials appearing in his/her store or on
his/her products do not violate or infringe upon the rights of any person;
- certainty that the Customer's content and materials appearing in his/her store
or on his/her products are not calumnious or somehow illegal. The Customer is the only one in charge
of approving, processing and filling customer orders and of taking care of customer requests or
complaints. The Customer is the only one in charge of the payment or satisfaction of any and all taxes
related to his/her web site/s and online store/s.
- The Customer bears the responsibility for ensuring the security and confidentiality
of any customer data (including, without limitation, customer credit card numbers) that he/she
may receive in connection with his/her web site/s or online store/s.
- Each Customer guarantees to AttractSoft that he/she owns or possesses
the right to use the Customer Content and the corresponding material, including all text, graphics, sound,
music, video, programming, scripts and applets. Each Customer warrants to AttractSoft
that the use, reproduction, propagation and transmission of the Customer Content and any information
and materials contained inside do not, and will not:
- infringe or abuse any copyright, patent, trademark, trade secret or any other proprietary right
of a third party
- break any criminal laws or manifest false advertising, unfair competition, vilification, privacy
intrusion; violate a right of publicity or violate any other law or regulation. Each Customer empowers
AttractSoft to reproduce, copy, use and propagate all and any part of the Customer Content
for ensuring and operating the Services. AttractSoft is granted the right to assess the extent
these operations need to be done.
- UNSUITABLE BEHAVIOUR
Any indecent abusive or insulting treatment towards a AttractSoft employee will be considered
inappropriate. Each Customer is anticipated to behave in a well-mannered way with AttractSoft
employees regarding any requests for help through e-mail, phone, etc. Each Customer should avoid
applying any forms of written emotional outburst. Any attempts of uncontrolled behavior will be
interpreted as a breach of this Agreement.
Other acts of treatment towards AttractSoft employees that will be considered as unacceptable
include verbal, oral, written or delivered by a second party threats that are addressed to AttractSoft
or any of its employees, partners, equipment, and concerns. Any forms of such threats will be interpreted
as a breach of this Agreement. AttractSoft reserves the right to restrict or completly stop access to clients\' accounts and even to once and for all stop clien\'t hosting account without issuing a refund if any of the aforementioned rules are violated and if further communication is not
possible due to continued bad mannered client behaviour!
- SPAMMING IS PROHIBITED
We take a zero tolerance stance against sending of unsolicited e-mail, bulk emailing, and spam. Any user who
sends out spam will have their account terminated with or without notice. We will determine in our sole discretion
whether any of the messages you send are spam. For your information, spamming generally includes, but is not
limited to:
- Advertising of your AttractSoft hosted site using Unsolicited Email (spam). This is strictly prohibited and your account will be removed immediately if it is involved in any type of spam activity;
- The bulksending of unsolicited messages, or the sending of unsolicited e-mails which provoke complaints from recipients;
- The sending of junk mail;
- The use of distribution lists that include people who have not given specific permission to be included in such distribution process;
- Posting commercial ads to USENET newsgroups that do not permit them;
- Posting articles containing binary encoded data to a non-binary newsgroups;
- Excessive and repeated posting of off-topic messages to newsgroups;
- Excessive and repeated cross-posting;
- Excessive email sending/receiving over 200 emails per hour and not more than 2000 emails a day;
- E-mail harassment of another Internet Customer/s, including but not limited to, transmitting any threatening, libelous or obscene material, or material of any nature which could be deemed to be offensive;
- The e-mailing of age- inappropriate communications or content to anyone under the age of 18;
AttractSoft reserves the right to require changes or disable as necessary any web site, account, database, or other
component that does not comply with its established policies, or to make any such modifications in an emergency at
its sole discretion.
- ZACKY TOOLS SOURCES MODIFICATION
AttractSoft reserves the right to modify the sources of the application installed via ZackyTools to meet speciffic
company needs. Such needs may be (but not limited to): - Template modification - Branding modification
- Default incoming/outgoing links modification. Such modifcations can be removed and the application reverted to its
very default state upon written request (either via a ticket posted or an email to support@supportindeed.com is sent).
- ACCOUNT HDD RESOURCES USAGE
Each and every AttractSoft Customer agrees not to allocate more than 4999MB of its hosting account space to image
and
multimedia (.gif, .png, .avi, .mpg, .jpg, .mp3, .3gp) files. Each and every AttractSoft Customer agrees not to
allocate more than
4999MB of its hosting account space to archive (.rar, .zip, .tar, .gzip, .iso, .nrg, .cue, .ccd, .img, .sub, .cue)
files. Each and every AttractSoft Customer agrees not to allocate more than 4999MB of its hosting account space to DB
dump backup (.sql, .pgsql, .mssql, .mysql) files. Each and every AttractSoft Customer agrees not to allocate more than
4999MB of its hosting account space to .exe, .pdf, .psd, .ppt files. Each and every AttractSoft Customer agrees not
to allocate more than 4999MB of its hosting account space to any identical file types.
- ACCOUNT DB RESOURCES USAGE
AttractSoft provides its Customers shared hosting service with the ability to use MySQL and PostgreSQL database
engines. The very nature of the service requires that database server resources be shared. The amount of available
databases depends on the package that the Customer has signed up for. The database engines described above should be
used by the Customer in a manner that the overall server pefromance is not affected and no downtime is caused due to
overusage.
Every web hosting account can use up to 36000 connections (per single database) per hour and also up to 30 concurrent
connections towards a single database.
In case that a database is detected to use more than the %20 of the shared CPU due to database usage,
AttractSoft reserves the right to suspend the account associated with the database without any prior warning.
- ACCOUNT CPU/RAM RESOURCES USAGE
AttractSoft provides its Customers with the ability to use CPU and RAM on shared principle. The resources described
above should be used by the Customer in a manner that the overall server pefromance is not affected and no downtime
is caused due to overusage. In case that a process is detected to use more than the %20 of the shared CPU/RAM
AttractSoft reserves the right to suspend the account associated with the process without any prior warning.
- INODES RESOURCES USAGE
Every file (a webpage, image file, email, etc) on your account uses up 1 inode. The use of more than 250,000 inodes on
any shared web hosting account may potentially result in a warning first, and if no action is taken future suspension.
- DEFINITION OF UNLIMITED DISK SPACE AND TRAFFIC USAGE
Being a web hosting provider we are greatly dedicated to help our clients to build their online presence.
That is why we impose no limits on the disk space and traffic on plans having these features advertised as "unlimited".
While we want to be sure we are providing good service to all of our clients, still we require customers to comply with
paragraph 17. ACCOUNT HDD RESOURCES USAGE and paragraph 22. TRAFFIC RESOURCE USAGE, which sets norm in Disk Space and
Traffic usage of personal and business websites.
The nature of the shared web hosting service we provide, may force us to put constraints on given accounts that are
affecting others accounts by abusing resources beyond what is expected to be a normal utilization of Disk Space and
Traffic. Normal usage for personal and business websites is considered usage similar to the average resource utilization of our other customers.
Example of abnormal usage might be resource usage of a large corporation compared to a small personal or business
website or storing large number of video, audio or other files that require more resources to support.
With this said we want to stress on the fact that we are providing hosting through a shared environment and each website
may impact the performance of other websites. While our hosting platform has custom architecture designed to endure
great loads generated from the shared accounts, occasional disruptions may result in from customer.s abnormal activities.
Disruptions are rare, because we carefully manage accounts that are over-utilizing the platform resources. In order to
keep the normal operation, we reserve the right to suspend web hosting accounts that are destroying the performance of
our shared hosting platform. In any case we notify prior or consequential to account suspension the owner by email and
we are doing our best to cooperate with the affected user to resolve the issue.
- BACKUPS, DATA LOSS AND BACKUP LIMIT
Your use of this service is at your sole risk. Our backup service is provided to you as a courtesy. Our backup service
is ran each week, overwrites any of our previous backups made, and we keep 3 week backups behind. AttractSoft is
not responsible for files and/or data residing on your account. You agree to take full responsibility for files and
data transferred and to maintain all appropriate backup of files and data stored on AttractSoft servers. Any shared
account using more than 3 GB of disk space will be removed from our off site backup. Emails are not backed up. All data will continue to be mirrored to a secondary
drive(RAID Backup) which helps protect against data loss in the event of a drive failure.
- TRAFFIC RESOURCE USAGE
AttractSoft provides monthly traffic allowance. The allocated traffic allowance depends on the package. In case
you pass the allocated monthly traffic we reserve the right to suspend your account until the next month cycle starts,
until additional traffic allowance is ordered or even terminate the account and/or request to charge additional fee if
the account has over-utilization. Unused traffic in one month cannot be carried over to next months. AttractSoft
reserves the right to suspend and/or terminate any account that has traffic over-utilization and endanger the normal
function of shared hosting platform.
With regard to the Unlimited data traffic packages on the shared hosting platform, a fair use policy will apply. If you
generate more server traffic than is deemed acceptable by AttractSoft, to the detriment of other AttractSoft
customers, AttractSoft reserve the right to interrupt service. Unlimited data transfer applies to your use of web
pages only (html, php, etc.), not for storage of movies, pictures, audio files, downloads etc.
- WEB SERVER RESOURCE USAGE
AttractSoft provides a shared hosting service. The very nature of the service requires that Web Server
resources be shared. Every web hosting account can use up to 40 concurrent (simultaneous) connections originating
from one IP (regardless of the domain, subdomain) and also 40 concurrent connections towards a single vHost
(domain or subdomain).
- FORCE MAJEURE CIRCUMSTANCES
AttractSoft will be no liabile in case of failure or delay in doing its professional
duties in consequence of circumstances beyond its control. Such circumstances could be provoked
by acts of any governmental body, war, rebellion, sabotage, embargo, fire, flood, strike or other
labor disturbance, interruption of or delay in transportation, unavailability of, interruption or
delay in telecommunications or third party services (including DNS propagation), failure of third
party software or hardware or inability to obtain raw materials, supplies or power used in or
equipment needed for provisioning of the Services.
This agreement constitutes and represents the whole act of convention between the parties in regard
to the agreement signed between them. It is not subject to any amendments, changes or modifications,
or any other alterations with the exception of changes introduced through a written instrument that
is signed by the parties to be charged.
- COPYRIGHTS
Copyrighted material must not be placed on any Customer`s account without the permission of
the owner(s) or the person(s) they specifically authorize. Only the owner(s) or such authorized
person(s) must upload copyrighted material to the account.
Upon our receipt of a notice of a
claimed copyright infringement containing the above information, after confirmation we will
promptly remove the allegedly infringing material from the Services and carry out further
procedures if necessary. We will have no liability to any Customer of the Services for the
removal of any such material.
Please report any violations of this Agreement to abuse@supportindeed.com
Semi-Dedicated Hosting account Terms of Service
The service that is a subject to the following agreement is distributed by AttractSoft and provided by Attractsoft GmbH, registered in Germany,
Registration No.: HRB 7963 KI.
YOU (the Client) should be aware that by signing up for an account with AttractSoft, YOU absolutely agree to position data on our servers,
thus making it accessible to the wide public. Hence the Client accepts that it is beyond the power of AttractSoft to restrict such access
and guarantee the security of your files. YOU are completely in charge of protecting your data on AttractSoft servers, which suggests that
you would consider carefully any piece of information before uploading it to your Semi-Dedicated hosting account account account
on AttractSoft servers. Please avoid publishing personal data that could be easily obtained by the wide public and consequently abused online.
By completing the order form and purchasing a Semi-Dedicated hosting account account plan you agree and understand that this
represents your electronic signature of this document.
AttractSoft Semi-Dedicated hosting account Services:
- SERVICE AGREEMENT
AttractSoft shall provide its Services to YOU [the Client] under these Terms of Services [Agreement]. The Agreement is intended to
keep the integrity of both AttractSoft and the Client and to protect both parties from liability. This Agreement will be enforced
to ensure the speed, power, performance, and reliability of our services.
By completing the Order Form and any other documents or agreements additionally specified in this Agreement, the Agreement constitutes
the whole act of convention between AttractSoft and the Client, thus being the most significant document of the established relationship.
In case a court of competent jurisdiction considers that any of the Agreement's provisions are invalid, unenforceable, or void, the remaining
provisions will completely reserve their validity.
The Client's side of the Agreement could be presented by: - an individual with personal demands being over 18 years of age;
- a legal entity such as a corporation, a limited liability company etc. that is consistent with state's law system.
Moreover, if a person represents the Client for some reason, he/she should be legally authorized to act on his/her behalf, thus accepting,
executing and delivering the Agreement.
YOU understand and agree that the Service is provided on "AS IS" basis and that AttractSoft assumes no responsibility for the timeliness,
deletion, and failure to deliver or store any Client communication or personalization settings.
- AttractSoft SEMI-DEDICATED HOSTING ACCOUNT SERVICE
- Bandwidth - Each plan includes prepaid and fixed bandwidth.
- Domains Hosted - AttractSoft Semi-Dedicated hosting account plans include domain Semi-Dedicated hosting account. Each plan has number of domains that can be hosted. For more information about the different plans refer to our web site.
- Domain Registration - Free domain names are available for all Semi-Dedicated hosting account plans for the initial year of registration. Please note that domain name registrations are final and cannot be refunded.
- Disk Space - Each Semi-Dedicated hosting account plan includes prepaid and disk space. For the exact disk space please refer to our website Semi-Dedicated hosting account table.
- IP Address/es - AttractSoft Semi-Dedicated hosting account Plans do not initially include private IP addresses. In case YOU want to buy an SSL, an IP available for purchasing will be at your disposal. If you need an IP for anything else, you should provide a good technically well-founded reason for that in a trouble ticket to our support.
- MySQL/PostgreSQL Databases - All Semi-Dedicated hosting account plans include databases. Please observe the Semi-Dedicated hosting account plan comparison page on our web site for further details or contact our Sales Department.
- MySQL/PostgreSQL Databases Quota - The allocated MySQL/PostgreSQ quota per database depends on the Semi-Dedicated hosting account plan. Please observe the plan comparison page on our web site for more details or contact our Sales Department.
- SSH - 1 Secured Shell access is available for each Semi-Dedicated hosting account plan.
- BACKGROUND OPERATIONS/ADD-ON SERVICES
All paid Semi-Dedicated hosting account plans of AttractSoft include, but are not limited to, the following services: CronTab service,
Quick Script Installer and Mailing list integrated in the Semi-Dedicated hosting account Control Panel! These services are offered and provided
WITHOUT WARRANTY and WITH NO GUARANTEE OF RESULTS.
Additionaly AttractSoft might offer the following ADD-ONS:
- Site Search Engine Submission - When applicable as a free addon product SEO submission should be requested in maximum
3 months after the order is placed. Please note that in order to successfully submit your site it should be fully functional and finished.
No under construction, no unfinished sites or sites with no index page will be accepted.
AttractSoft ADDITIONAL SERVICES - ADD-ONS OR FEATURES AND VALUE-ADDED SERVICES OR FEATURES ARE OFFERED ON "AS IS" AND "AS AVAILABLE"
BASIS. AttractSoft REJECTS ANY IMPLIED WARRANTIES. ANY OF AttractSoft's EMPLOYEES, MANAGEMENT OR AFFILIATES MAY NOT BE HELD RESPONSIBLE
OR THUS LIABLE FOR ANY POSSIBLE DAMAGES PROVOKING USE OR MISUSE OF ANY INFORMATION, CONTENT OR SERVICES PROVIDED BY AttractSoft, INCLUDING
DIRECT OR INDIRECT, PUNITIVE, AND INCIDENTAL DAMAGES RESULTING FROM ANY FAILURE TO PROVIDE SERVICES, SUSPENSION OR TERMINATION OF SERVICES.
- SERVICE GUARANTEES
AttractSoft guarantees 99.8% network uptime. This, however, does not refer to problems arising from:
- Server Hardware Breakdown.
- User error(s) or purposeful interruption(s) of the Semi-Dedicated hosting account service.
- Failures due to software that is not explicitly supported by AttractSoft. Consequently, if a hardware crash provoked by a
customer happens, AttractSoft is beyond the control and responsibility for the resulting downtime.
Third party monitoring service reports may not be used for justification due to a variety of factors including the monitor's network
capacity/transit availability. The uptime of the server is defined as the reported uptime from the operating system and the Apache
Web Server which may differ from the uptime reported by other individual services.
- ACCOUNT USAGE & HOSTED CONTENT
- Your account content MUST comply with the parameters stated in this Agreement. Web content requirements exclude the
publication of illegal content or content considered inappropriate otherwise. Customers should get in touch with a AttractSoft representative
regarding any inquiries over this matter.
- If any of AttractSoft Services are used for the illegal purpose of SPAM, then those services will be immediatelly terminated.
If unauthorized access is spotted, AttractSoft reserves the right to ban without notice the use of any AttractSoft hardware or software
hosted on a AttractSoft server for trying to illegally access another hosted machine or network.
You absolutely agree and understand that by breaking this paragraph and generally this agreement your account will be closed without notice
and no refund will be issued. A chargeback of the amount will be prosecuted legally by AttractSoft legal advisers to the final extend of the law.
- Inactivity period
- In 6 months time after account expiration each 7 days you will receive weekly notifications. Unless you contact us
during this period, your account will be set to be formatted and reused.
- If your account has been blocked due to violation of the terms of service, abuse, spam or any malicious purposes
then it will be set to be formatted in 15 days without any notice.
- AttractSoft offers a 30-day money back guarantee. If you are not satisfied with our Semi-Dedicated hosting account service
within the time frame of 30 days after you purchased the account, you need to contact our Sales Department and you will receive a full refund for your
Semi-Dedicated hosting account plan. Any domain registrations are final and do not include money back guarantee and will be a subject to the
regular domain price per year.
- PAYMENT AND CHARGEBACKS
All customers should abide by the following verification procedure.
- Services are distributed by AttractSoft and provided by AttractSoft GmbH. By sining up for these services you agree
that you will be charged the respective amount for these services by the respective merchant provider under vendor name AttractSoft GmbH.
When signing up for a web Semi-Dedicated hosting account service with AttractSoft, customers agree to all specified Terms in this document.
Thus, AttractSoft will utilize this document as an evidence for the customer's agreement in cases of a chargeback inquiry on
behalf of the customer based on points that the client tries to refute after he accepted them at the time of the order.
- AttractSoft will charge customers with fees based on the fee structure at the time of the sign-up process. AttractSoft reserves
the right to introduce changes to the packages when needed regarding price and set of features. This means that the current price list may differ
from the pricing and features of the customer's account.
- When signing up for a Semi-Dedicated hosting account account with AttractSoft, the customer agrees to pay for 1 month the whole price
of his/her subscription period and get the rest of the product's period free. All upgrades to an existing free or paid account are paid by the
client based on the period stated in client's Control Panel, Completed Orders section. Credit card accounts and associated services will be
automatically renewed unless notified prior to expiration date of service.
Chargebacks are not accepted as a way of refunding. Any client who provokes a credit card chargeback of an order will be a subject to collections
and legal actions. He/she will be charged $30.00 USD, because when signing up with AttractSoft, customers accept these terms and conditions,
thus agreeing to observe them strictly.
- WARRANTIES AND REPRESENTATIONS
AttractSoft provides Semi-Dedicated hosting account services on an "as is" and "as available" basis without warranties or representations
for its offering. The company bears no responsibility for connection problems, in cases when customers' Semi-Dedicated hosting account
with AttractSoft confronts with service interruption issues.
- NO UNLAWFUL OR PROHIBITED USE
As a condition of your use of the AttractSoft Services, you will not use the AttractSoft Services for any purpose that is unlawful
or prohibited by these terms, conditions, and notices. You may not attempt to gain unauthorized access to any AttractSoft Services, other accounts,
computer systems or networks connected to any AttractSoft Services, through hacking, password mining or any other means. You may not
obtain or attempt to obtain any materials or information through any means not intentionally made available through the AttractSoft Services.
AttractSoft, in its sole discretion, reserves the right to disclose at any time any piece of information that AttractSoft deems necessary to
satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove, in whole or in part, any piece
of information or material.
- THIRD PARTY
Any dealings with third parties (as well as advertisers) included within the AttractSoft Services or participating in promotions, delivery
and payment of goods and services, and any other terms, conditions, warranties and representations associated with such dealings or promotions,
are solely between you and the advertiser or the other third party. AttractSoft cannot be held responsible or liable for any part of such
dealings and promotions.
- TERMINATION
YOU agree that AttractSoft, in its sole discretion, may terminate your password, account (or any part thereof) as well as the use of the Service,
and remove and discard any Content within the Service, if you happen to violate these terms.
- YOUR RESPONSIBILITIES
YOU are solely responsible for the content of your web pages, messages or data you or your sites users upload on AttractSoft, servers.
Using the AttractSoft Services in connection to surveys, contests, pyramid schemes [HYIP], chain letters, junk e-mail, spamming or
any duplicative or unsolicited messages (commercial or otherwise) is prohibited.
In consideration of your use of the Service, YOU agree to:
- Provide true, accurate, current and complete information about yourself as prompted by the Service`s registration form
- Maintain and promptly inform us to update the Registration Data to keep it true, accurate, current and complete. If you
provide any information that is untrue, inaccurate, not current or incomplete, or AttractSoft, has reasonable grounds to suspect
that such information is untrue, inaccurate, not current or incomplete, AttractSoft, has the right to suspend or terminate your
account and refuse any and all current or future use of the Service (or any portion thereof).
-
YOU will receive a password and account designation upon completing the Service registration process. YOU are responsible for maintaining
the confidentiality of your account details, and YOU are fully responsible for all activities that are associated with your account. YOU agree to:
- immediately notify AttractSoft, of any unauthorized use of your password, account and/or any other breach of security;
- ensure that you exit from your account at the end of each session;
- refrain posting, disclosing, providing, selling or offering to sell your account details provided by AttractSoft, to any third parties;
AttractSoft, cannot and will not be held liable for any loss or damage arising from your failure to comply with this.
- Any Customer in violation of our system or network security and/or enormously overloading/over flooding the servers' utilization
is subject to criminal and civil liability, as well as an immediate account termination. Examples include, but are not limited to, the following:
- Unauthorized access, use, probe, rootkit or scan of a systems security or authentication measures, data or traffic; - Interference with service
to any user, host or network including, without limitation, e-mail bombing, flooding deliberate attempts to overload a system and broadcast
attacks; - Forging of any TCP/IP packet header or any part of the header information in an e-mail or newsgroup posting;
- The Customer agrees not to publish on or over his/her account any information, software or other content which violates or infringes
upon the rights of any others or which knowingly contravenes the laws of any jurisdiction in which such content is generally accessible.
- AttractSoft, does NOT allow sites that provide any content, points of distribution, or 'links' to sites that:
- Infringe on any third party`s intellectual property or proprietary rights, or rights of publicity or privacy;
- Violate any law, statute, ordinance or regulation;
- Are defamatory, trade libelous, threatening, unlawfully harassing, abusive, pornographic or obscene;
- Contain viruses, Trojan horses, worms, time bombs, cancelbots, corrupted files, or any other similar software/programs that may damage the operation of a third party`s computer or property;
- Contain Proxy, Pirated or Hacking / Phreaking Software (Warez). Moreover, any software that is copyrighted and not freely available for distribution without cost, ROMs, ROM Emulators and Mpeg Layer 3 files (MP3) - all fall under this jurisdiction. This includes also Torrent sites or links to Torrent sites;
- Sites related or directly providing escort services;
- Display/distribute Adult content as well as any erotic or pornographic material, links to adult sites, or advertisements for adult sites;
- Use of phishing or mimic sites are strictly prohibited on AttractSoft, any user's account suspected in such activity will be
terminated WITHOUT refund and legal actions will be started to the final extend of the law.
- YOU acknowledge and agree that AttractSoft, might change this Terms of Services without notice and you are solely responsible
to check for such changes, follow up and comply with them.
In conclusion any client not observing the afore mentioned rules is a subject to an immediate account termination without refund!
- CUSTOMER WEBSITE; CUSTOMER WARRANTIES/GUARANTIES
- When buying a Semi-Dedicated hosting account plan with AttractSoft, customers agree to be fully responsible
for the deployment, development, operation and maintenance of their web site, online store and/or e-commerce activities within that space.
Each customer is in charge of all the products and services as well as of all contents and materials appearing online, including:
- the accuracy and relevance of the Customer's content and material showcased in his/her store or on his/her products;
- certainty that the Customer's content and materials appearing in his/her store or on his/her products do not violate or
infringe upon the rights of any person;
- certainty that the Customer's content and materials appearing in his/her store or on his/her products are not calumnious or somehow illegal.
The Customer is the only one in charge of approving, processing and filling customer orders and of taking care of customer requests or complaints.
The Customer is the only one in charge of the payment or satisfaction of any and all taxes related to his/her web site/s and online store/s.
- The Customer bears the responsibility for ensuring the security and confidentiality of any customer data
(including, without limitation, customer credit card numbers) that he/she may receive in connection with his/her web site/s or online store/s.
- Each Customer guarantees to AttractSoft that he/she owns or possesses the right to use the Customer Content and the corresponding material,
including all text, graphics, sound, music, video, programming, scripts and applets. Each Customer warrants to AttractSoft that the use,
reproduction, propagation and transmission of the Customer Content and any information and materials contained inside do not, and will not:
- infringe or abuse any copyright, patent, trademark, trade secret or any other proprietary right of a third party
- break any criminal laws or manifest false advertising, unfair competition, vilification, privacy intrusion; violate a right of publicity or
violate any other law or regulation. Each Customer empowers AttractSoft to reproduce, copy, use and propagate all and any part of the
Customer Content for ensuring and operating the Services. AttractSoft is granted the right to assess
the extent these operations need to be done.
- TORTUROUS BEHAVIOUR
Any indecent abusive or insulting treatment towards a AttractSoft employee will be considered inappropriate. Each Customer is anticipated
to behave in a well-mannered way with AttractSoft employees regarding any requests for help through e-mail, phone, etc. Each Customer
should avoid applying any forms of written emotional outburst. Any attempts of uncontrolled behavior will be interpreted as a breach of this Agreement.
Other acts of treatment towards AttractSoft employees that will be considered as unacceptable include verbal, oral, written or delivered by a
second party threats that are addressed to AttractSoft or any of its employees, partners, equipment, and concerns. Any forms of such threats
will be interpreted as a breach of this Agreement. AttractSoft reserves the right to restrict or completely stop access to clients' accounts and even
to once and for all stop clien't Semi-Dedicated hosting account account without issuing a refund if any of the aforementioned rules are violated and
if further communication is not possible due to continued bad mannered client behavior.
- SPAMMING IS PROHIBITED
We take a zero tolerance stance against sending of unsolicited e-mail, bulk emailing, and spam. Any user who sends out spam will have their account
terminated with or without notice. We will determine in our sole discretion whether any of the messages you send are spam. For your information,
spamming generally includes, but is not limited to:
- Advertising of your AttractSoft hosted site using Unsolicited Email (spam). This is strictly prohibited and your account
will be removed immediately if it is involved in any type of spam activity;
- The bulksending of unsolicited messages, or the sending of unsolicited e-mails which provoke complaints from recipients;
- The sending of junk mail;
- The use of distribution lists that include people who have not given specific permission to be included in such distribution process;
- Posting commercial ads to USENET newsgroups that do not permit them;
- Posting articles containing binary encoded data to a non-binary newsgroups;
- Excessive and repeated posting of off-topic messages to newsgroups;
- Excessive and repeated cross-posting;
- Excessive email sending/receiving over 200 emails per hour and not more than 2000 emails a day;
- E-mail harassment of another Internet Customer/s, including but not limited to, transmitting any threatening, libelous or obscene material, or material of any nature which could be deemed to be offensive;
- The e-mailing of age- inappropriate communications or content to anyone under the age of 18;
AttractSoft reserves the right to require changes or disable as necessary any web site, account, database, or other component that does not
comply with its established policies, or to make any such modifications in an emergency at its sole discretion.
- ZACKY TOOLS SOURCES MODIFICATION
AttractSoft reserves the right to modify the sources of the application installed via ZackyTools to meet specific company needs.
Such needs may be (but not limited to): - Template modification - Branding modification - Default incoming/outgoing links modification.
Such modifications can be removed and the application reverted to its very default state upon written request (either via a ticket posted
or an email to support@supportindeed.com is sent).
- ACCOUNT HDD RESOURCES USAGE
Each and every AttractSoft Customer agrees not to allocate more than 30 000MB of its Semi-Dedicated hosting account account space to image
and multimedia (.gif, .png, .avi, .mpg, .jpg, .mp3, .3gp) files. Each and every AttractSoft Customer agrees not to allocate more than
30 000MB of its Semi-Dedicated hosting account account space to archive (.rar, .zip, .tar, .gzip, .iso, .nrg, .cue, .ccd, .img, .sub, .cue) files.
Each and every AttractSoft Customer agrees not to allocate more than 30 000MB of its Semi-Dedicated hosting account account space to DB
dump backup (.sql, .pgsql, .mssql, .mysql) files. Each and every AttractSoft Customer agrees not to allocate more than 30 000MB of its
Semi-Dedicated hosting account account space to .exe, .pdf, .psd, .ppt files. Each and every AttractSoft Customer agrees not to allocate
more than 30 000MB of its Semi-Dedicated hosting account account space to any identical file types.
- ACCOUNT DB RESOURCES USAGE
AttractSoft provides its Customers shared Semi-Dedicated hosting account service with the ability to use MySQL and PostgreSQL database engines.
The very nature of the service requires that database server resources be shared. The amount of available databases depends on the package that
the Customer has signed up for. The database engines described above should be used by the Customer in a manner that the overall server performance
is not affected and no downtime is caused due to over usage.
Every web Semi-Dedicated hosting account account can use up to 500 000 queries per hour and also up to 60 concurrent connections towards a single database.
In case that a database is detected to use more than the %20 of the shared CPU due to database usage, AttractSoft reserves the right to suspend
the account associated with the database without any prior warning.
- ACCOUNT CPU/RAM RESOURCES USAGE
AttractSoft provides its Customers with the ability to use CPU and RAM on shared principle. The resources described above should be
used by the Customer in a manner that the overall server performance is not affected and no downtime is caused due to over usage.
In case that a process is detected to use more than the %20, %35, %50 of the shared CPU/RAM AttractSoft reserves the right to suspend the
Semi-Dedicated account associated with the process without any prior warning.
- INODES RESOURCES USAGE
Every file (a webpage, image file, email, etc) uses up 1 inode. AttractSoft does not have limitation by Inodes.
- BACKUPS, DATA LOSS AND BACKUP LIMIT
Your use of the Semi-Dedicated service is at your sole risk. Our backup service is provided to you as a courtesy. Our backup
service is ran each week, overwrites any of our previous backups made, and we keep 3 week backups behind. AttractSoft is not responsible
for files and/or data residing on your account. You agree to take full responsibility for files and data transferred and to maintain all
appropriate backup of files and data stored on AttractSoft servers. Any shared account using more than 3 GB of disk space will be
removed from our off site backup. Emails are not backed up. All data will continue to be mirrored to a secondary drive (RAID Backup)
which helps protect against data loss in the event of a drive failure.
- TRAFFIC RESOURCE USAGE
AttractSoft provides monthly traffic allowance. The allocated traffic allowance depends on the package. In case you pass the allocated
monthly traffic we reserve the right to suspend your account until the next month cycle starts, until additional traffic allowance is ordered
or even terminate the account and/or request to charge additional fee if the account has over-utilization. Unused traffic in one month cannot
be carried over to next months. AttractSoft reserves the right to suspend and/or terminate any account that has traffic over-utilization
and endanger the normal function of shared Semi-Dedicated hosting account platform.
With regard to the Unlimited data traffic packages on the shared Semi-Dedicated hosting account platform, a fair use policy will apply.
If you generate more server traffic than is deemed acceptable by AttractSoft, to the detriment of other AttractSoft customers,
AttractSoft reserves the right to interrupt service.
- WEB SERVER RESOURCE USAGE
AttractSoft provides a shared Semi-Dedicated hosting account service. The very nature of the service requires that Web Server resources
be shared. Every web Semi-Dedicated hosting account account can use up to 100 concurrent (simultaneous) connections originating from
one IP (regardless of the domain, subdomain) and also 100 concurrent connections towards a single vHost (domain or subdomain).
- FORCE MAJEURE CIRCUMSTANCES
AttractSoft will be no liable in case of failure or delay in doing its professional duties in consequence of circumstances beyond its control.
Such circumstances could be provoked by acts of any governmental body, war, rebellion, sabotage, embargo, fire, flood, strike or other
labor disturbance, interruption of or delay in transportation, unavailability of, interruption or delay in telecommunications or third
party services (including DNS propagation), failure of third party software or hardware or inability to obtain raw materials, supplies
or power used in or equipment needed for provisioning of the Services.
This agreement constitutes and represents the whole act of convention between the parties in regard to the agreement signed between them.
It is not subject to any amendments, changes or modifications, or any other alterations with the exception of changes introduced through a
written instrument that is signed by the parties to be charged.
- COPYRIGHTS
Copyrighted material must not be placed on any Customer`s account without the permission of the owner(s) or the person(s) they specifically authorize.
Only the owner(s) or such authorized person(s) must upload copyrighted material to the account.
Upon our receipt of a notice of a claimed copyright infringement containing the above information, after confirmation we will promptly remove the
allegedly infringing material from the Services and carry out further procedures if necessary. We will have no liability to any Customer of the
Services for the removal of any such material.
Domain Names Registration Policy
THIS AGREEMENT HAS A PROVISION FOR ARBITRATION OF DISPUTES BETWEEN THE PARTIES.
This Registration Agreement ("Agreement") sets forth the terms and conditions of your use of domain name registration and related services ("Services"). In this Agreement "you" and "your" refer to you and the registrant listed in the WHOIS contact information for the domain name. "We", "us" and "our" refer to the registrars listed at the bottom of this document, any one of which will be the registrar for your domain name and all of which share common ownership, common terms and conditions, and a shared Services infrastructure. To determine which registrar your domain name is registered with, perform a WHOIS lookup at http://www.uwhois.com. You obtain the Services through your primary service provider, with whom we have a wholesale relationship (your "Primary Service Provider"). Your relationship with your Primary Service Provider may be governed by additional terms, as you and your Primary Service Provider may agree. "We," "us" and "our" does not include your Primary Service Provider, except when specifically mentioned or unless your Primary Service Provider is one of us (i.e., if your Primary Service Provider is also one of the registrars listed at the bottom of this document)).
- YOUR AGREEMENT: By using the Services, you agree to all terms and conditions of this Agreement, the UDRP (defined below) and any rules, policies, or agreements published in association with specific Services and/or which may be adopted or enforced by the Internet Corporation for Assigned Names and Numbers ("ICANN"), any registry, or governments.
- CHANGES TO THIS AGREEMENT: This Agreement may change over time, either through amendments by us, changes to ICANN policy or applicable law which may or may not be reflected in the text of this Agreement, or otherwise. Before any material changes to this Agreement become binding on you (other than changes resulting from a change in ICANN policy or applicable law), we will notify you of such changes by, for example, sending email to you at your email address of record. If, as a result of such a change, you no longer agree with the terms of this Agreement, your exclusive remedies are (a) to transfer your domain name registration services to another registrar, or (b) to cancel your domain name registration services with us. Your continued use of the Services following notification of a change in this Agreement indicates your consent to the changes. Unless otherwise specified by us, any such change binds you: (1) 30 days after we notify you of the change, or (2) immediately if such change is a result of a new or amended ICANN policy or applicable law.
- REGISTRANT RIGHTS AND RESPONSIBILITIES: ICANN has developed, in consultation with registrars, a webpage that identifies important registrant rights and responsibilities. The document provides a "plain language" summary of terms related to Registrant Rights and Responsibilities as set out in the Registrar Accreditation Agreement (RAA), for posting on registrar websites. While some of the terms included do not specifically refer to registrants, those terms are included because of the potential import to understanding registrar/registrant relations. The document also summarizes registrant rights and responsibilities that arise within ICANN Consensus Policies and specifications, as those policies and specifications are incorporated into the RAA. The summarization of terms within this document do not override or replace the terms set forth in the RAA or within those specifications or policy. Please review these important Registrant Rights and Responsibilities.
- YOUR ACCOUNT: You must create an account to use the Services ("Account"). Your Account is typically managed and/or provided by your Primary Service Provider. You are solely responsible for maintaining, securing, updating, and keeping strictly confidential all login IDs and passwords, and for all access to and use of your Account by you or any third party.
- ACCOUNT CONTACT INFORMATION AND DOMAIN NAME WHOIS INFORMATION:
- You must provide certain current, complete and accurate information about you with respect to your Account information and with respect to the WHOIS information for your domain name(s). You must maintain and update this information as needed to keep it current, complete and accurate. You must submit the following with respect to you, the administrative, technical, and billing contacts for your domain name registration(s) and other Services: name, postal address, e-mail address, voice telephone number, and where available, fax number. The type of information you are required to provide may change and you must provide such information and keep your Account information current. Not providing requested information may prevent you from obtaining all Services.
- You may provide information regarding the name-servers assigned to your domain name(s) and, if we are providing name-server services to you, the DNS settings for the domain name. If you do not provide complete name-server information, or if you purchase "Name Only" Services, we may supply this information (and point your domain name to a website of our choosing) until such time as you elect to supply the name-server information or until such time as you elect to upgrade from "Name Only" Services.
- OBLIGATIONS RELATING TO THE ACCOUNT AND WHOIS CONTACT INFORMATION:
- If, in obtaining Services, you provide information about or on behalf of a third party, you represent and warrant that you have (a) provided notice to that third party of the disclosure and use of that party's information as set forth in this Agreement, and (b) obtained the third party's express written consent to the disclosure and use of that party's information as set forth in this Agreement.
- You represent and warrant that the statements in your application are true and that no Services are being procured for any unlawful purpose, including but not limited to the infringement of any intellectual property right, the unauthorized transfer to yourself or any other party of any domain name or Services, or the violation of any laws, rules, or regulations (the "Illegal Uses"). Providing inaccurate information, failing to immediately update information or engaging in any Illegal Uses will constitute an incurable material breach of this Agreement. Your failure to respond for over ten (10) calendar days to inquiries by us concerning the accuracy of Account and WHOIS contact information shall constitute an incurable material breach of this Agreement.
- You are responsible for regularly monitoring email sent to the email address in your Account. You may lose your rights to the domain name(s) or your right to receive the Services if you do not respond appropriately and timely to an email sent in conjunction therewith.
- ACCESSING YOUR ACCOUNT:
- In order to change any of your Account or domain name WHOIS information, you must access your Account with your Primary Service Provider, or your Account with us. It is your duty to safeguard your Account login identifier and password from any unauthorized use. Any person in possession of your Account login identifier and password will have both the ability and your authorization to modify your Account and domain name information, initiate transfers of your domain name(s) to other registrars, initiate registrant changes to your domain names which may terminate your rights to use such domain name(s), update DNS changes to your domain name(s) which may result in changes to the content associated with your domain name(s) and take other actions which may affect or terminate your rights and access to your domain name(s) and/or the Services.
- We will take reasonable precautions to protect the information we obtain from you from loss, misuse, unauthorized access or disclosure, alteration or destruction of that information and such reasonable precautions include procedures for releasing Account access information to parties who claim to have lost Account access information. If we take reasonable precautions in relation thereto, IN NO EVENT SHALL WE BE LIABLE IF SUCH REASONABLE PRECAUTIONS DO NOT PREVENT THE UNAUTHORIZED USE OR MISUSE OF YOUR ACCOUNT IDENTIFIER OR PASSWORD AND, EVEN IF WE FAIL TO TAKE REASONABLE PRECAUTIONS, OUR LIABILITY UNDER ANY CIRCUMSTANCES SHALL BE LIMITED BY THE LIMITATION OF LIABILITY PROVISION FOUND IN PARAGRAPH 13 BELOW IN THIS AGREEMENT.
- If you contact us alleging that a third party has unauthorized access to your Account or domain names, we may charge you administrative fees, currently set at $50 (US dollars) per hour, for our time spent in relation to the matter, regardless of whether or not we return control over the Account and/or domain name(s) to you. You will indemnify us for any reasonable attorneys? Fees and costs we may incur in relation to the matter, even if those fees and costs accrue as a result of defending an action, or responding to a threat of an action, initiated by You or a third party.
- SHARING OF WHOIS INFORMATION:
- We will make available the domain name registration information you provide or that we otherwise maintain to the following parties: ICANN, any ICANN-authorized escrow service, the registry administrator(s), and to other third parties as ICANN and applicable laws may require or permit (including through web-based and other on-line WHOIS lookup systems), whether during or after the term of your domain name registration services of the domain name. You irrevocably waive any and all claims and causes of action you may have arising from such disclosure or use of such information. We may make publicly available, or directly available to third parties, some, or all, of the information you provide, for purposes of inspection (such as through our WHOIS service) or for targeted marketing and other purposes as required or permitted by applicable laws, including by way of bulk WHOIS data access provided to third parties who enter into a bulk WHOIS data access agreement with us.
- ICANN may establish or modify the guidelines, limits and/or requirements that relate to the amount and type of information that we may or must make available to the public or to private entities, and the manner in which such information is made available. Information regarding ICANN's guidelines and requirements regarding WHOIS can be found at http://www.icann.org/registrars/wmrp.htm, http://www.icann.org/registrars/wdrp.htm, and elsewhere on the ICANN website at http://www.icann.org/.
- OUR SERVICES:
- DOMAIN NAME REGISTRATION.
- We are accredited registrars with ICANN for generic Top Level Domain Names ("gTLDs") (such as .com, .net, .org, etc.). ICANN oversees registrations and other aspects of the gTLDs. We also are registrars for a variety of country code Top Level Domains ("ccTLDs") (such as .co.uk, .de, etc.). For a partial list of registry administrators and for more information on gTLDs, see http://www.icann.org/tlds/. Domain name registrations are not effective until the registry administrator puts them into effect. Domain name registrations are only for limited terms which end on the expiration date. For domain names which are created as a new registration out of the pool of available domain names, the term begins on the date the domain name registration is acknowledged by the applicable registry. For domain name registrations which were not returned to the pool of available domain names, the term begins on the date the previous registrant's domain name registration was acknowledged by the applicable registry.
- We and your Primary Service Provider are not liable or responsible in any way for any errors, omissions or any other actions by the registry administrator arising out of or related to a request to register, renew, modify the settings for, or transfer of a domain name registration. You acknowledge that domain name registration is a service, domain name registrations do not exist independently from services provided pursuant to this or a similar registration agreement with a registrar, domain name registration services do not create a property interest and you have no such property interest in any domain name(s) which you may register with us.
- AFTER MARKET DOMAIN NAMES:
- We offer for sale domain names that are registered to third parties (also known as aftermarket domain names) in a variety of top level domain names ("TLDs") ("After Market Domain Name(s)"). All After Market Domain Name registrations are offered on a first come, first served basis. If you are the first to complete an After Market Domain Name registration application for a particular domain name, including payment of the purchase price we designate, we will initiate a transfer of the relevant After Market Domain Name to your Account. If the After Market Domain Name is at another domain registrar at the time of your purchase, we will transfer your purchased After Market Domain Name to us at no cost to you and will add one year to the existing registration period. If the After Market Domain Name is already located with us as the domain registrar at the time of your purchase and it has ninety (90) days or less from the date of your purchase before expiration, we will renew your After Market Domain for you for free. If the After Market Domain Name is already located with us as the domain registrar at the time of your purchase and it has ninety-one (91) days or more before expiration, you are responsible for all renewal fees. Any subsequent renewals of the After Market Domain Name will be charged at the then-current renewal fee. Once you submit your order for an After Market Domain Name, you have entered into a valid, binding and enforceable contract to pay the designated purchase price for the After Market Domain Name. Because we are selling After Market Domain Names initially registered to third parties, we have no control and make no representations regarding the accuracy or legality of domain names advertised, the accuracy or legality of any domain name listing, or the right and the ability of the third party seller to transfer the After Market Domain Name or complete the transaction. We do not control whether or not third party sellers will complete a transaction. We reserve the right to reject or cancel your After Market Domain Name registration for any reason including, but not limited to, any pricing errors. In the event your After Market Domain Name registration is rejected or cancelled by us, for any reason, we will refund in full the amount of the purchase price for the After Market Domain Name as your sole remedy.
- Once the After Market Domain Name is transferred into your Account, such After Market Domain Name may not be transferred away from us to another registrar during the first 60 days following the transfer, during which time the After Market Domain Name may be placed on transfer lock. All of your obligations under this Agreement which apply to the registration or renewal of domain name(s) created by you apply to any After Market Domain Name(s) acquired by you, including but not limited to prohibition against any Illegal Uses.
- NOT INCLUDED IN THE SERVICES:
- We are not responsible to determine whether the domain name(s) you select, or the use you or others make of the domain name(s), or other use of the Services, infringes legal rights of others. It is your responsibility to know whether or not the domain name(s) you select or use or allow others to use infringe legal rights of others.
- We might be ordered by a court or arbitrator to cancel, modify, or transfer your domain name; it is your responsibility to list accurate contact information in association with your Account and to communicate with litigants, potential litigants, and governmental authorities. It is not our responsibility to forward court orders or other communications to you. Our policy is to comply with court orders from courts of competent jurisdiction as well as UDRP Panel decisions. If you contact us informing us that you are contesting a court order from a court of competent jurisdiction, we may, but are not obligated to, place a transfer lock on the domain name pending the outcome of the dispute. If you contact us informing us that you are contesting an adverse UDRP Panel decision, your time limits and procedures to do so are subject to the requirements set forth in the UDRP. We will not delay implementation of a UDRP Panel decision based solely on your informing us that you intend to contest the decision.
- USE OF FREE SERVICES:
- In consideration for providing additional optional Services for which we do not charge an additional fee, including, but not limited to, free trials, URL forwarding, email forwarding, free parking page, free website hosting, free email services, or other free services which we may introduce from time to time ("Free Services"), we may display advertising in conjunction therewith through the use of pop-up or pop-under browser windows, banner advertisements, audio or video streams, appendices to emails, or any other advertising means, and we may aggregate for our own use, related usage data by means of cookies and other similar means. We may discontinue any Free Services at any time with or without providing you prior notice.
- From time to time we may provide you with free or low-cost domain name(s) registration services ("Promotional Name(s)"). If we do so, the services for the Promotional Name(s) will be placed in the same Account as your other domain name(s) and you will be listed as the registrant, though we may point the Promotional Name to IP address(es) of our choosing. If you want to assume control over the services provided to the Promotional Name, including the right to transfer or push the Promotional Name service to other registrars or other Accounts or the ability to control the DNS settings for the Promotional Name, you must pay the promotional registration fee or renewal fee, if any, and the terms of this Agreement will apply to such Promotional Name(s). If you do not want the Promotional Name services, you may request that you be removed as the registrant of such Promotional Names and we may be listed as the domain name registrant or we may delete such domain names or make them available to others. For any domain name services, including these Promotional Names, for which you are listed as registrant but for which you do not pay the registration or renewal fee, we may assign name-servers to the domain name and point the domain name to IP address(es) designated by us until the registration or renewal fee is paid.
- SERVICES PROVIDED AT WILL; TERMINATION OR SUSPENSION OF SERVICES:
- We and your Primary Service Provider may reject your domain name registration application or elect to discontinue providing Services to you for any reason within 30 days of a Service initiation or a Service renewal. Outside of this period, we and your Primary Service Provider may terminate or suspend the Services at any time for cause, which, without limitation, includes (i) registration of prohibited domain name(s), (ii) abuse of the Services, (iii) payment irregularities, (iv) allegations of illegal conduct, (v) failure to keep your Account or WHOIS information accurate and up to date, (vi) failure to respond to inquiries from us for over ten (10) calendar days, or (vii) if your use of the Services involves us in a violation of any third party's rights or acceptable use policies, including but not limited to the transmission of unsolicited email or the violation of any copyright.
- If we terminate or suspend the Services provided to you under this Agreement, we may then, at our option, make either ourselves or a third party the beneficiary of Services which are substantially similar to those which were previously provided to you. If we have grounds to terminate or suspend Services with respect to one domain name or in relation to other Services provided through your Account, we may terminate or suspend all Services provided through your Account. No fee refund will be made when there is a suspension or termination of Services for cause.
- At any time and for any reason, we may terminate the Services thirty (30) days after we send notice of termination via mail or email, at our option, to the WHOIS contact information provided in association with your domain name registration. Following notice of termination other than for cause, you must transfer your domain name within such thirty (30) day notice period or risk that we may delete your domain name, transfer the registration services associated with your domain name to ourselves or a third party, or suspend or modify Services related to your domain name. If we terminate Services for a reason other than cause, we will provide a pro-rata refund of your fees.
- Your registration of a domain name is subject to suspension, cancellation or transfer by any ICANN procedure now in affect or which may come into affect at a later date, by any registrar or registry administrator procedures approved by an ICANN-adopted policy or any policy adopted by any ccTLD registry or governing body, to correct mistakes by us, another registrar or the registry administrator in administering the domain name or for the resolution of disputes concerning the domain name or as a result of any government decree, rule, law or regulation.
- FEES: You agree to pay, prior to the effectiveness of the desired Services, the applicable Service fees set forth on the Pricing Page or otherwise communicated to you. In the event any of the fees for Services change, we will use reasonable efforts to give you thirty (30) days prior notice of such changes on the Pricing Page or by other reasonable means. Please check the Pricing Page often for any changes to our Services fees. All fees are non-refundable, in whole or in part, even if your domain name registration is suspended, cancelled or transferred prior to the end of your then current registration term, unless this Agreement specifically provides for a refund. At our option, we may require that you pay fees through a particular payment means (such as by credit card or by wire transfer) or that you change from one payment provider to another.
- PAYMENT ISSUES: In the event of a charge back by a credit card company (or similar action by another payment provider allowed by us) in connection with your payment of fees for any Services, we and/or your Primary Service Provider may suspend access to any and all Accounts you have with us and/or your Primary Service Provider and all interests in and use of any domain name registration services, website hosting, and/or email services, including all data hosted on our systems and/or on the systems of your Primary Service Provider may be assumed by us or your Primary Service Provider, as the case may be, or may be terminated. We may reinstate your rights to and control over these Services solely at our discretion, and subject to our receipt of the unpaid fees and our then-current reinstatement fee set forth on the Pricing Page or otherwise communicated to you. Reinstatement of Services by your Primary Service Provider may be according to the terms between you and your Primary Service Provider relating to reinstatement. If you have an issue with credit card or other payment charges, you should contact your Primary Service Provider, first, and us, second, regarding the issue before you contact your credit card or other payment process company to request a charge back or reversal of the charges.
- EXPIRATION AND RENEWAL OF SERVICES: It is your responsibility to keep your own records and to maintain your own reminders regarding when your domain name registration or other Services are set to expire and to maintain current and accurate credit card information should any Services be placed on "auto-renew." We and/or your Primary Service Provider will notify you when renewal fees are due. Should these fees go unpaid, your Services will expire or be cancelled. Payment must be made by credit card or such other method as we may allow or require from time to time. If you select automatic renewal of the Services, we may attempt to renew the Services a reasonable time before expiration, provided your credit card or other billing information is available and up to date. It is your responsibility to keep your billing information up to date and we are not required to, but may, contact you to update this information in the event that an attempted transaction is not processed successfully. Please note: for certain TLDs, the automatic renewal option is not available.
- EXPIRATION OF A DOMAIN NAME REGISTRATION: Immediately after the expiration of the term of domain name registration services and before deletion of the domain name in the applicable registry's database, we may direct the domain name to name-servers and IP address(es) designated by us, including, without limitation, to no IP address or to IP address(es) which host a parking page or a commercial search engine that may display advertisements, and we may either leave your WHOIS information intact or we may change the contact information in the WHOIS output for the expired domain name so that you are no longer the listed registrant of the expired domain name.
- Reactivation Period Process. For a period of approximately 30 days after expiration of the term of domain name registration services, we may provide a procedure by which expired domain name registration services may be renewed. We may, but are not obligated to, offer this process, called the "reactivation period." You assume all risks and all consequences if you wait until close to or after the expiration of the original term of domain name registration services to attempt to renew the domain name registration services. We may, in our sole discretion, choose not to offer a reactivation period and we shall not be liable therefore. The reactivation period renewal process, if any, may involve additional fees which we and your Primary Service Provider may determine. We may make expired domain name services(s) available to third parties, we may auction off the rights to expired domain name services (the auction beginning close to the end or after the end of the reactivation period), and/or expired domain name registration services may be re-registered to any party at any time.
- After the reactivation period, we may:
- Discontinue the domain name registration services at any time thereafter without notice. In which case, certain registry administrators may provide procedures by which discontinued domain name registration services may nonetheless be renewed. We may, but are not obligated to, participate in this process, typically called the "Redemption Grace Period" ("RGP"). We may, in our sole discretion, choose not to participate in the RGP process with respect to any or all of your domain name registration services and we shall not be liable therefore. If available, RGP typically ends between 30 and 42 days after the end of the reactivation period of the domain name services. The current RGP fee is set forth on the Pricing Page and does not include any registration fees that may also be due. We are not obliged to contact you to alert you that the domain name registration services are being discontinued; or
- Pay the registry's registration fee or otherwise provide for the registration services to be continued. In which case, we may then set the name-servers and the DNS settings for the domain name services, we may set the DNS to point to no IP address or to IP address(es) which host parking page(s) or a commercial search engine that may display paid advertisements, and we may change the contact information in the WHOIS output for the expired domain name so that you are no longer the listed registrant of the expired domain name. We do not have to pay you any of the proceeds we may earn as a result. We are not obliged to contact you to alert you that the domain name registration services are being continued. The domain name will be designated as being in the extended redemption grace period ("ERGP"), and you will be allowed to assume, during the first 120 days of the then extant registration term, complete management of the domain name services, including the right to control the DNS settings, provided that you pay the fee set forth on the Pricing Page plus any registration fees. After the end of the 120-day period, if you do not exercise your rights under this provision, you have abandoned the domain name services, and relinquish all interests and use of the domain name services; or
- If we auctioned the domain name services to a third party, we may transfer the domain name registration services to such third party. In which case, the third party who won the auction for the domain name services will control the domain name services, including control over the WHOIS information and the DNS settings. You may recover the domain name registration services prior to the end of the reactivation period, as such reactivation period applied to you. We are not obliged to contact you to alert you that the domain name registration services are or were auctioned. We do not have to pay you any of the proceeds we may earn as a result of such an auction.
- TRANSFERS:
- Transfer of your domain name(s) services shall be governed by ICANN's transfer policy, available at http://www.icann.org/transfers/, including the Registrar Transfer Dispute Resolution Policy, available at http://www.icann.org/en/transfers/dispute-policy-12jul04.htm as well as the UDRP as described in Section 17 of this Agreement, as these policies may be modified from time to time. To transfer your domain name(s) you should first login to your Account to lock or unlock your domain name(s) and/or to obtain the EPP "AuthCode" which is required to transfer domain services in an EPP registry (such as .org). Alternatively, you should contact your Primary Service Provider to have your domain name(s) services locked or unlocked or to obtain the EPP "AuthCode." If your Primary Service Provider is unresponsive, you may contact us to have your domain name(s) locked or unlocked or to obtain the EPP "AuthCode" though we may first contact your Primary Service Provider to request that the Primary Service Provider address the request. Only the registrant and the administrative contacts listed in the WHOIS information may approve or deny a transfer request. Without limitation, domain name services may not be transferred within 60 days of initial registration, within 60 days of a transfer, if there is a dispute regarding the identity of the domain name registrant, if you are bankrupt, or if you fail to pay fees when due. We will follow the procedures for both gaining and loosing registrars as outlined in ICANN's transfer policies. Transfer requests typically take five business days to be processed. A transfer will not be processed if, during this time, the domain name registration services expire, in which event you may need to reinstate the transfer request following a redemption of the domain name, if any. You may be required to resubmit a transfer request if there is a communication failure or other problem at either our end or at the registry. YOU ASSUME ALL RISK FOR FAILURE OF A TRANSFER WHETHER OR NOT THE TRANSFER PROCESS IS INITIATED CLOSE TO THE END OF A REGISTRATION TERM.
- We may place a "Registrar Lock" on your domain name services and this will prevent your domain name services from being transferred without your authorization, though we are not required to do so. By allowing your domain name services to remain locked, you provide express objection to any and all transfer requests until the lock is removed.
- OWNERSHIP OF INFORMATION AND DATA: We own all database, compilation, collective and similar rights, title and interests worldwide in our domain name database, and all information and derivative works generated from the domain name database. We own the following information for those registrations for which we are the registrar: (a) the original creation date of the registration, (b) the expiration date of the registration, (c) the name, postal address, e-mail address, voice telephone number, and where available fax number of the registrant and all contacts for the domain name registration, (d) any remarks concerning the registered domain name that appear or should appear in the WHOIS or similar database, and (e) any other information we generate or obtain in connection with the provision of Services, other than the domain name being registered, the IP addresses of the primary nameserver and any secondary nameservers for the domain name, and the corresponding names of those nameservers. We do not have any ownership interest in your specific personal registration information outside of our rights in our domain name database.
- AGENTS AND LICENSES: If you are registering a domain name for or on behalf of someone else, you represent that you have the authority to bind that person as a principal to all terms and conditions provided herein. If you license the use of a domain name you register to us or a to third party, you remain the domain name holder of record, and remain responsible for all obligations at law and under this Agreement, including but not limited to payment obligations, and providing (and updating, as necessary) both your own full contact information, and accurate technical, administrative, billing and zone contact information adequate to facilitate timely resolution of any problems that arise in connection with the domain name and domain name registration and for ensuring non-infringement of any third party intellectual property rights.
- LIMITATION OF LIABILITY: WE WILL NOT BE LIABLE FOR ANY (a) SUSPENSION OR LOSS OF THE SERVICES, (b) USE OF THE SERVICES, (c) INTERRUPTION OF SERVICES OR INTERRUPTION OF YOUR BUSINESS, (d) ACCESS DELAYS OR ACCESS INTERRUPTIONS TO OUR WEB SITE(S) OR SERVICES OR DELAYS OR ACCESS INTERRUPTIONS YOU EXPERIENCE IN RELATION TO A DOMAIN NAME REGISTERED WITH US; (e) LOSS OR LIABILITY RESULTING FROM ACTS OF OR EVENTS BEYOND OUR CONTROL (f) DATA NON-DELIVERY, MIS-DELIVERY, CORRUPTION, DESTRUCTION OR OTHER MODIFICATION; (g) THE PROCESSING OF AN APPLICATION FOR A DOMAIN NAME REGISTRATION; (h) LOSS OR LIABILITY RESULTING FROM THE UNAUTHORIZED USE OR MISUSE OF YOUR ACCOUNT IDENTIFIER OR PASSWORD; OR (i) APPLICATION OF ANY DISPUTE POLICY. NEITHER WE NOR YOUR PRIMARY SERVICE PROVIDER WILL BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING LOST PROFITS) REGARDLESS OF THE FORM OF ACTION WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, EVEN IF WE OR YOUR PRIMARY SERVICE PROVIDER HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO EVENT SHALL OUR OR YOUR PRIMARY SERVICE PROVIDER'S MAXIMUM AGGREGATE LIABILITY EXCEED THE TOTAL AMOUNT PAID BY YOU FOR SERVICES, BUT IN NO EVENT GREATER THAN $400.00 (US Dollars). BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, IN SUCH STATES, OUR AND YOUR PRIMARY SERVICE PROVIDER'S LIABILITY SHALL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED BY LAW.
- INDEMNITY: You hereby release, indemnify, and hold us, ICANN, the registry operators, and your Primary Service Provider, as well as the contractors, agents, employees, officers, directors, shareholders, and affiliates of such parties harmless from and against any and all liabilities, claims, damages, costs and expenses, including reasonable attorneys' fees and court costs, for third party claims relating to or arising under this Agreement, including any breach of any of your representations, warranties, covenants or obligations set forth in this Agreement, the Services provided hereunder, or your use of the Services, including, without limitation, infringement by you, or by anyone else using the Services, of any intellectual property or other proprietary right of any person or entity, or from the violation of any of our or ICANN's operating rules or policies relating to the Services provided. We may seek written assurances from you in which you promise to indemnify and hold us harmless from the costs and liabilities described in this paragraph. Such written assurances may include, in our sole discretion, the posting of a performance bond(s) or other guarantees reasonably calculated to guarantee payment. Your failure to provide such assurances may be considered by us to be a breach of this Agreement by you and may, in our sole discretion, result in loss of your right to control the disposition of domain name Services for which you are the registrant and in relation to which we are the registrar of record. This indemnification is in addition to any indemnification (a) required under the UDRP or any other ICANN policy or any policy of any relevant registry; or (b) set forth elsewhere in this Agreement.
- REPRESENTATIONS AND WARRANTIES: YOU REPRESENT AND WARRANT THAT NEITHER THE REGISTRATION OF A DOMAIN NAME NOR THE MANNER IN WHICH IT IS DIRECTLY OR INDIRECTLY USED NOR THE USE OF OTHER OF THE SERVICES INFRINGES THE LEGAL RIGHTS OF A THIRD PARTY OR WILL OTHERWISE SUBJECT US TO A LEGAL CLAIM. THE SERVICES ARE INTENDED FOR USE BY PERSONS WHO ARE AT LEAST 18 YEARS OLD AND BY USING THE SERVICES, YOU REPRESENT AND WARRANT THAT YOU ARE AT LEAST 18 YEARS OLD AND ALL INFORMATION PROVIDED BY YOU IN CONNECTION WITH YOUR PROCUREMENT OF THE SERVICES IS ACCURATE. ALL SERVICES ARE PROVIDED TO YOU "AS IS" AND WITH ALL FAULTS. EXCEPT FOR OUR STATEMENT REGARDING OUR ACCREDITATION AS ICANN-APPROVED DOMAIN NAME REGISTRARS, WE MAKE NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHATSOEVER, EXPRESS OR IMPLIED, IN CONNECTION WITH THIS AGREEMENT OR THE SERVICES, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, UNLESS SUCH REPRESENTATIONS AND WARRANTIES ARE NOT LEGALLY EXCLUDABLE. WITHOUT ANY LIMITATION TO THE FOREGOING, WE MAKE NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHATSOEVER THAT REGISTRATION OR USE OF A DOMAIN NAME UNDER THIS AGREEMENT WILL IMMUNIZE YOU EITHER FROM CHALLENGES TO YOUR DOMAIN NAME REGISTRATION, OR FROM SUSPENSION, CANCELLATION OR TRANSFER OF THE DOMAIN NAME REGISTERED TO YOU. ANY MATERIAL AND/OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF OUR E-MAIL FORWARDING OR OTHER EMAIL SERVICE IS DONE AT YOUR OWN DISCRETION AND RISK AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL AND/OR DATA. WE MAKE NO WARRANTY REGARDING ANY GOODS OR SERVICES PURCHASED OR OBTAINED THROUGH OUR E-MAIL SERVICES OR ANY TRANSACTIONS ENTERED INTO THROUGH OUR E-MAIL SERVICES. NO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY YOU FROM US SHALL CREATE ANY WARRANTY NOT EXPRESSLY MADE HEREIN. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN WARRANTIES, SO SOME OF THE ABOVE EXCLUSIONS MAY NOT APPLY TO YOU.
- DISPUTE RESOLUTION POLICY: You are bound by all ICANN consensus policies and all policies of any relevant registry, including but not limited to the Uniform Domain Name Dispute Resolution Policy ("UDRP"), which is available at http://www.icann.org/udrp/udrp-rules-24oct99.htm and http://www.icann.org/dndr/udrp/policy.htm along with the UDRP Rules and all Supplemental Rules of any UDRP provider. The UDRP may be changed by ICANN (or ICANN's successor) at any time. If the registration or reservation of your domain name is challenged by a third party, you will be subject to the provisions specified in the UDRP in effect at the time your domain name registration is disputed by the third party. In the event a domain name dispute arises with any third party, you will indemnify and hold us harmless pursuant to the terms and conditions of the UDRP. If you or your domain name is the subject of litigation, we may deposit control of your domain name record into the registry of the judicial body by providing a party with a registrar certificate.
- GOVERNING LAW AND JURISDICTION FOR DISPUTES:
- Except as otherwise set forth in the UDRP or any similar ccTLD policy, with respect to any dispute over a domain name registration, this Agreement, your rights and obligations and all actions contemplated by this Agreement shall be governed by the laws of the United States of America and the State of Washington, as if the Agreement was a contract wholly entered into and wholly performed within the State of Washington.
- Any dispute, claim or controversy arising out of or relating to this Agreement or the breach, termination, enforcement, interpretation or validity thereof, including the determination of the scope or applicability of the agreement to arbitrate, shall be determined by arbitration in King County, Washington, before one arbitrator. The arbitration shall be administered by JAMS pursuant to its Comprehensive Arbitration Rules and Procedures. Judgment on the Award may be entered in any court having jurisdiction. This clause shall not preclude parties from seeking provisional remedies in aid of arbitration from a court of appropriate jurisdiction. Service of process on you by us in relation to any dispute arising under this Agreement may be served upon you by first class mail to the address listed by you in your Account and/or domain name WHOIS information or by electronically transmitting a true copy of the papers to the email address listed by you in your Account and/or domain name WHOIS information.
- Notwithstanding the foregoing, for the adjudication of third party disputes (i.e., disputes between you and another party, not us) concerning or arising from use of domain names registered hereunder, you shall submit without objection, without prejudice to other potentially applicable jurisdictions, to the subject matter and personal jurisdiction of the courts (i) of the domicile of the registrant as it appears in the public WHOIS record for the domain name(s) in controversy, and (ii) where we are located, currently those State or federal courts whose geographic districts include Bellevue, Washington.
- NOTICES: Any notices required to be given under this Agreement by us to you will be deemed to have been given if delivered in accordance with the Account and/or domain name WHOIS information you have provided.
- GENERAL: The parties hereby incorporate the requirements of 41 CFR 60-1.4(a), 300.5(a) and 741.5, if applicable. This Agreement and all applicable ICANN policies and the policies of any relevant registry, including but not limited to the UDRP, together with all modifications, constitute the complete and exclusive agreement between you and us, and supersede and govern all prior proposals, agreements, or other communications. Nothing contained in this Agreement shall be construed as creating any agency, partnership, or other form of joint enterprise between the parties. The failure of us to require your performance of any provision hereof shall not affect the full right to require such performance at any time thereafter; nor shall the waiver by us of a breach of any provision hereof be taken or held to be a waiver of the provision itself. In the event that any provision of this Agreement shall be unenforceable or invalid under any applicable law or be so held by applicable court decision, such unenforceability or invalidity shall not render this Agreement unenforceable or invalid as a whole. We will amend or replace such provision with one that is valid and enforceable and which achieves, to the extent possible, our original objectives and intent as reflected in the original provision. This Agreement may not be amended or modified by you except by means of a written document signed by both you and an authorized representative of us. The parties hereby incorporate the requirements of 41 CFR 60-1.4(a), 300.5(a) and 741.5, if applicable.
THE FOLLOWING REGISTRARS ARE REFERENCED IN THIS DOCUMENT:
Afterdark Domains, Incorporated
Arab Internet Names, Incorporated
AsiaDomains, Incorporated
Big House Services, Inc.
Blisternet, Incorporated
Dagnabit, Incorporated
Domain Rouge, Inc.
Domainnovations, Incorporated
Dropoutlet, Incorporated
eNom, Incorporated
eNom Corporate, Inc.
eNom1, Incorporated
eNom2, Incorporated
eNom3, Incorporated
eNom4, Incorporated
eNom5, Incorporated
eNom371, Incorporated
eNom373, Incorporated
eNom375, Incorporated
eNom377, Incorporated
eNom379, Incorporated
eNom381, Incorporated
eNom383, Incorporated
eNom385, Incorporated
eNom387, Incorporated
eNom389, Incorporated
eNom391, Incorporated
eNom393, Incorporated
eNom395, Incorporated
eNom397, Incorporated
eNom399, Incorporated
eNom403, Incorporated
eNom405, Incorporated
eNom407, Incorporated
eNom409, Incorporated
eNom411, Incorporated
eNom413, Incorporated
eNom415, Incorporated
eNom417, Incorporated
eNom419, Incorporated
eNom421, Incorporated
eNom423, Incorporated
eNom425, Incorporated
eNom427, Incorporated
eNom429, Incorporated
|
eNom431, Incorporated
eNom433, Incorporated
eNom435, Incorporated
eNom437, Incorporated
eNom439, Incorporated
eNom441, Incorporated
eNom443, Incorporated
eNom445, Incorporated
eNom447, Incorporated
eNom449, Incorporated
eNom451, Incorporated
eNom453, Incorporated
eNom455, Incorporated
eNom457, Incorporated
eNom459, Incorporated
eNom461, Incorporated
eNom463, Incorporated
eNom465, Incorporated
eNom467, Incorporated
eNom469, Incorporated
eNom623, Incorporated
eNom635, Incorporated
eNom646, Incorporated
eNom647, Incorporated
eNom650, Incorporated
eNom652, Incorporated
eNom654, Incorporated
eNom655, Incorporated
eNom656, Incorporated
eNom659, Incorporated
eNom661, Incorporated
eNom662, Incorporated
eNom663, Incorporated
eNom666, Incorporated
eNom672, Incorporated
eNom1008, Incorporated
eNom1009, Incorporated
eNom1010, Incorporated
eNom1012, Incorporated
eNom1013, Incorporated
eNom1014, Incorporated
eNom1033, Incorporated
eNom1034, Incorporated
eNom1035, Incorporated
eNom1036, Incorporated
|
eNom1037, Incorporated
eNom1038, Incorporated
eNOM625, INC.
eNomAu, Inc.
eNombre Corporation
eNomEU, Inc.
eNomfor, Inc.
eNom GMP Services, Inc.
eNomMX, Inc.
eNomnz, Inc.
eNomsky, Inc
eNomTen, Inc.
eNomToo, Inc.
eNomV, Inc.
eNomWorld, Inc.
eNomX, Inc.
Entertainment Names, Incorporated
Extra Threads Corporation
FeNomINAL, Inc.
Fushi Tarazu, Incorporated
Gunga Galunga, Incorporated
Indirection Identity Corporation
Internet Internal Affairs Corporation
Kingdomains, Incorporated
Mark Barker Incorporated
Mobile Name Services, Incorporated
Name Nelly Corporation
Name Thread Corporation
Nerd Names Corporation
Nom Infinitum, Inc
One Putt, Inc
Postal Domains, Incorporated
Private Domains, Incorporated
Retail Domains, Inc.
SBSNames, Incorporated
Searchnresq, Inc.
SicherRegister, Incorporated
Sipence, Incorporated
Small Business names and Certs, Incorporated
SssassS, Incorporated
Traffic Names, Incorporated
Travel Domains, Incorporated
Vedacore.com, Inc
Whiteglove Domains, Incorporated
|
.US domain requirements (NEXUS)
There are additional contact attributes required:
1. Nexus Category.
2. Nexus Country.
3. Application Purpose. .CA domain requirements
There are additional contact attributes required:
1. Legal Type.
2. Registrant of domain (individual or company's name).
3. Optional description of Registrant.
4. Trademark Number.
5. Organization registered location. .DE domain requirements
Should you seek to register a .DE second level domain name you, the registrant, must also agree with the requirements of the .DE registration terms and conditions in German (an English translation is available for the convenience of English speakers, but the terms as they are found in the original German agreement are the actual authoritative and legally binding documentation).
You should be aware that the terms to register a second level domain in the .DE namespace are not strictly and finally documented. For example, fees for a second level domain registration in the .DE namespace are charged on a monthly basis. Registrars, however, may provide fee payment services which would allow you to pre-pay for longer time periods. If you pre-pay for a longer period of time, you will not be given a refund by this registrar if you decide to cancel your registration prior to the end of your pre-paid period. Also, a second level domain registration in the .DE namespace is for life, though you may cancel your registration by providing one month's notice to DENIC. If you do not cancel your registration with and you stop paying the required registration fees to this registrar, then this registrar will stop making payments to DENIC on your behalf; in this case DENIC may attempt to bill you directly (and not through this registrar). After a certain period of non-payment, DENIC may then terminate your domain name registration, though it is not clear to this author whether you would also be released from the obligation to pay the registration fees incurred prior to termination by DENIC. If you stop paying the required registration fees, this registrar may, but is not required to, terminate your .DE domain name registration on your behalf. It is not clear to this author whether these terms are spelled out for prospective .DE registrants, so you are encouraged to perform your own due diligence to your own satisfaction before making the decision to register a second level domain registration in the .DE namespace.
.CO.UK domain requirements
There are additional contact attributes required:
1. Specify legal type from the list below.
2. Provide company identification number (required for Legal Types noted).
3. Specify the name of the Registrant / Company (please, be careful - this cannot be changed easily.) .ORG.UK domain requirements
There are additional contact attributes required:
1. Specify legal type from the list below.
2. Provide company identification number (required for Legal Types noted).
3. Specify the name of the Registrant / Company (be careful - this cannot be changed easily.) .EU domain requirements
To register an .EU domain name, you must meet one of the following requirements: i) Undertakings having their registered office, central administration or principal place of business within the European community; ii) Organizations established within the European Community without prejudice to the application of national law; iii) Natural persons resident within the European Community.
Undertakings !!!!!!! ???? .ASIA domain requirements
Anyone (person or entity) can be a registrant of .ASIA domains. In order to satisfy the .ASIA Charter Eligibility Requirement:
one of the associated contacts for the domain (registrant, administrative, technical or billing contact) must be a legal entity
in ASIA. A legal entity may be a natural person of a juristic entity such as a corporation.
There are additional contact attributes required:
1. Specify Locality of Establishment
2. Specify Type of Entity
3. Specify Form of Identity
4. Provide Form of Identity ID Number/Code of Reference
Your domain will become live once the domain has been awarded to you by the registry. You may have to submit more documentary
evidence or participate in an auction before you are awarded the domain.
.JP domain requirements
Any individual, group, or organization that has a permanent postal address in Japan may apply for a 2nd level,
i.e., General-use JP Domain Name (DOMAIN.JP). NO Guarantee of domain registration or successful renewal on free web hosting accounts
IMPORTANT NOTICE: The Free web hosting platform is still in Development (Beta mode) and as such there is likely to be some minor defects in the system.
Please note that we will do our best to provide you with decent service, however we can NOT provide any guarantee whatsoever that we will be able to register or renew your domain successfully if you are hosted on the free web hosting platform, even if you have paid for your domain registration or renewal service.
Domain Renewal Notifications and Orders
Our system sends e-mail notifications 30, 15, 10, 5, 4, 3, 2, 1 days prior to the domain's expiration date.
You are invited to renew your domain on time and if any TLD-specific renewal rules are applied, we include them in these e-mails.
We strongly recommend that you renew your domain minimum 48 hours prior to your expiration date. It is very important to understand that
once you submit the order it is being processed by the payment gateway, verified by our sales representatives and finally the system is
sending your domain for renewal to our partnering domain registrar. This process takes time and we encourage you to take time and submit
your renewal order upfront so you are sure that the payment and renewal process will be handled on time.
TLDs Details
| TLD |
Rgistration |
Additional details with registration |
Transfer |
EPP Key |
Registrar lock |
Whois Protect |
Renewal |
Grace Period |
| .com |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
5 days |
| .net |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
5 days |
| .org |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
5 days |
| .info |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
5 days |
| .biz |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
5 days |
| .us |
1-10 years |
Yes |
Yes |
Yes |
Yes |
No |
|
5 days |
| .co.uk |
2 years |
Yes |
Yes |
No |
No |
No |
|
- |
| .org.uk |
2 years |
Yes |
Yes |
No |
No |
No |
|
- |
| .eu |
1-10 years |
Yes |
Yes |
No |
No |
No |
Auto-renew |
- |
| .de |
1-10 years |
Yes |
Yes |
Yes |
No |
No |
Auto-renew |
- |
| .ca |
1-10 years |
Yes |
Yes |
Yes |
Yes |
No |
|
- |
| .tv |
1-10 years |
No |
Yes |
No |
Yes |
Yes |
|
5 days |
| .me |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
2 days |
| .be |
1 year |
Yes |
No |
No |
No |
No |
Auto-renew |
- |
| .asia |
1-10 years |
Yes |
No |
Yes |
Yes |
No |
|
5 days |
| .jp |
1 year |
Yes |
No |
Yes |
No |
No |
Auto-renew |
- |
| .mobi |
1-10 years |
No |
Yes |
Yes |
Yes |
No |
|
5 days |
| .cc |
1-10 years |
No |
Yes |
Yes |
Yes |
Yes |
|
- |
| .cn |
1-10 years |
No |
Yes |
Yes |
No |
No |
|
- |
| .tw |
1-10 years |
No |
Yes |
Yes |
No |
No |
|
5 days |
| .co |
1-5 years |
No |
Yes |
Yes |
Yes |
No |
|
- |
| .in |
1-10 years |
No |
Yes |
Yes |
Yes |
No |
|
- |
Transfers without EPP Key
.eu
The gaining and losing registrants will receive an email from the registry which must be approved within 14 days.
.co.uk, .org.uk
If you initiate the transfer with eNom first, you must submit the request to the losing registrar within one week. If initiating the request to the losing registrar first, you must initiate your transfer with eNom by either the 8th of current month or the 8th of the following month, whichever is closest to the current date. Request Retag from the losing registrar.
.tv
Request transfer from gaining registrar.
Transfer details
45 days rule
The 45-days transfer rule says: Due to a registry restriction(not eNom or any other registrar, but the global registry), if a domain is renewed and then transferred to another registrar within the first 45 days since the renewal, the domain will not have an additional year added to the expiration date.
.org 60 days restriction
Due to a registry restriction (Public Interest Registry; http://www.pir.org), .org domains have a 60-day transfer restriction. If a .org domain has been transferred between registrars, the Public Interest Registry does not allow a transfer of the domain for 60-days since the date the transfer was complete.
.co.uk/.org.uk 3 months rule
For .co.uk/.org.uk successful transfers where the domain name has more than 3 months remaining to expiration, domain is not renewed for two years but just trsnaferred. If the domain is within 3 months or less of its renewal date, the domain will be renewed for 2 years.
.eu
The domain expiration date is extended with one year from the date the transfer or trade took place, not with one year from the existing expiration date.
.co transfer rules
- Transfers of .CO domains are not permitted within the first 60 days of registration.
- Transfers of .CO domains are not permitted within 60 days of a previous transfer.
- Successful transfers will result in a one-year domain name renewal registration.
Renewal details
.co.uk/.org.uk
Due to Registry restrictions, co.uk, .org.uk and .me.uk domains can only be renewed 6 months prior to expiration date.
Auto-renew=ON
Certain domain names, like .EU and . DE, can only be renewed via the auto-renew process. Therefore, the auto-renew should be set to 'ON' if you would like these domains to be renewed at all.
In order to renew .EU domains, they must be set to Auto-Renew = ON.The automatic renewal will process 30 days prior to expiration date provided that there are funds available on the account. The domain will be renewed for a one year.Due to registry restrictions, manual renewal of .EU domains are not possible.
Domains will start being billed 30 days in advance. If a domain name's auto renewal option is set to "off", and you set the auto renewal to "on" within 30 days after the expiration date, the system will try to bill you within 24 hours. We need to stress that this is not a good practice as some tlds such as .EU have no grace period and if you go beyond the expiration date then there is a chance you will not be able to get the domain back.
up to 10 years maximum renewal
Domain names can be registered for a maximum of 10 years. If your domain has not yet expired, you will be able to renew it for 9 years at the most.
Registration details
.ca approval email
When . CA domains are initially registered, CIRA sends an approval email to the registrant email contact. The domain registration is not complete until the registrant approves it via this email. While in this "pending-approval" status, the domain will not resolve or otherwise function. The domain will appear within your account, but you will not be able to fully manage it, especially at the registry level, until approved.
The registrant has 7 days to approve the registration, otherwise the registration is terminated. If the registrant needs this approval email re-sent, please open a support ticket.
Whois details
.ca
The registry will no longer display name, address, phone, fax or email address for Individual registrants. It will remain as is for Non-Individual.
Change domain's whois details from the DCP(Domain Control Panel)
| TLD |
Registrant Contacts |
Admin Contacts |
Billing Contacts |
Technical Contacts |
| .com |
Yes |
Yes |
Yes |
No |
| .net |
Yes |
Yes |
Yes |
No |
| .org |
Yes |
Yes |
Yes |
No |
| .info |
Yes |
Yes |
Yes |
No |
| .biz |
Yes |
Yes |
Yes |
No |
| .us |
Yes |
Yes |
Yes |
No |
| .co.uk |
No |
No |
No |
No |
| .org.uk |
No |
No |
No |
No |
| .eu |
No |
No |
No |
No |
| .de |
No |
No |
No |
No |
| .ca |
No |
No |
No |
No |
| .tv |
Yes |
Yes |
Yes |
No |
| .me |
Yes |
Yes |
Yes |
No |
| .be |
No |
No |
No |
No |
| .asia |
No |
No |
No |
No |
| .jp |
No |
No |
No |
No |
| .mobi |
Yes |
Yes |
Yes |
No |
| .cc |
Yes |
Yes |
Yes |
No |
| .cn |
Yes |
Yes |
Yes |
No |
| .tw |
Yes |
Yes |
Yes |
No |
| .co |
Yes |
Yes |
Yes |
No |
| .in |
Yes |
Yes |
Yes |
No |
Privacy Policy
- Statement
AttractSoft has created this privacy statement in order to demonstrate commitment
to customer privacy. The following discloses the information gathering practices for
AttractSoft.
- Automatically Logged Information
We use your IP address to help identify visitors and to help improve the website's performance for
different browser/operating system configurations.
- Email Communication
We will not intentionally monitor or disclose any of your e-mail messages unless we
believe or we are required to do so:
- To enforce these Terms and Conditions,
- By law,
- To defend our corporation in any action,
- To protect our property, dignity and innocence.
AttractSoft will not send to its customers any unsolicited information,
including e-mails, except as mentioned below. New Customers will receive a
AttractSoft welcome e-mail providing the user credentials and explaining
the features provided by the service. AttractSoft may also send periodic
member letters to announce important service changes, new features, technical
issue updates and news about the Service.
- Cookies
Our site uses cookies to identify you each time you visit our site. We also use
cookies for web site statistics. These statistics consist of browser and
operating system types, search engine keywords, referrer IDs, how long a
visitor stays at the site, and pages viewed at our site. In no way do these
statistics track users after they leave AttractSoft.
- Advertisers
Your personal information will never be sold or traded for any reason.
You agree to respect the privacy and confidentiality of others. Since privacy is a
function of your password, we encourage you to change your password frequently and
not share it with anyone.
- Registration Forms
Contact information from the registration forms is used to contact the customer
when necessary.
- External Links
This site contains links to other sites. AttractSoft is not responsible for
the privacy practices or the content of such Web sites.
- Security
This site has security measures in place to protect the loss, misuse, and alteration
of the information under our control.
- Children Guidelines
We care deeply about children and understand that they have special privacy needs.
Therefore, we have adopted the following privacy policy regarding children:
We will NOT collect, use, or distribute personally identifiable information to
third parties without prior verifiable parental consent.
We will NOT grant children access to unmonitored chat rooms, message boards, email
accounts, or other services that could give the them the ability to publicly post
or otherwise distribute personally identifiable information without
prior verifiable parental consent.
- News Letter Notification Policy
Customers may opt out of receiving newsletters and/or notices from AttractSoft
by following simple procedure available with a link at the botton of the newsletter email.
Please note, however, that AttractSoft reserves the right to send bulletins and
other important information regarding our services at our discretion.
- Changes to our privacy policy
We at AttractSoft reserve the rights to change our privacy policy at any time without notice.
Refund Policy
At AttractSoft we take great value
in delighting our customers. Below you
can read our Refund Policy.
- Web Hosting Accounts
All newly registered accounts
as well as upgrades from free to paid accounts are
subject to 30 days money back guarantee. This is applicable only for annual
web hosting accounts(1,2,3,4,5 years). In case
you become dissatisfied with our services at any
point within the first 30 days, you will receive
a 100% refund for the hosting account.
In case of web hosting renewals (after one or more
billing cycles), the account is not subject to 30
days money back guarantee, hence the rule for the
first 30 days does not apply.
- Domain Names
Domain name sales are final and
non-refundable. At the time of purchase you are
the sole owner of the domain(s) purchased through
our service. In case you decide to leave our hosting
service at the end of your billing cycle or
take advantage of the 30 days money back guarantee,
domain names are transferable to another provider.
Changes to registered domain names i.e. incorrect spelling,
cannot be made once the domain has been purchased. Please
explicitly verify the spelling of your domain name before
purchase.
- Free Domain Names
In case you get a free domain
name within a web hosting package purchased,
and you decide to take advantage of the 30 days
money back guarantee, you absolutely agree and
understand that domain name registrations are
non-refundable. Therefore upon requesting a refund
based on 30 days money back guarantee, you agree
to deposit the amount of $19.95 for the domain
name registration before a refund for the hosting
account is issued.
Provisioning and Invoicing
-
Procesing Payment Orders
Upon successful processing of your payment details
you will be informed about the order status and its reference number, both on our thank-you
page and via e-mail (the e-mail address you have provided during the registration process).
The thank-you page and the thank-you e-mail message include instructions about your order
approval and activation.
- Sales Receipt
Upon successful processing of your payment details you will receive
also a sales receipt via e-mail (the e-mail address you have provided during the registration
process) containing information about the charges made and items ordered.
- Order Review & Approval
A sales representative will review your order and approve it,
unless further confirmation is needed (e.g. confirmation over the phone). Please note that the
account features won't be activated before the order is approved! However, you can login and
check the status of your account.
If you have any concerns or questions regarding your purchase, you can use your integrated
trouble ticketing system in your Hosting Control Panel, our sales email sales@supportindeed.com
or you can call our
USA Sales Phone Line: +1 (347) 223 5853 (8:30 AM - 16:30 PM EST),
UK Sales Phone Line: +44 20 8 1234 790 (7:30 AM - 5:30 PM GMT)
DE Sales Phone Line: +49-431-5568-3602 (8:30 AM - 16:30 PM EST)
- Invoicing
Once your account is active and your order is approved, you can view and/or
save an invoice of your purchase inside the Hosting Control Panel.
|