The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Rules and User Agreement Hack Details »» | |||||||||||||||||||||||||
This modification currently contains a vulnerability. You are hereby advised to disable this modification until such time that the author provides a fix.
- vBulletin.org Staff Rules and User Agreement Hack------------------------------------- Hack Version: 1.1.5 vB-version: 3.5 Developer: WwW.UAEWEB.CoM Install-difficulty: Easy Port of: https://vborg.vbsupport.ru/showt...threadid=77666 Introduction: Rules and User Agreement Hack Is an agreement rules systems, that requires user to agree to each individual forum or/and pages rules within the whole board community ?if applicable? prior to permission them to different action (Viewing a Forum, Posting New Thread for the first time, Posting New Thread, Posting Reply). This will limit the forum breaches that occur often due to unawareness of the rules and agreement. This shall automate the manual procedures that are followed by users to read the ?rules and agreement? and will enforce to some extent the users to be aware of rules in place. Moreover this will eliminate the options of any denial by certain users of not being aware of ?rules and agreements? being in place for the desired forum. This can also be used as alerts, broadcasts, messages and tutorials? etc to certain individual, multi users or groups. Features:
- User's Additional Usergroups is Y. - User's User Id is X. - User's User Name is XXX. - User's first time posting a new thread in this forum. - User's has posts greater than x posts. - User's has posts less than x posts. - User's Join Date is After (yyyy-mm-dd). - User's Join Date is Befor (yyyy-mm-dd). - User's Last Activiy is After (yyyy-mm-dd). - User's Last Activiy is Befor (yyyy-mm-dd). - User's Last Post is After (yyyy-mm-dd). - User's Last Post is Befor (yyyy-mm-dd). * Can Use Conditionals.
See attachments. Hack Installation Details: 1 Product XML with 3 Plugins, and 45 Phrases New files for this Hack: 3 /admincp/rulesagreement.php /includes/cron/cron_ruleshack.php /includes/xml/cpnav_rulesagreement.xml New templates for this Hack: 2 ruleshack_rules ruleshack_rulesbit File-edits: 0 Template-edits: 1 MEMBERINFO New DB tables for this Hack: 1 ruleshack DB Tables modified for this Hack: 1 user How to Install: To install this hack, simply download the zip file, Unzip it to a directory on your computer and follow the steps from README.txt History: 1.0.0 Initial Version for vBulletin 3.5 1.1.0 Added Rule(s) from URL Fixed typo in Phrase 1.1.1 Fixed bug with new registration -> to upgrade, import product-rulesagreement.xml and set Allow Overwrite to yes 1.1.2 Fixed bug with Reseting Rules every 12 hours -> to upgrade, import product-rulesagreement.xml and set Allow Overwrite to yes 1.1.3 Fixed bug with with TABLE_PREFIX missing -> to upgrade, import product-rulesagreement.xml and set Allow Overwrite to yes 1.1.4 Fixed bug with with Template / memberinfo Agreed Rules List -> to upgrade, import product-rulesagreement.xml and set Allow Overwrite to yes 1.1.5 Fixed bug with this & this -> to upgrade, import product-rulesagreement.xml and set Allow Overwrite to yes PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack, please be kind and click on Show Your Support
|
Comments |
#242
|
||||
|
||||
The title table has been removed in vB 3.64 for some unknow reason. That's why this hack is broken. Unless your brave and like dibbling into the database, try creating a 'title' column under CRON table in your database.
|
#243
|
|||
|
|||
I take it, it's not going to be possible to make this work in 3.6.4.
OK I've read the responses for those who do have it working, but apprently they are either unwilling to share or they don't actually have it working. Thats a shame. I will contact the author of this script and offer to pay to port it into my fourms. |
#244
|
|||
|
|||
anyone got this workin for 3.6??
|
#245
|
||||
|
||||
guess this still isn't working for 3.6?
|
#246
|
||||
|
||||
still waiting for this one for 3.6.4 myself. One day someone will port this one over..
|
#247
|
|||
|
|||
yes, hopefully soon! Looks like a great add-on.
|
#248
|
|||
|
|||
Anybody update this hack?
PLEASE, HELPPPPPPPPPPPPPPPP |
#249
|
|||
|
|||
Waiting here also
|
#250
|
|||
|
|||
I get same error when trying to install
|
#251
|
|||
|
|||
Quote:
Working fine on vb 3.6.4 Open product-rulesagreement.xml search 2x : Code:
$xxx = $db->query("INSERT INTO " . TABLE_PREFIX . "cron (weekday, day, hour, minute, filename, loglevel, title ) Code:
$xxx = $db->query("INSERT INTO " . TABLE_PREFIX . "cron (weekday, day, hour, minute, filename, loglevel, varname ) Only, if mySQL 5 one uses: Implement the following Querry: Code:
alter table `ruleshack` change `repeat` `repeated` smallint (1) DEFAULT '0' NOT NULL "repeat" and replace with "repeated" have fun |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|