News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Turkey

#31
VPS is ready, we are installing cPanel it would take an hour or two from now. Once the installation is completed, we will send you the VPS login details.
#32
Web Hosting / Re: Magent hosting account pending
October 03, 2015, 12:10:19 PM
Please refer the hosting account login email, there is a IP mentioned in the email. Check that IP details on whois.domaintools.com website, it will show the IP location. Your account is setup on our Magento hosting UK server.
#33
Our system is not accepting your order because you are using Colombia postal address and Miami IP. The distance between the postal address and IP address is marking your order as fraud. I have set back your order to pending, you can make the payment for the VPS hosting.
#34
Web Hosting / Re: Magent hosting account pending
October 03, 2015, 11:54:49 AM
Thank you for trusting MilesWeb for your Magento hosting.

We have setup your hosting account and sent the login details. Please refer the email "Web Hosting Activated - MilesWeb.com" to view the control panel and name server details. Update the name servers of your domain so that it resolves from our server. After updating the name servers, it would take 12 - 24 hours for the domain to propagate globally.

To install Magento:: Login to the control panel => Softaculous Apps Installer => eCommerce => Magento

If you have any questions, please feel free to initiate a chat from our website for quick assistance.
#35
Web Hosting / Re: Reselling Email Hosting Solution
August 29, 2015, 04:20:08 PM
The email service will be completely white labelled and nowhere your clients will get to know that the Zimbra email service is provided by MilesWeb. We will provide you a control panel though which you can create email accounts and manage them. Emails can be accessed using the Zimbra webmail and using mail clients like Outlook, Thunderbird, etc. If you have a domain name available for testing, provide it to me. I will create a test account for you.
#36
We're pleased to announce our partnership with the industry leading cPanel control panel. MilesWeb has been offering cPanel based hosting packages since day one. This partnership would help us to offer cPanel/WHM at a very competitive price. The cPanel control panel is bundled with all our hosting packages. MilesWeb would also be reselling cPanel/WHM license to customers who just wish to purchase the cPanel license.

We would be offering the cPanel license at the following price:

cPanel VPS - $13.50/mo - Buy Now
cPanel Dedicated - $40/mo - Buy Now

You can view our partner listing on cPanel website at https://partnernoc.cpanel.net/res/7419/milesweb.htm

For more details visit https://www.milesweb.com/buy-cpanel-license.php
#37
Consider the following parameters to rate the web hosting company.

Reliability/Uptime:
Technical Support:
Server & Network Speed:
Price & Value for Money:
Website Hosted:
#38
Our Competent VPS package would be the right plan to launch your shopping portal. You can view the details of the package at https://www.milesweb.com/vps-hosting.php
#39
We can provide you VPS in India. What services or applications you would run from the VPS?
#40
The SSL certificate with our without green bar is going to establish an encrypted connection between the visitors web browser and the web hosting server. The data would be transferred over a secure network. The SSL certificate with green bar may help the visitors to quickly notice that the website is secure and it may further improve the visitor engagement. The visitors would be comfortable with your website and will not hesitate to carry out any transactions through your website.
#41
Hi Benjamin,

You may consider one of our managed VPS plan from https://www.milesweb.com/vps-hosting.php

Based on your compute requirements, you can select the plan and deploy your application. We will also install PHP and SQL on the VPS where you can manage your other websites as well.
#42
As mentioned above, you can check the disk space and bandwidth usage from the left section of cPanel. In files section there is an option Disk Space Usage and in logs section there is a bandwidth option. You can check both the disk space and bandwidth usage details from these respective sections.
#43
We can provide you dedicated server cost in India and Romania location. What are you planning to run from the server and which location would you prefer?
#44
Our Zimbra email is compatible with iPhone and many other hand held devices. You can easily configure the emails on your iPhone, you can take help our team to get the emails configured on your device.
#45
Follow the below steps to remove Theme: ColorMag by ThemeGrill. Powered by WordPress. from your blog footer.


Login to your WordPress Dashboard.

Go to Appearance => Themes => Editor

Select inc/functions.php from the right side bar.

Search for colormag_footer_copyright and delete the following code.

Quote$wp_link = '<a href="http://wordpress.org" target="_blank" title="' . esc_attr__( 'WordPress', 'colormag' ) . '"><span>' . __( 'WordPress', 'colormag' ) . '</span></a>';

Quote$tg_link =  '<a href="http://themegrill.com/themes/colormag" target="_blank" title="'.esc_attr__( 'ThemeGrill', 'colormag' ).'" rel="designer"><span>'.__( 'ThemeGrill', 'colormag') .'</span></a>';

From the below code, delete the code highlighted in bold:

Quote$default_footer_value = sprintf( __( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link ).'<br>'.sprintf( __( 'Theme: %1$s by %2$s.', 'colormag' ), 'ColorMag', $tg_link ).' '.sprintf( __( 'Powered by %s.', 'colormag' ), $wp_link );

After deleting the above code which is highlighted in bold, ensure that you have the following code:

Quote$default_footer_value = sprintf( __( 'Copyright &copy; %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link );