Register page

Page 2 of 2 FirstFirst 12
Results 26 to 35 of 35
  1. #26
    Account Upgraded | Title Enabled! lmanso is offline
    MemberRank
    Jun 2008 Join Date
    ThailandLocation
    241Posts

    Re: Register page

    I have this " Unable to connect or select database! "

    I'm already change host , user , pass.

    and enable mssql already can check here http://202.129.206.85/phpinfo.php

    how i can fix this ?

  2. #27
    Member imnotfake0991 is offline
    MemberRank
    Nov 2009 Join Date
    83Posts

    Re: Register page

    Im getting.

    Code:
    Fatal error: Call to undefined function mssql_connect()
     in C:\wamp\www\register.php on line 132
    this is my line 132

    Code:
    $connection = mssql_connect('COMPUTER', 'sa', ' '); //Change YOURHOST and YOURPASSWORD
    i do not have a password set for my mssql as it is a test server for me only.. any idea's? if not ill just redo my mssql with a pass

  3. #28
    Not working on UnitedFlyf Mootie is offline
    MemberRank
    Apr 2009 Join Date
    1,589Posts

    Re: Register page

    Quote Originally Posted by imnotfake0991 View Post
    Im getting.

    Code:
    Fatal error: Call to undefined function mssql_connect()
     in C:\wamp\www\register.php on line 132
    this is my line 132

    Code:
    $connection = mssql_connect('COMPUTER', 'sa', ''); //Change YOURHOST and YOURPASSWORD
    i do not have a password set for my mssql as it is a test server for me only.. any idea's? if not ill just redo my mssql with a pass
    No space for the password. Also, you need to download the mssql extension for php.

    Some idiot just tried to sql inject me with the string I usually use. (Alex from CyclopsFlyFF) He'll enjoy a nais present. <:

  4. #29
    Member imnotfake0991 is offline
    MemberRank
    Nov 2009 Join Date
    83Posts

    Re: Register page

    Quote Originally Posted by mootie View Post
    No space for the password. Also, you need to download the mssql extension for php.

    Some idiot just tried to sql inject me with the string I usually use. (Alex from CyclopsFlyFF) He'll enjoy a nais present. <:
    lol there wasnt a space there.. but for no password do i keep it empty if i dont have a password?

    and i already removed the ; from that line of code.. still having the problem..

    another question
    is my host the name of my computer or my ip? or is it the common localhost?



    so i started getting this msg
    Code:
    The MSSQL extension is not enabled on your PHP. Enable it on your php.ini and try again.
    and this is what i have enabled on my php.ini's both of them that i found
    Code:
    extension=php_mbstring.dll
    ;extension=php_ming.dll
    extension=php_mssql.dll
    extension=php_mysql.dll
    extension=php_mysqli.dll
    Code:
    extension=php_mbstring.dll
    ;extension=php_ming.dll
    extension=php_mssql.dll
    extension=php_mysql.dll
    extension=php_mysqli.dll
    and this is what i have for the code
    Code:
    	$MD5Code = "kikugalanet"; // Your Neuz MD5 Code
    	$dbAddr = "5.218.168.71"; // Your MSSQL Host IP
    	$dbName = "ACCOUNT_TBL"; // Your Account Database
    	$dbUser = "sa"; // Your Database user
    	$dbPass = "****"; // Your Database User password
    **** = my pw
    Last edited by imnotfake0991; 09-12-09 at 07:24 AM.

  5. #30
    Novice manman is offline
    MemberRank
    Dec 2009 Join Date
    1Posts

    Re: Register page

    Quote Originally Posted by Military View Post
    thank you for the reg page but how can i link it to a site...with out the white screen

    Yea im having this problem too.. How can we Connect it to the site?

  6. #31
    Member Diumelia is offline
    MemberRank
    Apr 2009 Join Date
    BelgiumLocation
    60Posts

    Re: Register page

    Put this code where you want it:
    PHP Code:
    <?php
    include 'register.php';
    ?>

  7. #32
    Apprentice mines is offline
    MemberRank
    Nov 2009 Join Date
    10Posts

    Re: Register page

    i got the whit screen and i have enabled the mysql in php.ini

  8. #33
    Account Upgraded | Title Enabled! ryuchao009 is offline
    MemberRank
    Feb 2009 Join Date
    United StatesLocation
    601Posts

    Re: Register page

    Quote Originally Posted by mines View Post
    i got the whit screen and i have enabled the mysql in php.ini
    you need to explain a little bit. usually, that means you're getting errors and your error reporting is turned off in php.ini

  9. #34
    Valued Member eejhey is offline
    MemberRank
    Dec 2008 Join Date
    101Posts

    Re: Register page

    Quote Originally Posted by mines View Post
    i got the whit screen and i have enabled the mysql in php.ini
    you need to enable mssql. not mysql.

  10. #35
    Apprentice mryapz is offline
    MemberRank
    Jun 2009 Join Date
    18Posts

    Re: Register page

    The Required Module is not enabled on your MSSQL Server. Please Enable it.

    pls.. help about this??



Page 2 of 2 FirstFirst 12

Advertisement