vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Troll beta (https://vborg.vbsupport.ru/showthread.php?t=119553)

TMM-TT 06-21-2006 07:18 PM

Troll beta
 
1 Attachment(s)
Quote:

Originally Posted by TMM-TT
Absolutely! A product, it will be. :)


How about this (beta-stuff-things)? :)

TMM-TT 06-22-2006 06:43 PM

The beta is now released at http://forum.tornevall.net/showthread.php?t=102799

Talisman 06-23-2006 03:19 AM

Quote:

Originally Posted by TMM-TT
How about this (beta-stuff-things)? :)

That looks very useful, TMM-TT.

As for the question asked, I stopped banning trolls a long time ago. That's mostly what they're hoping you'll do and it just makes your site a challenge for them afterwards.

The miserable user's hack is great. I'll use that to begin with but if that doesn't put a stop to the misbehaviour, I'll just lock them down into an inactive usergroup with no permissions. They can't even see the forum anymore. That prevents them from continuing to use their original login/account and tips me off if they try to register again using multiple accounts.

Never delete user info on the troublemakers. That data is the best resource you have to confirm the identity of suspicious new members in the future.

Alfa1 06-24-2006 12:07 AM

Looks like the beta version creates an extra table, but leaves a empty space between the prefix and the table name. It won't work for me. That may be because I have a non standard table prefix.

However, I have been searching all around for a hack like this. Even requested one. As far as I can find, there is no other hack that can alert admins to clones, except the one working with cookies. I suspect this hack may get very popular.

TMM-TT 06-24-2006 05:54 AM

Quote:

Originally Posted by Alfa1
Looks like the beta version creates an extra table, but leaves a empty space between the prefix and the table name. It won't work for me. That may be because I have a non standard table prefix.

However, I have been searching all around for a hack like this. Even requested one. As far as I can find, there is no other hack that can alert admins to clones, except the one working with cookies. I suspect this hack may get very popular.


Maybe alerting can be something to add to this plugin too, then. I should just figure out how to do that. :)

The beta creates an extra table called user_troll, yes. What prefix are you using that makes it not work? (I don't use any myself but got no errors when I tried to install)

Alfa1 06-24-2006 11:39 AM

I am using 'vb9_ as table' prefix. Here is the error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS entries FROM vb9_ user_troll;

MySQL Error : Table 'servername.vb9_' doesn't exist
Error Number : 1146
Date : Saturday, June 24th 2006 @ 03:35:10 PM
Script : http://www.mysite.com/forum/iptracker.php
Referrer :
IP Address : myIP
Username : Alfa1
Classname : vB_Database

I have replaced some data relating to my servername, sitename and IP.
Note that there is a space between 'AS entries FROM vb9_' and 'user_troll'

antialiasis 06-24-2006 02:46 PM

Well, I just made a quick hack that doesn't give people their validation code until they visit the bottom of the rules page. People who don't intend to follow rules generally don't bother reading them, so it's more or less been working like a charm with a couple of exceptions.

TMM-TT 06-24-2006 02:51 PM

Quote:

Originally Posted by Alfa1
I am using 'vb9_ as table' prefix. Here is the error:

Database error in vBulletin 3.5.4:

Invalid SQL:
SELECT COUNT(*) AS entries FROM vb9_ user_troll;

MySQL Error : Table 'servername.vb9_' doesn't exist


Ahh, a miss by me. :)

Look for this code

PHP Code:


if (file_exists("./global.php")) {
        
$sql_count "SELECT COUNT(*) AS entries FROM " TABLE_PREFIX " user_troll"


Replace with:

PHP Code:

if (file_exists("./global.php")) {
        
$sql_count "SELECT COUNT(*) AS entries FROM " TABLE_PREFIX "user_troll"

... then it should work. :)


Or get a modified sorce from here :)

Marco van Herwaarden 06-24-2006 05:31 PM

If you want to discuss and test a beta product, then please release it in the appropriate forum as a beta release, and continue discussion there.

Thanks for understanding.


All times are GMT. The time now is 07:10 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.01547 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete