News:

Go to HostNed.com
Welcome.  This is a place to get user-to-user support, learn more, and share ideas.  If you can't find your answers here, feel free to ask by creating a new topic or visit the support ticket system at https://my.hostned.com :)  Have fun here!

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

Topics - Dynaweb

#1
Announcements / End-Of-Life for PHP version 7.4
January 12, 2023, 01:10:34 PM
This is an announcement for all Web Hosting customers. It is time again for PHP upgrades.

PHP 7.4 reached EOL

It is highly recommended that you upgrade your PHP version. In the near future, technicians as well as automated systems will be upgrading accounts periodically, however, we highly recommend you upgrade your PHP version yourself if you are using version 7.4 or lesser.

Ensure your PHP scripts are up-to-date

The new version 8.x comes with some degree of incompatibility with some older code. Our techs and systems cannot know for sure if your PHP scripts are compatible with the new versions, so have your software developer check into that for you. Some code syntax that works properly on older versions may not work with 8.x and may display error or warning messages. If you do continue to use the older version in the meantime, you will be susceptible to any remaining bugs or security issues.

For more information, read PHP EOL Documentation.
#2
HostNed has said goodbye to Windows-based hosting. Although it is no longer offered, it is still available and fully supported at DomainsNed. Windows web hosting is perfect for those who use ASP.NET, ASP or Microsoft SQL Server technologies.

Windows-based hosting with Plesk at DomainsNed
#3
Announcements / Happy New Year 2023
January 01, 2023, 12:13:59 PM
Wishing everyone a very happy and prosperous new year!
#4
SEO and Marketing / SEO Product From DomainsNed
May 28, 2022, 11:46:16 AM
SEO (by our partner DomainsNed)

Our SEO tool analyzes your website and gives you step-by-step instructions on how you can optimize for Google®, Yahoo® and Bing®. All it takes is a few clicks, and then you can get back to business.

Bring more traffic to your website with Search Engine Optimization.

  • Search Optimization: Improve search engine rankings with keyword and suggested topics tool
  • Keyword suggestions: Get personalized phrases and words to add to increase traffic to your website and help it rank better
  • Tracking your ranking: Track the progress of your website's rank on Google over time
  • Create your sitemap: Customize, create and submit a site map to aid search engines in crawling your site

More info:
SEO Tool From DomainsNed
#5
SSL and HTTPS / Force HTTPS Connections
May 08, 2022, 10:18:38 AM
Forcing HTTPS on All Website Traffic

HTTPS is the new standard in secure online connections for web pages. It ensures that connections are not being intercepted and instills confidence for your visitors.

When you enable HTTPS on your web site using an installed SSL certificate, you may still be able to load your pages using the traditional non-HTTPS connections, so to get things as secure as possible, it is recommended to enable https:// connections all the time. It is a good idea to enable this unless there is something that will not work in https mode for some reason. cPanel calls this "Force HTTPS redirect. You can find that setting under DOMAINS in your cPanel area. This is available for your main domain name only, so to force HTTPS connections on your subdomains and/or add-on domains, you can do that by adding some code to your .htaccess file.

Here is how to use the .htaccess file to force HTTPS redirects:

Go to File Manager in cPanel (or Plesk) and find .htaccess inside the public_html folder. Be sure to make a backup copy first just in case something goes wrong. If you can't find it, make sure to unhide hidden files in the settings.
Scroll down to find RewriteEngine On and insert the following lines of code below it:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Save the changes.
Important! Make sure that the line RewriteEngine On is not repeated twice. In case the line already exists, simply copy the rest of the code without it.

Force HTTPS on a Specific Domain Only
Let's say that you have two domains: http://yourdomain1.com and http://yourdomain2.com. Both domains access the same website, but you only want the first one to be redirected to the HTTPS version. In this case, you need to use the following code:


RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain1.com [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Make sure to replace yourdomain1 with the actual domain you're trying to force HTTPS on.

Forcing HTTPS on a Specific Folder
The .htaccess file can also be used to force HTTPS on specific folders only. However, the .htaccess file should be placed inside the folder that will have the HTTPS connection.


RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(folder1|folder2|folder3) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

After making the changes, clear your browser's cache and try to connect to your site via HTTP. If everything was added correctly, the browser will automatically redirect you to the HTTPS version.

Even though your connections are now being automatically redirected to HTTPS. you may want to update your links in your website code to the new updated https:// address for best practice.
#6
Announcements / OPERATION BIG CLOUD
November 17, 2020, 02:29:45 PM
Big changes are coming to HostNed!

  • BIGGER Value
  • BIGGER Assistance
  • BIGGER Performance
  • more SECURITY
  • more FUTURE-PROOF
  • more PRODUCTIVITY

Starting 1/1/2021 HostNed becomes DomainsNed. Get ahead of the game by upgrading today!

Since 2000, HostNed.com has taken the lead in customized, affordable hosting solutions for small business and personal web hosting. More details to come!
To get started, contact our DomainsNed account Specialist Adam Rosenberg directly at (480) 505-8877 with your current account details.

*In association with DomainsNed.com, Secureserver, Godaddy & cPanel
#7
I manage many different websites that use WordPress and I find that the very best thing I can do for security is to install the WordFence plugin. It is a real WAF (Web Application Firewall) that works in the background to help prevent malicious activity on your website.

Do you use this or something different for WP security?
#8
SEO and Marketing / Does HostNed Support Mailing Lists?
January 15, 2019, 12:59:29 PM
Our hosting services are optimized for websites and email for daily use. To keep our services clean and spam-free, we limit the number of emails that your account can send per hour. Although this makes a great environment for most, it is not designed for mass mailings and email marketing campaigns.


Recommended Email Marketing Services:
#9
Connect to your Web Presence Builder (WPB)

Your WPB is available at the following URL.
https://p5.ssl1.us:8443/

Once logged in, click the EDIT WEBSITE button. I suggest running backups frequently prior to performing changes, just to be safe.
Once published, you will need to refresh the browser to see the new changes.

Please be advised that since you are using the SiteBuilder, it is not recommended to use FTP or File Manager to edit files as doing so could overwrite files that are vital to keep the SiteBuilder functioning properly.
#10
Frontpage / Frontpage Extensions No Longer Supported
September 27, 2018, 12:40:55 PM
We no longer support FPSE (Frontpage Server Extensions) as they are a very old and expired technology that has been abandoned by Microsoft.

Alternatives are:

- Wordpress or other CMS
- Parallels Web Presence Builder (SiteBuilder)
- File Manager (cPanel or Plesk)

Questions? Ready to order?
Contact Us
#11
Beware of another Domain Registration Scam. This one from a company named iDNS (Internet Domain Name Services) from Jersey City, New Jersey.

DO NOT CONTACT THIS COMPANY

DO NOT SEND THEM MONEY

If you need help determining your real Domain Registrar, feel free to contact us or use our WHOIS Lookup here..

iDNS are fraudulently sending Domain Expiration Notices pretending to be from your current Domain Name Registrar. Nowhere in their notice do they disclose that they are, in fact, a third party company attempting to get you to switch to them as a Registrar, but that is precisely what they are doing.

Here is an example of the notice.
#12
Create and manage Git™ repositories directly from your cPanel hosting control panel. You can use Git to maintain any set of files and track the history of changes from multiple editors (version control).


Get yours today!
https://www.hostned.com/web-hosting/
#13
Email and Webmail / Using Rainloop For Email
March 05, 2018, 05:54:13 PM
I have been using the HostNed RainLoop for email (webmail) lately. Although it is a little limited in it's features, I have to say it is a nice email experience for something that is browser-based. Looks way better than the other standard webmail systems like Roundcube and Horde -- especially when on a tablet or smartphone.
It's still in Beta, but give it a try.
https://apps.hostned.com/rainloop/
#14
Your hosting includes email with advanced SPAM filtering like Apache Spamassassin. This is controlled by you from your hosting Control Panel (Cpanel or Plesk).

An optimally configured IMAP mailbox enables a Spam email folder called "Spam" where detected SPAM messages are sent to. This keeps your Inbox clean and SPAM-Free :)

Our policy for Spam folders is to automatically delete messages therein after 7 days. This allows you ample time to scan the Spam folder periodically for possible False Positives, or messages that should not be there.
#15
SPAM is a problem for everyone at some point or another. To help you fight SPAM, HostNed offers a powerful tool that keeps up-to-date with the very latest pattern recognition software. While most providers offer SpamAssassin with default rules that catches only a limited amount of bad stuff, we allow you to assist yourself and the HostNed community by reporting SPAM messages that make their way through. The technical term is "Server-wide Baysian SpamAssassin Email Rules". It works much like anti-virus software does, but is designed for email systems.

Here is how to use it (HostNed Hosting Only):


       
  • First make sure that SpamAssassin is enabled in the Control Panel. See documentation here: Cpanel, Plesk. Just use the basic config. We recommend setting to send all identified SPAM to the folder named "spam".
  • Now we need to create two new mail folders in the top level (not inside other folders). One named "Report-spam" and another named "Report-notspam". (Case sensitive, no quotes)
  • To use it like a pro, report new SPAM by moving any noticeable SPAM that comes to your Inbox to the folder "Report-spam". The server will check that folder daily for fresh SPAM you added recently. As a courtesy, we do not remove these messages from that folder for a few days, but eventually it will clear itself. The server will use the messages you reported to "learn" what the new SPAM patterns looks like and will attempt to move any incoming messages that match it to your "spam" folder. In case any messages come through into the "spam" that are not really SPAM (false positives), move them into the "Report-notspam" folder you created. Same deal, allow the server a couple days to process the report.
This powerful tool can give you the edge in SPAM prevention that are typically reserved only for expensive providers or custom systems.


* Please be respectful of the other community members by REPORTING ONLY ACTUAL SPAM, unwanted messages from legitimate sources are not to be reported here as other users may indeed desire those in their inboxes.
#16
Email and Webmail / Using Gmail Along With HostNed
April 15, 2016, 02:24:45 PM
This is a guide for options available -- and recommended easy way -- for connecting your hosted domain (HostNed) email to your Gmail account.

Assuming you already have your domain hosted with HostNed:
Your HostNed Web Hosting service already comes with email accounts. This includes standard connection protocols IMAP, POP3, and SMTP to use with various clients and applications (Outlook, Apple Mail, Thunderbird, K9 Mail, etc...). The web hosting also includes Webmail for checking your email through any web browser. You can also create email "Forwarders" that redirect mail to a different address.



Hooking Your Email Into Gmail

If you rather use Gmail as a "hub" for your various different email addresses, there are different ways to go about doing that, but the most common way I see is users setting up email "Forwarding" and have that address forward mail to your Gmail account. In your Gmail account you can receive that mail and you can also set up your Gmail account to "send mail as" your @jodywork.com account, that is in Gmail "Settings -> Accounts and Import -> Send Mail As".


Set Up An Email Forwarder

First you need to log in to your hosting Control Panel -- that is either Cpanel or Plesk.

For most domains using Cpanel:
  https://cp3.ssl1.us:2083/
  Cpanel Manual: https://documentation.cpanel.net/display/ALD/Forwarders

For most domains using Plesk:
  https://p5.ssl1.us:8443 (Linux) or  https://win3.ssl1.us:8443 (IIS)
  Plesk Manual: http://download1.parallels.com/Plesk/PP12/12.0/Doc/en-US/online/plesk-customer-guide/65702.htm#




Other Options

Even still, there are other ways to achieve this that are more complicated. Also there is the way by changing the MX records and Cnames and various DNS settings to do more direct email management through Gmail, most often combined with Paid Upgraded Google Apps for Business.
#17
A lot of our "Just Chat" activity is now on our Facebook page at http://www.facebook.com/Hostned
#18
Email and Webmail / Hosted Exchange Email Service
September 10, 2015, 01:19:21 AM
We are happy to offer Hosted Exchange email service for groups or individuals through our partner DomainsNed.



Hosted Exchange Features:
  • Setup is FREE and includes telephone support 24x7
  • FREE Microsoft Outlook® 2010 or Microsoft Outlook® for Mac 2011
  • Runs on genuine Microsoft Exchange Server®
  • We handle server upgrades, security patches, and virus & spam protection
  • Support for mobile ActiveSync® devices
  • Fast, reliable connections with 99.9% uptime
  • Access to your email, tasks and calendars anytime, anywhere
  • Extensive contacts and distribution lists
  • Optimized server, network and infrastructure security features
  • Full DNS management

This is a unique deal so you may need to call in to get the exact MS Exchange service you need.
https://domainsned.com
#19
NOTICE: We no longer offer any Microsoft related products/technologies for sale including Shared Hosting and VPS Server.

What are the main differences between Windows Server 2003 and 2008?


       
  • IP Address: Because Windows Server 2008 will be on a separate server, migrating from Windows Server 2003 to 2008 will mean that your website's IP address will change.
  • Scripting Paths: Your website is made up of interconnected script and image files. They all reside on our servers and your scripts (like index.html) tell your browser which to load and where to find them. Migration from Windows 2003 to Windows 2008 will physically move your files from one server to another and thus require you to change the paths your scripts use to look for your site files.
  • ODBC Drivers: ODBC Drivers allow a web application to make connections to a database. Because these drivers are of a later version in Windows Server 2008 a small change will need to be made when migrating your data.
  • CDONTS: CDONTS is a method used to allow a website to send email from a webpage. CDONTS has been replaced with CDOSYS in Windows Server 2008.
  • FrontPage: FrontPage Extensions allowed Microsoft FrontPage to communicate with web servers. As this is no longer supported by Microsoft, Frontpage Server Extensions will no longer be available for use on a Windows 2008 server, although Frontpage can still be used in FTP mode to edit and upload web pages.
  • Basic/Advanced Password Protection: Basic/Advanced Password Protection is a feature that was provided by us on old Windows Server 2003 hosting packages. This allowed customers to password protect directories in their website. Once you have migrated to Windows Server 2008, this feature will no longer work.
  • iHTML: iHTML is only supported by IIS6 and earlier.  As Windows 2008 uses IIS7, iHTML is no longer supported.
  • .EXE File Handling: .exe files are executable files. These might simply be files for your users to download or they could be CGI applications which you execute. Our Windows 2008 Server platform handles these files slightly differently to our Windows Server 2003 platform.
#20
Scripting / How To Use ALT Tags In BBCode
April 09, 2015, 02:14:43 AM
One criticism of BBCode is that it does not support alt tags for images (yes, properly the alt attribute, I know).  The alt is notoriously kind for SEO purposes and also for impaired visitors.

Well, I was toying around in the forum and discovered a way to make it work.  A bit of a little hack really.

Here is the format:

[img alt=here-is-the-alt]http://upload.wikimedia.org/wikipedia/commons/d/d6/ISO_639_Icon_alt.svg[/img]

And here it is parsed below...

here-is-the-alt

If you inspect the code of the page you will see the alt attribute is present.  Do not add quotes and use dashes or underscores (although you MIGHT be able to get away with spaces in some cases).  I can confirm this works on SMF BBcode, but have not tested elsewhere.