% # if ($gwsUser -> is_logged_in) { % if (1 == 2) {
Welcome back <% $gwsUser->firstName %>
 
<& /lib/realm_summary.mas &>
 
% } else {
% if ( $login_error ) { % }
login
 -- <% $login_error %> -- 
realm id 

password


 
% }
<& /templates/gws_services.mas &>

 what we offer ... :

 

Web traffic analysis

Every morning, traffic to your web site is analyzed and posted for you under your web site. You can access this information 24 hours after your account has been inititalized by pointing your web browser to http://www.yourdomainname.com/awstats/awstats.pl


Off-site backup

Your data and web site is automatically backed up every night to an off-site secure backup system. If you ever need to restore your information please send an email to admin@groovy-web.com. Note: some charges may apply.


Database support

Our servers support two of the most popular database engines running the Internet today. MySQL and PostgreSQL are mature, robust, fast and reliable database engines. We can also provide Oracle, MsSQL and others (software and hardware fees not included).


CGI

What web site would be worth visiting without dynamic and exciting content? One of the best ways to provide this experience is with CGI (common gateway interface). Your hosting account comes with full CGI access under your /cgi-bin. (Set up upon request).



Secure Web Server

Groovy Web Services. offers free web directories under its own secure web server, as well as virtual secure web servers for you to use (requires Verisign or Thawte secure certificates)


Email accounts and aliases

You have virtually unlimited email accounts and email aliases. By default, any email sent to your domain name will end up in your main email account. If you’d like to have info@mydomainname.com and webmaster@mydomainname.com , drop us an email and we’d be happy to set it up for you. True email accounts are also unlimited, but due to the maintenance and resources used, there is a fee of $5 for each 10 email accounts after the first 10 (they’re free!)

Web Mail

Access your email from a web browser anywhere in the world with internet access. Just simply point your browser to http://www.yourdomain.com/webmail and log in with your regular user id and password.

SSH and FTP access

Security and authorized access to your valuable information and data is one of the highest priorities on our list! Access to the server is only provided through FTP and SSH (secure shell). Telnet, rsh, rlogin are not services that we offer. Secure Shell access is available for $50/mo and requires a $500 set up fee.

Disk Space

Your web hosting account comes with 100, 250 or 500MB of drive space for you to store your files, depending on your plan. If you need more, no problem!

Java Technologies

GWS supports J2SE, J2EE, JSP and JDBC for those sites developed using those technologies. Some setup fees may apply.

Anti Spam Technologies

As a free service to our customers, your emails are automatically scanned for unsolicited bulk emails (UBEs or ‘spam’) and rejected before you even see them. Our cutting edge anti spam software reliably catches up to 90% of all incoming spam, and we’re constantly working to improve that.



Anti Virus Technologies

To complement our free anti-spam technologies, your emails are also scanned for viruses (or is it virii?). All emails that are sent to your GWS email accounts, as well as all outgoing emails sent through GWS’ email servers are automatically scanned, providing you an extra level of protection against malicious emails.

If an infected email is detected, it is automatically quarantined, and a warning sent to our System Administrator.

 

Additional services available

Professional web site design and implementation

Our trained professionals at GWS are experts in CGI programming, database design and programming, Macromedia Flash, HTML, graphic design, custom music and much more! If you want that competitive edge for your web site, please don’t hesitate to give us a call!


Monthly Archiving to CDROM

It’s amazing how little you realize how important your data is to you until you no longer have it. GWS offers a service that will archive your complete web site and any databases to CDROM every month and send it to you. This would help facilitate data recovery in the event of a major catastrophic event (we are overdue for ‘The Big One’).


E-commerce

GWS stays on the cutting edge of current e-commerce applications and can provide those services to you for your web site. Please contact us for more information.

   
 

 

 

 

spam/virus report
 
2005
virii blocked
4,510
spam blocked
921,804

 

<& /templates/random_quote.mas &>
 
copyright © 2004 - 2006, groovy web services - last modified on <% $last_mod %>

<& /templates/powered_by.html &>

<%args> $login_error => '' $uname => '' <%init> my %query_args => $m -> request_args; delete @query_args { 'uname', 'login_error' }; ## last modified time ## use Time::Piece; my $comp_time = (stat $m -> current_comp -> source_file)[9]; my $last_mod = Time::Piece -> strptime( $comp_time, '%s') -> strftime ('%B %e, %Y %H:%M'); ## current server time ## my $lst_time = localtime();