PDA

View Full Version : deleting 500 posts of spam user


ketanco
03-23-2016, 07:04 PM
When i try to delete the posts of a spam user if it is more than 50 it tells me to go to control panel

i dont want to do it as it takes time, so how and where can i modify this 50 number to say 500? support told me to come to this forum to do that

FYI note: when i asked this to support, they told me to go to control panel first but then they said there is a bug and it can not be done in control panel and i must go to user about page and delete all his posts from front end 25 each time max, which is very time consuming if there is a lovely spam bot which posted 500 posts

MarkFL
03-23-2016, 07:17 PM
You might want to look into this product:

One Touch Ban & Clean-up (https://vborg.vbsupport.ru/showthread.php?t=269904)

ketanco
03-23-2016, 07:50 PM
all i want to know is how to change to 50 to 500

thanks but i am not interested in any mods etc....

which file which folder, which line exactly, must i go to change 50 to 500?

Dave
03-23-2016, 08:08 PM
Check /inlinemod.php around line 1083 and 1364, look for
$show['prevent_userselection'] = ($user['post_count'] > 50 AND empty($vbulletin->GPC['useraction']));
and
if (intval($user_check['total']) <= 50)

And change the numbers.
Just keep in mind vBulletin had its reasons for limiting it to 50.

ketanco
03-23-2016, 08:16 PM
thanks
what kind of reasons?

In Omnibus
03-23-2016, 08:46 PM
thanks
what kind of reasons?

It's a server intensive process. You could lock up the server or database.

Lynne
03-24-2016, 05:01 PM
And some servers will give you an error if you try to delete more than 1000 at a time.