|
|
|
| How to update your website, what about scripts, what about statistics?
| |
| Subcategories:
Answers in this category: | |
| [New Answer in "My Website"] | |
| supportAToa5DOTcom, pvdATbarnowlsDOTnet, diceyATfastmailDOTca, andrewATknotsDOTnet | |
| 2006-Jun-24 12:42 | |
|
|
|
| When you host your domain with oa5.com, you have a certain amount of space available, usually 1G/bytes.
You can update your website using FTP. When you log in with FTP, your username will be ex.gr. mydomain.com, and you will find an empty file "This_is_mydomain.com", and at least 2 subdirectories "www" and "cgi-bin" If you have webmail service you will also have subdirectories "webmail" and "webmail.data"
If instead you see the file "Anonymous_FTP_area" you have not logged in using your username and password, you should log out and start again.
| |
| To update your website you should go into the "www" folder. this is the top folder for your website "www.mydomain.com"
The top file in your website must be called "index" --- specifically the preferred files are:
index.shtml in that order. Files ending in ".shtml" are special, and allow you to pull in other files using "server-side includes"
Your www directory is /Sites/com/mydomain/www/ when it is accessed through the web, but /www when accessed through FTP
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2010-Jan-26 14:36 | |
|
|
|
| In your home directory there are at least 2 subdirectories
* www -- this is where your website lives * cgi-bin == This is where to put your scriptsScripts can be made executable by changing their attributes with your FTP program. Users of traditional command-line FTP will have to use the "SITE CHMOD" comand. | |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2002-Jun-08 15:06 | |
|
|
|
|
Answer by Monica Horten This tells you how to create a form for subscribers to fill in and request information from you on your website. It is written for OA5.com customers - and contains information which is specific to the OA5.com web servers. There are other different kinds of forms that you can create - they are not covered here.
This is a very basic form. It will email you with the information that the subscriber has filled in. If you want to do more fancy things, like a thank-you page or mandated fields, we have found the following sites to be of assistance.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2005-Nov-26 13:54 | |
|
|
|
When you want to use a script from a document you will be most likely to do so as part of processing a form. The form will start
<FORM METHOD="/cgi-bin/myscript">
If instead of "cgi-bin" you put "cgi-bind" this will put cgi-wrap into debug mode, and you will see everything that your script produces. The script stays in your cgi-bin directory -- don't create a new directory! The extra "d" is just a flag to the system which tells it to start cgi-wrap differently. cgiwrap is a program that causes your scripts to be run with your permissions rather than the webserver's, this means that your script will be able to read and write files in your folders. | |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2002-Aug-31 07:31 | |
|
|
|
| When you call up a script from your cgi-bin directory, the web-server runs a program called cgiwrap to run it for you.
cgi-wrap looks at the directory name to see how it should run the program see Next it checks each directory in the path to see if the script is there. When it is not found in your own cgi-bin directory, it finds it in OA5's system wide script directory. If you don't like OA5's script, you can put one of the same name in your own cgi-bin directory and that will be found first.
NB Please don't put in your own version of formmail -- there are *lots* of buggy versions out there, which can be exploited to send spam, and we really do not want them on the server.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2002-Jun-08 21:35 | |
|
|
|
|
There are 3 basic scripts
| |
|
FORMMAIL This is a version of the original formmail script. The variables are the ones you would expect, but you can only send mail to addresses in your own domain, so it is only useful for feedback, taking orders and so on. It only confirms to the user on the web, rather than sending them mail. These restrictions are a side-effect from fixing many of the known exploits that hackers have developed to abuse the standard formmail script. Do not install the standfard formmail.pl in your cgi-bin directory Webdesigners NB If you want to be sure of the sender's mail address you would be better to use a mailto: | |
|
ask-for-info.pl and ask-for-catalogue.pl These scripts are designed to get some somple contact information to make sure you can properly reply to enquiries. The scripts record the contact information in a log that we can print off for you. They do not record the enquirey. These scripts take 3 optional parameters to make them fit in with your colour scheme Data Protection The information provided on the form forces an explicit choice as to whether the contact information can be used other than to reply to the query. This choice is also recorded, and can be used as the start of opt-in mailings, though you should try to validate that it really was the user who made the entry, rather than someone maliciously filling in the user's address in an effort to flood them with unwanted e-mail.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2002-Nov-25 15:51 | |
|
|
|
|
Please contact us to get your faq-o-matic set up.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2005-Apr-29 12:55 | |
|
|
|
| MySQL database support comes with "Gold Service" hosting @ £300 / year You also get
+ 3Gb total space | |
| [Append to This Answer] | |
| diceyATfastmailDOTca, andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2005-Apr-29 12:58 | |
|
|
|
| First check with Shift-Reload to make sure you are accessing the site, and are not being caught by a cache somewhere
If it's still an empty page/image, have a look with your FTP program. The file probably has zero size. This would mean that your website has been over quota for some days, and you either have to delete some files to create some space, or phone to arrange a bigger hosting package. You can overrun your quota for a couple of days by about 20 megabytes to help upload a new site, but then if you stay over the limit, the restriction cuts in. The biggest space-hogs are full-sized photos. Consider only loading "web freindly" versions, reduced to the size you actually want to display. This will also make your website faster. Increaded capacity hosting is available in 3 sizes + Silver service: 1Gb space, and 20 mailboxes
+ Gold Service: 3Gb space, and 50 mailboxes
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2005-Apr-29 13:03 | |
|
|
|
| There are a couple of programs that we know cause trouble
Top of the list is formmail.pl Then there are systems based on certain versions of xmlrpc.php Finally a new contender is contactus.php. Its header is
#-----------------------------------------------------------
Any of these scripts will be taken down, and may be cause to take down your whole website
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2006-Jun-24 12:47 |
| Next: |
|
| ||||||||