pwAdmin (iWeb) Final Release

Page 10 of 33 FirstFirst ... 2345678910111213141516171820 ... LastLast
Results 136 to 150 of 482
  1. #136
    Robb rbb138 is offline
    MemberRank
    Jan 2009 Join Date
    London, EnglandLocation
    1,241Posts

    Re: pwAdmin (iWeb) Final Release

    which java would u recomend? my characters still wont load...

    is it possible to simply remove blocked chat type in livechat? instead of replacing with ****

  2. #137
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: pwAdmin (iWeb) Final Release

    Quote Originally Posted by rbb138 View Post
    which java would u recomend? my characters still wont load...

    is it possible to simply remove blocked chat type in livechat? instead of replacing with ****

    JRE 1.5.0_21 seems to work good and is available on the project page (buggy JRE 1.6.0_18 should work too, but won't support XML editor)

    Yes it is possible, but the character encoding UTF-8 / UTF-16LE with java drives me crazy so i used the fastest way to do the chat permissions...

    Currently i don't wanna look in this chat plugin again, i need to save some time for my task editor/converter project, cause i got no replies about file structure and have to figure it out by myself...if i get bored i'll look into it again, or maybe someone of the community will make a MOD of chat plugin, it's open source feel free to modify and redistribute it

  3. #138
    Member flamerx is offline
    MemberRank
    Jul 2006 Join Date
    RigaLocation
    81Posts

    Re: pwAdmin (iWeb) Final Release

    Hi Ronny!

    Great work!
    I was busy with some other things.
    I see you are moving forward! nice!

    i will test this next week, i hope

  4. #139
    Robb rbb138 is offline
    MemberRank
    Jan 2009 Join Date
    London, EnglandLocation
    1,241Posts

    Re: pwAdmin (iWeb) Final Release

    used java 1.5.0_21 and still wont load.

    edit: tried other javas now, its not the java causing the problem.
    i think maybe some connection setting is wrong, it cant connect to gamedbd at all.

    maybe you can only run pwadmin OR iweb?
    it might only allow one connection?

    annother idea is maybe 127.0.0.1 (localhost) in the .conf files doesnt work?
    can anybody say what type of ip they use and if it works?
    eg. 127.0.0.1 (localhost) or 10.0.x.x (LAN) or 192.169.x.x (WLAN) or any other is a normal IP (not recomended to use this, security issues.)
    Last edited by rbb138; 19-03-10 at 08:24 PM.

  5. #140
    Don't Ask About Tideborn vixio_dv is offline
    MemberRank
    Feb 2010 Join Date
    UKLocation
    774Posts

    Re: pwAdmin (iWeb) Final Release

    Quote Originally Posted by rbb138 View Post
    used java 1.5.0_21 and still wont load.

    edit: tried other javas now, its not the java causing the problem.
    i think maybe some connection setting is wrong, it cant connect to gamedbd at all.

    maybe you can only run pwadmin OR iweb?
    it might only allow one connection?

    annother idea is maybe 127.0.0.1 (localhost) in the .conf files doesnt work?
    can anybody say what type of ip they use and if it works?
    eg. 127.0.0.1 (localhost) or 10.0.x.x (LAN) or 192.169.x.x (WLAN) or any other is a normal IP (not recomended to use this, security issues.)

    hai bro, i have problem like thats before,
    but its solved when apache started
    u need to open on http://urip:8080/pwAdmin
    on start.sh
    first run xampp
    after thats run pwadmin
    it will work

    ---------- Post added at 04:46 AM ---------- Previous post was at 04:38 AM ----------

    here my first start.sh script to prevent not show character on pwadmin

    #!/bin/sh

    PW_PATH=/PWServer

    cd /PWServer
    /opt/lampp/lampp startapache
    /opt/lampp/lampp startmysql
    /opt/lampp/lampp startssl
    /opt/lampp/lampp php5
    sleep 20
    echo "MySQL & Apache === DONE =="
    ./tomcat_start.sh
    sleep 5
    echo "pwAdmin === DONE ==="

    if [ ! -d $PW_PATH/logs ]; then
    mkdir $PW_PATH/logs
    fi

    echo ""
    echo "==============================================================="
    echo "= STARTING Perfected World ="
    echo "= SERVER LOADING WILL TAKE SOME TIME ="
    echo "==============================================================="
    echo ""

  6. #141
    Enthusiast Magistr is offline
    MemberRank
    Apr 2009 Join Date
    43Posts

    Re: pwAdmin (iWeb) Final Release

    Hi Ronny do please video guide how to install your program because I can not install it

    Thanks in advance
    Last edited by Magistr; 25-03-10 at 09:35 PM.

  7. #142
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: pwAdmin (iWeb) Final Release

    Sorry i don't have the time to make video tutorials...

    Check the Documentation and the Threads in this forum...

  8. #143
    Robb rbb138 is offline
    MemberRank
    Jan 2009 Join Date
    London, EnglandLocation
    1,241Posts

    Re: pwAdmin (iWeb) Final Release

    yes i already have a running apache server and the pwadmin page and iweb both work fine.

    however there is no connection to the server database process meaning nothing can be done to characters only system and mysql database. Cant even broadcast on live chat.

    iv tried all the javas so start.sh isnt the problem as all that does is overwrite the used java.

    any chance of these bugs being fixed?

  9. #144
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: pwAdmin (iWeb) Final Release

    Hey rbb !

    I'm using apache-tomcat-5.5.28 (the one come from ronny) and his JDK1.5. Everything is fully working for me!

    Do you use his jdk1.5 and tomcat 5.5.28 ?

    Btw, there is my edited tomcat_start.sh, maybe it will help you!

    Code:
    echo ""
    #echo "=== APACHE TOMCAT ==="
    export JAVA_HOME=/usr/java/jdk1.5.0_05/jre
    apache-tomcat-5.5.28/bin/startup.sh
    sleep 5
    #echo "=== DONE! ==="
    echo ""
    I use the java runtime that come inside the java dev kit...

    I disabled the "character list" feature too. Because i have too many chars on my server and others players get lags when i load the char tab on pwAdmin not funny.

    ================================================

    Hey ronny! I will release a cool addon for pwAdmin soon or maybe two xD
    Last edited by Romulan; 26-03-10 at 11:37 PM.

  10. #145
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: pwAdmin (iWeb) Final Release

    - delete me -
    Last edited by ronny1982; 27-03-10 at 02:55 AM.

  11. #146
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: pwAdmin (iWeb) Final Release

    Quote Originally Posted by Romulan View Post
    Hey ronny! I will release a cool addon for pwAdmin soon or maybe two xD



    I've have some ideas too, but currently no time to implement...

    + plugin: for character and account forbid/ban
    + plugin: login with pw-account and buy cubi-packs with ingame coins online ^^

    ---------- Post added at 02:53 AM ---------- Previous post was at 02:41 AM ----------

    Quote Originally Posted by rbb138 View Post
    used java 1.5.0_21 and still wont load.

    edit: tried other javas now, its not the java causing the problem.
    i think maybe some connection setting is wrong, it cant connect to gamedbd at all.

    maybe you can only run pwadmin OR iweb?
    it might only allow one connection?

    annother idea is maybe 127.0.0.1 (localhost) in the .conf files doesnt work?
    can anybody say what type of ip they use and if it works?
    eg. 127.0.0.1 (localhost) or 10.0.x.x (LAN) or 192.169.x.x (WLAN) or any other is a normal IP (not recomended to use this, security issues.)


    Have you renamed the "apache-tomcat-5.5.28" directory, or any folder inside?
    Extract the "apache-tomcat-5.5.28" directory to a place of your choice, but don't rename the folder structure or files of the directory or sub-directories

    If not, try this:
    if iweb is working, copy the content of "/etc/iweb.conf" to "../pwAdmin/pwconf.conf"


    Or at least this:
    1. Goto your tomcat directory
    2. Delete all tomcat server logfiles (catalina.out)
    3. Delete the pre-compiled content in the work directory
    4. start tomcat server
    5. Load the page(s) in pwAdmin that causes the errors
    6. Open the catalina.out in the server logfiles and post the latest content

  12. #147
    Account Upgraded | Title Enabled! maisqueporra is offline
    MemberRank
    Sep 2006 Join Date
    251Posts

    Re: pwAdmin (iWeb) Final Release

    i cannot load tabs character and server configuration (iweb too ) only tab server control and accounts

    all make all and not work

    Code:
    Mar 27, 2010 8:23:13 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.6.0_17/jre/lib/i386/server:/usr/java/jdk1.6.0_17/jre/lib/i386:/usr/java/jdk1.6.0_17/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    Mar 27, 2010 8:23:13 AM org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Mar 27, 2010 8:23:13 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 3659 ms
    Mar 27, 2010 8:23:13 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Mar 27, 2010 8:23:13 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.28
    Mar 27, 2010 8:23:13 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext resourcesStart
    SEVERE: Error starting static Resources
    java.lang.IllegalArgumentException: Document base /root/apache-tomcat-5.5.28/server/webapps/manager does not exist or is not a readable directory
    	at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:141)
    	at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:3895)
    	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4064)
    	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
    	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
    	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
    	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150)
    	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    	at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    	at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    	at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error in resourceStart()
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error getConfigured
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Context [/manager] startup failed due to previous errors
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext stop
    INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager] has not been started
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext resourcesStart
    SEVERE: Error starting static Resources
    java.lang.IllegalArgumentException: Document base /root/apache-tomcat-5.5.28/server/webapps/host-manager does not exist or is not a readable directory
    	at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:141)
    	at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:3895)
    	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4064)
    	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
    	at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
    	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
    	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150)
    	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    	at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    	at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    	at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error in resourceStart()
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Error getConfigured
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext start
    SEVERE: Context [/host-manager] startup failed due to previous errors
    Mar 27, 2010 8:23:14 AM org.apache.catalina.core.StandardContext stop
    INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager] has not been started
    iweb: 27 Mar 2010 08:23:17,025  INFO - iweb web service startup!
    iweb: 27 Mar 2010 08:23:17,356  INFO - Marking servlet cgi as unavailable
    iweb: 27 Mar 2010 08:23:17,366 ERROR - Error loading org.apache.catalina.loader.StandardClassLoader@6e3d60 org.apache.catalina.servlets.CGIServlet
    java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1068)
    	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
    	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3996)
    	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4266)
    	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    	at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:927)
    	at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:890)
    	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150)
    	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    	at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    	at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    	at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    iweb: 27 Mar 2010 08:23:17,405 ERROR - Servlet /iweb threw load() exception
    java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1068)
    	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
    	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3996)
    	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4266)
    	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    	at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:927)
    	at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:890)
    	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)
    	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1150)
    	at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
    	at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    	at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    	at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    	at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    	at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
    iweb: 27 Mar 2010 08:23:19,918  INFO - iweb web service startup!
    Mar 27, 2010 8:23:20 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Mar 27, 2010 8:23:20 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Mar 27, 2010 8:23:20 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/131  config=null
    Mar 27, 2010 8:23:21 AM org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    Mar 27, 2010 8:23:21 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 8074 ms
    mgr.s is null , Protocol.Client(mgr)
    mgr.s is null , Protocol.Client(mgr)
    mgr.s is null , Protocol.Client(mgr)

  13. #148
    Don't Ask About Tideborn vixio_dv is offline
    MemberRank
    Feb 2010 Join Date
    UKLocation
    774Posts

    Re: pwAdmin (iWeb) Final Release

    hello to all
    i know now what problem with blank page
    i installing new linux this day
    i got blank to
    because i change name of webapps/pwAdmin
    i change thats name with original name
    and its working
    i want to ask to ronny, how to rename pwAdmin folder

  14. #149
    Account Upgraded | Title Enabled! ronny1982 is offline
    MemberRank
    Jan 2010 Join Date
    germanyLocation
    743Posts

    Re: pwAdmin (iWeb) Final Release

    Quote Originally Posted by vixio_dv View Post
    hello to all
    i know now what problem with blank page
    i installing new linux this day
    i got blank to
    because i change name of webapps/pwAdmin
    i change thats name with original name
    and its working
    i want to ask to ronny, how to rename pwAdmin folder

    1. Use a *.class editor and edit StartupServlet.class in pwAdmin/WEB-INF folder (not sure about string indicies) change string:53 to the new path, goto string:3 and update it to recieve info from String 53, save the StartupServlet.class

    or

    2. Decompile the StartupServlet.class, change the path to the pwconf.conf file, re-compile the class (compiling is hard, you need a complete and working servlet project in your developement environment...)
    Last edited by ronny1982; 27-03-10 at 12:10 PM.

  15. #150
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: pwAdmin (iWeb) Final Release

    Quote Originally Posted by ronny1982 View Post


    I've have some ideas too, but currently no time to implement...

    + plugin: for character and account forbid/ban
    + plugin: login with pw-account and buy cubi-packs with ingame coins online ^^
    I wanna make a "who is online" script but i don't have enought knowledge in JSP to do it. I only know the PHP...

    Then, i have made a "iframe" that point to my PHP script (in my htdocs folder) and auto-refresh the page every 10seconds.

    This is my own projects (in alpha version):
    Spoiler:




    Spoiler:




    Role Renamer feature from the iweb and imported as an addon for pwAdmin...
    Spoiler:




    Role State feature from the iweb and imported as an addon for pwAdmin...
    Spoiler:




    SSL support for Tomcat
    Spoiler:





Advertisement