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

#101
It seems that we often get the comment from users "My site has been hacked.  My web forum index page was replaced (or erased).  Please make it so that hackers cannot get in."

The kind of problem you are experiencing often happens when you have PHP or ASP scripts on your web space that is insecure.  The server must do what the script calls for and if the script itself is insecure, then it could seriously jeopardize your data.  It is not uncommon for popular web scripts like forums, blogs, CMS scripts and others to contain vulnerabilities that allow malicious users to access or edit or delete files.  If you are using a common web script and believe it is insecure, contact the author of the script for information on applying security patches and/or upgrading to the latest version of the script.

From my experience, the most insucure scripts are:

Subdreamer
PHP Nuke
PHPBB

Although almost any popular GPL web script can be vulnerable, even the most vulnerable can be made secure.  It takes a lot of attention and research.  Again, the most important thing you can do is go to the support site for the script you are using and apply all security patches.  Also find if the script designer recommends if Register_Globals be set to OFF.  If so, disable register globlas using .htaccess file.
#102
Hall of Shame / Frauds
May 05, 2007, 12:29:51 PM
These low-lifes have tried to use stolen identities to purchase hosting and services from HostNed (in other words, stealing from innocent people to rip us all off).  Oh the shame!  >:(

Attn: Internet businesses. Learn from us... If you have found this page from Google or other web search and are yourself investigating the legitimacy of an identity, beware of these listed here:


DateEmailIP Address
07/10/2016Chantellepeterson@acdcfan.com67.203.20.122
02/29/2016resultkuloh@gmail.com120.164.44.194
02/29/2016sonoko1908@gmail.com185.94.30.62
10/05/2015kayceano3@yahoo.com64.71.150.37
08/28/2015ribut266@gmail.com36.73.174.128
07/07/2015dofus-2014-wac@hotmail.com41.250.112.120
01/23/2014brianhorst@rocketmail.com198.23.71.111
12/11/2012azeezdominic@yahoo.com66.35.20.39
12/11/2012upddate0001@hotmail.com173.219.47.206
02/01/2013s.simoncohen@aol.com87.219.215.170
10/24/2011anneserge56@yahoo.com172.204.11.205
03/04/2010h4ck3r.xg@gmail.com67.11.189.130
10/30/2009v.post@rogers.com78.142.140.194
10/28/2009ejykesouth@yahoo.com41.29.40.101
06/19/2009amos.kimunya312@gmail.com81.91.228.131
11/19/2008khoi.1992.mm@gmail.com72.1.114.141
07/06/2008bokentrolevel@yahoo.fr85.102.130.213
07/05/2008r00t@cybercr3w.org41.219.238.43
06/25/2008xzibit381@gmail.com80.89.182.203
04/02/2008graham.keenan@yahoo.com209.59.43.32
03/21/2008greatkunta@gmail.com80.89.185.191
03/01/2008grace.officenote@yahoo.co.uk78.138.2.236
05/06/2007novia8080@yahoo.com41.222.67.4
05/06/2007webmaster@nexdelelectricstoreonline.com172.158.121.6
05/05/2007staylorwoody@yahoo.com196.201.155.170
05/04/2007fadingemotion@aol.com82.128.11.214
#103
CAFEPRESS REVIEW:

I have to say, the more I use CafePress the more I like them.  Their products are top-notch. The prining quality is unbeatable.  In my opinion, there is no alternative to CafePress, none of the others come close to the professional solution they have to offer. 

It is really easy to set up a shop for free, and their premium shops are just fabulous... you can even add your own custom HTML!.  It's all just too easy.  CafePress is definitely worth checking out.
#104
Most servers are configured so that directory browsing is not allowed.  This means that if a certain web directory does not contain an index (or default) file, then an error message will be displayed in the web browser.

If Directory Browsing is enabled, then the contents of the directory will be shown in the browser and you can click freely on files and folders therein.

Disllow Directory Browsing
If you want to Disallow Directory Browsing on a server that allows it, create an .htaccess file in the web root directory and add the following line:

IndexIgnore */*

Allow Directory Browsing
If you want to Allow Directory Browsing on a server that dies nto allow it by default, create an .htaccess file in the web root directory and add the following line:

Options +Indexes

Remember that .htaccess files do not work on Windows Servers, so you will have to have your web host set the configuration for you.  Have fun with your server and htaccess!
#105
Design Other / Hiding Your Email Address From Spammers
February 17, 2007, 09:03:11 AM
As I am sure you already know, keeping your email address hidden from Spammers is very important.  Spiders and bots scour the web and find as many email addresses as possible and add them to databases.  Since these addresses are present on the internet, they typically prove much more successful than dictionary attacks.

Having said this, I would like this thread to be an ongoing, cooperative effort to form an article on the subject.

Let's go:

As I see it, SPAM comes through in three different ways:

1) Spiders scour the web and find emails that are in plain text and database them.

2) Bots get through web forms and send SPAM instead of the honest visitor feedback or occasional goofball as expected.

3) Programs send out dictionary attacks on your domain.

Let's go over these individually to see what can be done to protect yourself and your sanity.


1) Spiders scour the web and find emails that are in plain text and database them.

What you have to do here is go over your web site and make sure your email address is not presented in plain text.  For example, it may exist in this way
your@yourdomain.com
or like this
<a href="mailto:your@yourdomain.com">
or in some similar way.  AVOID THIS.  SPAMMERS and their spiders adore this as it leaves your email address wide open for collection into their precious database.

What can be done to avoid exposing your email address in plain text?

a) Use an image of your email address and do not link to the email address in the mailto method.
b) Use a quick and easy "(at)" in place of "@" and "(dot)" in place of "." like this:  me(at)mydomain(dot)com.
c) Use javascript to display the email address (my favorite way).  Here is a sample of the code to use:

<script language="JavaScript">
<!-- //Go choke on a chicken wing you spammer bastards!
var name = "me";
var domain = "mydomain.com";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// --></script>
of course replace me & mydomain.com with your actual information.


2) Bots get through web forms and send SPAM instead of the honest visitor feedback or occasional goofball as expected.

To battle this you need to use the correct scripting in your web forms to combat SPAM.  Older forms do not take this into account.  One such script I recommend is Dynaweb's SFEPS located at http://www.dynawebdesigns.com/scripts.htm
It uses PHP which any HostNed account supports.


3) Programs send out dictionary attacks on your domain.

There are a few things you can do to combat dictioaryattacks.

a) Do not use an email catchall.
b) Name your email account names something that is hard to guess.  For example, instead of using the name contact(at)mydomain(dot)com use this instead, c.o.n.t.a.c.t8745(at)mydomain(dot)com

#106
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
#107
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
#108
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? 
#109
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!
#110
General Hosting / MOVED: Who wants to learn...
October 20, 2006, 11:06:59 AM
#111
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
#112
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.
#113
No setup fees on all web hosting accounts!  Now through June only.
#114
Critique My Site / Site I Am Re-Designing
May 23, 2006, 03:34:15 PM
This site was a shambles when I took it over a couple months ago.  Let me know how it looks to you now.
http://www.scenicrealtycompany.com
#115
(Form the horse's mouth)

Take a look at the new ways PayPal is making a world of difference
for web developers like you.


******************************************************************
The Future of Electronic Payments
******************************************************************


Building Creative PayPal Platform Solutions

As the use of electronic payments grows, cash is no longer
king. Developers are. You and your e-commerce programming peers
have boundless opportunities to shape the future of online
financial transactions.

For instance, governments are now accepting taxes through PayPal.
Tenants pay rent. Businesses pay wages. Even alimony is sent
through PayPal. The examples are diverse, but the fundamentals the
same-easy, secure, and reliable transactions made possible by
PayPal developers.

Help Shape the Future of Electronic Payments

Build your own innovative solutions with resources at the PayPal
Integration Center, including SDKs, APIs, and sample code.
https://www.paypal.com/IntegrationCenter/ic_home.html?pal=CTA6V4XUA2ZU8

Give us feedback on bugs or improvements at:
developer(at)paypal.com
#116
Announcements / New Item To FAQs -- Site Promotion
April 19, 2006, 02:48:30 PM
There has been a new item added to the HostNed FAQ/Knowledgebase -- Site Promotion.  Take a look http://www.hostned.com/members/faqs_site_promotion.html
If you have any suggestions, feel free to present them to me.

Thanks
#117
Just Chat / Virtual Tradeshows
March 23, 2006, 10:08:58 AM
Check this out.  A virtual tradeshow.
http://www.ecomxpo.com/home.htm

QuoteeComXpo is the virtual tradeshow for search, affiliate and interactive marketers. Since the show is 100% online and virtual, you can attend from the comfort of your home or office computer. All the benefits of a top tradeshow, without the hassle or expense associated with traditional tradeshows. More than 7,000 advertisers, publishers, search marketers, merchants, affiliates, networks, agencies and vendors will attend, making this the world's largest tradeshow for ecommerce marketers.
neat :)
#118
Just Chat / MOVED: Adoption Website
March 17, 2006, 04:58:39 PM
#119
Articles / How to Design a Website from Scratch
March 11, 2006, 10:29:46 AM
So you know what your website is going to be about - how do you set out to design it?
You need to think of two things. What content are you going to have on your site, and secondly, what is your site going to look like? And what will the layout of the pages look like, the colours etc.

Content

The first thing to think about is the possibilities that a website gives you. Even if your website is going to be an online store, do not think about the site as a catelogue. The benefits of the web is that your website does not have to follow a linear format - it is not restrictive like a book. The format of the web means your visitors will be able to dip into your site at any point, and also be able to jump around to those parts which are the more interest to them.

Don't, therefore, set your site out like chapters in a book, where later chapters rely on information which has been picked up in earlier ones. Instead your pages should all be able to stand as items of interest in their own right, and have links through to other relevant information your visitors might need!

No one needs to start with a blank sheet of paper - there are millions of web sites already out there. The first thing you can do is research. Look at what other people have done - no, you are not going to copy their ideas, but you are trying to see what appeals to you, what you think works well, and what turns you off completely!

So you've looked around, had a few ideas. How will you know that your ideas are going to work? How can you waste hours of abortive effort?

What you want in three clicks.

Want to know the golden rule? You should make sure your site visitor can find what they want in a maximum of three clicks! You should remember the three click rule when deciding how to set out your pages.

A common suggestion is to use a story board approach but the problem with a story board is it makes you think in a linear way - and as we discussed above, with a website you've got the ability to go backwards and sidewards as well as forwards!

One method of thinking about designing a new website is to use a mind mapping process, or to draw up a spider diagram.

You start with just your main subject in the centre - this will be your home page.

First layer
Next think of the main topics which people may expect to find in a site such as yours - on a retail site for example, the first layers may well include the catelogue as a general heading. On a site about dogs the first layer may be 'breeds'.

Second layer
You are now able to go further into each of your subjects. A catelogue for clothes may be divided here into Men's clothing, Children's clothing etc., and the dog breeds may now be listed as Gun Dogs, Toy Breeds etc.

Third layer
Not all of your first layer menu items may lead to a third layer, but some will. To continue our examples above, Chidren's clothing may now be divided into boys and girls. The Gun Dogs will be divided into the Retrievers, Spaniels etc.

By playing around with your ideas on paper in this fashion you can see where your topics fit best. It may be that some third level pages fit under two second layer pages - no problem, you can link a page to each, and have it appearing on more than one menu. It is what makes sense to the visitor that counts!

Having your site set out in a diagram also makes it easier to see how to link up your pages using hyperlinks, i.e., but clicking on a word on your site, the visitor gets taken to a different page without having to go back through the menus.

Colour scheme, templates etc.
Once you have the plan of what you are going to put onto your site you can start to think about individual page layout and colour schemes.

Again, look at other people's sites, especially those you like. What looks good about them? Sites which have a uniform layout on each page often look far more professional than those which experiment with different colours on every page and different templates. This isn't to say that every page must be the same, but have some consistency, for example, where you place the menu buttons, so that people know they are still on your site. If the navigation menu buttons are always in the same place people will quickly become familiar with the feel of your site, and be able to move round it a lot quicker, and therefore take in a lot more of the information which you want to provide them with.

Making your site look professional is important unless you are just putting up a few pages to share with family! Let's assume the reason you wish to make a website is to earn some extra money at home, or to advertise your business or promote an activity. Apart from colour and consistency here are a couple of other tips. Firstly, look at the size of font you use - don't mix it up too much, or use too many different colours. Make your the type face you use can be seen clearly on the background colour. Secondly, is it easy to get to the information

The most important person!
Finally, don't forget that YOU have got to like your site. You will be having a very close relationship with it and it will be very demanding on your time, especially in the early days. Take advice from friends or colleagues, but at the end of the day, go with what you are happy with. If you are uncomfortable with your site you will not have the same enthusiasm to work with it.

Your first pages
Now you have the schema for your website, you have chosen your colours and background, you can start to put together your first pages.

Here are a few tips:

1. Get a few pages together and get your site up there and published! It will take anything from a few weeks to 7 or 8 months to be indexed by the search engines. The main search engines such as Google like to give comprehensive listings only to mature sites. The sooner you get your site published the sooner you will get good rankings in the search engines.

2. Do not use the words 'under construction'.

3. Get other people's opinion on your site - good comments will give you confidence. If your hosting company has a forum you may be able to showcase your new website there to get advice from others using the same software.

Conclusion

A website doesn't just emerge – it takes a lot of work and an awful lot of planning. But if you make the investment of time you won't lose out. If you don't have a website no one is able to tap into your knowledge or see your creations. If you build your website badly your visitors may not be able to find their way around, and a lot of what you do will be wasted. If you take that bit of extra effort and care you will have a site that is very easy to use, and which will become popular because of that!

Pat Ransom has worked in the IT industry for 15 years and is experienced with local government and company websites. Having designed and published a successful and acclaimed website in her own right the secrets of website design and publishing are now available to be shared at http://www.webmasterproductions.co.uk

Article Source: http://EzineArticles.com/?expert=Pat_Ransom
#120
Articles / Web Site Content and SEO
March 11, 2006, 10:27:25 AM
***************************
ARTICLE -- CONTENT AND SEO

First and foremost, the content you have on your site is the most important and most crucial thing over anything else that you can do to your site. What I advise my clients to do is to actually THINK like a search engine or if that is too abstract, think like someone who speaks a different language.

Although search engines are getting much better at figuring out exactly what it is that is on the page, remember it is often impossible for them to decipher Java, Javascript, Flash, and other non-HTML components. This is NOT to say don't use them, just use them when they are to be used appropriately.

Because search engines ARE getting better at figuring out what is on a page, spelling and grammar are also very important. The rule of thumb is no more than three misspellings and no more than three gramatical errors on a page. Sentences should be of short to medium length and paragraphs should also be rather short.

DO NOT COPY OTHER PEOPLE'S WORK. The search engines can penalize a site heavily for plagiarism.

TAGS

Title Tags -- The most important of all tags is the Title tag. This is what shows up on the bars on the bottom of your computer screen. Most people make the mistake of putting their company name in the Title Tag and that is the worst thing to do (other than putting no tag at all). A Title Tag should be short and to the point and tell what the page is about and if you want to add your company name then add it at the END of the title tag not at the beginning.

Meta Tags -- Meta tags were how search engines would know what was on a page... many years ago. However, with that said it is important that Meta tags are still added to your site and more importantly there are new meta tags (more than just description and keywords) that should be added to the web site such as content type and content language.

Meta Description -- Meta description should start out with the SAME thing your TITLE tag says and then go into more detail.

Meta Keywords -- Meta keywords are words used to describe what is in your page. First use keywords that are in the title and the description first. Then use keywords that are in the content of the page. DO NOT try to spam the search engines by using keywords that are not relevant to your content.

Alt Tags -- With the advent of XHTML, ALT tags for images are now REQUIRED. The Alt tag is used for people who have their images turned off so it is important to have in the alt tag exactly what the image is but also expand on what it is. An example would be a HOME button. Instead of just having HOME as the Alt Tag, use Home -- Site Name.com.

I have noticed that search engines love geography and it is good to put that in there whenever appropriate. If your company is in Kansas City, MO then put those in the Content and in the Tags.

LINKS

Having links that send people to sites relevant to your site is always a good practice. People ask me where I get links and how do I get people to link to my site. The answer is very simple. First I ask. I write e-mails (NOT SPAM) to sites asking if they wish to reciprocate links with me and I also have on some of my pages a "Link to this Page" button so that web site owners can do it on their own.

There is great debate as to whether links to other sites that are not of the same category help, hurt, or are indifferent. From my ten years experience I have found that appropriate links DO NOT hurt your web site and could very well help in some instances.

PRIVACY POLICY

I won't go into much detail here but make sure you have one. So many people forget this and it is extremely important. You will NOT find a major web page that does not have a Privacy Policy attached to it.

TRAFFIC

Obviously the more traffic you have coming to your web site the better. Not only are web sites tracking how many people come to your site but where they go within your site and how long they stay on your site. Traffic sounds like a double-edged sword since this is probably what you are looking for to begin with, so use other techniques described above to start growing your traffic SLOWLY. Sites that have an immediate hit of high traffic are usually penalized because of fear the traffic is computer generated. Again don't spam your own site.

ADVERTISING

Advertising with Google Adwords, Yahoo, or other Ad Agencies (Burst!Media, FastClick, CJ, etc...) has shown to boost traffic (that you pay for obviously) but also has spiders (described later) come to your site more often. Advertising can be very difficult to manage and you may want someone who knows what they are doing to get the best ROI (Return on Investment) for your dollar.

SPIDERS

Say you go to the mall and you buy a POLO shirt for $75 at a major department store. In the same mall in a small store there is the same shirt for $20 less. Why did you not buy from the small store? There are plenty of reasons but the MAJOR reason is that you didn't know it was there. The same with your web site. You must let the search engines know your site even exists. Using a free service like HTTPSEND (link below) is a great way to get search spiders to your site to start crawling the good work you have done.

TIME

Remember it will take up to a month or two to even be ranked by the search engines, three months for your results to show up when someone is looking for the content your site has and a year or more for your site to be ranked in the top ten -- and that is if everything is done correctly.

Be patient, do things properly and you will see results.

There are many more things about SEO that I cannot even go into at this time, but visiting many different SEO sites will help you along your journey. Remember though, not everything you read is true.
Source(s):
http://www.zelo.com/blonde
http://www.zelo.com/family/nursery...
http://www.zelo.com/firstnames
http://www.httpsend.com