Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Go here and delete your account. Once you've deleted the account, post back and I'll make sure the account is deleted completely: http://www.heliohost.org/home/support/scripts/delete
  2. Please post the following information: Your cPanel username Your main domain The server that you are on
  3. @aigarspl: Yours should be back to x3 now.
  4. Everybody should be back with x3 now. Check to make sure. Not sure how to disable this feature on cpanel. Maybe Krydos does?
  5. There's already a user by that name.
  6. I think it should work now but if not let me know. I was unable to login to Johnny WHM at the time of this post.
  7. Ok you should see your new password in your yahoo email.
  8. I can reset your password and email it to the email your signed up with. Would you like me to do that?
  9. Try this as the username: paladox1 not paladxo1
  10. Is working: http://galactic-civil-war.cf/ Is working: http://galactic-civil-war.ga/ This is the only one (galactic-civil-war.ga) I see associated with the domain quantumstudio.heliohost.org: https://www.dropbox.com/s/9nkz2zv3liudry2/war.png?raw=1
  11. Use the same username and password as cpanel. Host: ftp.godanalyst.heliohost.org Login: hchanbi Password: YOUR PASSWORD Your folders will be located in the public_html folder.
  12. I ended up creating the account for him.
  13. It works. The example also works. You must have had the the old files in your cache. Here's a new text file to download. http://bybyron.net/2/email_form.txt
  14. PM me your details for signing up.
  15. Ok it should work now: http://bybyron.net/helio/email_form.txt
  16. What is the username and domain name your signing up with?
  17. Is this the same ip your using to signup with? 174.96.235.250
  18. Define your first line of code (shebang line) like this #!/usr/bin/perl -w
  19. 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.
  20. 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
  21. 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>"; } ?>
  22. You were suspended for having too many cron jobs. Your only allowed 2 cron runs per day. Ok I've unsuspended your account.
  23. That's not the username for that account.
  24. This support request is being escalated to our root admin.
  25. You were suspended for phishing.
×
×
  • Create New...