If you are new to webpage design and want something simple,easy to
use and free for html editing to create your webpages we recommend NVU
We support: CGI, SSI, Perl,
Java, C/C++, PHP,
(no one's requested HTMLScript yet, but if you want it, I can get
it for you), Hit Counter, WWWBoard, GuestBook, Search Tool, FormMail
Text
counter, Graphical counter, Formmail, Random Image.Random Link,,Random
text, WWWboard, Animation, Links, Search,Credit card CRC checker,
Countdown
Text Clock etc........
Perl path is: /usr/bin/perl (so first line of perl scripts read
#!/usr/bin/perl)
Sendmail path is: /usr/lib/sendmail
You can have a Custom 404 error page-- we'd
be
happy to set that up for you if you want it.
No one's requested Real
Audio/Video either, but if
you want it,we can see what we can do.
5)
A)Counters
We have a particular script
we wrote that we like to recommend to our
clients.
It's generally easier to use, more flexible and faster than
the frontpage version.
It's called counter.cgi,we can send it to you or for your convenience
we can copy it into your
/www/ directory for you.
It can run into two primary modes "visible" and "invisible". Most of
our clients seem to prefer having it run in invisible mode, so that's
the default.
You can add into into your index.html.
If you're looking for
something, let us know - we have a number of good cgi scripts
available).
6)
B) Form mail
What is form mail?
Basically a "formmail" script is one where a user
fills out a form on a website and the results are emailed to you.
Very handy for questionaires, feedback, and the like.
Here's the one we recommend:
http://www.worldwidemart.com/scripts/formmail.shtml
In your html web
form, make sure that the
form's "action" tag points to "/formmail.pl", for example:
<form method="post"
action="/formmail.pl">
You also need to have this
"hidden" tag
somewhere in the form with the email address, like this:
<input type=hidden name="recipient" value="my-domain.ca">
Those are the only
"mandatory" fields.
For a list of optional ones, you can read the readme here:
You'll want to change the attributes
of the script to be
executable (most FTP clients have a "CHMOD" or "Change Attribute"
function).
Set it to give it permissions of "700".
7)
C) Web Analyzer
A
great stats and log analzer installed upon request
for you.
8)
D) Forums
We suggest
phpBB2
and we can help you with this
9) E)
Java script to
protect email addresses from web bots
Where the email adress is info@my-domain.ca
<script>var n='info'; var d='my-domain.ca'; document.write('<a
href="\x6Dailto:
'+n+"\x40"+d+'">'+n+"\x40"+d+'</a>')</script>
It looks just the same to the users and works the same but the web bots
can't see it.
If you want to use an image that clicks to the email
<script>var n='info'; var d='my-domain.ca'; document.write('<a
href="\x6Dailto: '+n+"\x40"+d+'"><img
SRC="image.gif"></a>')</script>
10)