How do i create a website for my CABAL Server?

Results 1 to 5 of 5
  1. #1
    Novice slimmdimm is offline
    MemberRank
    Aug 2007 Join Date
    2Posts

    How do i create a website for my CABAL Server?

    How Do i create a website for my cabal private server?


  2. #2
    Go go go! Cath22 is offline
    MemberRank
    Aug 2008 Join Date
    Cabal-ArenaLocation
    713Posts

    Re: How do i create a website for my CABAL Server?

    check the release section

  3. #3
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: How do i create a website for my CABAL Server?

    If you have to ask that question then you obviously don't know any html let alone php/asp so you have a lot to learn if you want to make your own. Other than that you will have to make do with what is in the release section as Cath22 says.

  4. #4
    Novice crazzyboy09 is offline
    MemberRank
    Dec 2008 Join Date
    3Posts

    Re: How do i create a website for my CABAL Server?

    Quote Originally Posted by slimmdimm View Post
    How Do i create a website for my cabal private server?
    USE [RanUser]
    GO
    /****** Object: StoredProcedure [dbo].[gm_login] Script Date: 11/26/2008 21:15:16 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER OFF
    GO

    -------------------------------------------------------------------------------
    -- sp_gm_login.sql
    -------------------------------------------------------------------------------
    ALTER PROCEDURE [dbo].[gm_login]
    @userId char(50),
    @userPass char(50),
    @authenticate char(50),
    @nReturn int OUTPUT
    AS
    DECLARE @nUserNum int,
    @nUserType int

    SET NOCOUNT ON

    SET @nReturn = 0
    SET @nUserNum = 0

    SELECT @nUserNum = UserInfo.UserNum, @nUserType=UserInfo.UserType
    FROM UserInfo
    WHERE UserID = @userId AND UserPass = @userPass AND UserAvailable = 1 AND UserType>=20

    -- ID / PWD ??...
    IF @nUserNum = 0
    BEGIN
    -- ID / PWD ??? ?? ???????
    SET @nReturn = 0
    END
    ELSE
    BEGIN
    -- ID / PWD ??
    SET @nReturn = @nUserType
    -- ???? ???
    INSERT INTO LogGmCmd (UserNum, GmCmd)
    VALUES (@nUserNum, 'LOGIN GMTOOL UserID:' + @userId)
    END

    SET NOCOUNT OFF

  5. #5
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: How do i create a website for my CABAL Server?

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.



Advertisement