Jump to content

BigGuy2

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by BigGuy2

  1. Hi guys,

     

    I've managed to receive a link with a backup from Stevie after filling my data in this page: http://www.heliohost.org/backup/

    The link itself though doesn't work, it redirects me to http://backup.heliohost.org/cgi-sys/suspendedpage.cgi

    My account was indeed suspended, so I reactivated it. Unfortunately, the link still keeps redirecting to that page.

    I've tried sending an email to heliohost support, but it seems that there's an automated message sender using a standard message containing the link

    to the backup form and the description on how to use it.

    I'm a bit confused at this point. Is there still something I need to do on my side? Is there a chance that there's no actual backup ready because it doesn't exist?

     

    Thanks!

  2. This is what's written in the error log right after I get the error :

     

    [Tue Sep 28 12:38:24 2010] [error] [client 188.24.232.215] File does not exist: /home/bigguy/public_html/500.shtml, referer: http://beres-expert.heliohost.org/contact.php

     

     

    This is the script I use :

     

    <?php

    $from=$_POST['from'];

    $to='beresimob@yahoo.com';

    $subject=$_POST['subject'];

    $message=$_POST['body'];

    mail($to, $subject, $message, 'From: '.$from);

    header('index.php');

    ?>

     

    The information in the POST array is taken from the form on the Contact page.

  3. On beres-expert.heliohost.org, Contact page, I have set up a box where someone can write a message and by clicking the button below it, the message should get sent as an e-mail to an e-mail adress, using php mail function. Unfortunately, I receive an error, 500 Internal Server Error. I tested this script on another hosting server and it worked. What can I do to fix this?

     

    I await your answer,

    Thank you

×
×
  • Create New...