Jump to content

teo_turtle

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by teo_turtle

  1. $host="cine.heliohost.org";

    $username="teo01234_user";

    $password="************";

    $db_selected="teo01234_cine";

     

    Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'teo01234_user'@'216.218.192.170' (using password: YES) in /home1/teo01234/public_html/cine/include/connect.php on line 10

    Connect failed: Access denied for user 'teo01234_user'@'216.218.192.170' (using password: YES)

     

    :(

  2. <?php

     

    $host="cine.heliohost.org";

    $username="teo01234_root";

    $password="********";

    $db_selected="teo01234_cine";

     

     

     

    $mysqli=mysqli_connect($host,$username,$password,$db_selected);

     

    if(mysqli_connect_errno())

    {

     

     

    printf("Connect failed: %s\n ",mysqli_connect_error());

    exit;

    }

     

    mysqli_query($mysqli,"set names utf8");

     

    ?>

     

    http://img837.imageshack.us/i/cpanelr.png/

     

     

     

    Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'teo01234_root'@'216.218.192.170' (using password: YES) in /home1/teo01234/public_html/cine/include/connect.php on line 10

    Connect failed: Access denied for user 'teo01234_root'@'216.218.192.170' (using password: YES)

     

     

    please how to fixed this error? step by step. :-)

  3. yes.

     

    my code is(file connect.php) :

     

    <?php

     

    $host="cine.heliohost.org";

    $username="teo01234_root";

    $password="********";

    $db_selected="teo01234_cine";

     

     

     

    $mysqli=mysqli_connect($host,$username,$password,$db_selected);

     

    if(mysqli_connect_errno())

    {

     

     

    printf("Connect failed: %s\n ",mysqli_connect_error());

    exit;

    }

     

    mysqli_query($mysqli,"set names utf8");

     

    ?>

  4. Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'teo01234_root'@'216.218.192.170' (using password: YES) in /home1/teo01234/public_html/cine/include/connect.php on line 10

    Connect failed: Access denied for user 'teo01234_root'@'216.218.192.170' (using password: YES)

     

    How to fixed this error ?

     

    thank you :-)

  5. ok :D

     

    HELIOHOST ACCOUNT QUEUED

     

     

    Ahoy! You're seeing this page because HelioHost has not gotten about to installing and configuring your account yet. This process usually takes 24 hours, and once it is complete your website should show up properly. While the account is being created we suggest taking a look at your control panel.

     

    Thanks for choosing HelioHost! We wish you good luck with your website.

    Sincerely,

    The HelioHost Staff

  6. displaing

     

     

    Internal Server Error

     

    The server encountered an internal error or misconfiguration and was unable to complete your request.

     

    Please contact the server administrator, webmaster@cine.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

     

    More information about this error may be available in the server error log.

     

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    How to fixed this error ?

     

    thanx

×
×
  • Create New...