Search results

  1. I

    An Error Has Occurred

    I got this message An Error Has Occurred Although you've logged in successfully, there was an error retrieving your account's hosting type from the backend system. Please post on our forums to seek support on this issue. well now that i have, what do i do?
  2. I

    Perl CGI script

    im trying to run an form-to-email script: #!/usr/bin/perl # IMPORTANT: MAKE SURE THESE TWO VALUES ARE SET CORRECTLY FOR YOU! $mailprog= "/usr/sbin/sendmail" ; $recipient= "administrator\@pung*****.com" ; # make sure to \ escape the @ # Get the CGI input variables %in= &getcgivars ; #...
Top