Jump to content

Byron

Moderators
  • Posts

    9,153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. Did you try to renew your account here? http://www.heliohost.org/scripts/renew.php
  2. Byron

    ImageMagick

    You must be using cgi? I wonder why it isn't working with php? EDIT: I just tried it on my site with cgi and it worked fine., btw Tablecat if your interested in what you can do with php and the Imagick Class here are some really good examples that you won't find at php.net. http://byrondallas.heliohost.org/php/imagi...all-methods.php
  3. Byron

    SMTP issues

    Just copy the code below to your server and change it two places. 1) $to = "your_address@gmail.com"; Put the email address your sending to, that would be your google address. 2) $headers = "From: you@your_site.heliohost.org"; Put your server email address here. <?php $to = "your_address@gmail.com"; $subject = "Test Mail"; $message = "Hello world!"; $headers = "From: you@your_site.heliohost.org"; mail($to, $subject, $message, $headers); echo "The email was sent"; ?> After your finished just click onto the file and the email is sent.
  4. This executes fine for me. http://instalekt.heliohost.org/cgi-bin/t.cgi Here's a script you can try. http://byrondallas.heliohost.org/cgi-bin/time.txt http://byrondallas.heliohost.org/cgi-bin/time.pl You can try adding this to your script and see if it prints any errors. # This is used for debugging. All errors are # written to errors.txt, if any. BEGIN { use CGI::Carp qw(carpout); use diagnostics; open(LOG, ">errors.txt"); carpout(LOG); close(LOG); }
  5. I think a few of the problems have cleared up but if they haven't then please be patient, djbob (administrator) will see your posts in this forum for sure.
  6. Byron

    ImageMagick

    See if this helps you djbob? http://pages.cs.wisc.edu/~ghost/doc/gnu/7.05/Install.htm
  7. Not until you set the correct nameservers for your main domain name. These are your name servers for webbie.be as of the time of this post. ns1.netsoftserver5.be ns2.netsoftserver5.be http://byrondallas.heliohost.org/php/tools...omain=webbie.be Until you correct the nameservers your not going to be able to access your site through webbie.be or www.webbie.be. I think we are having some minor problems with the server right now. It should be corrected soon.
  8. I have 3 questions: 1) Did you recieve a confirmation email? 2) Have you logged into your account even once? 3) Are you using lowercase for your loggin information?
  9. I think if it were faster EVERYBODY would be doing it. I recommend you use NS Records instead. ns1.heliohost.org ns2.heliohost.org
  10. Moved from 'Customer Feedback I'm not sure what's been going on yet because I haven't heard from djbob since everybody was posting about having problems. I'm sure we will be hearing from him real soon so just try and be patient until then. As far as making a ticket, the forums are the place to do that and you have.
  11. www is NOT part of your domain name. If your going to your cPanel via www.webbie.be than your not going to be able to login in until you set the nameserver for: webbie.be to heliohost's nameservers. Right now your domain (webbie.be) is pointing to: ns1.netsoftserver5.be ns2.netsoftserver5.be That's because www. is not part of a domain name. Try doing a nameserver lookup without the www.
  12. He did but read what Google says about submitting your site: http://www.google.com/addurl/ The best way to get your site on Google is let one of the robots find your url as a link on other pages or maybe in your signature so it gets posted all the time.
  13. NO, this could be his dns settings screwed up at his domain name provider. His domain isn't even pointing to heliohost. Evidently he has something like the ips of the nameservers but not the nameservers themselve. If you go to is domain without the www you get his domain name provider. http://webbie.be Check my previous post to see the nameservers.
  14. The domain name 'webbie.be' isn't even pointing to heliohost. Check here. If that's your domain name then you need to change the nameservers to point to heliohost. ns1.heliohost.org ns2.heliohost.org
  15. Try logging in here. Make sure you use lower case.
  16. Have you logged into your cPanel before?
  17. That's the public_html directory from the domain you posted.
  18. You seem to be ok now. I'm seeing your root directory list. http://www.webbie.be/
  19. Byron

    SimpleXML

    I don't see that particular function on here but I do see a bunch of XML. http://byrondallas.heliohost.org/php/get_d...d_functions.php EDIT Will this function work instead? simplexml_load_file
  20. Byron

    SMTP issues

    Are you referring to the code I posted to send a test email?
  21. It may be a LONG time before Google actually has your site in their database. You'll just have to be patient. Another thing, the more you post your site around (in forums) and add it as a link on other pages, the quicker it will show up. Google's robot checks this forum quite often.
  22. I think djbob means who is the email client your trying to send to; Yahoo, Hotmail, Google, etc.
×
×
  • Create New...