Log in

View Full Version : Banned Users List (with reason/date/who)


kidney
03-31-2002, 10:00 PM
Here is a modification to a hack that already exist, but it adds by who the ban was made.

Here is an example of this hack
http://forum.dishwacker.com/showbanned.php

and here is the original hack
https://vborg.vbsupport.ru/showthread.php?s=&threadid=35979

Enjoy and let me if any problems occur

Floris
04-01-2002, 07:45 AM
Can I limit this to only super/mods/admins can see this? I do not wish guests or registered members to see this.

vertex
04-01-2002, 11:57 AM
great addon to supreem's hack, i believe i requested that = ] thanks, it would be better if only staff can see by who though.

Q8vbhacks
04-01-2002, 12:54 PM
thanks for hack but i have this problem

Database error in vBulletin: Invalid SQL:
SELECT
userfield.field6, usergroup.title, user.username, user.userid, user.invisible, user.receivepm,
user.usergroupid, user.lastactivity, user.lastvisit, userfield.field7, userfield.field8
FROM usergroup
LEFT JOIN user ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
WHERE usergroup.showgroup = 1 AND usergroup.usergroupid = 10

mysql error: Unknown column 'usergroup.showgroup' in 'where clause'
mysql error number: 1054

vertex
04-01-2002, 03:37 PM
ok if i have the hack already by supreemball what is there to add thats different? is showbanned.php different?

kidney
04-02-2002, 01:55 AM
Originally posted by Q8vbhacks
thanks for hack but i have this problem

Database error in vBulletin: Invalid SQL:
SELECT
userfield.field6, usergroup.title, user.username, user.userid, user.invisible, user.receivepm,
user.usergroupid, user.lastactivity, user.lastvisit, userfield.field7, userfield.field8
FROM usergroup
LEFT JOIN user ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
WHERE usergroup.showgroup = 1 AND usergroup.usergroupid = 10

mysql error: Unknown column 'usergroup.showgroup' in 'where clause'
mysql error number: 1054

You must create your fields before anything else and then add the mod to the config.php.

If you still have send your files i'll look into it when I have time.

kidney
04-02-2002, 02:22 AM
Originally posted by vertex
ok if i have the hack already by supreemball what is there to add thats different? is showbanned.php different?
Firts make sure that you create the extra and take down the ID that field and add to you config.php the following:
$bannedbyfieldid=7;

and the in the mod/user.php find:

$banuser=$DB_site->query_first("SELECT username,userid,usergroupid,customtitle,posts FROM user WHERE userid=$userid");
$ismod=$DB_site->query_first("SELECT moderatorid FROM moderator WHERE userid=$userid");

and replace it by:

$banby = $bbuserinfo['username'];
$banuser=$DB_site->query_first("SELECT username,userid,usergroupid,customtitle,posts FROM user WHERE userid=$userid");
$ismod=$DB_site->query_first("SELECT moderatorid FROM moderator WHERE userid=$userid");

in the same file look for:

$DB_site->query("UPDATE userfield SET field$banreasonfieldid='$banreason', field$banuntilfieldid='$banuntil', WHERE userid=$banuser[userid]");

and replace it with

$DB_site->query("UPDATE userfield SET field$banreasonfieldid='$banreason', field$banuntilfieldid='$banuntil', field$bannedbyfieldid='$banby' WHERE userid=$banuser[userid]");


and use my showbanned.php, and replace all the template with mine, it should be working fine after all that.



xiphoid

Can I limit this to only super/mods/admins can see this? I do not wish guests or registered members to see this.

That's on my todo list.....

voogru
04-20-2002, 11:50 PM
i keep getting this


Database error in vBulletin 2.2.5:

Invalid SQL:
SELECT
userfield.field8, usergroup.title, user.username, user.userid, user.invisible, user.receivepm,
user.usergroupid, user.lastactivity, user.lastvisit, userfield.field, userfield.field9
FROM usergroup
LEFT JOIN user ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
WHERE usergroup.showgroup = 1 AND usergroup.usergroupid = 10

mysql error: Unknown column 'userfield.field' in 'field list'

mysql error number: 1054

Date: Saturday 20th of April 2002 08:45:42 PM
Script: http://forums.voogru.com/showbanned.php
Referer:

voogru
04-20-2002, 11:59 PM
ok, it works now but now when i ban someone it will not show up in the showbanned thing

voogru
04-21-2002, 12:20 AM
n/m got it

inetd
05-12-2002, 09:30 AM
What for it is necessary to create new group Banned if is Banned by Moderators?
If a moderator ban someone, it can write for as up to what date? The user leaves from ban automatically whether or not?

Thanks for replies

inetd
05-12-2002, 10:03 AM
Hm
I banned users. But this ban don't show in showbanned.php and by Who field empty in user profile.
(i'm Admin on my board)
Super Moderator try ban too, and result the same. :(
Help me please

The Realist
06-08-2002, 05:58 PM
Im getting the following. Done all as above, error is:

Invalid SQL:
SELECT
userfield.field5, usergroup.title, user.username, user.userid, user.invisible, user.receivepm,
user.usergroupid, user.lastactivity, user.lastvisit, userfield.field6, userfield.field
FROM usergroup
LEFT JOIN user ON (usergroup.usergroupid = user.usergroupid)
LEFT JOIN userfield ON (userfield.userid = user.userid)
WHERE usergroup.showgroup = 1 AND usergroup.usergroupid = 10

mysql error: Unknown column 'userfield.field5' in 'field list'

mysql error number: 1054

Anyone?

Running 2.2.4

The Realist
06-09-2002, 02:29 PM
Solved the above DB error, but when we ban a member its not being displayed in the showbanned page.

Any ideas.

Chris M
06-10-2002, 10:11 AM
Same here...

:(

Satan

Erwin
06-12-2002, 02:17 AM
Easily fixed - make sure that the usegroupid of the banned group in showbanned.php is the same as the usergroupid of your own forum. Otherwise it won't show.

Chris M
06-16-2002, 09:27 AM
I did...

It still doesnt show...

Satan