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)
banlist? help please
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: banlist? help please
you can do that using php, if you want to show a list of "banned users" in a website.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: banlist? help please
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 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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 8
- Joined: Sat Oct 09, 2010 2:34 pm
Re: banlist? help please
mm yeap but no one can tell how to do it? meby for more ppl very usefull