PURE Perfect World 1.5.3 files + instruction

Page 23 of 39 FirstFirst ... 13151617181920212223242526272829303133 ... LastLast
Results 331 to 345 of 576
  1. #331
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Ls -l gdeliveryd
    And post result

    Sent from my SM-N910F using Tapatalk

  2. #332
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Hycker View Post
    Ls -l gdeliveryd
    And post result

    Sent from my SM-N910F using Tapatalk

  3. #333
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Dude the linux is not your playground... I'm out from here
    If u don't know linux basics don't try to bother with pw. Sorry about that

    Sent from my SM-N910F using Tapatalk

  4. #334
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Hycker View Post
    Dude the linux is not your playground... I'm out from here
    If u don't know linux basics don't try to bother with pw. Sorry about that

    Sent from my SM-N910F using Tapatalk
    I normally use Windows, not Linux, okay bye, thanks for your insults btw
    and i already got it once working, but not with that

  5. #335
    SentinelOriginal Fluzzy is offline
    MemberRank
    Nov 2013 Join Date
    Wisconsin, USLocation
    323Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Ohh popcorn time... Oh wait I'm a little late.
    anyway try setting the directory up where the pwserver folder is in your root directory, (/pwserver)
    them copy the libs from the pwserver to the system using "cp /pwserver/libs /libs" (adjust it to the proper names for yourself.)
    grab the chmod.sh from mr.killers 1.5.1 release and run that in the pwserver dir...
    After that you should be able to run start.sh...
    In my experience 9 times out of 10 it is because you are missing x32 libs I know there are possible more reasons but this is what worked for me and these are the steps I took to get my server working.
    honestly Google will be your best friend when It comes to commands.

  6. #336
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Fluzzy View Post
    Ohh popcorn time... Oh wait I'm a little late. anyway try setting the directory up where the pwserver folder is in your root directory, (/pwserver) them copy the libs from the pwserver to the system using "cp /pwserver/libs /libs" (adjust it to the proper names for yourself.) grab the chmod.sh from mr.killers 1.5.1 release and run that in the pwserver dir... After that you should be able to run start.sh... In my experience 9 times out of 10 it is because you are missing x32 libs I know there are possible more reasons but this is what worked for me and these are the steps I took to get my server working. honestly Google will be your best friend when It comes to commands.
    which page is the sh file to download from? because the http://srv.joslian.com/ link is down

  7. #337
    SentinelOriginal Fluzzy is offline
    MemberRank
    Nov 2013 Join Date
    Wisconsin, USLocation
    323Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    If you look through the thread it has been re-uploaded, otherwise you will need to wait a few hours for me to get home and I can post it.

  8. #338
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Fluzzy View Post
    If you look through the thread it has been re-uploaded, otherwise you will need to wait a few hours for me to get home and I can post it.
    Lol i found The whole Server File from this srv.joslian Website on 4shared ^^

  9. #339
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Fluzzy View Post
    If you look through the thread it has been re-uploaded, otherwise you will need to wait a few hours for me to get home and I can post it.
    Is this for real chmod.sh ?

    #!/bin/sh

    normal='\033[0m' # ${normal}
    red='\033[0;31m' # ${red}
    green='\033[0;32m' # ${green}

    apt-get install tofrodos -y
    echo "[${green} OK ${normal}] Install Tofrodos"
    fromdos *.sh
    echo "[${green} OK ${normal}] Run Fromdos This Folder"
    chmod 777 -R *
    echo "[${green} OK ${normal}] Give Out Permissions This Folder"
    mkdir -p /var/spool/rolexml/outcoming
    echo "[${green} OK ${normal}] Create a Folder: /var/spool/rolexml/outcoming"
    chmod 777 /var/spool/rolexml/outcoming
    echo "[${green} OK ${normal}] Give Out Permissions Folder: /var/spool/rolexml/outcoming"
    mkdir -p /var/spool/rolexml/incoming
    echo "[${green} OK ${normal}] Create a Folder: /var/spool/rolexml/incoming"
    chmod 777 /var/spool/rolexml/incoming
    echo "[${green} OK ${normal}] Give Out Permissions Folder: /var/spool/rolexml/incoming"
    ldconfig
    echo "[${green} OK ${normal}] Using: ldconfig"
    This isnt even affecting the files as it looks like
    in the files the folder etc , home , lib and var are in it

  10. #340
    SentinelOriginal Fluzzy is offline
    MemberRank
    Nov 2013 Join Date
    Wisconsin, USLocation
    323Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Marvin344 View Post
    Is this for real chmod.sh ?

    This isnt even affecting the files as it looks like
    in the files the folder etc , home , lib and var are in it
    Yes that is the chmod file, and yes it does edit the dir. look at line 6-11

  11. #341
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Fluzzy View Post
    Yes that is the chmod file, and yes it does edit the dir. look at line 6-11
    Nice ! I am gonna try it Tomorrow since its late right now

  12. #342
    Member 3ku123 is offline
    MemberRank
    Jan 2015 Join Date
    63Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Marvin344 View Post
    Nice ! I am gonna try it Tomorrow since its late right now
    http://forum.ragezone.com/f750/insta...1-1-a-1114436/
    why not try
    I have not set any time
    But I think it would be better to install automatic
    will not have any problems when installing

  13. #343
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by 3ku123 View Post
    http://forum.ragezone.com/f750/insta...1-1-a-1114436/
    why not try
    I have not set any time
    But I think it would be better to install automatic
    will not have any problems when installing
    Ty ! I try with Ubuntu Server 12.04.3
    Ok it Apparently only works with Debian 7 x64

  14. #344
    Valued Member Marvin344 is offline
    MemberRank
    Jan 2013 Join Date
    128Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by 3ku123 View Post
    http://forum.ragezone.com/f750/insta...1-1-a-1114436/
    why not try
    I have not set any time
    But I think it would be better to install automatic
    will not have any problems when installing
    It didnt worked :C


  15. #345
    Valued Member extazy20 is offline
    MemberRank
    Feb 2012 Join Date
    101Posts

    Re: PURE Perfect World 1.5.3 files + instruction

    Quote Originally Posted by Marvin344 View Post
    It didnt worked :C

    Try use this command in your terminal:
    apt-get install gcc-multilib



Advertisement