Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Go to your cpanel and delete the addon domain and any sub domains associated with it. Then create the addon domain again and see if that resolves the issue.
  2. Here's one I made a long time ago that you can have. You'll need to do some editing in a few places, like your email address and such. This is what it looks like: http://bybyron.net/helio/email_form.php You can just upload this to your site and edit it to suit you: http://bybyron.net/helio/email_form.txt
  3. I just checked and both servers are sending mail with the php mail() function. This should work for you as a test: <?php $to = "YOUR_EMAIL@gmail.com"; $subject = "Test Email"; $message = "Sending A Test Email."; $headers = "MIME-Version: 1.0\n"; $headers .= "Content-Type: text/plain; charset=iso-8859-1\n"; $headers .= "From: YOU@heliohost.org" . "\r\n" . "BCC: $maillist\n"; if (mail($to, $subject, $message, $headers)) { echo "<br><p><b>Message successfully sent!</b></p><hr><br>"; echo "From: YOU<br>"; echo "To: Me<br>"; echo "Bcc: $bcc<br>"; echo "Subject: $subject<br>"; echo "Message: $message<br>"; exit; } else { echo "<p>Message delivery failed...</p>"; } ?>
  4. You were suspended for having too many cron jobs. Your only allowed 2 cron runs per day. Ok I've unsuspended your account.
  5. That's not the username for that account.
  6. This support request is being escalated to our root admin.
  7. You were suspended for phishing.
  8. Yes she can go ahead and create an account.
  9. If it's still not up by this time tomorrow, then I'll probably delete your account and let you create it all over again.
  10. Give it 24 hours and post back if you still can't see your site through juan-potato.com
  11. Byron

    Ssl

    It's a mistake.
  12. Byron

    Ssl

    It's $12 per year our cost which means it's $12 per year your cost too.
  13. Byron

    Ssl

    http://wiki.helionet.org/SSL
  14. This support request is being escalated to our root admin.
  15. Is there any reason you need to be on the Johnny server? If your not using JAVA, ASP.NET or Ruby, you should move your site to the Stevie server.
  16. Are you typing your username in all lowercase like this: druid69
  17. Try logging in from this url: http://johnny.heliohost.org:2082/frontend/x3/index.phpcp
  18. Sorry it's not your fault. My site also got suspended for too many cron jobs. Krydos should be looking into the cron script right now. I've unsuspended your account and it shouldn't happen again.
  19. If I reset your password and email it to the email address you registered with, will you get it? Check your email for a new password.
  20. Just PM me the links to the tools and I'll check the scripts that way.
  21. Just saving the mp4 file in itself wouldn't do it. Can you post the codes to your resize tool and crop tool?
×
×
  • Create New...