B-2-O Web fixes

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 40
  1. #16
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: B-2-O Web fixes

    Quote Originally Posted by katsumi View Post
    i have all these stuff working without editing a bit.
    all i did is just execute his Sql thats it
    Same here. I made a fresh DB by executing his script and then executed some DB fixes, July/Oct 08 DB, etc. And people think I lied about everything working for me <.<. Thanks.

  2. #17
    Infraction Banned MicroManiacs is offline
    MemberRank
    Apr 2009 Join Date
    326Posts

    Re: B-2-O Web fixes

    Quote Originally Posted by phoenix_147 View Post
    Same here. I made a fresh DB by executing his script and then executed some DB fixes, July/Oct 08 DB, etc. And people think I lied about everything working for me <.<. Thanks.
    that could be true, but there are people that already started a server and don't want to lose their old data.

  3. #18
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: B-2-O Web fixes

    Quote Originally Posted by GU_Master View Post
    Thanks Rodi, the problem was that when I added it via the web it sets them to Opened = 0 not sure how to fix that.
    check the query, and put it to 1

  4. #19
    Enthusiast Larities is offline
    MemberRank
    Mar 2008 Join Date
    27Posts

    Re: B-2-O Web fixes

    I have no idea how to implement these mssql query's. I'm using b20's db and tried executing the query's, but they dont add on to the table thats already there and i can't delete the table already in the db, so i can execute these fixes o_O.

  5. #20
    Infraction Banned MicroManiacs is offline
    MemberRank
    Apr 2009 Join Date
    326Posts

    Re: B-2-O Web fixes

    Quote Originally Posted by Larities View Post
    I have no idea how to implement these mssql query's. I'm using b20's db and tried executing the query's, but they dont add on to the table thats already there and i can't delete the table already in the db, so i can execute these fixes o_O.
    Then you need to look at the columns in the querie i posted wich columns you dont have and the ones you dont have you add them with the value that is next to it.

  6. #21
    Account Upgraded | Title Enabled! nanowarior is offline
    MemberRank
    Sep 2008 Join Date
    200Posts

    Re: B-2-O Web fixes

    Ok wtf is this a scam, mssql_query("INSERT INTO Login ([UserID],[AID],[Password],[euCoins])VALUES('$user','$aid','$pw1',100)");
    Each time I regster on an new account a person gets 100 EUU COINS.

    nice 1.

    Full CoDE:
    mssql_query("INSERT INTO Login ([UserID],[AID],[Password],[euCoins])VALUES('$user','$aid','$pw1',100)");

  7. #22
    Account Upgraded | Title Enabled! NoobatGunz is offline
    MemberRank
    Aug 2010 Join Date
    203Posts

    Re: B-2-O Web fixes

    Upload the files?
    Its easier than editing

  8. #23
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,301Posts

    Re: B-2-O Web fixes

    make it 0?

  9. #24
    Member Kanoru is offline
    MemberRank
    Dec 2009 Join Date
    RageZone Rock !Location
    74Posts

    Re: B-2-O Web fixes

    thanks i need this

  10. #25
    Account Upgraded | Title Enabled! nanowarior is offline
    MemberRank
    Sep 2008 Join Date
    200Posts

    Re: B-2-O Web fixes

    Yes but what if nobody knew about it, tell now I just did. So wht if people keep registering and get free donators.
    P.S User availability. Dosent work for me :/

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

    Re: B-2-O Web fixes

    omg errors everywere example!!!!! on announcements box

    PHP Code:
    Warningmssql_query() [function.mssql-query]: messageInvalid object name 'IndexContent'. (severity 16in C:\xampp\htdocs\modules\mod_index.php on line 56

    Warning
    mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 56

    Warning
    mssql_fetch_assoc() expects parameter 1 to be resourceboolean given in C:\xampp\htdocs\modules\mod_index.php on line 57
              

    Warning
    mssql_query() [function.mssql-query]: messageInvalid object name 'IndexContent'. (severity 16in C:\xampp\htdocs\modules\mod_index.php on line 81

    Warning
    mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 81

    Warning
    mssql_fetch_assoc() expects parameter 1 to be resourceboolean given in C:\xampp\htdocs\modules\mod_index.php on line 82 

  12. #27
    Account Upgraded | Title Enabled! RodiSR is offline
    MemberRank
    Oct 2009 Join Date
    313Posts

    Re: B-2-O Web fixes

    Quote Originally Posted by yurij13 View Post
    omg errors everywere example!!!!! on announcements box

    PHP Code:
    Warningmssql_query() [function.mssql-query]: messageInvalid object name 'IndexContent'. (severity 16in C:\xampp\htdocs\modules\mod_index.php on line 56

    Warning
    mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 56

    Warning
    mssql_fetch_assoc() expects parameter 1 to be resourceboolean given in C:\xampp\htdocs\modules\mod_index.php on line 57
              

    Warning
    mssql_query() [function.mssql-query]: messageInvalid object name 'IndexContent'. (severity 16in C:\xampp\htdocs\modules\mod_index.php on line 81

    Warning
    mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\modules\mod_index.php on line 81

    Warning
    mssql_fetch_assoc() expects parameter 1 to be resourceboolean given in C:\xampp\htdocs\modules\mod_index.php on line 82 
    PHP Code:
    USE [GunzDB]
    GO
    /****** Object:  Table [dbo].[IndexContent]    Script Date: 08/30/2010 08:38:18 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    SET ANSI_PADDING ON
    GO
    CREATE TABLE 
    [dbo].[IndexContent](
        [
    ICID] [intIDENTITY(1,1NOT NULL,
        [
    Type] [tinyintNULL,
        [
    Title] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
        [
    User] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
        [
    Date] [datetimeNULL,
        [
    Text] [varchar](maxCOLLATE SQL_Latin1_General_CP1_CI_AS NULL
    ON [PRIMARY]

    GO
    SET ANSI_PADDING OFF 

  13. #28
    Account Upgraded | Title Enabled! gatsu is offline
    MemberRank
    Nov 2008 Join Date
    ItalyLocation
    250Posts

    Re: B-2-O Web fixes

    Thanks.

  14. #29
    Member vraj123 is offline
    MemberRank
    Jan 2010 Join Date
    87Posts

    Re: B-2-O Web fixes

    need help! after applying these fixs still when i add item to shop it doesnt show up :(

  15. #30
    Account Upgraded | Title Enabled! adminjoker is offline
    MemberRank
    Jun 2009 Join Date
    USA - Stuart -Location
    247Posts

    Re: B-2-O Web fixes

    I am getting this error while i access my website.

    PHP Code:
    Warningtouch() [function.touch]: Unable to access logs/DoSlogs/8d6 in C:\AppServ\www\NighT\includes\shield.php on line 71 
    "It show the error on the top!"

    I hope you can find a way or you may know how to fix this error.



    EDITED:
    Never mind i fixed already xD.

    Tutorial:
    GO to logs folder and just create a folder called "DoSlogs".
    Last edited by adminjoker; 28-09-10 at 11:33 PM. Reason: i fixed it



Page 2 of 3 FirstFirst 123 LastLast

Advertisement