Perfect world v70 release 1.46

Page 12 of 22 FirstFirst ... 24567891011121314151617181920 ... LastLast
Results 166 to 180 of 320
  1. #166
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    Quote Originally Posted by Psytrac View Post
    libs..
    i love you Psytrac, you save my day. my server is working fine now except my auth=offline using iweb but nvm ill fix it later as long as my server is running. thanks again.

    untitled.jpg

  2. #167
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    how to use this (Release) pwAdmin 1.4.5 (Character Page, Edit XML & Live Chat) http://forum.ragezone.com/f751/relea...-4-5-a-934164/
    do i need to install tomcat? im using this to opt/jakarta but too many errors

    sample error

    can't establish a connection to the server at 127.0.0.1.

    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.

    OR this

    HTTP Status 500 -

    type Exception report

    message

    description The server encountered an internal error () that prevented it from fulfilling this request.

    exception

    org.apache.jasper.JasperException: An exception occurred processing JSP page /addons/Live Chat/chat.jsp at line 67

    64: String debug;
    65: String color;
    66:
    67: BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(pw_server_path + "/logs/world2.chat")));
    68:
    69: while((line = br.readLine()) != null)
    70: {


    Stacktrace:
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:567)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:461)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

    root cause

    java.io.FileNotFoundException: /home/logs/world2.chat (No such file or directory)
    java.io.FileInputStream.open(Native Method)
    java.io.FileInputStream.<init>(FileInputStream.java:137)
    java.io.FileInputStream.<init>(FileInputStream.java:96)
    org.apache.jsp.addons.Live_0020Chat.chat_jsp._jspService(chat_jsp.java:260)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)

    note The full stack trace of the root cause is available in the Apache Tomcat/7.0.19 logs.
    Apache Tomcat/7.0.19
    Last edited by joeylegaspi; 19-06-13 at 01:47 PM. Reason: doublepost

  3. #168
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: Perfect world v70 release 1.46

    How glaringly obvious must error messages be until newbies start actually reading them?

    For example :

    java.io.FileNotFoundException: /home/logs/world2.chat (No such file or directory)

    Seriously...

  4. #169
    Novice gitaar9 is offline
    MemberRank
    Jun 2013 Join Date
    1Posts

    Re: Perfect world v70 release 1.46

    Does somebody here maybe have a patch for version 684?

    whoops nvm

  5. #170
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    help, i cant change $Salt from $Salt = base64_encode(md5($Login.$Pass, true));
    to $Salt = "0x" . md5($Login . $Pass); incorrect name or password.

  6. #171
    uint is best int. Swoosh91 is offline
    MemberRank
    Feb 2010 Join Date
    BerlinLocation
    712Posts

    Re: Perfect world v70 release 1.46

    Well of course not... two different representations. One string, one b64 encoded binary. Do you even think before posting?

  7. #172
    RaGEZONER fgru is offline
    MemberRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    AW: Perfect world v70 release 1.46

    why u will change oO thats stupid ...

    ... posted by devils phone ...

  8. #173
    Angelemu founder tbnanubis is offline
    MemberRank
    Mar 2011 Join Date
    Unicorn ForestLocation
    527Posts

    Re: Perfect world v70 release 1.46

    I guess because the additional work for changing encoding (base64) is a waste of cpu time.
    Of course it helps a lot when you know what base64 is, and whether or not your db has to be converted.
    Last edited by tbnanubis; 19-06-13 at 10:33 PM.

  9. #174
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    if i use the $Salt = "0x" . md5($Login . $Pass); my client results to incorrect name or password. why?

  10. #175
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    whats the change password script for $Salt = base64_encode(md5($Login.$Pass, true));

  11. #176
    Enthusiast satriarino is offline
    MemberRank
    Jun 2011 Join Date
    29Posts

    Re: Perfect world v70 release 1.46

    how to fix this problem
    error: gdelivery::connect to GAuth server failed. Reconnecting....

    ::: Auth Daemon :::
    ./authd.sh: 2: cd: can't cd to /home/authd/build
    Starting AuthdService...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/goldhuman/IO/Protocol/Manager
    Caused by: java.lang.ClassNotFoundException: com.goldhuman.IO.Protocol.Manager
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    Could not find the main class: authd. Program will exit.
    ::: Ready :::

  12. #177
    RaGEZONER fgru is offline
    MemberRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    AW: Perfect world v70 release 1.46

    Quote Originally Posted by satriarino View Post
    how to fix this problem
    error: gdelivery::connect to GAuth server failed. Reconnecting....

    ::: Auth Daemon :::
    ./authd.sh: 2: cd: can't cd to /home/authd/build
    wrong path ...

    ... posted by devils phone ...

  13. #178
    Member joeylegaspi is offline
    MemberRank
    Apr 2012 Join Date
    Cebu City, PhilLocation
    79Posts

    Re: Perfect world v70 release 1.46

    /home/Service/Auth/build

  14. #179
    Apprentice quangthanhtk is online now
    MemberRank
    Oct 2009 Join Date
    Hanoi, Vietnam,Location
    24Posts

    Re: Perfect world v70 release 1.46

    Please help me fix error
    err : BillingAgent, duplicate item,id=16166,amount=500,timeout=0
    err : BillingAgent, duplicate menuid,id=000000082000000002910000000001
    err : BillingAgent, duplicate item,id=16024,amount=6000,timeout=0
    err : BillingAgent, duplicate menuid,id=000000082000000002940000000001
    err : BillingAgent, duplicate item,id=16019,amount=6000,timeout=0
    err : BillingAgent, duplicate menuid,id=000000082000000002950000000001
    any one show what can i do?

  15. #180
    Banned LegalSin(scam) is offline
    BannedRank
    Dec 2011 Join Date
    RaGEZONELocation
    489Posts

    Re: Perfect world v70 release 1.46

    Quote Originally Posted by quangthanhtk View Post
    Please help me fix error

    any one show what can i do?
    why do you want to fix something that is not broken or not in use?



Advertisement