banlist? help please

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
raimon
Posts: 8
Joined: Sat Oct 09, 2010 2:34 pm

banlist? help please

Post by raimon »

A banlist for a website
any one know how add in l2j?
example

ingame admin ban a char //ban (charname) (Perm/hours) (reason)
and when he did this ppl can see this on a ban list on internet

any one know this?

greets raimon
(sorry for bad english)
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: banlist? help please

Post by MELERIX »

you can do that using php, if you want to show a list of "banned users" in a website.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: banlist? help please

Post by jurchiks »

If you want to log exact bans (who banned whom, for how long, what reason) then it'll take more than just php imho.
If not, just
select name, something from characters where accesslevel="-100"
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
raimon
Posts: 8
Joined: Sat Oct 09, 2010 2:34 pm

Re: banlist? help please

Post by raimon »

mm yeap but no one can tell how to do it? meby for more ppl very usefull
Post Reply