[FIX]Fix To Registration

Results 1 to 11 of 11
  1. #1
    Member Mafia1314 is offline
    MemberRank
    Apr 2006 Join Date
    hjkhjkLocation
    88Posts

    [FIX]Fix To Registration

    expand GunzDB
    expand Tables
    expand dbo.accounts
    expand columns
    Then right click new colum name it E_Mail

    all done =D


  2. #2
    Omer Omer is offline
    MemberRank
    Sep 2006 Join Date
    2,912Posts

    Re: Fix To Registration =d

    Moved to realses and added tag

  3. #3
    Newbie kn95951135 is offline
    MemberRank
    Nov 2005 Join Date
    MalaysiaLocation
    388Posts

    Re: [FIX]Fix To Registration

    Not E_Mail
    is Email varchar(50)

    USE [GunZDB]
    GO
    ALTER TABLE [Accounts]
    ADD Email varchar(50) not null default'nomail'
    GO
    please read here already have post Post by OmOiYuMe

  4. #4
    Member Mafia1314 is offline
    MemberRank
    Apr 2006 Join Date
    hjkhjkLocation
    88Posts

    Re: [FIX]Fix To Registration

    yea but myn if i use email i get this


    Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 96

    Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 96

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\program files\easyphp1-8\www\index.php on line 97

    Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 100

    Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 100

    and if i use E_mail i can register accounts but it keeps saying :: Error on account register try later ::
    but the account is created

  5. #5
    Proficient Member Nekroido is offline
    MemberRank
    Mar 2007 Join Date
    『サイレンLocation
    185Posts

    Re: [FIX]Fix To Registration

    Quote Originally Posted by Mafia1314 View Post
    yea but myn if i use email i get this


    Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 96

    Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 96

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\program files\easyphp1-8\www\index.php on line 97

    Warning: mssql_query(): message: Invalid column name 'E_Mail'. (severity 16) in c:\program files\easyphp1-8\www\index.php on line 100

    Warning: mssql_query(): Query failed in c:\program files\easyphp1-8\www\index.php on line 100

    and if i use E_mail i can register accounts but it keeps saying :: Error on account register try later ::
    but the account is created
    Change E_Mail in index.php to Email.

  6. #6
    Member Mafia1314 is offline
    MemberRank
    Apr 2006 Join Date
    hjkhjkLocation
    88Posts

    Re: [FIX]Fix To Registration

    done that it works but 2 problems

    Notice: Undefined index: act in c:\program files\easyphp1-8\www\index.php on line 78
    Total Accounts: 8


    when i creat account it works but says something else instead of account created

    :: Error on account register try later ::
    Total Accounts: 8

    but account is created tough:ala:

  7. #7
    Proficient Member Nekroido is offline
    MemberRank
    Mar 2007 Join Date
    『サイレンLocation
    185Posts

    Re: [FIX]Fix To Registration

    Quote Originally Posted by Mafia1314 View Post
    done that it works but 2 problems

    Notice: Undefined index: act in c:\program files\easyphp1-8\www\index.php on line 78
    Total Accounts: 8


    when i creat account it works but says something else instead of account created

    :: Error on account register try later ::
    Total Accounts: 8

    but account is created tough:ala:
    These are notices.
    U can ignore them.

  8. #8
    Member Mafia1314 is offline
    MemberRank
    Apr 2006 Join Date
    hjkhjkLocation
    88Posts

    Re: [FIX]Fix To Registration

    ok thanks now how do i make it so people can see my page =/

  9. #9
    Proficient Member Nekroido is offline
    MemberRank
    Mar 2007 Join Date
    『サイレンLocation
    185Posts

    Re: [FIX]Fix To Registration

    Quote Originally Posted by Mafia1314 View Post
    ok thanks now how do i make it so people can see my page =/
    Look here.
    And here.

    =]

  10. #10
    Member Mafia1314 is offline
    MemberRank
    Apr 2006 Join Date
    hjkhjkLocation
    88Posts

    Re: [FIX]Fix To Registration

    found nothing..

  11. #11
    Proficient Member Nekroido is offline
    MemberRank
    Mar 2007 Join Date
    『サイレンLocation
    185Posts

    Re: [FIX]Fix To Registration

    Quote Originally Posted by Mafia1314 View Post
    found nothing..
    Okay. Then look here.



Advertisement