User:CSteipp (WMF)/Training

From mediawiki.org

AMS Hackathon[edit]

If you would like to setup and attack these on an isolated wiki that you own, create the database table:

CREATE TABLE `vulntags` (
  `vt_tid` int(11) NOT NULL AUTO_INCREMENT,
  `vt_article_id` bigint(20) NOT NULL,
  `vt_tag_text` text,
  PRIMARY KEY (`vt_tid`)
) ENGINE=InnoDB;

And include the _easy or _medium .php files from your LocalSettings.php. You can copy the javascript into your wiki's MediaWiki:Common.js page.