i checked how store in database in 1.3.6 server by tpr.jsp from 343 release you can upload for 1.4.5 thx you
Attachment 114485
Printable View
i checked how store in database in 1.3.6 server by tpr.jsp from 343 release you can upload for 1.4.5 thx you
Attachment 114485
Attachment 114493
Credits:Bash and rbb138.
i was just sharing not saying i made it (i`ve also edited the post if it makes you feel better)
You could of just linked to the thread where it was posted...
Otherwise people could make one simple .php script, include the import and parse scripts and package it up under their name forgetting those who came up with the whole idea and did the research for it in the first place.
but then the new people to this site will just clap anybody and declare them as god regardless of what the thread is about or if that person actually made it. lol.
getting Error i set my user and pass in pkupdate.jsp
connection = DriverManager.getConnection("jdbc:mysql://localhost/pw","root", "123456");
here
Attachment 114565
and pkupdate.sh
Attachment 114566
any idea or tut?
try harder thats what i did when it came to errors like that :P
Sorry rbb138 i was lazy to find the post it was not done on purpose
I couldn't make it work. same error gillar01, but I'm using straight on dedicated server.
how to fix this error please someone help me last step to finish
can anyone help me how to fix this Error
Attachment 114565
and pkupdate.sh
Attachment 114566
:(:
erase all content of your database (pkrank) ;) and for the kills.log, i have error too
yes doesn't exists :) does it create?
Yes it should ... edit "pkupdate.sh" and check if anything is wrong ...
I do not see where is the error :sleep:Quote:
#!/bin/sh
#Update kill table
cd /PWServer/logs
grep -e ':type=2:' world2.formatlog > kills.formatlog
chmod 777 kills.formatlog
sed -i 's/ /,/g' kills.formatlog
sed -i 's/=/,/g' kills.formatlog
sed -i 's/:/,/g' kills.formatlog
sed -i 's/,,,/,/g' kills.formatlog
sed -i 's/,,/,/g' kills.formatlog
mysqlimport -u(login) -h127.0.0.1 -p(password) --force --columns=date,hour,minute,@x,@x,@x,@x,@x,@x,@x,corpseid,@x,@x,@x,killerid --fields-terminated-by=, pw /PWServer/logs/kills.formatlog
rm kills.formatlog