Jump to content

Recommended Posts

Posted

could be made better, i can recode it if the topic's owner agrees :P

Anyway keep sharing dude! I like it =)

Posted

if (file.isEmpty())
          content = "<html><body><br><br><center>Error: no file name </center></body></html>";

no these lines

 content = content.replaceAll("%LinkTitle%","Top PK");

nothing like this anywhere... I think for il need to do full rework becouse in mine files is like

			htmlCode.append("<table>");

		htmlCode.append(trOpen);
		htmlCode.append("<td align=left valign=top>Server Restarted: " + GameServer.dateTimeServerStarted.getTime() + tdClose);
		htmlCode.append(trClose);

		htmlCode.append("</table>");

		htmlCode.append("<table>");
		htmlCode.append(trOpen);
		htmlCode.append("<td><img src=\"sek.cbui355\" width=600 height=1><br></td>");
		htmlCode.append(trClose);

 

at all no word like content

 

delete online players and replace it with this

  • 2 months later...
Posted

could be made better, i can recode it if the topic's owner agrees :P

Anyway keep sharing dude! I like it =)

 

Setekh, autor of this topic isnt autor of code... credits it too L2jforum.... You can recode it... ;)

Posted

Ye can any1 add tutorial or something like that how to add this to l2j epilogue server? ;s

 

Read sticked guides and use search, nothing more, nothing less.

  • 1 month later...
Posted

it's not for epilogue i can find in eclipse the file cb_data/staticfiles/html/top-players.htm or java/com/l2jserver/communityserver/communityboard/boards/TopBoard.java

Guest
This topic is now closed to further replies.



×
×
  • Create New...