Jump to content

MauroF

Members
  • Posts

    39
  • Joined

  • Last visited

Posts posted by MauroF

  1. Unblocked.

     

    It was indeed for too many failed cPanel logins.

    Thank you, is there a way to unlock it without having to post on the forums? I've tried accessing cPanel using my mobile connection but I found no way to unlock my ip

  2. I can't login in my cPanel, nor access any of my domain (main is wolfcube.tk) and apparently cannot even ping tommy.heliohost.org. I guess my Ip address has been blocked as it happens with other people.

     

    I've been messing around with web disks lately and having quite a long passord I often get it wrong so I guess that's why.

    Could you please have a look at that? My ip is 123.211.95.109, thanks.

  3. Today I created a subdomain (code.wolfcube.tk) for my main domain (wolfcube.tk or wolfcube.heliohost.org), but when I try and access the https version it will show a simingly random website, even though the URL bar will show my domain. So:

     

    http://code.wolfcube.tk/index.html will show my normal index page, while https://code.wolfcube.tk/index.html will show content from the website albertnis.com.

     

    I don't have a certificatge yet but it seems strange that this would happen as I would except an error message

    .

    EDIT: by pinging both websites it looks like albertnis.com is actually hosted by heliohost.

  4. I have a basic asp.net page that I have made and published to my domain with Visual Studio 2015 community, but when I try to access it (or any related file, like the corresponding .dll and web.config file) it throws a 503 error with the following message:

     

    Service Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

     

     

    I have already tried giving it 755 permissions, and the framework is 4.0 (Tommy should have 4.6, right?). This is the link: http://wolfcube.heliohost.org/test.aspx

  5.  

    Does your shebang line look like this?

    #!/usr/bin/perl -w

    I'm sorry but I don't really understand. Why the shabang? Where is it supposed to go?

     

    Anyway, I realized that in the previous program I had compiled I forgot the part:

    printf("Content-Type: text/html")
    

    now it works, thank you anyway

  6. When using C++ as cgi, do I have to compile the program on the server or I can use one compiled on my linux machine? I ask this because I've already tried uploading a c++ program but if I try and run it I get a 500 error message.

×
×
  • Create New...