N>Guide how to installing pure server files

Results 1 to 12 of 12
  1. #1

    big grin N>Guide how to installing pure server files

    is there any guide to setup pure server files at linux centos etc, what should i do when finished installing the OS, & is it possible to run the JD Server at OVM VPS ??, thanks kiss:


  2. #2
    Valued Member extazy20 is offline
    MemberRank
    Feb 2012 Join Date
    101Posts

    Re: N>Guide how to installing pure server files

    Centos is good system for old versions jd. There is a guide on russian language:
    Just a moment... (not spam)
    If you fail with install, write me in PM. I can install and write private guide for a small price.

  3. #3
    JD | Web Developer mrosenov is offline
    MemberRank
    Jun 2012 Join Date
    BulgariaLocation
    555Posts

    Re: N>Guide how to installing pure server files

    @extazy20, so you want money for installing MySQL Server and Java really man really....

    SSH: Installation
    Code:
    apt-get install openssh-server openssh-client
    SSH: Configure
    Code:
    vi /etc/ssh/sshd_config
    Okay now you are into the ssh configs find this
    Code:
    # Authentication:
    LoginGraceTime 120
    PermitRootLogin without-password
    StrictModes yes
    and change it to
    Code:
    # Authentication:
    LoginGraceTime 120
    PermitRootLogin yes
    StrictModes yes
    Note: This will allow you to log as root via SSH

    Go to your Terminal and type this
    Code:
    /etc/init.d/ssh restart
    or
    service ssh restart
    Note: Both of those commands will restart your ssh.

    Okay now we can leave VM Ware to run in background.

    Let's start with the libs you will need ia32-libs (Install those only if you have 64-bits OS)
    Code:
    cd /etc/apt/sources.list.d
    echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
    apt-get update
    apt-get install ia32-libs
    rm ia32-libs-raring.list
    Let's start with the important stuffs like MySQL,PHP & etc...

    [*]Installing MySQL Server
    Code:
    apt-get install mysql-server
    [*]Installing Web-Server
    Code:
    apt-get install apache2
    [*]Installing PHP
    Code:
    apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
    [*]Installing PHP
    Code:
    apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql
    [*]Installing phpMyAdmin
    Code:
    apt-get install phpmyadmin
    [*]Installing Java
    Code:
    apt-get install openjdk-7-jre
    [*] Upload the server files as .tar archive

    [*] Extact the archive.
    Code:
    tar -xvf NameOfArchive.tar
    [*] Configuring Auth
    Go to - authd/build/table.xml.

    Code:
    <connection name="auth0" poolsize="3" url="jdbc:mysql://127.0.0.1:3306/dynasty?useUnicode=true&amp;characterEncoding=utf8" username="MySQLusername" password="MySQLpassword"/>
    Change your MySQLusername and Password with your MySQL credentials save it and re-upload it.
    Start the server and try to login.

    ~ Guide based on Ubuntu/Debian Systems.
    Last edited by mrosenov; 09-11-16 at 05:52 PM.

  4. #4
    Valued Member extazy20 is offline
    MemberRank
    Feb 2012 Join Date
    101Posts

    Re: N>Guide how to installing pure server files

    Quote Originally Posted by mrosenov View Post
    @extazy20, so you want money for installing MySQL Server and Java really man really....
    Nope. Just offered "do custom work for somebody". For example, as you know exist different versions of Centos. Centos 4.8 is much better for JD because there working vip awards, name of lines, fort, etc. Russian and your manual not really relevant for nonsupported systems. Try install new version of php on Centos 4.8 and feel despair :D
    Current web applications like myweb support only the latest php versions.
    Try import rule "hashlimit" into iptables and feel despair.
    Etc.

  5. #5
    JD | Web Developer mrosenov is offline
    MemberRank
    Jun 2012 Join Date
    BulgariaLocation
    555Posts

    Re: N>Guide how to installing pure server files

    Much professionalism to use ready scripts than make my own. =)
    I said what I had to no he decides what he is goin' to do.

  6. #6

    Re: N>Guide how to installing pure server files

    Thanks guys ! Much Appreciated @mrosenov @extazy20

  7. #7
    Proficient Member Farrawh is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    180Posts

    Re: N>Guide how to installing pure server files

    I know this is an old Thread etc. But I am having an issue.

    mrosenov do you maybe have a fix for this error?

    ▒▒ȡ▒▒▒▒ϵͳʧ▒▒:'/root/server-jd/gamed/config/tasks.data','/root/server-jd/gamed/config/dyn_tasks.data','/root/server-jd/gamed/config/forbidden_task.txt','/root/server-jd/gamed/config/task_npc.data''
    ▒▒ʼ▒▒ʧ▒ܣ▒ ▒▒▒▒ţ▒-4


    I hope you can figure it out, because I sure can't lol.

  8. #8
    JD | Web Developer mrosenov is offline
    MemberRank
    Jun 2012 Join Date
    BulgariaLocation
    555Posts

    Re: N>Guide how to installing pure server files

    Quote Originally Posted by Farrawh View Post
    I know this is an old Thread etc. But I am having an issue.

    mrosenov do you maybe have a fix for this error?

    ▒▒ȡ▒▒▒▒ϵͳʧ▒▒:'/root/server-jd/gamed/config/tasks.data','/root/server-jd/gamed/config/dyn_tasks.data','/root/server-jd/gamed/config/forbidden_task.txt','/root/server-jd/gamed/config/task_npc.data''
    ▒▒ʼ▒▒ʧ▒ܣ▒ ▒▒▒▒ţ▒-4


    I hope you can figure it out, because I sure can't lol.
    Where you're getting this error?

  9. #9
    Proficient Member Farrawh is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    180Posts

    Re: N>Guide how to installing pure server files

    Quote Originally Posted by mrosenov View Post
    Where you're getting this error?
    Right when I start the Server by entering ./start.

    Here's the full log:

    gauthd: 11 Jan 2017 14:45:45,510 INFO GAuthServer:68 - authd:: add PollIO task.
    TRACE : liuyue
    TRACE : compile time: Sep 21 2013:13:26:24
    info : logclient: OnAddSession
    info : logclienttcp: OnAbortSession
    info : logclienttcp: OnAbortSession
    info : logclienttcp: OnAbortSession
    װ▒ز▒ִ▒▒lua▒ű▒'lottery.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'talisman.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'petbedge.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'player.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'summon.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'magic.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'transform.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'misc.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'rune.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'astrology.lua'...▒▒▒
    ▒▒▒Ե▒▒▒▒ʱ▒▒▒▒▒Ϊ10,20,15 ,▒▒▒Իָ▒▒▒ʽΪ:'▒▒Ϣʱ▒䵽▒▒'
    ▒▒▒▒繦▒▒ϵͳ▒▒▒▒
    ▒▒▒▒һع▒▒▒▒һΪ▒▒▒ر▒
    ▒▒▒▒һع▒▒▒▒▒Ϊ▒▒▒▒▒▒
    ▒▒▒▒һع▒▒▒▒▒▒Ϊ▒▒▒ر▒
    ▒▒▒▒▒▒▒▒▒Ʒ▒▒▒▒▒▒
    ▒▒▒▒▒▒ID 101 ▒▒ ▒▒▒▒▒▒▒▒▒ 'linename'
    Start time:Wed Jan 11 14:45:55 2017

    Lottery GiveItemProb=0, TY_EXP_PROB=[580,250,100,50,20]
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒ȡ▒▒▒▒▒▒ƷID:(0.990000,4438,4015,4544)
    ▒▒ȡ▒츳▒▒▒ñ▒
    ▒▒ȡ▒▒▒ܵ▒▒▒▒ñ▒
    ▒▒ȡ▒▒▒▒ƽ̨▒▒▒ñ▒
    ▒▒ȡս▒▒▒ȼ▒▒ͻ▒ֵ▒▒▒▒ñ▒
    ▒▒ȡ▒▒▒▒ϵͳʧ▒▒:'/root/server-jd/gamed/config/tasks.data','/root/server-jd/gamed/config/dyn_tasks.data','/root/server-jd/gamed/config/forbidden_task.txt','/root/server-jd/gamed/config/task_npc.data''
    ▒▒ʼ▒▒ʧ▒ܣ▒ ▒▒▒▒ţ▒-4

  10. #10
    JD | Web Developer mrosenov is offline
    MemberRank
    Jun 2012 Join Date
    BulgariaLocation
    555Posts

    Re: N>Guide how to installing pure server files

    Quote Originally Posted by Farrawh View Post
    Right when I start the Server by entering ./start.

    Here's the full log:

    gauthd: 11 Jan 2017 14:45:45,510 INFO GAuthServer:68 - authd:: add PollIO task.
    TRACE : liuyue
    TRACE : compile time: Sep 21 2013:13:26:24
    info : logclient: OnAddSession
    info : logclienttcp: OnAbortSession
    info : logclienttcp: OnAbortSession
    info : logclienttcp: OnAbortSession
    װ▒ز▒ִ▒▒lua▒ű▒'lottery.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'talisman.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'petbedge.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'player.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'summon.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'magic.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'transform.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'misc.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'rune.lua'...▒▒▒
    װ▒ز▒ִ▒▒lua▒ű▒'astrology.lua'...▒▒▒
    ▒▒▒Ե▒▒▒▒ʱ▒▒▒▒▒Ϊ10,20,15 ,▒▒▒Իָ▒▒▒ʽΪ:'▒▒Ϣʱ▒䵽▒▒'
    ▒▒▒▒繦▒▒ϵͳ▒▒▒▒
    ▒▒▒▒һع▒▒▒▒һΪ▒▒▒ر▒
    ▒▒▒▒һع▒▒▒▒▒Ϊ▒▒▒▒▒▒
    ▒▒▒▒һع▒▒▒▒▒▒Ϊ▒▒▒ر▒
    ▒▒▒▒▒▒▒▒▒Ʒ▒▒▒������▒▒▒
    ▒▒▒▒▒▒ID 101 ▒▒ ▒▒▒▒▒▒▒▒▒ 'linename'
    Start time:Wed Jan 11 14:45:55 2017

    Lottery GiveItemProb=0, TY_EXP_PROB=[580,250,100,50,20]
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒▒▒0▒▒▒▒▒辭▒▒ֵΪ▒▒▒▒▒▒0(0)
    ▒▒ȡ▒▒▒▒▒▒ƷID:(0.990000,4438,4015,4544)
    ▒▒ȡ▒츳▒▒▒ñ▒
    ▒▒ȡ▒▒▒ܵ▒▒▒▒ñ▒
    ▒▒ȡ▒▒▒▒ƽ̨▒▒▒ñ▒
    ▒▒ȡս▒▒▒ȼ▒▒ͻ▒ֵ▒▒▒▒ñ▒
    ▒▒ȡ▒▒▒▒ϵͳʧ▒▒:'/root/server-jd/gamed/config/tasks.data','/root/server-jd/gamed/config/dyn_tasks.data','/root/server-jd/gamed/config/forbidden_task.txt','/root/server-jd/gamed/config/task_npc.data''
    ▒▒ʼ▒▒ʧ▒ܣ▒ ▒▒▒▒ţ▒-4
    Definitely broken .data file, try to upload clean one and try it out if it works then you probably fucked up one of your .data files or they might be missing from the config folder.

  11. #11
    Proficient Member Farrawh is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    180Posts

    Re: N>Guide how to installing pure server files

    Quote Originally Posted by mrosenov View Post
    Definitely broken .data file, try to upload clean one and try it out if it works then you probably fucked up one of your .data files or they might be missing from the config folder.
    Will give it a go now.

    Thank you mate.

  12. #12
    Proficient Member Farrawh is offline
    MemberRank
    Jul 2011 Join Date
    EnglandLocation
    180Posts

    Re: N>Guide how to installing pure server files

    * fixed *
    Last edited by Farrawh; 12-01-17 at 04:31 PM.



Advertisement