Online Ban list using Mysql and PHP
#1

I need some example how to make ban list on my Forum.
Im starter about mysql..

Example from this: http://sampdm.net/banlist.php
Reply
#2

I don't know what you mean under "Forum", but it can be easily made in the way it was done in your link.
First tell us about your knowlenge of PHP and how you store bans info in your server
Reply
#3

What i mean under forum ? I have my own smf Forum..
My knowlenge of PHP is bad, i know better html..
I store bans information into txt file..

Bannedby = BigBoy81
Reason = Cheat
Reply
#4

Quote:
Originally Posted by bigboy81
Посмотреть сообщение
What i mean under forum ? I have my own smf Forum..
My knowlenge of PHP is bad, i know better html..
I store bans information into txt file..

Bannedby = BigBoy81
Reason = Cheat
If you don't want to change anything in your server, the only one thing you can do is to parse those .txt files with PHP.
Normally banlists are placed in MySQL database, so if you want to make that thing you should think about rewriting your ban system on MySQL.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)