¤ The Complete PW Package ¤

  1. #2671
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    CLICK HERE

    If/since you're new to Linux I highly recommend you stick with Ubuntu since it's a rather 'friendly' distribution!
    More resources HERE (I highly recommend checking out 'support', 'community', and any 'forums' you can find )

  2. #2672
    Apprentice NedHlp2CreAPWIs is offline
    MemberRank
    Jan 2011 Join Date
    7Posts

    Re: ¤ The Complete PW Package ¤

    I founded it harded to use Wmare so i went here http://forum.ragezone.com/f694/re-po...s-vbox-763824/ and i could use Vbox i made every step there but i didnt know how to install becuase when i used PowerISO the folder with pw stuffs only came, i cannot enter perfect world when i click on launcher like this i used the files from here and extracted them imgur: the simple image sharer
    I will continue later with learning about Linux andUbuntu after im finishing creating Pw server :)

  3. #2673
    Enthusiast Supermacho is offline
    MemberRank
    Jun 2011 Join Date
    28Posts

    Re: ¤ The Complete PW Package ¤

    Hello 343...long time since I last posted to this thread...I have some new problems...First of all can you tell me a good site where I can see all the armors and their stats? Second: I have modified the gshop.data and added some more stuff but when I try to buy them in game It doesn't let me ....How can I copy the gshop.data in the server_root?And the third and last question ...Can you please tell me how to create a registration page? That's all I want to know :) Thank You

  4. #2674
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    One of your questions I already answered in another thread (check pwdatabase and ecatomb). I wouldn't add any new GSHOP's (or any other files) to the original ISO, keep the original ISO original. Just directly add any new files, including GSHOP, directly to your running server (use any method you want, a USB drive, a new/separate ISO, a physical optical disc, a floppy disk, FTP, etc...). Lastly, this release already has a registration page... (it's located @ /opt/lampp/htdocs/register/)...

  5. #2675
    Enthusiast Supermacho is offline
    MemberRank
    Jun 2011 Join Date
    28Posts

    Re: ¤ The Complete PW Package ¤

    Thank you again ...but how should I make that new iso? just burn the gshop and the other things on a cd and then mount them on vmware?

  6. #2676
    Apprentice kingofkings is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by 343 View Post
    Server Installation:

    -- Install Linux server
    Spoiler:
    if you've installed Ubuntu (or any other flavor of Linux that may actually 'disable' the root account) you need to first log in as the 'normal user' that you created during installation and 'activate' the root account by doing the following
    Code:
    sudo passwd root
    the rest of these steps should be performed as 'root'
    -- Mount server ISO (or physical disc), and copy all to system root
    Spoiler:
    example:
    mount /dev/cdrom /cdrom
    cd /cdrom
    cp -R * /
    -- IF you are running a 64-bit version of Linux -- install ia32-libs
    Spoiler:
    cd /root/ia32-libs
    ./install.sh

    or

    apt-get install ia32-libs
    -- Install xampp/lampp, and database
    Code:
    cd /root/notes
    ./setup.sh
    -- After the system reboots you are all set to start the server (logged in as 'root')
    Code:
    cd /root
    ./start.sh
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Once you have your server started -- you can navigate to its IP (from your 'client' PC) to view the 'PW website' where you can: register an account, change an existing accounts password, 'purchase' gold, Get an Item, Manage your guild icon, view player rankings, and view the knowledge-base -or- submit a ticket...

    Additionally, if you navigate to your.servers.ip/admin that will bring you directly to pwAdmin ;)
    Other important notes:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Default passwords (CaSe SeNsItIvE):

    MySQL = username:root password:root (access from localhost ONLY)
    MySQL = username:pwAdmin password:root (access from ANY host)[ie... for BatGM, or Navicat]
    .htaccess (/opt/lampp/security/restricted.users & restricted.groups) = username:pwAdmin password:root
    pwAdmin = root
    hesk (help desk/ticket system) = username:Administrator password:admin

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Make sure to 'configure' your servers IP in the following files:

    /opt/lampp/htdocs/config.php
    /opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp

    (and of course serverlist.txt on the client side /element/userdata/server/)
    (and of course within patcher, if you'll be using a patcher [on the client side])

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Ports:

    (port - 8443 is used for pwAdmin and you DO NOT want it open to the WAN !)
    (port - 3306 is used for MySQL and you DO NOT want it open to the WAN !)

    You will want the following ports OPEN to the WAN (if you desire to run a 'public' server anyway):

    - 29000 (for the game itself)
    - 80 (for the the website)
    - 8080 (for extended website)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    YouTube - Installation Tutorial

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    when i write mount /dev/cdrom /cdrom it say /dev/sr0 : unknown device

  7. #2677
    Apprentice Weirdly is offline
    MemberRank
    Aug 2012 Join Date
    9Posts

    Re: ¤ The Complete PW Package ¤

    Well, just wondering, if I get these.. Can I play it and moderate the game, make changes and things? Just like a test server? If it is, how do I become a GM in there....?

    EDIT: Do I need to follow the 2nd post, or I don't need to? :)

  8. #2678
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by kingofkings View Post
    when i write mount /dev/cdrom /cdrom it say /dev/sr0 : unknown device
    This has been covered in this thread already too

    hint: try dmesg

  9. #2679
    Apprentice Weirdly is offline
    MemberRank
    Aug 2012 Join Date
    9Posts

    Re: ¤ The Complete PW Package ¤

    Uhm, is it possible to play this as GM w/o establishing a server for this? Thanks in advanced.

  10. #2680
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: ¤ The Complete PW Package ¤

    No
    /5char

  11. #2681
    Apprentice Weirdly is offline
    MemberRank
    Aug 2012 Join Date
    9Posts

    Re: ¤ The Complete PW Package ¤

    So..... I need to do the 2nd post? But I'm using windows 7. So do i need a VM or something?

  12. #2682
    Apprentice kingofkings is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by 343 View Post
    This has been covered in this thread already too

    hint: try dmesg
    worked now suck with this :/ t.png

  13. #2683
    Enthusiast Suwoloozz is offline
    MemberRank
    Feb 2012 Join Date
    IndonesiaLocation
    25Posts

    Re: ¤ The Complete PW Package ¤

    Okay, i have been downloaded all files in this package, i hope i can do this!

  14. #2684
    Apprentice kingofkings is offline
    MemberRank
    May 2012 Join Date
    23Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by Suwoloozz View Post
    Okay, i have been downloaded all files in this package, i hope i can do this!
    good luck =]

  15. #2685
    Enthusiast Suwoloozz is offline
    MemberRank
    Feb 2012 Join Date
    IndonesiaLocation
    25Posts

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by kingofkings View Post
    good luck =]
    Thanks!, but i need VBox because i'm windows user



Advertisement