Can Any One Help Me Fix Registerpage?

Results 1 to 5 of 5
  1. #1
    Member danere2010 is offline
    MemberRank
    Apr 2010 Join Date
    Portsmouth, UniLocation
    62Posts

    sad Can Any One Help Me Fix Registerpage?

    Hi,

    I'm Using Shadow-xx's Register Page And All The Fields Are Filled In With Code I'm Useing The ODBC Conection As MSSQL Wont Work I Get The Fatal Error Call To Undefined Function MSSQL_CONNECT() Any Ways Thanks Guys For Any Help With This According To MSSQL SQL Server Browser Is Off And It Won't Start Dunno If Thats Part Of It


    Code:
    #---------------------------------------------------------------------------
    
    # config.php 
    
    #---------------------------------------------------------------------------
    
    # Database Settings
    $database_serv = '188.121.63.165'; // Database Server
    $database_name = 'GunZDB'; // Database Name
    $database_user = 'sa'; // Database Username
    $database_pass = '**********'; // Database Password
    
    # Database Connection
    # 0 - mssql
    # 1 - odbc
    $connection_type = '1';
    
    # Table Names
    $table_account   = 'Account'; // Acount Table
    $table_login	 = 'Login'; // Character Table
    
    #Field Settings
    # 0 - Off
    # 1 - On
    # fields to show
    $field_name     = '1'; // Name Field
    $field_zip		= '1'; // Zip Code Field
    $field_address  = '1'; // Address Field
    $field_mail     = '1'; // Mail Field
    $field_sex		= '1'; // Sex Field
    $field_country  = '1'; // Country Field
    $field_age      = '1'; // Age Field
    # Required fields
    $rfield_name     = '1'; // Name Field
    $rfield_zip		 = '0'; // Zip Code Field
    $rfield_address  = '0'; // Address Field
    $rfield_mail     = '1'; // Mail Field
    $rfield_sex		 = '0'; // Sex Field
    $rfield_country  = '0'; // Country Field
    $rfield_age      = '0'; // Age Field
    
    # Captcha
    # 0 - Off
    # 1 - On
    $captcha_status = '1'; // Captcha on/off
    # Used to secure the hashed sessions
    $captcha_salt   = '*3a%s^,1'; // Salt 
    
    # IP Ban
    # 0 - Off
    # 1 - On
    $ipban_status = '1'; // Ip Ban on/off
    
    # Escape Characters
    # Leave This alone should be fine as it is
    $new = "\r\n"; // New Line
    $tab = "\t"; // Tab
    Attached Thumbnails Attached Thumbnails register.png  
    Last edited by danere2010; 03-09-11 at 07:35 PM. Reason: For Got Some Info


  2. #2
    Member danere2010 is offline
    MemberRank
    Apr 2010 Join Date
    Portsmouth, UniLocation
    62Posts

    Re: Can Any One Help Me Fix Registerpage?

    Can't Any One Help?

  3. #3
    Member danere2010 is offline
    MemberRank
    Apr 2010 Join Date
    Portsmouth, UniLocation
    62Posts

    Re: Can Any One Help Me Fix Registerpage?

    Seriously No One?

  4. #4
    Proficient Member Chubby7 is offline
    MemberRank
    Oct 2010 Join Date
    HereLocation
    193Posts

    Re: Can Any One Help Me Fix Registerpage?

    http://forum.ragezone.com/f245/wizki...worked-717937/

    Just a suggestion to use this?

    But ehm. You'll get warnings if you bump in 24 hours.
    I already received a few lol :P.

  5. #5
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Can Any One Help Me Fix Registerpage?

    Enable the php_mssql.dll extension in your php.ini. Remove the ; in front of the line and restart your Apache.

    Also enable short-tags in your php.ini or change all <? to <?php in the script.



Advertisement