pwAdmin 151

Urrg!! learn!!

cd to /

create a new file call it pwadmin.sh paste this into it:

Code:
#!/bin/bash
#noob installer lol

ip=`/sbin/ifconfig|grep inet|head -1|sed 's/\:/ /'|awk '{print $3}'`

apt-get install -y unzip tomcat7
cd [COLOR=#FF0000]/[/COLOR]var/lib/tomcat7/webapps/
service tomcat7 stop
wget https://dl.dropboxusercontent.com/u/19918926/pwadmin1.5.1.zip
unzip -o pwadmin1.5.1.zip
service tomcat7 start
echo ""
echo "Open your browser and go to http://"$ip":8080/pwAdmin/"

save it.

Run it:

Code:
chmod 755 pwadmin.sh
./pwadmin.sh

cd /var/lib/tomcat7/webapps/

Now it should work. :D
 


My list starts updating but for me and responds with this error,
would be because I have many characters in my gamedbd?

and the few that updates all data no matter, no matter example pvp cla kill etc.
 
Last edited:
Urrg!! learn!!

cd to /

create a new file call it pwadmin.sh paste this into it:

Code:
#!/bin/bash
#noob installer lol

ip=`/sbin/ifconfig|grep inet|head -1|sed 's/\:/ /'|awk '{print $3}'`

apt-get install -y unzip tomcat7
cd var/lib/tomcat7/webapps/
service tomcat7 stop
wget https://dl.dropboxusercontent.com/u/19918926/pwadmin1.5.1.zip
unzip -o pwadmin1.5.1.zip
service tomcat7 start
echo ""
echo "Open your browser and go to http://"$ip":8080/pwAdmin/"

save it.

Run it:

Code:
chmod 755 pwadmin.sh
./pwadmin.sh

A problem occurs when I open ($ip:8080/pwAdmin).

The pwadmin opens fine but the banner,logo and tabs only show nothing else.



After installing it on jakarta it works fine but the character editor show blank page
 
i had the same issue with trying to log in it would time out. For all those newbies out there make sure u chmod the pwadmin folder... or else it will timeout
 
Urrg!! learn!!

cd to /

create a new file call it pwadmin.sh paste this into it:

Code:
#!/bin/bash
#noob installer lol

ip=`/sbin/ifconfig|grep inet|head -1|sed 's/\:/ /'|awk '{print $3}'`

apt-get install -y unzip tomcat7
cd var/lib/tomcat7/webapps/
service tomcat7 stop
wget https://dl.dropboxusercontent.com/u/19918926/pwadmin1.5.1.zip
unzip -o pwadmin1.5.1.zip
service tomcat7 start
echo ""
echo "Open your browser and go to http://"$ip":8080/pwAdmin/"

save it.

Run it:

Code:
chmod 755 pwadmin.sh
./pwadmin.sh

my login dont work why?
someone help me please?
sora1984 - pwAdmin 151 - RaGEZONE Forums

sora1984 - pwAdmin 151 - RaGEZONE Forums
 
Hi, i cant get server control to work. i do not have a start or stop script, cannot start or stop maps with pwadmin , and can not use the server configuration. any ideas where to start to fix it?
 
Hi, i cant get server control to work. i do not have a start or stop script, cannot start or stop maps with pwadmin , and can not use the server configuration. any ideas where to start to fix it?


search... btw all the server files that is released here have a startup script... if using the 1.5.1 release its in your home dir... so it be cd /home .server start

but thats also explained in the guide to set it up... so please search
 
search... btw all the server files that is released here have a startup script... if using the 1.5.1 release its in your home dir... so it be cd /home .server start

but thats also explained in the guide to set it up... so please search


I dont see the point in bothering to respond if your just going to say search. I've spent days searching forums and following guides and reinstalling to fix countless other errors I've had.

Yes, i have a server.sh but that doesn't work to start the server with pwadmin, and i still cant start maps up with it. and yes maps and server all start fine from the terminal.

After editing my server script and re-saving it as start and stop.sh, I've been able to stop the server with pwadmin but not start it, im 100% sure that's my own fault.

Also, if I make pwadmin use server.sh instead of my start.sh it will only start the auth deamon.
 
I dont see the point in bothering to respond if your just going to say search. I've spent days searching forums and following guides and reinstalling to fix countless other errors I've had.

Yes, i have a server.sh but that doesn't work to start the server with pwadmin, and i still cant start maps up with it. and yes maps and server all start fine from the terminal.

After editing my server script and re-saving it as start and stop.sh, I've been able to stop the server with pwadmin but not start it, im 100% sure that's my own fault.

Also, if I make pwadmin use server.sh instead of my start.sh it will only start the auth deamon.


most questions have been asked 1 million times, alot of us use the terminal to start the server.. as from my experience you can see the error in the terminal when starting it unlike pwadmin where you have to check via a log
 
Back