Welcome to the RaGEZONE - MMORPG development forums.

Unfinished DG Website

This is a discussion on Unfinished DG Website within the Gunz Releases forums, part of the Gunz Online category; except for the images i had it too... i just was too lazy to export the images from the psd ...

Page 3 of 3 FirstFirst 123
Results 31 to 39 of 39
  1. #31
    @ your moms bed
    Rank
    Member +
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    623
    Liked
    86

    Re: Unfinished DG Website

    Click
    except for the images i had it too... i just was too lazy to export the images from the psd that tufan released:P but i got DG's old site too... that one is better...
    Intelligence has Limits, Stupidity hasn't


  2. #32
    Member
    Rank
    Member
    Join Date
    Oct 2010
    Posts
    38
    Liked
    2

    Re: Unfinished DG Website

    nice website

  3. #33
    RageZone GunZ | Ex-Owner
    Rank
    Member +
    Join Date
    Nov 2009
    Location
    New York
    Posts
    617
    Liked
    33
    Gamertag: BulletMazz420

    Re: Unfinished DG Website

    Not bad, nice work id say 7/10 would be more if it was done.

  4. #34
    Hardcore Member
    Rank
    Member
    Join Date
    Jun 2007
    Posts
    121
    Liked
    4

    Re: Unfinished DG Website

    So this is like... What? A rip-off?
    Project Manager

    CodeX
    Immortal

  5. #35
    .:: Joker ::.
    Rank
    Member +
    Join Date
    May 2009
    Location
    USA - Stuart -
    Posts
    249
    Liked
    18

    Re: Unfinished DG Website

    amazing thank you so much... keep it up i want see it finished *-*

  6. #36
    Member
    Rank
    Member
    Join Date
    Aug 2010
    Location
    Houston, TX
    Posts
    89
    Liked
    7

    Re: Unfinished DG Website

    This is really outstanding, Just wish it was finished.

    But overall, it looks great. 8/10.

  7. #37
    Hardcore Member
    Rank
    Member
    Join Date
    Jul 2009
    Posts
    121
    Liked
    1

    Re: Unfinished DG Website

    hey NicK I keep Getting the "Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\Web1\config.php on line 4" when i try and test it I have it all congiged But D: its not working i cheacked Every thang

    and advice?

  8. #38
    <[[GnoB]]>
    Rank
    Member +
    Join Date
    May 2008
    Location
    Philippines
    Posts
    401
    Liked
    2

    Re: Unfinished DG Website

    Quote Originally Posted by Marcus69 View Post
    hey NicK I keep Getting the "Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\Web1\config.php on line 4" when i try and test it I have it all congiged But D: its not working i cheacked Every thang

    and advice?
    Try this extracted from Nolife_x_Mpog guide.

    ***Part two - Fixing the annoying php error***

    1)Run easyphp and right click on it (task bar) go to configuration / php, click on it.
    >>>> instead of this open php.ini from xampp\php folder (searach for it) to edit <<<<<<<

    2)Be sure to (CTRL+F) all word i say to search.

    3)Search for "short_open_tag = Off" without the "", then make it like this : short_open_tag = on

    4)Search for "asp_tags = Off" without the "", then make it like this : asp_tags = on

    5)Search for "error_reporting = E_ALL" without the "", then make it like this : error_reporting = E_STRICT

    6)Search for ";date.timezone =" without the "", then make it like this : date.timezone = Etc/GMT-5 (Note: You can change the GMT -5 to your - Exemple: date.timezone = Etc/GMT+5)

    7)Search for ";extension=php_msql.dll" without the "", then make it like this : extension=php_msql.dll

    8)Search for ";extension=php_mssql.dll" without the "", then make it like this : extension=php_mssql.dll

    9)When your done whit all (number 1 to 8) go to file and click save.

  9. #39
    Member
    Rank
    Member
    Join Date
    Mar 2009
    Posts
    27
    Liked
    0

    Re: Unfinished DG Website

    Quote Originally Posted by Stroumpf View Post
    Code:
    USE [DarKGunZ]
    GO
    
    /****** Object:  Table [dbo].[SiteNotices]    Script Date: 10/19/2010 17:32:53 ******/
    SET ANSI_NULLS ON
    GO
    
    SET QUOTED_IDENTIFIER ON
    GO
    
    SET ANSI_PADDING ON
    GO
    
    CREATE TABLE [dbo].[SiteNotices](
        [ID] [int] IDENTITY(1,1) NOT NULL,
        [Subject] [varchar](1000) NOT NULL,
        [Author] [varchar](150) NOT NULL,
        [Date] [varchar](max) NOT NULL,
        [Time] [varchar](max) NOT NULL,
        [Hit] [int] NOT NULL,
        [Message] [varchar](max) NOT NULL,
        [Visible] [int] NOT NULL
    ) ON [PRIMARY]
    
    GO
    
    SET ANSI_PADDING OFF
    GO
    yeah i'm a noob >.> where do i put this

 

 
Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •