View Full Version : e-steki Banlist
Lea Verou
18 Dec 2005, 11:45
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
Looks very interesting, I'll try this out tomorrow!
Andyrew
18 Dec 2005, 12:12
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
18 Dec 2005, 12:15
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
18 Dec 2005, 12:21
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:
where is banbit template ? its left
Lea Verou
18 Dec 2005, 12:26
woops, I probably forgot to put it in the product! w8 2 minutes! :o :o
Lea Verou
18 Dec 2005, 12:29
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
18 Dec 2005, 12:38
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
18 Dec 2005, 12:41
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
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
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
search:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Lea Verou
18 Dec 2005, 12:47
open banlist.php with wordpad and find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
search:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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
18 Dec 2005, 12:51
Should be fixed now, I'm going to eat :p
AshokForums.com
18 Dec 2005, 13:23
Rated it excellent.. You have 4 stars now :p
Nice feature to have, thanks..
Lea Verou
18 Dec 2005, 13:32
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
18 Dec 2005, 13:58
Clicked install, all working fine now.
You can sleep in peace now, knowing that you made a great hack. :)
Lea Verou
18 Dec 2005, 14:01
Τ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 :(
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 ;)
Psionic Vision
18 Dec 2005, 14:46
Very nice hack, Michelle. Really :)
/me 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
18 Dec 2005, 16:20
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
18 Dec 2005, 16:38
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
Psionic Vision
18 Dec 2005, 16:41
I always do that, it's not the first time!
Nope, in referrer statistics you have random prefixes or none at all ;)
Lea Verou
18 Dec 2005, 16:43
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:
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.
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
18 Dec 2005, 19:56
This is line 1808, functions.php:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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
18 Dec 2005, 20:01
Never mind, fixed. ;)
May I ask how, so that if anyone has the same problem solves it? :)
Lea Verou
18 Dec 2005, 20:02
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
18 Dec 2005, 20:21
my error:
Warning: Division by zero in /includes/functions.php on line 1815
http://vermelhices.com/forum/banlist.php
help me
Lea Verou
18 Dec 2005, 20:27
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
18 Dec 2005, 20:32
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
18 Dec 2005, 20:43
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
18 Dec 2005, 20:57
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
18 Dec 2005, 21:19
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
19 Dec 2005, 15:15
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
20 Dec 2005, 23:08
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.
Psionic Vision
21 Dec 2005, 00:11
Because there is no error check.
Michelle, you should make the script verify whether there is anything to display. Otherwise there be errors...
VBUsers
21 Dec 2005, 09:54
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
21 Dec 2005, 12:15
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
21 Dec 2005, 13:26
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
21 Dec 2005, 14:05
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
21 Dec 2005, 19:29
thanks michelle i appreciate all of your hardwork and knowledge! great hack!
Psionic Vision
21 Dec 2005, 19:44
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
22 Dec 2005, 10:33
I get this error:
Warning: Division by zero in /includes/functions.php on line 1815
Which is this line:
$totalpages = ceil($results / $perpage);
ConqSoft
22 Dec 2005, 13:31
You didn't set a value for Per Page.
Lea Verou
22 Dec 2005, 21:52
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:
Psionic Vision
22 Dec 2005, 22:34
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
22 Dec 2005, 23:45
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
23 Dec 2005, 02:01
I get this along the top of the banlist.php page when viewing it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Lea Verou
23 Dec 2005, 02:02
I get this along the top of the banlist.php page when viewing it:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Set a perpage setting in the e-steki Banlist Settings.
brvheart
24 Dec 2005, 17:06
*clicks install* but.....not it shows me as being banned????
Lea Verou
24 Dec 2005, 23:05
*clicks install* but.....not it shows me as being banned????
Huh? :confused: Are the other results correct? Can you provide a screenshot?
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
30 Dec 2005, 01:08
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
01 Jan 2006, 00:57
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*
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
02 Jan 2006, 04:23
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
08 Jan 2006, 07:33
nice hack, thanks.
for me it displays users as banned who are no longer banned, how do I clear that?
EasyTarget
08 Jan 2006, 07:59
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
08 Jan 2006, 21:19
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
08 Jan 2006, 22:16
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
13 Jan 2006, 11:11
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
18 Jan 2006, 23:11
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
18 Jan 2006, 23:13
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
18 Jan 2006, 23:17
any chance it could use a drop down list ?
Lea Verou
18 Jan 2006, 23:21
any chance it could use a drop down list ?
Where? :confused:
Oap JTRipper
18 Jan 2006, 23:24
in the admincp > ban user
it has a drop down for the usergroup
how about a drop down for users
Lea Verou
18 Jan 2006, 23:25
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
18 Jan 2006, 23:27
lol forget it
i just realised that
im a Muppet :)
john1744
07 Feb 2006, 05:52
Is there a way to filter out certain userid's and perhaps the perm banned users?
Lea Verou
07 Feb 2006, 05:54
Built-in: nope.
Why would you need that? If you give me a good reason I can include it in the next version :)
john1744
07 Feb 2006, 06:05
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
07 Feb 2006, 06:09
Wait, I'll work it out now and give you the fix :)
Lea Verou
07 Feb 2006, 06:17
About the perm users try this and tell me if it works cause I haven't tried it in action:
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
change to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I'm very unsure about it but you can try. :)
john1744
07 Feb 2006, 06:25
Seems to just bring up a white page.
Lea Verou
07 Feb 2006, 06:29
Damn! This is the only thing I didn't expect :(
Try changing it to this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Lea Verou
07 Feb 2006, 06:33
I guess you tried it on a test board cause it shows ok for me but does include the perm banned users...
eNforce
07 Feb 2006, 06:50
YES YES YES!
I requested something just like this twice, this is superb :)
Lea Verou
07 Feb 2006, 06:52
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
07 Feb 2006, 06:55
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
09 Feb 2006, 19:42
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
09 Feb 2006, 19:48
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 Mar 2006, 17:09
How do i reset the banlist?
Mr_Devlin
03 Mar 2006, 17:48
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
08 Mar 2006, 19:43
How do i reset the banlist?
???............
Lea Verou
08 Mar 2006, 19:47
???............
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?
I got this error at the top of the banlist page:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
See the attached
Lea Verou
10 Mar 2006, 17:12
Adjust the settings. It has been said like 50 times in this thread. :rolleyes:
lucky64
12 Mar 2006, 05:08
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
25 Mar 2006, 23:29
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
25 Mar 2006, 23:45
Can you make me a favour and take a look at your useban table and tell me how many records it has?
Mr_Devlin
26 Mar 2006, 00:17
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
26 Mar 2006, 00:57
Is there a way to show users that were banned but no longer banned like a recording log.
Nathan_R
07 Apr 2006, 20:20
Michelle,
Can you add a column containing a link to the thread/post where the user was banned?
Thanks.
Lea Verou
23 Apr 2006, 12:54
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
28 Apr 2006, 12:50
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
28 Apr 2006, 15:37
Go to your "vbulletin settings" and browse the list ;)
Zowners
28 Apr 2006, 20:39
I have every setting set to yes, but this hack does not show up :(
Lea Verou
28 Apr 2006, 20:41
What exactly do you mean by it "not showing up"?
Zowners
28 Apr 2006, 20:47
What exactly do you mean by it "not showing up"?
I cannot see the ban list on my site.
www.sportszonefanatics.com
Lea Verou
29 Apr 2006, 05:39
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
10 May 2006, 17:52
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
13 May 2006, 01:44
thanks nice workk
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. :)
yeah INSTALL clicked, great product, and it shows the ban for warning system
Zowners
17 Jul 2006, 21:58
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")
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
31 Aug 2006, 21:13
Michelle...you going to port this to 3.6? I loved this on 3.5 and would love it on 3.6 ;)
Lea Verou
31 Aug 2006, 21:18
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 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 :)
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
Thanks, I hope this is going to work on 3.6. :)
gsm4arab1
19 Sep 2006, 19:57
thanks good work
brvheart
02 Oct 2006, 15:20
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
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
12 Oct 2006, 14:49
ON 3.6.1 when going to the banlist.php it is just a white page :(
Chris-777
12 Oct 2006, 18:30
/me 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
12 Oct 2006, 18:53
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
12 Oct 2006, 22:50
Great thanks for this :)
sub_ubi
20 Oct 2006, 09:41
Does this work with 3.6.2?
Spikeman
20 Oct 2006, 16:18
Works fine on my 3.6.2 :)
Yep, you can see for yourself here! :)
http://www.finalfantasyforums.net/banlog.html
Snake sold me on this one! Installed and working great! :cool:
sonokta
13 Nov 2006, 02:37
can l use 3.6.3
Spikeman
13 Nov 2006, 19:52
can l use 3.6.3
I do and it works fine :)
Mike, ever thought of updating this hack and add a couple of new features? :)
Delphiprogrammi
29 May 2007, 13:48
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
Hey Michelle,
Installed this on 3.6.8, but get the following error on the top of banlist.php:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
[/B]
Any thoughts? It also doesn't show any of the banned users.
puertoblack2003
18 Sep 2007, 04:27
works fine for 3.6.8 thanks
Thanks for this nice hack
But is there a way to add IP column?
aycan555
25 Dec 2007, 21:10
Hey Michelle,
Installed this on 3.6.8, but get the following error on the top of banlist.php:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
[/B]
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
08 Feb 2008, 12:45
You guys need to choose HOW MANY bans per page. IF you don't put in a number it won't show anything.
jscieza
05 Mar 2008, 04:54
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
01 Jul 2008, 21:48
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.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.