This is a discussion on ¤ The Complete PW Package ¤ within the Perfect World Releases forums, part of the Perfect World 1.3.6 - category; Here is my ¤ complete PW package ¤. It contains the server, client, development tools, and documentation.
Please note - ...
Here is my ¤ complete PW package ¤. It contains the server, client, development tools, and documentation.
Please note - that this release is intended as an entire package. That is, this server is NOT meant to be used with other clients, and this client is NOT intended for use with other servers etcetera... If you do attempt to use other clients with this server, or other servers with this client you WILL run into PROBLEMS!
SIDE NOTE:
Within the client you may receive a false positive (if you run any AVG's) on patcher.exe (The one in /spatcher/) -- However, I can assure this is not a threat (and that it IS a false positive) -- those who don't believe me can verify for themselves since sPATCH is an open source program released by our very own Ronny
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])
Great job sir, may I suggest putting up a little information details regarding this release (guessing that is what the reserved post is for), like what official features are working, are client models 1.3.6 friendly, etc.
Great job sir, may I suggest putting up a little information details regarding this release (guessing that is what the reserved post is for), like what official features are working, are client models 1.3.6 friendly, etc.
Again, thanks and keep up the good work.
Yea, I left myself a reserve spot for (any reason really) including as you mentioned, for any 'instructions' or 'details'...
Only problem is, I honestly cannot remember *everything* about this 'release' since this is a collective of all my work for the past couple of years...
Hard work finally paid off eh? Been reading about this for awhile, and was looking forward to it, grats on gettin it done Currently working on repairing all the bugs in the server I'm currently working on, but if I ever get the time to setup a test server, I'll try this out :D Thanks for all the hard work man
Hard work finally paid off eh? Been reading about this for awhile, and was looking forward to it, grats on gettin it done Currently working on repairing all the bugs in the server I'm currently working on, but if I ever get the time to setup a test server, I'll try this out :D Thanks for all the hard work man
Thanks, I do believe this is the most comprehensive release to date. As I said this is an entire collective of all my hard work for the past couple of years. It's hard to even attempt to recall all that I've done over those few years... It ranges from the tome/heaven book fix; to merely including a lot of documentation that normally a person would have had to come back to the boards to figure out (like changing guild icons for one example)...
---------- Post added at 03:17 AM ---------- Previous post was at 03:14 AM ----------
...ohh yea, and of course I almost forgot, my entire 'website' (for register etc.) is in here too [I worked pretty hard on that]...
---------- Post added at 03:20 AM ---------- Previous post was at 03:17 AM ----------
There is really just a LOT to this release, and I think you will all have to check it out to really see how much there is to it ;)
---------- Post added at 03:28 AM ---------- Previous post was at 03:20 AM ----------
search from now on, or receive no more help :p
we don't wipe each others asses here :x
Well, I guess I am going to have to take that back too; because this release will all short of wipe your ass =\
I even included ia32-libs (in /root/ia32-libs) for those running a 64-bit server [with /root/ia32-libs/install.sh to install them].
In /root/notes there is a script that will install xampp/lampp, and even create and populate all databases needed for PW (and pwAdmin, and rankings)...
hopefully this will be a big help to everyone coming in and making their own servers, nice work man.
Yea, I think it will be, it is a really comprehensive release. I also designed it to be close to a 'deploy-able' status (not just something for people to 'dick around with'), with certain security measures already in place... ie: pwAdmin actually operates on port 8443, but for jsp's such as getgold and getitem -- still operate on a separate jsp container that operates on port 8080; So, server admins can leave port 8080 open to the WAN, while leaving port 8443 closed for pwAdmin security ;) :D