i get logged off from my website

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    i get logged off from my website

    well i used to be able to log into my website and know when i log in it says im logged in but im not logged in!!!!

    this happend to every site i used!


  2. #2
    Account Upgraded | Title Enabled! -Phoenix- is offline
    MemberRank
    Jan 2010 Join Date
    Germany/GrecceLocation
    386Posts

    Re: i get logged off from my website

    use a other browser

  3. #3
    Enthusiast BTL is offline
    MemberRank
    Jul 2010 Join Date
    44Posts

    Re: i get logged off from my website

    Make sure that you edit Config and DB

  4. #4
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    Re: i get logged off from my website

    Quote Originally Posted by BTL View Post
    Make sure that you edit Config and DB
    k it used to work properly know every site it just doesent work!

    the config is all edited i gota find out so it stays loged in.
    so i dont get logged off right away

    Edit: heres my mod_login.php. i think i said something about line 350, around there. . . . can someone fix so it doesent log me out or anyone else
    Attached Files Attached Files
    Last edited by yurij13; 01-09-10 at 11:34 PM.

  5. #5
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: i get logged off from my website

    It's because you're missing a column in your Account/Login Tables.

  6. #6
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    Re: i get logged off from my website

    Quote Originally Posted by Pedobear View Post
    It's because you're missing a column in your Account/Login Tables.
    what from sql? and what column

    Edit: Heres the website in attachements

    Edit: wow i exicuted for my 2nd time know i get errors like

    PHP Code:
    /*
       september 8th 200921:33:27
       User: Nolife_x
       Server: PC-DE-GERRY\SQLEXPRESS
       Database: GunZDB
       Application: RZCoins and EVCoins fix.
    */

    /* To prevent any potential data loss issues, you should review this script in detail before running it outside the context of the database designer.*/
    BEGIN TRANSACTION
    SET QUOTED_IDENTIFIER ON
    SET ARITHABORT ON
    SET NUMERIC_ROUNDABORT OFF
    SET CONCAT_NULL_YIELDS_NULL ON
    SET ANSI_NULLS ON
    SET ANSI_PADDING ON
    SET ANSI_WARNINGS ON
    COMMIT
    BEGIN TRANSACTION
    GO
    ALTER TABLE dbo
    .Login ADD
        RZCoins int NULL
    ,
        
    EVCoins int NULL
    GO
    COMMIT 

    Executed Error
    PHP Code:
    Msg 2705Level 16State 4Line 1
    Column names in each table must be unique
    Column name 'RZCoins' in table 'dbo.Login' is specified more than once


    BTW PC-DE-GERRY\SQLEXPRESS is not my mssql login . . . do i change it then execute it


    can some1 please add my msn : nazo_yurij@hotmail.com
    Last edited by yurij13; 02-09-10 at 03:55 AM.



Advertisement