how do I update the clan created?
http://imageshack.us/photo/my-images/710/pwadmin.png/
I have created another clan with another character and not there will appear to have |:
Help pls! (:
how do I update the clan created?
http://imageshack.us/photo/my-images/710/pwadmin.png/
I have created another clan with another character and not there will appear to have |:
Help pls! (:
updated with this button
omg!hehe
http://imageshack.us/photo/my-images/534/44252628.png/
pwAdmin stopped importing after about 50 char created.... :(
Damn Importing Roles to MySQL Failed..
In RG BR nobody knew in solving this problem...
Edit role.jsp
Remplace everywhere you see:
By:Code:rolename = StringEscapeUtils.escapeHtml(chr.base.name.getString());
Thanks to tbanubis for the fix.Code:rolename = StringEscapeUtils.escapeJava(StringEscapeUtils.escapeHtml(chr.base.name.getString()));
Source: http://forum.ragezone.com/f452/help-...8/#post6523802
Failed,anyway tks!!
My role.jsp >MEGAUPLOAD - The leading online storage and file delivery service
And the SS >http://imageshack.us/photo/my-images/542/79153732.png/
@Edit
phpmyadmin stopped showing new characters from the "WR1" ..
The problem in this phpmyadmin or pwAdmin?
Last edited by pwpnix; 15-10-11 at 05:08 PM.
change the part where it says "Importing blah failed" to write out the sql query string, maybe you see what is causing the problem then.
Code:String lastquery=""; try {Code:// insert row into table lastquery=("INSERT INTO roles VALUES (" + chr.user.userid + ", " + roleid + ", '" + rolename + "', " + chr.status.level + ", "+ chr.status.exp + ", " + chr.base.race + ", " + chr.base.cls + ", " + chr.base.gender + ", " + chr.base.reserved1 + ", " + money +", " + chr.status.time_used + ", " + faction_member_entry[0] + ", '" + (String)(faction_entry[0]) + "', " + (Integer)(faction_entry[1]) + ", '" + domains + "', " + faction_member_entry[1] + ", " + chr.status.invader_time + ", " + pvp_entry[0] + ", " + pvp_entry[1] + ")"); update.executeUpdate(lastquery);it should be easy to figure out where to put thatCode:catch(Exception e) { message = "<font color=\"#ee0000\"><b>Importing Roles to MySQL Failed</b><br>"+e+"</font><br/>"+lastquery+"<br/>"; }
It did not work, I think I'm doing something wrong ... can you post some role.jsp working?
Not just for me, some people have the same problem in Rage BR ...
Whats the protocol call for factions? Didn't even know you could read them via java calls tbh
pls,someone solve this ???
---------- Post added at 09:22 PM ---------- Previous post was at 04:28 PM ----------
I updated the list of char again and gave It failed .... But the clan to another character that I created about 1 week appeared ..
Is not there a minimum time to appear in pwAdmin??
Last edited by pwpnix; 17-10-11 at 05:19 PM.
no other way to put the icons without the pwadmin?
Hehe,I got the old way: DDD Thank you all!