Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Do you see a link called "Fantastico De Luxe" at your cpanel?
  2. You need to login to your cpanel at least once every 30 days.
  3. You need to wait about 24 hours after you register before you can login.
  4. It means that domain name is already being used. http://c7cnpm.co.cc/
  5. The process is still the same. Your just using the cgimail as the form action. Your really better off using php. With the cgimail you have to create a txt file with your email address and it is added to the form action. If somebody wants they can source your mail form to get your email address from the text file. This is how you use cgimail. This is the text file you make that becomes part of the form action: http://byrondallas.heliohost.org/files/mailer.txt <form method="post" action="../cgi-bin/cgiemail/files/mailer.txt"> This is how it works in the mailer form: <form method="post" action="../cgi-bin/cgiemail/files/mailer.txt"> Your name:<br> <input type="text" name="yourname" size="25" maxlength="50"> <br><br> Your email address:<br> <input type="text" name="required-from" size="25" maxlength="50"> <br><br> Subject:<br> <input type="text" name="subject" size="25" maxlength="50"> <br><br> Message<br> <textarea name="message" rows="3" cols="50"></textarea> <br> <input type="submit" value="Send"> <input type="hidden" name="success" value="thankyou.html"> </form>
  6. How about a php mail form? http://byrondallas.heliohost.org/files/contact_me.php http://byrondallas.heliohost.org/files/contact_me.txt Just change the $to to your email address and change the html to suit yourself.
  7. Do you know anything at all about forms? What are the form fields that you want to be filled out?
  8. Are you able to see the instructions on the page I posted? And do you just have to use cgi mail? How about using a php contact form? I have one I can post to you that works just as well and you can change the html around to suit you. I can tell you how to use cgi mail but it's been awhile since I've used it and I would have to re-learn it myself.
  9. Sometimes it takes a little longer but I'm sure if you can open the cpanel via a proxy then everything is ok, just keep trying.
  10. You need to rename it back to what it was and read the instructions. It should redirect you to this page when you click onto the file. http://web.mit.edu/wwwdev/cgiemail/nopath.html What are you wanting to do with cgi mail? Are you wanting to make a contact form for your site?
  11. That's probably because signups are full for the day. You'll have to wait for signups to reset at 12:00 am PST. Somebody correct me if I'm wrong about the time.
  12. Another thing you need to do and that's login with lowercase, even if you signed up with uppercase letters.
  13. You'll need to wait for djbob to take a look.
  14. Go and set the nameservers at co.cc to heliohost's.
  15. That's because your domain name isn't pointing to heliohost yet. Once you set the nameservers to heliohost you will be able to login.
  16. There isn't any feature like that in cpanel. Just go to your cpanel file manager and click onto the directory names and delete each directory like that.
  17. First you need to go to co.cc and login and then point your domain to the heliohost nameservers which are: ns1.heliohost.org ns2.heliohost.org Then you need to wait about 24 hours for the changes to take effect before you can login here: http://wowla.co.cc:2082/
  18. I know for sure that yahoo isn't blocking regular emails. I get mine without any problems from heliohost. You can try this simple test from your site and see what happens. Just make a php page out of the code below and add the correct email addresses and click onto the page. <?php $to = "your_address@yahoo.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: raingirl@raingirl82.heliohost.org"; mail($to, $subject, $message, $headers); echo "The email was sent"; ?>
  19. You should see a link named Fantastico De Luxe in your cPanel or use this: http://YOUR_DOMAIN.heliohost.org:2082/fron...stico/index.php
  20. This is your cPanel login. http://foxfamilyden.heliohost.org:2082/fro...d/x3/index.html
  21. This is ok, you should see your site in about 24 hours ater signup.
  22. Go to your cPanel and look for the "Parked Domains" option and enter this as your parked domain: ideathena.co.cc Then go to co.cc and login and change the nameservers to this: ns1.heliohost.org ns2.heliohost.org Then wait about 24 hours for the changes to take effect.
  23. If you went 30 days without logging into cpanel then you should have gotten an email warning you. See if you can renew here: http://www.heliohost.org/scripts/renew.php
  24. Do you have your own domain name?
×
×
  • Create New...