Page 4 of 4 FirstFirst 1234
Results 31 to 37 of 37
  1. #31
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    tried that tom didn't fix it.
    my config:
    <?php
    $hostname = "mysql1030.servage.net";
    $username = "colin-roberts";
    $password = "colin-roberts";
    $database = "colin-roberts";
    $connect = mysql_connect($hostname, $username, $password, $database) or die('Could not connect to MySQL Database, Error: '. mysql_error());
    $dbselect = mysql_select_db($database, $connect) or die('Could not select MySQL Database, Error: '. mysql_error());
    $siteinfo = mysql_query("SELECT * FROM config");
    $site = mysql_fetch_array($siteinfo);
    $hometext = $site[home];
    $hometext = nl2br($hometext);
    ?>

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  2. #32
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Try:

    PHP Code:
    <?php

    $connectual 
    = @mysql_connect("mysql1030.servage.net""colin-roberts""colin-roberts");
    $select_db_booyah mysql_select_db("colin-roberts"$connectual);

    $siteinfo mysql_query("SELECT * FROM config");
    $site mysql_fetch_array($siteinfo);

    $hometext $site[home];
    $hometext nl2br($hometext);


    ?>

  3. #33
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    thanx invent when you going realease the code for the listener log and other features or are you just going realease another full version>?
    Last edited by Colin-Roberts; 19-07-2007 at 05:16 PM.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  4. #34
    Join Date
    May 2006
    Location
    New Zealand
    Posts
    4,452
    Tokens
    0

    Latest Awards:

    Default

    I can't wait for a new release
    New Zealand Web/Tech News

  5. #35
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Everything I make now I'm just going to release in the upcoming v0.2.

    This version will have a lot of private BETA testing though, as on the last version I didn't get any of the errors lots of people got which is why it was so buggy :p

  6. #36
    Join Date
    May 2007
    Posts
    467
    Tokens
    0

    Default

    Cool i can not wait for this new version to come out is it a recode or just the old code but fixed up with new stuff??

  7. #37
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Simon speak to me on msn please.

Page 4 of 4 FirstFirst 1234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •