vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   e-steki Banlist (https://vborg.vbsupport.ru/showthread.php?t=103190)

john1744 02-07-2006 04:05 AM

Quote:

Originally Posted by Michelle
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:
PHP Code:

if(($i>($page-1)*$perpage) && ($i<$page*$perpage)) 

change to:
PHP Code:

    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:
PHP Code:

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

Quote:

Originally Posted by Michelle
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

Quote:

Originally Posted by erhanerhan_5
How do i reset the banlist?

???............

Lea Verou 03-08-2006 05:47 PM

Quote:

Originally Posted by erhanerhan_5
???............

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:


PHP Code:

WarningDivision 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

Quote:

Originally Posted by Michelle
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:

Quote:

Warning: Division by zero in /includes/functions.php on line 1860
---[high]EDIT[/high]---
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?
(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

Quote:

Originally Posted by HS2005
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

Quote:

Originally Posted by Michelle
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


All times are GMT. The time now is 06:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01366 seconds
  • Memory Usage 1,823KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete