The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
"Smith" Warning System Details »» | |||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*================================================= =====================*\ || "Smith" Warning System || || Author : Anton Kanevsky || Co-Author(s) : Mr_Devlin (German Translation) || Works on : vBulletin 3.5 / 3.6 || Released : Nov 25, 2006 || || Time required to install: 1 minute || Difficulty: easy \*================================================ ======================*/ DESCRIPTION Have you been running into troublesome users ever since you have began administering your bulletin board? Have you been forced into banning these users because there was no other way to prevent them from wreaking havoc in your community? Look no further. "Smith" Warning System is a professional solution that features a system of warning points as an alternative to an immediate ban. A must-have tool for a serious administrator. STATISTICS File Uploads: 1 Template Changes: 5 Products to Install: 1 FEATURES
VERSION HISTORY 1.3.1 Corrected a postbit_legacy template bug. 1.3.0 The first free release that is officially cross-compatible with both vBulletin 3.5 and 3.6. 1.2.2 [F] Corrected a licensing issue. [F] Corrected a cron bug, which caused an sql error. [F] Changed behavior of "Can View ___ Warnings" permission to cover the warning level displayed in posts. 1.2.1 [+] Reputation Points Option was removed from vBulletin Options. Instead, Reputation Effect can now be defined per Warning Type and even per Warning. [+] Reputation-Based Self-Revokation Capability: Each warning can be set to allow the end user to buy the warning out in exchange for a certain amount of reputation points. [+] Feature to enable creation of warning information threads in a specific forum. [+] More detailed and better formatted usernotes and notifications. 1.1.0 [+] Ability to Issue Verbal Warnings [+] Ability to Define a Fake Warner [+] Automatic Usernotes Creation [+] Warned Posts May Not Be Modified by the Author [+] More sophisticated who's online handler [+] Warning sign on warned posts 1.0.0 Introductory Release INTRODUCTION This hack includes a cron, which you do not need to manually add to your cron manager. The cron is added automatically for you once you install the product XML. If you wish to import your warning data from another warning system, upload warn_import.php from ./do_not_upload/ to ./admincp/ and run it from your browser. The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Supporters / CoAuthors Show Your Support
|
Comments |
#62
|
|||
|
|||
Are you sure that fantasyf_vb is the correct prefix used in your database? Double check config.php.
|
#63
|
|||
|
|||
Actually, it is fantasyf_forums. So i then change it and run
UPDATE fantasyf_forums_vbuser SET pmunread = pmunread - 1 WHERE userid = 1 And get An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forums_vbuser' doesn't exist Boy I'm lost. |
#64
|
|||
|
|||
Try this:
UPDATE fantasyf_forumsuser SET pmunread = pmunread - 1 WHERE userid = 1 There is no '_' between prefix and actual table name. So, your table names for queries are written like this: PREFIXNAME_OF_TABLE If table name is user, and prefix is helloworld, then in a query, you would write: helloworlduser |
#65
|
|||
|
|||
Now get
An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'fantasyf_forums.fantasyf_forumsuser' doesn't exist I don't want to waste your time with this, but is this something you're still trying to figure out on your end? |
#66
|
|||
|
|||
Also tried
UPDATE fantasyf_forums_userid SET pmunread = pmunread - 1 WHERE userid = 1 And get an error. |
#67
|
|||
|
|||
No, I am not trying to figure this out because I cannot without seeing the contents of your config.php file.
|
#68
|
||||
|
||||
Fatal error: Call to undefined function: fetch_ws_level() in /usr/local/apache/htdocs/forum/warn.php on line 195
when i try to issue a warning for a user, any ideas? and also the warn_import.php file still links to your site asking for a license key and doesnt allow continue. |
#69
|
||||
|
||||
That's cool that you released for free based on other mods like this and vB's included feature.
Now I just wish I could get that battle system for my graphics site. |
#70
|
|||
|
|||
Quote:
|
#71
|
||||
|
||||
it is imported and plugins are enabled.
thanks for the new import file. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|