Jump to content

Byron

Moderators
  • Posts

    9153
  • Joined

  • Last visited

  • Days Won

    146

Everything posted by Byron

  1. 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); }
  2. 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.
  3. Byron

    ImageMagick

    See if this helps you djbob? http://pages.cs.wisc.edu/~ghost/doc/gnu/7.05/Install.htm
  4. 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.
  5. 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?
  6. I think if it were faster EVERYBODY would be doing it. I recommend you use NS Records instead. ns1.heliohost.org ns2.heliohost.org
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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
  12. Try logging in here. Make sure you use lower case.
  13. Have you logged into your cPanel before?
  14. That's the public_html directory from the domain you posted.
  15. You seem to be ok now. I'm seeing your root directory list. http://www.webbie.be/
  16. 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
  17. Byron

    SMTP issues

    Are you referring to the code I posted to send a test email?
  18. 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.
  19. I think djbob means who is the email client your trying to send to; Yahoo, Hotmail, Google, etc.
  20. What happens when you try to go to your site like this? http://www.myname.ir/ Does your site come up at all?
  21. Byron

    ImageMagick

    I just tried it on my site and it's still showing the same error. http://byrondallas.heliohost.org/php/imagick/thumbnail.php <?php $thumb = new Imagick("fw4.pdf"); $thumb->thumbnailimage(400, 400, TRUE); $thumb->setformat("gif"); $thumb->writeimage("thumb_nail.gif"); header("Location: thumb_nail.gif"); ?>
  22. It still works fine for me no matter how I try it. You'll need to wait for the administrator to check it and see what he says.
  23. I'm seeing your site ok. How long ago did you create your site? Try doing a refresh.
  24. I'm going to your site just fine. http://pristinia.heliohost.org/gov/ or http://pristinia.heliohost.org/gov/index.php
  25. Go to your frameset page and add a frameset doctype and remove the <body></body> tags. Frameset doesn't use a body tag. Frameset doctype <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> and remember <frameset cols="120,*"> = navigation on the left <frameset rows="120,*"> = navigation on the top This is a txt version of my frameset page http://byrondallas.heliohost.org/test/lwebsite.txt
×
×
  • Create New...