View Full Version : e-steki Banlist
Lea Verou
12-17-2005, 10:00 PM
e-steki Banlist is a listing of all the users that are banned, with the reason provided, the bandate, the lift date and who banned them (you can hide all of them via the admincp if you want to) and additionally some little banning stats on the bottom (you can hide those too). It is fully phrased and has the ability to break the list into multiple pages.
Installation
1. Upload banlist.php to your forums root directory
2. Import the product XML
3. Done! Now you may add a link somewhere to www.yoursite.com/forum/banlist.php (http://www.yoursite.com/forum/banlist.php) so that other people can visit it.
Don't forget to click install! By clicking install you will be notified of updates and you will also provide motivation to me to make more hacks. :p :)
I hope you enjoy it as I'm coding it since 7 in the morning (it's now 13:45!) :p
Yorixz
12-18-2005, 09:49 AM
Looks very interesting, I'll try this out tomorrow!
Andyrew
12-18-2005, 10:12 AM
Installed, but the setting for usergroups permitted works backwards, if i put in a usergroup id number they cannot view the list.
And if i dont put any id number in then they can view the list but also get this at the top of the forum.
Warning: Invalid argument supplied for foreach() in /banlist.php on line 90
Warning: Invalid argument supplied for foreach() in /banlist.php on line 100
Warning: array_count_values(): The argument should be an array in /banlist.php on line 122
Warning: arsort() expects parameter 1 to be array, null given in /banlist.php on line 123
Warning: Invalid argument supplied for foreach() in /banlist.php on line 124
Lea Verou
12-18-2005, 10:15 AM
I will fix these shortly.
Meanwhile, perhaps you would like to click INSTALL?
(Let's see if bold, underlined, coloured, size 7 font does the job as some people still miss the button :()
Lea Verou
12-18-2005, 10:21 AM
Installed, but the setting for usergroups permitted works backwards, if i put in a usergroup id number they cannot view the list.
And if i dont put any id number in then they can view the list but also get this at the top of the forum.
Warning: Invalid argument supplied for foreach() in /banlist.php on line 90
Warning: Invalid argument supplied for foreach() in /banlist.php on line 100
Warning: array_count_values(): The argument should be an array in /banlist.php on line 122
Warning: arsort() expects parameter 1 to be array, null given in /banlist.php on line 123
Warning: Invalid argument supplied for foreach() in /banlist.php on line 124
Are there any banned users to be displayed when these warnings appear?
What's the use of putting a banning list and making it public when there are no banned users yet? :confused:
Hasann
12-18-2005, 10:22 AM
where is banbit template ? its left
Lea Verou
12-18-2005, 10:26 AM
woops, I probably forgot to put it in the product! w8 2 minutes! :o :o
Lea Verou
12-18-2005, 10:29 AM
Fixed :) Just overwrite the product XML. :)
Who rated it 1/5? Hey, whoever you are, if you have anything to say say it in the thread. Doing this and saying nothing is just LAME.
Andyrew
12-18-2005, 10:38 AM
Are there any banned users to be displayed when these warnings appear?
What's the use of putting a banning list and making it public when there are no banned users yet? :confused:
No there are no banned users yet, and i have not made it public yet.
Just testing it myself logging in as different usergroups.
Why should it give errors just because there are no users banned yet.
I will click install when it's working. :ermm:
Chill out :mad:
Lea Verou
12-18-2005, 10:41 AM
Sorry for my tone. I haven't slept all night and I had a fight with someone a while ago :o
I didn't think of checking if there are any banned users :ermm: I took it for granted that there will be at least one :p
I will fix it though cause if I leave it will be a long time till I feel like coding again :p
Hasann
12-18-2005, 10:43 AM
No there are no banned users yet, and i have not made it public yet.
Just testing it myself logging in as different usergroups.
Why should it give errors just because there are no users banned yet.
I will click install when it's working. :ermm:
Chill out :mad:
open banlist.php with wordpad and find
define('THIS_SCRIPT', 'banned');
replace with
define('THIS_SCRIPT', 'banlist');
search:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banned.php?","");
replace with:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banlist.php?","");
Lea Verou
12-18-2005, 10:47 AM
open banlist.php with wordpad and find
define('THIS_SCRIPT', 'banned');
replace with
define('THIS_SCRIPT', 'banlist');
search:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banned.php?","");
replace with:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banlist.php?","");
Damn, I had named it banned at the beginning and I forgot to change them when I came up with Banlist :(
Thanks Hasann!
Lea Verou
12-18-2005, 10:51 AM
Should be fixed now, I'm going to eat :p
AshokForums.com
12-18-2005, 11:23 AM
Rated it excellent.. You have 4 stars now :p
Nice feature to have, thanks..
Lea Verou
12-18-2005, 11:32 AM
Rated it excellent.. You have 4 stars now :p
Nice feature to have, thanks..
Thank you!!! :D
At last something good :D
I had started to get dissapointed :(
Andyrew
12-18-2005, 11:58 AM
Clicked install, all working fine now.
You can sleep in peace now, knowing that you made a great hack. :)
Lea Verou
12-18-2005, 12:01 PM
Τhank you! :D
I try not to sleep though cause I'll spoil my whole scedule. Dunno if I'll last till the night though :(
Hasann
12-18-2005, 12:05 PM
Clicked install michelle
thats g8 hack for all times ;)
thank you
Nice one Michelle ;) People are always wondering why certain people are banned so this will come in handy, now to try to get it to work a little better with AWS ;)
akanevsky
12-18-2005, 12:46 PM
Very nice hack, Michelle. Really :)
* akanevsky installs
EDIT: Analysis:
CODE READABILITY: Not very readable (2)
WORKS: Nicely (5)
PRODUCT XML: Nice job prefixing all your variables with "banned". (5) Helps manage your stuff, doesn't it? ;)
Corriewf
12-18-2005, 02:20 PM
Thank you!!! :D
At last something good :D
I had started to get dissapointed :(
Your avatar is awesome! ;)
Oh and cool hack and stuffs....yup
Lea Verou
12-18-2005, 02:38 PM
PRODUCT XML: Nice job prefixing all your variables with "banned". (5) Helps manage your stuff, doesn't it? ;)
I always do that, it's not the first time! But thanks anyway for your feedback :)
Thank you all guys! :D
akanevsky
12-18-2005, 02:41 PM
I always do that, it's not the first time!
Nope, in referrer statistics you have random prefixes or none at all ;)
Lea Verou
12-18-2005, 02:43 PM
Nope, in referrer statistics you have random prefixes or none at all ;)
Do I? :o I thought I had "refstats_" in front of everything :confused:
Alien
12-18-2005, 05:44 PM
Doesn't work for me whatsoever. :(
http://forums.wtf.com/banlist.php
I have over 200 banned users. Displays none, and gives me a division by 0 error?
Had same issue, it looks like it doesn't take in to account banned users from either a.) upgrades or b.) impexs
I just went through and rebanned everyone that was banned for the correct amount of time and gave a reason.
Alien
12-18-2005, 05:54 PM
Had same issue, it looks like it doesn't take in to account banned users from either a.) upgrades or b.) impexs
I just went through and rebanned everyone that was banned for the correct amount of time and gave a reason.
Never mind, fixed. ;)
Lea Verou
12-18-2005, 05:56 PM
This is line 1808, functions.php:
$show['pagenav'] = false;
So, it must be a problem with pagenav. :ermm:
btw, Alien, did you make those graphics yourself? They are amazing!
Which program did you use?
Lea Verou
12-18-2005, 06:01 PM
Never mind, fixed. ;)
May I ask how, so that if anyone has the same problem solves it? :)
Lea Verou
12-18-2005, 06:02 PM
Had same issue, it looks like it doesn't take in to account banned users from either a.) upgrades or b.) impexs
I just went through and rebanned everyone that was banned for the correct amount of time and gave a reason.
It should take into account everything that is in the userban table of your database :ermm:
crashys
12-18-2005, 06:21 PM
my error:
Warning: Division by zero in /includes/functions.php on line 1815
http://vermelhices.com/forum/banlist.php
help me
Lea Verou
12-18-2005, 06:27 PM
Oh of course!!!!!
You have to set a per page setting!
/me hits her head on the wall for not hinking about it earlier. I need sleeeeeep...
It should take into account everything that is in the userban table of your database :ermm:
I know it does but "User has reached max warning limit" doesn't work to well to inform my members.
Lea Verou
12-18-2005, 06:32 PM
Are you talking about a warning system hack? Does it automatically put that as a reason?
Well, you could always change that phrase to something more informative I guess, or put a "legend" at the bottom (something like a small glossary, hmm I like that idea! Then I wouldn't get questions like "what is trolling?" from members who saw the list :p)
Yea ;) I'm going to see if I can hack it in to show what they where last warned for to cause the ban instead of that.
Lea Verou
12-18-2005, 06:43 PM
Yeah that would be nice :)
However for the past banned users do not unban and re-ban them to put a clearer reason as the ban-date will be lost and replaced with the current one.
Edit the reasons via phpmyadmin instead ;) (you probably know that already but I thought I should mention, just in case :))
I know but all my users that where banned are perma banned for multi accounts ;)
Lea Verou
12-18-2005, 06:57 PM
I know but all my users that where banned are perma banned for multi accounts ;)
I meant the ban date, not the lift date. It will look kinda dictatoric if you seemed to have banned let's say 50 users at the same day! :p
Well the users of my site know and there was no ban date since I lost them during an impex ;)
Lea Verou
12-18-2005, 07:19 PM
Oh. Well, I guess you can easily hack this to display "Unknown" for these dates, instead of a false one :)
Well i already went through them so it isn't a problem anymore. But the page will be more useful once I ban someone again :p but that doesn't happen often.
Lea Verou
12-19-2005, 01:15 PM
Well i already went through them so it isn't a problem anymore. But the page will be more useful once I ban someone again :p but that doesn't happen often.
That's very good! There was a time in my forums that we often baned people as we had trolls "attacking" us. A troll per day or two. It sucked.
Now things are calmer, luckily :)
VBUsers
12-20-2005, 09:08 PM
on my ban list i get this
Warning: Division by zero in /includes/functions.php on line 1808
can you tell me why. i have zero's warning hack installed. what edit might i need to do.
akanevsky
12-20-2005, 10:11 PM
Because there is no error check.
Michelle, you should make the script verify whether there is anything to display. Otherwise there be errors...
VBUsers
12-21-2005, 07:54 AM
Because there is no error check.
Michelle, you should make the script verify whether there is anything to display. Otherwise there be errors...
ok so how can i fix it?
Lea Verou
12-21-2005, 10:15 AM
No Psionic Vision, the script checks that.
It is because he didn't set a perpage limit in his settings so it's considered 0 and the function divides the number by 0.
Just go in your e-steki Banlist settings and adjust them ;)
Psionic vision, I expected that you would know that there would be different errors if I hadn't implemented a check. :eek:
MThornback
12-21-2005, 11:26 AM
For anyone this might help...the Division by Zero error was removed for me when I set the amount of bans to show per page (my setting is 20 currently)
Hope that helps people...
Great Hack :D
Installed on 3.5.2 and so far so good, will report if anything goes wrong. Thanks
Lea Verou
12-21-2005, 12:05 PM
For anyone this might help...the Division by Zero error was removed for me when I set the amount of bans to show per page (my setting is 20 currently)
Hope that helps people...
Great Hack :D
Exactly! That's what I keep saying.
I forgot to set a default value and now I'm paying for it :( :p
(imagine what would've happened if I had ticked the support box :p)
VBUsers
12-21-2005, 05:29 PM
thanks michelle i appreciate all of your hardwork and knowledge! great hack!
akanevsky
12-21-2005, 05:44 PM
No Psionic Vision, the script checks that.
It is because he didn't set a perpage limit in his settings so it's considered 0 and the function divides the number by 0.
Just go in your e-steki Banlist settings and adjust them ;)
Psionic vision, I expected that you would know that there would be different errors if I hadn't implemented a check. :eek:
However it may be, you do not have a zero-setting error check. And you don't have anything to say here :)
lifesourcerec
12-22-2005, 08:33 AM
I get this error:
Warning: Division by zero in /includes/functions.php on line 1815
Which is this line:
$totalpages = ceil($results / $perpage);
ConqSoft
12-22-2005, 11:31 AM
You didn't set a value for Per Page.
Lea Verou
12-22-2005, 07:52 PM
However it may be, you do not have a zero-setting error check. And you don't have anything to say here :)
Well the hack is aimed to people who know the very basics! :rolleyes:
Who would install a hack without configuring it's settings? :rolleyes:
akanevsky
12-22-2005, 08:34 PM
Say there is a self-promoted hacker who somehow was made an admin and then he went and messed up all settings. Most vBulletin's settings - except the system ones like path, server etc. - wouldn't create much errors if messed up, but your page would make a fatal error. Besides, the less error the user gets, the better :)
Lea Verou
12-22-2005, 09:45 PM
Say there is a self-promoted hacker who somehow was made an admin and then he went and messed up all settings. Most vBulletin's settings - except the system ones like path, server etc. - wouldn't create much errors if messed up, but your page would make a fatal error. Besides, the less error the user gets, the better :)
This is a very rare occasion and my hack is not a crucial one, nor a page that is viewed that often ;)
mholtum
12-23-2005, 12:01 AM
I get this along the top of the banlist.php page when viewing it:
Warning: Division by zero in /includes/functions.php on line 1815
Lea Verou
12-23-2005, 12:02 AM
I get this along the top of the banlist.php page when viewing it:
Warning: Division by zero in /includes/functions.php on line 1815
Set a perpage setting in the e-steki Banlist Settings.
brvheart
12-24-2005, 03:06 PM
*clicks install* but.....not it shows me as being banned????
Lea Verou
12-24-2005, 09:05 PM
*clicks install* but.....not it shows me as being banned????
Huh? :confused: Are the other results correct? Can you provide a screenshot?
Robbed
12-28-2005, 04:03 AM
Great hack, just one suggestion, it should be disabled to everyone by default and enter user group ids of the groups that can access. I had to add a tone of groups that can't access it and if any new group is created they will have access and we might forgot to add that group to the deny list.
edit another thing i noticed if that user was deleted it still lists the entries with a blank name.
Rob
Lea Verou
12-29-2005, 11:08 PM
Great hack, just one suggestion, it should be disabled to everyone by default and enter user group ids of the groups that can access. I had to add a tone of groups that can't access it and if any new group is created they will have access and we might forgot to add that group to the deny list.
edit another thing i noticed if that user was deleted it still lists the entries with a blank name.
Rob
Yes but most forums have at most 10 groups I think... :ermm:
Moreover, what would be the point of having such a page if most people can't access it? It's useless to mods and admins as they can see these info from their mod/admin cp. ;)
Personally I have it open to even guests - so if a banned person did not see the reason at the time they were banned, they can go there and see it ;)
About the other thing that you mentioned... Can you please go to your database via eg phpmyadmin and tell me if such an entry exists?
(It would be useful to know so, but I will add a check in the next version anyway :))
KidneyBoy
12-31-2005, 10:57 PM
Thank you for this modification. I've always used this when I used phpBB, so my users are used to having one of these. Now they have it back thanks to you! Thank you very much! This is VERY MUCH appreciated!
*Hands out 5 stars and clicks INSTALL*
Robbed
01-02-2006, 02:12 AM
About the other thing that you mentioned... Can you please go to your database via eg phpmyadmin and tell me if such an entry exists?
(It would be useful to know so, but I will add a check in the next version anyway :))
ya they are still in the database, but not listed in the admincp.
Lea Verou
01-02-2006, 02:23 AM
ya they are still in the database, but not listed in the admincp.
then its probably a vbulletin issue... Kindly report this to the bugs section although I will add a check in the next version :)
EasyTarget
01-08-2006, 05:33 AM
nice hack, thanks.
for me it displays users as banned who are no longer banned, how do I clear that?
EasyTarget
01-08-2006, 05:59 AM
just figured it out, its because when my admins/moderators ban people I don't actually unban them, I just change their usergroup back.
sniper0
01-08-2006, 07:19 PM
nice hack, thanks.
for me it displays users as banned who are no longer banned, how do I clear that?
I have the same problem with one person, maybe ban them again and then hit the lift ban button
edit - it worked
kommuni
01-08-2006, 08:16 PM
I have the same problem with one person, maybe ban them again and then hit the lift ban button
edit - it worked
kinda strange... i added some usergroup-id's to the settings but i'm still not allowed to view the banlist.php?
any idea? i'm sure i got the right ones (5,6,7 for mod, supermod, admin)
Lea Verou
01-13-2006, 09:11 AM
kommuni these are the usergroups that AREN'T allowed to view the banlist. ;)
sniper0 as Easytarget suggested you have to ban them properly! ;)
Oap JTRipper
01-18-2006, 09:11 PM
found a problem
If i want to ban someone with a space in their name it comes up "Invalid User Specified"
any chance of a fix
Lea Verou
01-18-2006, 09:13 PM
found a problem
If i want to ban someone with a space in their name it comes up "Invalid User Specified"
any chance of a fix
My hack doesn't conflict with that. That's a vbulletin bug most likely
Oap JTRipper
01-18-2006, 09:17 PM
any chance it could use a drop down list ?
Lea Verou
01-18-2006, 09:21 PM
any chance it could use a drop down list ?
Where? :confused:
Oap JTRipper
01-18-2006, 09:24 PM
in the admincp > ban user
it has a drop down for the usergroup
how about a drop down for users
Lea Verou
01-18-2006, 09:25 PM
My hack doesn't affect the way the admincp functions (apart from it's settings that are added). You are a little confused...
Oap JTRipper
01-18-2006, 09:27 PM
lol forget it
i just realised that
im a Muppet :)
6impy
02-05-2006, 01:42 PM
Works great. Thanks!
john1744
02-07-2006, 03:52 AM
Is there a way to filter out certain userid's and perhaps the perm banned users?
Lea Verou
02-07-2006, 03:54 AM
Built-in: nope.
Why would you need that? If you give me a good reason I can include it in the next version :)
john1744
02-07-2006, 04:05 AM
Built-in: nope.
Why would you need that? If you give me a good reason I can include it in the next version :)For some reason my admins are showing on the list. As being permbanned users. Userid's 1 & 2. So I think its a problem with my table.
As for the permbanned users, maybe an option? I know I have doznes of permed users that are kinda cluttering the list.
But if there is just a if userid=1+2 kinda statement I can put in the .php to fix the 1st issue that would be great.
Lea Verou
02-07-2006, 04:09 AM
Wait, I'll work it out now and give you the fix :)
Lea Verou
02-07-2006, 04:17 AM
About the perm users try this and tell me if it works cause I haven't tried it in action:
Find:
if(($i>($page-1)*$perpage) && ($i<$page*$perpage))
change to:
if(($i>($page-1)*$perpage) && ($i<$page*$perpage)&& ($banned['liftdate']!=construct_phrase($vbphrase['never']])))
I'm very unsure about it but you can try. :)
john1744
02-07-2006, 04:25 AM
Seems to just bring up a white page.
Lea Verou
02-07-2006, 04:29 AM
Damn! This is the only thing I didn't expect :(
Try changing it to this:
if(($i>($page-1)*$perpage) && ($i<$page*$perpage)&& (is_numeric($banned['liftdate'])))
Lea Verou
02-07-2006, 04:33 AM
I guess you tried it on a test board cause it shows ok for me but does include the perm banned users...
eNforce
02-07-2006, 04:50 AM
YES YES YES!
I requested something just like this twice, this is superb :)
Lea Verou
02-07-2006, 04:52 AM
eNforce are you referring to the hack or to the fix?
Also, if you have it installed please click install to be notified of updates. :)
eNforce
02-07-2006, 04:55 AM
The hack :)
Just installed, thanks!
Edit: Idea!
How about having it show somewhere if the ban has been lifted earlier then the lift date?
Edit:
Oh, and for the stats it displays all members in the list banned as a total, though some have been lifted. Maybe have the stats show total bans for only the members currently banned, instead of including the lifted bans.
lifesourcerec
02-09-2006, 05:42 PM
Yeah that would be nice :)
However for the past banned users do not unban and re-ban them to put a clearer reason as the ban-date will be lost and replaced with the current one.
Edit the reasons via phpmyadmin instead ;) (you probably know that already but I thought I should mention, just in case :))
What database is it in?
Lea Verou
02-09-2006, 05:48 PM
The one you use for vBulletin...
Do not try this if you aren't a little experienced with it and do not experiment in random. It's dangerous down there...
erhanerhan_5
03-03-2006, 03:09 PM
How do i reset the banlist?
Mr_Devlin
03-03-2006, 03:48 PM
I'm still having a problem with this hack. It will show several users that are NOT banned and not all banned users were displayed (usergroupid=8). I want this list to display ALL members of the banned usergroup only no matter about a given reason or other field entries. Is it a possible option to add a usergroup id search editable in acp or a menue for selecting the usergroup that should be displayed instead of default? Perhaps it's easier to handle with this option available.
erhanerhan_5
03-08-2006, 05:43 PM
How do i reset the banlist?
???............
Lea Verou
03-08-2006, 05:47 PM
???............
I'm not sure what you mean. You want to unban all users or to not display users that were banned eg 1 year ago?
Mastar
03-10-2006, 03:10 PM
I got this error at the top of the banlist page:
Warning: Division by zero in /includes/functions.php on line 1860
See the attached
Lea Verou
03-10-2006, 03:12 PM
Adjust the settings. It has been said like 50 times in this thread. :rolleyes:
lucky64
03-12-2006, 03:08 AM
Nice, works perfectly.
Edit - Doesnt work perfectly.
It's showing a specific user that WAS banned, but currently unbanned, as a banned user.
*shrug*
Mr_Devlin
03-25-2006, 09:29 PM
I can't get this hack working. It will NOT display any banned users nor any other user.
I have 600 banned members at least and none was shown on banlist. In statistics it will show me that only 19 members were banned.
But none of them will be displayed...Weird.
I can't figure out the failure and have to uninstall it.
I attached a screenshot for you
Lea Verou
03-25-2006, 09:45 PM
Can you make me a favour and take a look at your useban table and tell me how many records it has?
Mr_Devlin
03-25-2006, 10:17 PM
There are 19 entrys, but only 9 of these entrys were really banned users.
Additional in that table we have 4 miserable, 5 registered and 1 co-admin...
Seems to be wrong, I assume.
As I mentioned some posts before I would like to have displayed the banned group only - nothing more and nothing less.
FudgeBalls2002
03-25-2006, 10:57 PM
Is there a way to show users that were banned but no longer banned like a recording log.
Nathan_R
04-07-2006, 06:20 PM
Michelle,
Can you add a column containing a link to the thread/post where the user was banned?
Thanks.
Lea Verou
04-23-2006, 10:54 AM
mini2 I wish I had time to update or support more all my hacks.
Unfortuntately there are other issues that absorve most of my time the past months as some of you may have noticed...
If I ever find time though, I will probably include your suggestion (thanks btw) but I can't promise anything.
Zowners
04-28-2006, 10:50 AM
I have uploaded the banlist.php to the forum root and imported the to .xml file, but yet I cannot find the options to edit this hack at all :(
Have I missed out any stages or done anything wrong?
Thanks
Lea Verou
04-28-2006, 01:37 PM
Go to your "vbulletin settings" and browse the list ;)
Zowners
04-28-2006, 06:39 PM
I have every setting set to yes, but this hack does not show up :(
Lea Verou
04-28-2006, 06:41 PM
What exactly do you mean by it "not showing up"?
Zowners
04-28-2006, 06:47 PM
What exactly do you mean by it "not showing up"?
I cannot see the ban list on my site.
www.sportszonefanatics.com
Lea Verou
04-29-2006, 03:39 AM
It's there: http://www.sportszonefanatics.com/forums/banlist.php
You just have to add a link somewhere in your site to point your users to it. :)
Personally, I have added it in the footer ;)
Oblivion Knight
05-10-2006, 03:52 PM
Hmm.. Not quite sure what is causing this:
Warning: Division by zero in /includes/functions.php on line 1860
---EDIT---
I had to edit the setting "Usernames per page" in the Admin CP.. :nervous:
Mikecp421
05-12-2006, 11:44 PM
thanks nice workk
HS2005
05-18-2006, 03:24 PM
i had this problem 2:
Warning: Division by zero in /includes/functions.php on line 1860
the answer was in this thread indeed.
go to admin cp> vbulletin settings
then select the >> e-steki banlist settings
and edit: Usernames per page
go to banlist.php (refesh) and it's good
i have vb 3.5.4 and it worked good.
Thank you for this hack i like it. :)
bosal
05-24-2006, 07:41 AM
yeah INSTALL clicked, great product, and it shows the ban for warning system
Zowners
07-17-2006, 07:58 PM
Is there any way that this hack could display the last banned member on the forum home page, like this site? (http://forums.livingwithstyle.com)
(scroll down to Event Log")
Snake
07-25-2006, 11:58 AM
Okay Michelle this is getting ridiclous. I have a few members such as "FFF System" and "Lionheart" removed from the ban lists but they are still being displayed. Any idea?
http://www.finalfantasyforums.net/banlog.html
brvheart
08-31-2006, 07:13 PM
Michelle...you going to port this to 3.6? I loved this on 3.5 and would love it on 3.6 ;)
Lea Verou
08-31-2006, 07:18 PM
It should work on 3.6, at least it does for me...
The problem is that it's not compliant with bans from the new infraction system. On my forum we ban them from the modcp anyway when they reach the limit cause we don't like the way the infraction system bans them.
Have you found any other bugs in it on 3.6?
OziloZ
09-06-2006, 10:24 PM
i had this problem 2:
Warning: Division by zero in /includes/functions.php on line 1860
the answer was in this thread indeed.
go to admin cp> vbulletin settings
then select the >> e-steki banlist settings
and edit: Usernames per page
go to banlist.php (refesh) and it's good
i have vb 3.5.4 and it worked good.
Thank you for this hack i like it. :)
Thanks very much :)
Robbed
09-17-2006, 01:16 AM
It should work on 3.6, at least it does for me...
The problem is that it's not compliant with bans from the new infraction system. On my forum we ban them from the modcp anyway when they reach the limit cause we don't like the way the infraction system bans them.
Have you found any other bugs in it on 3.6?
I know it says your not updating anything.
Just a suggestion if you do.
Can you include a page that shows all the admins total bans and list the users they banned?
(at the bottom it shows the who has the most bans so it should be possible?)
Thanks
Snake
09-17-2006, 07:36 AM
Thanks, I hope this is going to work on 3.6. :)
gsm4arab1
09-19-2006, 05:57 PM
thanks good work
brvheart
10-02-2006, 01:20 PM
It should work on 3.6, at least it does for me...
The problem is that it's not compliant with bans from the new infraction system. On my forum we ban them from the modcp anyway when they reach the limit cause we don't like the way the infraction system bans them.
Have you found any other bugs in it on 3.6?
no, I have not found any other bugs....but I have not used it on a live board
oldfan
10-09-2006, 02:27 PM
call me stupid, but where's the lift ban feature?
I trying to remove a few people.
Its not problem removing the ban via cp, but their name is still on the banlist.
brvheart
10-12-2006, 12:49 PM
ON 3.6.1 when going to the banlist.php it is just a white page :(
Guest210212002
10-12-2006, 04:30 PM
* Guest210212002 clicks install
I don't have any users show up in the list, however. The stats at the bottom show:
Total banned users: 26, Temporarily banned users: 0, Permanently banned users: 26.
The newest banned member is PrettylikePlayer on 10-03-2006.
The admin/mod that banned the most people is Chris (8 members).
However, none are actually in the populated list. Is it only for temporarily banned folks, or am I missing something?
Thanks!
Edit: Got it, had to actually set a number of users per page. Great mod Michelle, thanks!
brvheart
10-12-2006, 04:53 PM
got except for one thing...there is a user that is showing as being banned that is not...how to I get that out of there?
Spikeman
10-12-2006, 08:50 PM
Great thanks for this :)
sub_ubi
10-20-2006, 07:41 AM
Does this work with 3.6.2?
Spikeman
10-20-2006, 02:18 PM
Works fine on my 3.6.2 :)
Snake
10-20-2006, 09:39 PM
Yep, you can see for yourself here! :)
http://www.finalfantasyforums.net/banlog.html
HeloHi
10-24-2006, 09:47 AM
Snake sold me on this one! Installed and working great! :cool:
sonokta
11-13-2006, 12:37 AM
can l use 3.6.3
Spikeman
11-13-2006, 05:52 PM
can l use 3.6.3
I do and it works fine :)
Snake
01-16-2007, 07:19 AM
Mike, ever thought of updating this hack and add a couple of new features? :)
Delphiprogrammi
05-29-2007, 11:48 AM
vBulletin 3.6.7 all working fine but bans info is not shown it keeps empty (and yes i do have records in the userban table)
Never mind it's working fine on 3.6.7
Kaelon
09-16-2007, 03:19 PM
Hey Michelle,
Installed this on 3.6.8, but get the following error on the top of banlist.php:
Warning: Division by zero in /includes/functions.php on line 2162
Any thoughts? It also doesn't show any of the banned users.
puertoblack2003
09-18-2007, 02:27 AM
works fine for 3.6.8 thanks
Xeder
10-24-2007, 12:01 PM
Thanks for this nice hack
But is there a way to add IP column?
aycan555
12-25-2007, 07:10 PM
Hey Michelle,
Installed this on 3.6.8, but get the following error on the top of banlist.php:
Warning: Division by zero in /includes/functions.php on line 2162
Any thoughts? It also doesn't show any of the banned users.
I have got the same problem??? installed on 3.6.8 can someone update it please thanxs...
KeyStalker
02-08-2008, 10:45 AM
You guys need to choose HOW MANY bans per page. IF you don't put in a number it won't show anything.
jscieza
03-05-2008, 02:54 AM
I have a quick question (and also wants a quick reply hehehe :D)
It's possible to only allow access to see the Banned List to the Registered Users group?
Thank you!
Xanlamin
07-01-2008, 07:48 PM
Yes, once installed just edit the hack in your Vbulletin Options and enter in the disallowed usergroups in "Not Permitted usergroups"
P.S. Works on 3.7 ALL version as well.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.