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 )
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 :)
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
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/)...
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')
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 ;)
(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])
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? :)