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
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? 
#212
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".
#213
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!
#214
Just Chat / Re: Who wants to learn...
October 20, 2006, 11:09:24 AM
Sure.  Count me in.  It sounds fun :)
#215
General Hosting / MOVED: Who wants to learn...
October 20, 2006, 11:06:59 AM
#216
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.
#217
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 :)
#218
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
#219
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.
#220
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.
#221
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.
#222
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!
#223
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.
#224
Hi,

I can help walk you though that process if you need.  Just post your questions here as they arrise. 

HostNed was doing work on the CP a couple days ago.  That was probably what you were experiencing.  If you still have trouble accessing the control panel, open a ticket in support.
#225
There are a few different ways to achieve this.  I think the easiest way is to use forwarding or masking features of your domain name registrar.  I know DomainsNed supports this as does many top registrars.