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

Messages - Dynaweb

#211
Announcements / Mail issues on Win2 server
February 07, 2007, 12:40:38 PM
In regards to email performance on server WIN2 late January. 

We can confirm that from mid to late January we experienced periods of mail failures.  This occured due to one of the DNSBL blacklist databases we use to filter incoming email to our server having troubles.  Although their failure appears to be due to a problem in their service upgrade and not an issue of negligence, mail problems are not acceptable for HostNed customers.  This type of server-wide filtering is industry standard and the failure was experienced by thousands of servers worldwide.  Needless to say we are very disappointed in the failures of the 3rd party service that we have come to rely upon.  Due to the reliability issue, we have unsubscribed from that database service; however we are still maintaining other databases to protect the server from being flooding by incoming SPAM email.  We regret that we have experienced this and I assure you we have taken proper measures to prevent such a failure in the future.

Sincerely,
HostNed Management
#212
JANUARY SPECIAL: X3 Web Space and $1 Setup, Custom Linux and Windows Plans

How to get the deal:
Purchase a new Custom Web Hosting (Shared Series) now through the end of January.

Great change to get more bang for you buck.  Go to http://www.hostned.com
#213
We are always taking input from our customers.  It;s what HostNed is all about.

Increased limits?  Different pricing options?  Monthly specials?

If thre were one thing different you would like ot see in HostNed's hosting plans, what would it be? 
#214
Linux Hosting / Re: Sorry, but I'm confused.
January 09, 2007, 11:59:57 PM
Hi,

Welcome to the forums.  Check to make sure there is no restriction from an .htaccess file.  Otherwise, make sure the html page or css is not referencing any files within a "protected directory".
#215
HostNed allows you to override php.ini settings to your preference with an .htaccess file.  For example, if on a linux server, the global setting for register_globals is On and you have a script that recommends it be set to Off, here's how to change it:

1) In the http root of your web space, see if there is already a file there named ".htaccess".  If not, create one.
2) Edit the file and add the following line somewhere on it's own line.

php_flag register_globals off
3) Exit and save the file.


You have now set register_globals to off for your entire domain.  Easy!
#216
Just Chat / Re: Who wants to learn...
October 20, 2006, 11:09:24 AM
Sure.  Count me in.  It sounds fun :)
#217
General Hosting / MOVED: Who wants to learn...
October 20, 2006, 11:06:59 AM
#218
Scripting / Re: web forms being hijacked by spammers
September 20, 2006, 04:45:25 PM
Our affiliate DynaWeb Designs has released their SFEPS Form to Email Script.  It is very secure and easy to set up.  Give it a try and let us know how you like it.
#219
Quote from: ctwjr on September 19, 2006, 05:11:52 PM
That is great.  I can't recall how many times I have needed this when scripting PHP code.  Hey, does anyone know how to do this in CGI?
In Perl (CGI) the function is ucfirst(). 
Or you can just use CSS:
style="text-transform:capitalize;"
Gotta love the CSS cross-platform slam-trump :)
#220
I was working on http://www.wormportal.com and in the Regional section it includes content from MySQL database.  The city names are IN ALL CAPS and looks really bad when including that on the web page (not to mention Google hates that).  I found the way to Capitalize First Letter of Each Word Using PHP.

Quoteucwords
(PHP 3 >= 3.0.3, PHP 4, PHP 5)

ucwords --  Uppercase the first character of each word in a string
Description
string ucwords ( string str )
Returns a string with the first character of each word in str capitalized, if that character is alphabetic.

The definition of a word is any string of characters that is immediately after a whitespace (These are: space, form-feed, newline, carriage return, horizontal tab, and vertical tab).

Example 1. ucwords() example

<?php
$foo 
'hello world!';
$foo ucwords($foo);            // Hello World! 

$bar 'HELLO WORLD!';
$bar ucwords($bar);            // HELLO WORLD!
$bar ucwords(strtolower($bar)); // Hello World!
?>
 
Note: This function is binary-safe.

NEAT!  :D

Official man page at http://ca.php.net/manual/en/function.ucwords.php
#221
Announcements / SPECIAL: 2 for 1 Web Hosting
August 17, 2006, 03:38:56 PM
END OF SUMMER SPECIAL: 2 for 1 Web Hosting
Now through Labor Day.  Buy any yearly hosting plan and get another hosting plan of equal or lesser value absolutely free for 12 months!

How to get the deal:
In the signup form, enter in the Comments section "2414me" and you will qualify.  The link to sign up for your free hosting will be sent to your email.

Take advantage of this very special offer before it expires!  Go  to HostNed.com today.
#222
Design Other / Re: Why error 406?
August 13, 2006, 03:13:39 PM
It could mean that there is a bot on your site trying to do SQL injections or run invalid php scripts.  Since HostNed has security to prevent this on your server, it is returning the error code instead of allowing it.
#223
Scripting / Re: using asform with hostned
July 10, 2006, 10:26:00 AM
Hi,

I can suggest three things that are commonly known to be pesky with CGI scripts:

1) Make sure all of the CGI files are in the CGI bin
2) Make sure the CGI files are uploaded in ASCII mode
3) Make sure CGI file permissions are set properly (typically 755)

I hope this helps you.  If you still have trouble, let me know.
#224
Announcements / Re: JUNE SPECIAL
July 07, 2006, 08:58:58 AM
This special is extended through July.  Do not miss out on the hot savings!
#225
Scripting / Re: URLTRENDS.com
June 09, 2006, 09:31:55 AM
Have you tried submitting the URL to Google and others?  HostNed offers a GREAT free resource for doing this easily.  Free Search Engine Submit Tool.