Jump to content

To175

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by To175

  1. You're probably blocked in the firewall if cPanel and FTP both don't work. Does your website work?

    Thanks ! I don't understand, my website is working. I just change the dns, I'm moving to ovh because I need more ressources.

    Heliohost was so good ! Now I have to leave :P /&--#62;

    FileZilla answer :

    Status: Resolving address of FTP.mecraft.fr

    Status: Connecting to 213.186.33.210:21...

    Status: Connection established, waiting for welcome message...

    Status: Insecure server, it does not support FTP over TLS.

    Command: USER thio175@mecraft.fr

    Response: 331 User thio175@mecraft.fr OK. Password required

    Command: PASS ********

    Response: 530 Login authentication failed

    Error: Critical error: Could not connect to server

     

    on the internet : "http://stevie.heliohost.org:2082/login/ is not responding"

    I could connect 1h ago during 10 minutes but now again down !

     

    wolstech I have a question :

    I have a .zip in my ftp, how to move it directly into ovh's ftp ? (other host)

  2. Ho thanks a lot sorry :)/&--#62;

    But in the code there is : require_once "Net/GeoIP.php";

    I don't have this file, I can't find it, if I delete this line, it sais : Fatal error: Class 'Net_GeoIP' not found in /home1/thio175/public_html/test.php on line 4

    $geoip = Net_GeoIP::getInstance("/path/to/geoipdb.dat");

    Ftp manager can't find the file too in ftp.

     

  3. Since I'm not sure what error you're getting...

     

    Does the form use mail() to send an email by any chance? Sending mail when exim is crashed will make some scripts choke and spew 500 errors.

     

    Also, does your database use innodb tables (these need to be converted to myisam)? Trying to write to/alter/drop those is a good way to crash MySQL and get various errors (-1 from storage engine, lost connection during query, and a few others).

     

    please :/

     

    Since I'm not sure what error you're getting...

     

    Does the form use mail() to send an email by any chance? Sending mail when exim is crashed will make some scripts choke and spew 500 errors.

     

    Also, does your database use innodb tables (these need to be converted to myisam)? Trying to write to/alter/drop those is a good way to crash MySQL and get various errors (-1 from storage engine, lost connection during query, and a few others).

     

    please :/

  4. Since I'm not sure what error you're getting... Does the form use mail() to send an email by any chance? Sending mail when exim is crashed will make some scripts choke and spew 500 errors. Also, does your database use innodb tables (these need to be converted to myisam)? Trying to write to/alter/drop those is a good way to crash MySQL and get various errors (-1 from storage engine, lost connection during query, and a few others).

    Thanks !

    I French, I can't really understand you. (And a newbie :P )

    Can you please be more precise ? Thanks ^^

  5. Hi, so let's begin :

    When I go to PhpMyAdmin, I very often have my sql connection can't be linked (because of try/catch, 5 minutes to wait)

    When someone send a form and the (few) data are stored in PhpMyAdmin (sql), I often have my site crashed.

    When I upload a file in FTP, I sometimes have a crash (Error 500).

     

    Help please :(

    This is very embarrassing ! :o

     

    Example of query :

    $req = $pdo->prepare("INSERT INTO test (pseudo, skype, serv, age, rang, specialite, exp, motiv, dispo, datepost, statut) VALUES (:pseudo, :skype, :serv, :age, :rang, :specialite, :exp, :motiv, :dispo, :datepost, :statut)");

    $req->execute(array(

    ":pseudo" => $_POST['pseudo'],

    ":skype" => $_POST['skype'],

    ":serv" => $_POST['serv'],

    ":age" => $_POST['age'],

    ":rang" => $_POST['rang'],

    ":specialite" => $_POST['specialites'],

    ":exp" => $_POST['experience'],

    ":motiv" => $_POST['motiv'],

    ":dispo" => $dispo,

    ":datepost" => $datepost,

    ":statut" => $statut,

    ));

  6. Thanks, very strange, it works / doesn't work O.o

    I have 2 SRV : Mecraft.Fr and location.mecraft.fr

    I can't connect to both, very long to load then "can't connect to server" BUT 1 or 2 time it was Ok for mecraft.fr :o so I tried and I could connect ! But when I disconnected and refresh, there was no signal...

    • If I create SRV in OVH panel is it enough ?

    • Can I add ns1 and ns2 in ovh dns ? Like that I will have the 2 of heliohost and the 2 of cloudflare ! Is it possible ? What will happen ?

  7. Ok thanks,

    and other thing, do you know how to run pyhton on website ? I have created a post here but nobody answer :(

     

    thx

     

    Ho, I see for name servers...

    But why they ask me to change that and what this will do if I change ? i will not loose my content on the ns servers ?

     

     

    NS1.HELIOHOST.ORG

    > carl.ns.cloudflare.com

     

     

    NS2.HELIOHOST.ORG

    > elaine.ns.cloudflare.com

     

    I have added > carl.ns.cloudflare.com and > elaine.ns.cloudflare.com

    I have to delete NS1.HELIOHOST.ORG and NS2.HELIOHOST.ORG ?

  8. <p>Thanks :)</p>

    <p>I have did it with CloudFlare, but I am newbie :o what is this, What can I do with CloudFlare, why this is good ?</p>

    <p>Why Cloud Flare ask me that ?</p>

    <div class="msg">"Finishing up. Waiting for your name servers to change to <b>carl.ns.cloudflare.com</b> and <b>elaine.ns.cloudflare.com</b>. Please allow OVH up to 24 hours to complete this process (<a class="modal-link-faq muted" tabindex="1">info</a>)"</div>

    <div class="msg">What that will do ?</div>

     

  9. Hi,

     

    :(

     

    Why are there down times everyday please (before yesterday, yesterday, and tody (10h + 16h) ?

     

    Why first both my website and sub-domain are down and then only my sub-domain (but not my site!) ? (while heliohost down)

     

    Thanks

×
×
  • Create New...