Jump to content

Tjoene

Moderators
  • Posts

    1,430
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by Tjoene

  1. Here are the specs:

     

    Server Name: stevie

    cPanel Version: 11.28.83

    Apache version: 2.2.16

    PHP version: 5.3.3

    MySQL version: 5.0.91-community

    Operating system: linux

    Architecture: x86_64

    mod_rewrite: yes

     

    And I don't think PHPExpress (loader and accelerator right?) is installed.

    I do know we have other accelerators (I know for sure we have APC).

    If you need PHPExpress, request it and the admins might install it.

  2. Try this script to connect to your database on the other host,

     

    <?php
    
    $host = 'example.com';
    $user = 'MySQL_user';
    $password = 'MySQL_Password';
    
    $link = mysql_connect($host, $user, $password);
    if (!$link) {
        die('Could not connect: ' . mysql_error());
    }
    echo 'Connected successfully';
    mysql_close($link);
    ?>

     

     

    More info can be here.

  3. ...should be created by Friday 29th of July 2011 01:52:00 PM, and should be active by Saturday 30th of July 2011 03:00:00 AM.

    You will be able to access cPanel today and should be able to see your site tomorrow at 3AM (server time).

    It is normal that you have to wait a while before you can use your site.

    This is to prevent that the servers overload.

×
×
  • Create New...