angelrulez7(2013-05-12 02:15:25)I actually constructed something myself! Though it's old, I still remember how it works.
Add rows to users table:
ban INT (1) (INT due to the fact that 0 = unbanned, 1 = banned)
reason VARCHAR (10000) (Space can be changed, but varchar to set a default reason)
I actually constructed something myself! Though it's old, I still remember how it works.
Add rows to users table:
ban INT (1) (INT due to the fact that 0 = unbanned, 1 = banned)
reason VARCHAR (10000) (Space can be changed, but varchar to set a default reason)
The script:
On the home:
<?if ($row['ban'] =="1"
If it doesn't work, I'll fix it around.
No, it doesn't have timed bans.
2013-05-12 09:15:57