cmd.php

  1. Earl

    Unmaintained [Earl] Board Active Cli 1.0.0a

    This add-on allows you to turn your board on and off with command line interface. So you can use this option to flip the "Board active" switch when you preparing to make a database backup and flip it back on when done. You can automate the whole backup process by making a shell script like...
  2. DeltaHF

    XF 2.1 CLI returning errors, cannot connect to database

    When trying to run commands with cmd.php, I am receiving errors which seem to imply that it cannot connect to the database. Even a simple command like running a file check cannot be completed: $ php cmd.php xf:file-check An exception occurred: [XF\Db\Exception] No such file or directory in...
  3. Cibox

    Lack of interest [XF2] Deactivate/Activate forum from the CLI for shell scripts and cronjobs

    I am missing an option to deactivate and activate my forum. Reason/Use-Case: I want to run shell scripts via cron for backups: At the beginning of a mysqldump I want to deactivate the forum and afterwards I will reactivate it. So I get in case of a necessary restore of the database a clean...
  4. Cibox

    XF 2.0 How to deactivate/activate my forum via CLI/cmd.php?

    I want to write a shellscript which does: deactivate my forum via CLI run a mysqldump reactivate it afterwards. Is there a cmp.php option available for activate/deactivate xenforo2 ? Thanks in advance Cibox
Back
Top Bottom