Welcome to the RaGEZONE - MMORPG development forums.

¤ The Complete PW Package ¤

This is a discussion on ¤ The Complete PW Package ¤ within the Perfect World Releases forums, part of the Perfect World 1.3.6 - category; if u have an router: 192.x.x.1 is ur routerconfig ... server cant use this ip ... ur server need 192.x.x.2 ...

Page 174 of 208 FirstFirst ... 74124164166167168169170171172173174175176177178179180181182184 ... LastLast
Results 2,596 to 2,610 of 3111
  1. #2596
    RaGEZONER
    Rank
    Member +
    Join Date
    Sep 2009
    Location
    germany
    Posts
    1,052
    Liked
    193

    Re: ¤ The Complete PW Package ¤

    if u have an router: 192.x.x.1 is ur routerconfig ... server cant use this ip ... ur server need 192.x.x.2 - 192.x.x.253

  2. #2597
    Member
    Rank
    Member
    Join Date
    Jun 2011
    Posts
    28
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    but why ?
    Revenge Gaming Network will have some new servers coming online soon ..at the moment we are recruiting servers http://revengegamingnetwork.weebly.com/index.html

  3. #2598
    Registered
    Rank
    Member
    Join Date
    Oct 2006
    Location
    uk
    Posts
    15
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    your router is useing 192.X.X.1 so you can not have any other pc /Vbox using that ip, you can use X.2-256 as long as other pc's in your network are not already using that IP. your server ip will NOT be .X.X.1 anyhow, check with ifconfig via root access for the true lan ip of your server...

  4. #2599
    Member
    Rank
    Member
    Join Date
    Jun 2011
    Posts
    28
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    what command should I use to see the ipconfig?
    Revenge Gaming Network will have some new servers coming online soon ..at the moment we are recruiting servers http://revengegamingnetwork.weebly.com/index.html

  5. #2600
    Registered
    Rank
    Member
    Join Date
    Oct 2006
    Location
    uk
    Posts
    15
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by Supermacho View Post
    what command should I use to see the ipconfig?
    how do you access your server? ssh??
    if so what IP do you use to edit (nano) the config files?
    the ip address you use to 'log in' you server is the ip you need to put into the config.php files . i left all 127.0.0.1 ip's alone in hosts and my server works fine.
    This is a very easy setup and has been well explained over the months on how to set up, i sat and looked through these posts before i asked questions, my only fault was 'not enough mem to run the full maps'

    but basically access your server root, ifconfig from command line.. this will give you your 'local ip'(192.X.X.X and your loopback ip (127.0.0.1)


    like this....

    root@ubuntu:~# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:0c:29:50:f7:1c
    inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe50:f71c/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:101385 errors:0 dropped:0 overruns:0 frame:0
    TX packets:99778 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:20370960 (20.3 MB) TX bytes:11512324 (11.5 MB)
    Interrupt:18 Base address:0x2000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:668272 errors:0 dropped:0 overruns:0 frame:0
    TX packets:668272 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:45395567 (45.3 MB) TX bytes:45395567 (45.3 MB)

    root@ubuntu:~#

  6. #2601
    Hardcore Member
    Rank
    Member
    Join Date
    Dec 2011
    Location
    Perfect World
    Posts
    131
    Liked
    3

    Re: ¤ The Complete PW Package ¤

    hi, how do I edit the files in

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

    and also when I try to edit these

    /etc/network/interfaces
    /etc/hosts

    it says permission denied :'( plz help?

  7. #2602
    Registered
    Rank
    Member
    Join Date
    Jul 2012
    Posts
    13
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    Quick question maybe someone can answer for me. The steps say to edit /opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp However, this file is no where to be found. not on the ISO and not in the copied files.

    Is there an issue with the ISO that it is incomplete?

    Quote Originally Posted by Coldwin View Post
    hi, how do I edit the files in

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

    and also when I try to edit these

    /etc/network/interfaces
    /etc/hosts

    it says permission denied :'( plz help?
    Are you logged in as root? If not make sure you are logged in as root.

  8. #2603
    3D Illusionist
    Rank
    Member +
    Join Date
    Apr 2010
    Location
    In My Own World
    Posts
    951
    Liked
    411

    Re: ¤ The Complete PW Package ¤

    @Coldwin
    You edit the files the same way you edit anything else. Use nano.
    Code:
    nano /opt/lampp/htdocss/config.php
    Make sure you are logged in as root otherwise you get permission errors. If you are logged in as root and you still don't have permission then chmod the file to change permissions.

    @Red76
    Are you sure you are doing it right? How are you searching for it? Using linux commands in the terminal or an FTP program like winscp?
    Code:
    nano /opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp
    The above should open it in nano unless 343 changed the names or path which is unlikely.

    No there is no issue with iso. Did you check the hashes against 343s when you downloaded to make sure you didn't have a faulty download.
    [SIGPIC][/SIGPIC]

    Search
    My Files. Mediafire FileFront
    If any of my links are broken let me know

  9. #2604
    Registered
    Rank
    Member
    Join Date
    Jul 2012
    Posts
    13
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by Drakaer View Post

    @Red76
    Are you sure you are doing it right? How are you searching for it? Using linux commands in the terminal or an FTP program like winscp?
    Code:
    nano /opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp
    The above should open it in nano unless 343 changed the names or path which is unlikely.

    No there is no issue with iso. Did you check the hashes against 343s when you downloaded to make sure you didn't have a faulty download.
    I use a gui/desktop in ubuntu and did not see the files. I also tried through the terminal and says the file does not exist.

    Edit:

    LMAO wow I'm blind I went into the wrong folder every time. I kept missing the fact of /2/. But I found it.
    Last edited by Red76; 29-07-12 at 03:49 AM.

  10. #2605
    Moderator
    Rank
    Moderator
    Join Date
    Oct 2009
    Location
    Ancient DGN CTY
    Posts
    4,562
    Liked
    1888

    Re: ¤ The Complete PW Package ¤

    Quote Originally Posted by Red76 View Post
    I use a gui/desktop in ubuntu and did not see the files. I also tried through the terminal and says the file does not exist.

    Edit:

    LMAO wow I'm blind I went into the wrong folder every time. I kept missing the fact of /2/. But I found it.
    I was gonna say it's most likely one of two things, fairly common for people to 'miss'

    1) the fact that it starts with a DOT >.< (you can see files that begin w/ a DOT by using ls -a)
    2) the fact that it's in the 2nd 'instance' of tomcat (as you found ), located in ./2/

    Glad you were able to find it on your own too


    ¤ The Complete PW Package ¤
    Newest Release Date:
    18 / March / 2012

  11. #2606
    Member
    Rank
    Member
    Join Date
    Jun 2011
    Posts
    28
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    nevermind :) it's working
    but got some new questions ...how to make the exp rate bigger?
    and where can I get the item id's and how to edit the armors and weaps?
    Attached Thumbnails Attached Thumbnails snapshot_2012-07-29_124817.png   snapshot_2012-07-29_124836.png  
    Last edited by Supermacho; 29-07-12 at 11:29 AM.
    Revenge Gaming Network will have some new servers coming online soon ..at the moment we are recruiting servers http://revengegamingnetwork.weebly.com/index.html

  12. #2607
    Member
    Rank
    Member
    Join Date
    Aug 2006
    Location
    france
    Posts
    87
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    I followed the guide but still the same error :// pwadmin and get gold fail to connect 192.168.1.34:8443 --' why ?

  13. #2608
    Member
    Rank
    Member
    Join Date
    Jun 2011
    Posts
    28
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    is that ip the ip from ifconfig?
    type ifconfig logged in as root and get the ip from there:) then change the ip from from /opt/lmapp/htdocs/config.php and the apache one :) then it should work
    Revenge Gaming Network will have some new servers coming online soon ..at the moment we are recruiting servers http://revengegamingnetwork.weebly.com/index.html

  14. #2609
    Member
    Rank
    Member
    Join Date
    Aug 2006
    Location
    france
    Posts
    87
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    always done his

  15. #2610
    Registered
    Rank
    Member
    Join Date
    Oct 2006
    Location
    uk
    Posts
    15
    Liked
    0

    Re: ¤ The Complete PW Package ¤

    hi ppl, just to let you all know it is possible to run this server with 2GB mem
    you have to take a few 'extra' maps out of the startup, but all runs good..

    top - 13:38:39 up 14 min, 2 users, load average: 2.18, 1.74, 1.08
    Tasks: 142 total, 1 running, 141 sleeping, 0 stopped, 0 zombie
    Cpu(s): 1.4%us, 4.1%sy, 0.0%ni, 84.8%id, 0.6%wa, 0.0%hi, 0.0%si, 0.0%st
    Mem: 2060528k total, 1314068k used, 746460k free, 25556k buffers
    Swap: 3227640k total, 0k used, 3227640k free, 418436k cached
    this is not a VPS but a stand alone pc,,,

    i have 5 pc's hooked to the game via lan all playing no problem..
    (me, wife, and 3 kids)

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •