little question

Results 1 to 6 of 6
  1. #1
    Proficient Member gaseline11 is offline
    MemberRank
    Aug 2009 Join Date
    FlarisLocation
    179Posts

    little question

    I have a little question.
    I'm new to cabal private servers.
    so can anyone tell me what the best server files are and where i can find them?
    or maybe give a little tutorial?

    I'm not new to private server because i already have a flyff server. so i know a little bit of installing databases and server.

    please help?


  2. #2
    Apprentice Darth Medicus is offline
    MemberRank
    Jun 2009 Join Date
    Southern LouisiLocation
    17Posts

    Re: little question

    Quote Originally Posted by gaseline11 View Post
    I have a little question.
    I'm new to cabal private servers.
    so can anyone tell me what the best server files are and where i can find them?
    or maybe give a little tutorial?

    I'm not new to private server because i already have a flyff server. so i know a little bit of installing databases and server.

    please help?

    Most people (?) here have been using Chumpy's Server Re-Pack and working off of those. I'll be nicer than some and give you the link to his collection here:

    Chumpy's Collection on RageZone

    If you follow his guides (not just skim them), you could be on your way to a good working server. There are also other guides and tutorials here, but I just personally found his the easiest and most hassle free. Good luck.

  3. #3
    Proficient Member gaseline11 is offline
    MemberRank
    Aug 2009 Join Date
    FlarisLocation
    179Posts

    Re: little question

    thanks! :D

    EDIT: I dont understand this files.. i downloaded the repack and all i get is lots of weird files... what do i have to do with the files? :S
    Last edited by gaseline11; 27-09-09 at 04:28 PM.

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

    Re: little question

    Cabal is a bit harder than flyff from what i hear (never played flyff). You are going to need to learn a little about MSSQL and Linux at the very least as both are needed for Cabal because the server only runs on linux and MSSQL only runs on Windows (we can't use other database types).

    1. Install MSSQL (2005 express is free) and restore the databases.

    2. Install centos is vmware (if you only have 1 computer, centos on a second "real" computer is better).

    3. Follow the miniguide that comes with my repack. My install and config scripts make this bit very easy and do most of it for you.

    4. Everything you need is in my sig or my mediafire page (www.mediafire.com/chumpy).

    As Darth Medicus says you won't be able yo get away with skimming my guides unless you are already pretty experienced at MSSQL and Linux. Most people new to cabal struggle a bit at first but don't give up right away as once you get it you will wonder why you found it so hard first time ;)

    The most common issues are the database configuration as though sql 2005 is free a default install is completely wrong (express and non-express editions have different default installs). If you run into potential database problems run my config check query on any database and post the results.

    If you get stuck post here. After a bit of browsing around you will see i'm always on answering help requests ;)


    Declare @insname varchar(25)
    if convert(varchar(25),serverproperty('instancename')) is null
    set @insname='MSSQLSERVER'
    else
    set @insname=convert(varchar(25),serverproperty('instancename'))
    select @insname as 'Instance',
    serverproperty('productversion') as 'Ver', serverproperty('productlevel') as 'SP',
    serverproperty('edition') as 'Edition'
    if @insname<>'MSSQLSERVER'
    begin
    select 'THIS IS BAD! You must reinstall MSSQL. Please follow the guides next time.' as 'MSSQL is a named instance!'
    end

    begin
    Declare @inspath varchar(10),@reg varchar(100),@tcpremote as int
    EXEC master.dbo.xp_regread @rootkey='HKEY_LOCAL_MACHINE',
    @key='Software\Microsoft\Microsoft SQL Server\Instance Names\SQL\',
    @value_name=@insname,
    @value=@inspath OUTPUT
    set @reg='Software\Microsoft\Microsoft SQL Server\' + @inspath + '\MSSQLSERVER\SuperSocketNetLib\tcp\'
    EXEC master.dbo.xp_regread @rootkey='HKEY_LOCAL_MACHINE',
    @key=@reg,
    @value_name='Enabled',
    @value=@tcpremote OUTPUT
    select @inspath as 'Instance path',@tcpremote as 'Remote connections enabled?'
    if @tcpremote='0'
    begin
    EXEC master.dbo.xp_regwrite @rootkey='HKEY_LOCAL_MACHINE',
    @key=@reg, @value_name='Enabled', @type='REG_DWORD',@value=1
    select 'I enabled remote connections ! Please reboot !' as 'Remote connections checker'
    end
    else
    begin
    select 'This is good! I have nothing to do :(' as 'Remote connections checker'
    end
    select account.dbo.fn_md5('test') as 'xp_md5.dll check'
    end

  5. #5
    Proficient Member gaseline11 is offline
    MemberRank
    Aug 2009 Join Date
    FlarisLocation
    179Posts

    Re: little question

    Thanks (this sounds pretty hard xD)

  6. #6
    Valued Member archangel1969 is offline
    MemberRank
    Dec 2008 Join Date
    .:Down Under:.Location
    137Posts

    Re: little question

    Quote Originally Posted by gaseline11 View Post
    Thanks (this sounds pretty hard xD)
    Now you know that you cant advertise your server........



Advertisement