Lecteur Markdown
Recommend Documentation En
Feature: Recommend #
Vote-based recommendation system. Displays a top 10 of the most recommended items. Votes are secured by MD5 hash to prevent URL manipulation.
Vote-based recommendation system. Displays a top 10 of the most recommended items. Votes are secured by MD5 hash to prevent URL manipulation.
Via FTP: Upload the recommend/ directory into /plugins/.
Via package manager: Select recommend from the available plugins list.
Paths:
/plugins/recommend/recommend.php/plugins/recommend/conf/recommend.conf.inc.phpRequired level: RECOMMEND_LEVEL_USER
Required SQL table: recommend
Top 10 of the most recommended entries, sorted by descending vote count.
A vote is triggered via a link containing:
md5($cfg[17] . $entry)If the hash does not match, the vote is rejected.
This plugin is intended to be embedded in other pages: a "Recommend this" link is generated with the appropriate encoding and hash.
?obj=recommend.php — Top 10
?obj=recommend.php&entry=BASE64&hash=MD5 — Vote for an entry
Beamreactor\Database\SQL$cfg[17] — secret key for validation hash generation