Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Help !

  1. #11
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by S.O.X@16 July 2004 - 18:37
    sorry but it isn't
    What kind of access do you have to the database?

    Open up MYSQL.php in an editor and check the lines that it says the errors are causing.

    /home/rap4life/public_html/sources/Drivers/mySQL.php on line 65
    /home/rap4life/public_html/sources/Drivers/mySQL.php on line 68
    /home/rap4life/public_html/sources/Drivers/mySQL.php on line 101

    I still say it's an issue with you trying to connect to localhost from the internet.

  2. Internet, Programming and Graphics   -   #12
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    and you may want to disable warnings if you have access to php.ini

    and yeah, what shn said.
    Access denied for user: 'rap4life@localhost' (Using password: edited out)

    this post is guaranteed 100% parrot-free

  3. Internet, Programming and Graphics   -   #13
    Member
    Join Date
    Jun 2004
    Location
    Haifa
    Age
    36
    Posts
    10
    the file
    /home/nef/public_html/sources/Drivers/mySQL.php
    is empty

    i'll ask the other admin about this prob.

    thanx4the help
    Last edited by S.O.X; 09-18-2005 at 01:23 PM.

  4. Internet, Programming and Graphics   -   #14
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    Originally posted by S.O.X@17 July 2004 - 09:25
    the file
    /home/rap4life/public_html/sources/Drivers/mySQL.php
    is empty

    i'll ask the other admin about this prob.

    thanx4the help
    You probably don't have read access to the file. Ask the admin to chmod it correctly. Or if it's your host tell em to fix dat shit!

  5. Internet, Programming and Graphics   -   #15
    Member
    Join Date
    Jun 2004
    Location
    Haifa
    Age
    36
    Posts
    10
    how can I edit the file:
    http://www.nef.com/sources/Drivers/mySQL.php

    ????

    cuz i want to see the username and the password
    Last edited by S.O.X; 09-18-2005 at 01:24 PM.

  6. Internet, Programming and Graphics   -   #16
    DanB's Avatar Smoke weed everyday
    Join Date
    Jun 2003
    Location
    London, so fuck y'all
    Age
    46
    Posts
    20,595
    Its still not fixed btw

  7. Internet, Programming and Graphics   -   #17
    Member
    Join Date
    Jun 2004
    Location
    Haifa
    Age
    36
    Posts
    10
    anyone ??
    Last edited by S.O.X; 09-18-2005 at 01:24 PM.

  8. Internet, Programming and Graphics   -   #18
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486

    download the file through ftp, open it with notepad....you can't view the php code in your browser, it'll only generate the html.
    when you get it, it should look something like this:

    Code:
    <?php
    $location = "my.dbhost.net";
    $username = "username";
    $password = "password";
    $database = "databasename";
    
    $conn = mysql_connect("$location","$username","$password");
    if (!$conn) die ("Could not connect MySQL");
    mysql_select_db($database,$conn) or die ("Could not open database");
    
    ?>
    just enter the correct information for the top four variables. (location, username, password, database). and upload again.

    this post is guaranteed 100% parrot-free

  9. Internet, Programming and Graphics   -   #19
    Member
    Join Date
    Jun 2004
    Location
    Haifa
    Age
    36
    Posts
    10
    i did this

    what is the next problem?

    http://nef.com/index.php

    ???
    Last edited by S.O.X; 09-18-2005 at 01:25 PM.

  10. Internet, Programming and Graphics   -   #20
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    without actually being able to see the php files & knowing your information, it's hard to say.
    I think you've just got the wrong info for one of those variables.

    this post is guaranteed 100% parrot-free

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

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