1.45 Installing Tutorial + Servers pack ( ronny style )

Page 1 of 15 12345678911 ... LastLast
Results 1 to 25 of 357
  1. #1
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    1.46 Installing Tutorial + Servers pack ( ronny style )

    1. Basic Requirements

    COMMAND~: apt-get update
    COMMAND~: apt-get install unrar
    COMMAND~: apt-get install openssh-server ( if you use Vbox )

    1.1 Basic Tools

    •Putty
    •Winscp

    2. Install PW-Server Repack Bola
    •Change root directory
    COMMAND~: cd /

    •Download The Servers Files
    COMMAND~: wget #

    •Unpack
    COMMAND~: unrar x PWServer.rar

    •Remove the old unpacked files
    COMMAND~: rm -f PWServer.rar

    •Set Permissions on servers files
    COMMAND~: chmod -R 0755 /PWServer

    3. Install Libraries

    •Install Java Runtime Environment
    COMMAND~: apt-get install openjdk-6-jre

    •For Linux 64 Bits

    COMMAND~: apt-get install ia32-libs
    COMMAND~: cp -f /PWServer/.setup/lib/libstdc++.so.5 /lib32/libstdc++.so.5
    COMMAND~: cp -f /PWServer/.setup/lib/libpcre.so.0 /lib32/libpcre.so.0
    COMMAND~: cp -f /PWServer/gamed/libtask.so /lib32/libtask.so
    COMMAND~: cp -f /PWServer/gamed/libtask.so.2 /lib32/libtask.so.2

    •For Linux 32 Bits

    COMMAND~: cp -f /PWServer/.setup/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5
    COMMAND~: cp -f /PWServer/.setup/lib/libpcre.so.0 /usr/lib/libpcre.so.0
    COMMAND~: cp -f /PWServer/gamed/libtask.so /usr/lib/libtask.so
    COMMAND~: cp -f /PWServer/gamed/libtask.so.2 /usr/lib/libtask.so.2

    4. Install Mysql

    • First install MySQL, during installation you'll be asked for a root password, remeber it!

    COMMAND~: apt-get install mysql-server

    •After installation you can import the base table scheme.
    Replace the PASSWORD in the following command with your mysql password

    COMMAND~: mysql -uroot -pPASSWORD -h localhost </PWServer/.setup/pwdb.sql

    •after this, needs change password on table.xml

    COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /PWServer/authd/build/table.xml > /PWServer/authd/build/table.xml.new

    COMMAND~: mv -f /PWServer/authd/build/table.xml.new /PWServer/authd/build/table.xml

    5. Autostart Basic Firewall

    COMMAND~: cp /PWServer/.setup/firewall /etc/init.d/firewall
    COMMAND~: update-rc.d firewall defaults

    6. Installing suport files
    With Winscp go to /PWServer/.setup/etc/
    copy all files to /etc/ of your linux

    7. Install Apache Webserver

    COMMAND~: apt-get install apache2
    COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
    COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

    8. Install Register
    •with Winscp go to directory /PWServer/.setup/register/
    •Find the file and open mysql.classe.php
    •where says SENHAMYSQL you put your mysql password
    •save
    •move this paste to /var/www/

    •now you can register your account in the link http://YOURIP/register/

    9. Start Server

    COMMAND~: cd /PWServer
    COMMAND~: ./start.sh

    •Wait to final startup script
    •Remember to edit your serverlist in /patcher/server/serverlist.txt

    10. Obs
    • This server pack no requires Glinkd modification
    • To Change the rate os server you just need go to /PWServer/gamed/ and edit the file ptemplate.conf
    • Create monsters already fixed on this Servers Files
    • Questions in this same topic
    • This tutorial as made in Ubuntu OS linux 11.04

    11. Credits

    •Ronny1982
    •Bola


    391424_463276947030019_2027849838_n.jpg
    526404_463277180363329_803580871_n.jpg
    552739_463277337029980_1470334696_n.jpg

    Last edited by Bola; 11-07-13 at 07:44 AM.


  2. #2
    Valued Member gost0 is offline
    MemberRank
    Apr 2012 Join Date
    120Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    gz work bro ... ^^
    Last edited by gost0; 18-09-12 at 11:48 PM.

  3. #3
    Account Upgraded | Title Enabled! fluxbox is offline
    MemberRank
    Sep 2004 Join Date
    KanagawaLocation
    303Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Still 509 for me. Looks like you need to mirror it somewhere.

  4. #4
    Valued Member gost0 is offline
    MemberRank
    Apr 2012 Join Date
    120Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    hmm no already more ppl downloading it wait for connect

    or download directory and upload into ur server and

    Change root directory
    COMMAND~: cd /

    Unpack
    COMMAND~: tar -xvf PWServer.tar

    follow the tut

  5. #5
    Member Pilad is offline
    MemberRank
    Apr 2010 Join Date
    83Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )


  6. #6
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    500mb+ on mediafire ?
    what kind of sorcery is this?

  7. #7
    Account Upgraded | Title Enabled! error0024 is offline
    MemberRank
    Jul 2005 Join Date
    MalaysiaLocation
    896Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Thanks bro,btw it's true you should put it into mediafire.
    Because.. dropbox always have issue with bandwidth @@

    Anyhow..i can't download the file already..it says bandwidth

  8. #8
    Member Pilad is offline
    MemberRank
    Apr 2010 Join Date
    83Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Error 509 on dropbox

  9. #9
    Proficient Member TheBow is offline
    MemberRank
    Aug 2011 Join Date
    ragezoneLocation
    159Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    err.jpg

  10. #10
    Member Pilad is offline
    MemberRank
    Apr 2010 Join Date
    83Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )


  11. #11
    Psy Sins Psytrac is online now
    MemberRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,015Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    •Apos isso deve-se alterar a senha da nossa table.xml
    ^ just thought I'd point this out

  12. #12
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    sorry the error i made first this tutorial on portuguese language

  13. #13

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    File is corrupted

  14. #14
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Well i made 2 others link my original link is okay
    My friend as uploaded on dropbox .-.

  15. #15

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    #tar -xvf PWServer.tar
    He then starts to extract this error appears:

    gzip: stdin: invalid compressed data--format violatedtar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now

  16. #16
    Novice Fararmor is offline
    MemberRank
    May 2012 Join Date
    Banten, INALocation
    1Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    ^ yeah i get same error when execute

    # tar -xvf PWServer.tar

    gzip: stdin: invalid compressed data--format violated
    tar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now

  17. #17
    Account Upgraded | Title Enabled! angelmx is offline
    MemberRank
    Sep 2010 Join Date
    216Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Nice release i try good work

  18. #18
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Okay guys i making 2 new links

  19. #19
    Psy Sins Psytrac is online now
    MemberRank
    Jul 2011 Join Date
    Hammond, INLocation
    2,015Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Quote Originally Posted by ADMZePekeno View Post
    sorry the error i made first this tutorial on portuguese language
    well aware. I've read though things and missed things like that too.

    I was just informing you of your mistake

  20. #20
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    link update please make mirrors for me
    i dont like uses my vps to make mirror =x

  21. #21
    Member Pilad is offline
    MemberRank
    Apr 2010 Join Date
    83Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    Unpack error...

  22. #22
    Member Deron is offline
    MemberRank
    May 2011 Join Date
    RussiaLocation
    71Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    archive is damaged

    biezymiannyi.jpg
    Last edited by Deron; 21-09-12 at 09:06 PM.

  23. #23
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    wait a sec i change the compress type
    links update in 5 minutes

    NEW LINKS ONLINE COMPRESS TYPE .RAR
    PLEASE MAKE MIRRORS

    @EDIT
    SECUNDARY LINK ADD
    Last edited by Bola; 22-09-12 at 01:06 AM.

  24. #24
    RaGEaholic crxfreak is offline
    MemberRank
    Jul 2011 Join Date
    United StatesLocation
    625Posts

    Re: 1.45 Installing Tutorial + Servers pack ( ronny style )

    First things first, thank you for the release and tutorial. Followed step by step, and upon unpack/install it said there were 8 errors. I tried scrolling back up to see the errors, but they were too far back. I pressed on hoping they wouldn't be a big issue. At step seven I received an error, "php5-xmlrpc: command not found". Again I pressed on only to get stopped at step 8 because the folder \PWServer\.setup doesn't exist. Any help with this would be greatly appreciated.

  25. #25
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,766Posts
    Well the repositorie of this php module is down
    And .setup exist you can verific your files in cd / PWServer after this use comand : ls
    Verify your pastes etc

    @edit

    Sorry i find a error on tutorial
    The comand as incomplet
    Now have aptget install .... check the tutorial
    Enviado de meu GT-I9100 usando o Tapatalk 2



Page 1 of 15 12345678911 ... LastLast

Advertisement