- First install a clean copy of PyroCMS Beta3 for reference.
- Next update the composer.json file of your B2 install with that of the B3 install.
- Mark your B2 install as
INSTALLED=false. composer updateto bring in all the new goodies.- Add
placeholder,warning,instructionstostreams_fields_translationstable. - Mark all streams in streams_streams as
trashable=1according to fresh install's table. - Add
deleted_at (DATETIME)to all stream entry tables where the stream is marked trashable above. - Rename the stream
groupstomenusin streams_streams. - Rename the table
navigation_groupstonavigation_menus. - Rename the column
group_idtomenu_idin navigation_links.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Go to: http://www.madeon.fr/adventuremachine/ | |
| setInterval(function(){var g = angular.element('epic-lols').scope().game; g.clickButton(g.buttons[Math.floor(Math.random() * 36)]); }, 3000); | |
| Copy the above into console. | |
| All credits to yerwol (https://github.com/wol) |