How to clean up Xenforo 1 after upgrading to Xenforo 2

How to clean up Xenforo 1 after upgrading to Xenforo 2

  • Auteur du fil de discussion Auteur du fil de discussion axtona
  • Date de début Date de début
Inscrit(e) le
Juin 28, 2020
Messages
4,401
Score de réaction
1,402
Credits
$11,814
thanks to dear member @jessy submitted a new resource:

How to clean up Xenforo 1 after upgrading to Xenforo 2 - today I'll show you how to clean up Xenforo 1 after upgrading to Xenforo 2.

Hello everyone, today I'll show you how to clean up Xenforo 1 after upgrading to Xenforo 2.
Afficher la pièce jointe 79623
To clean up, there's an addon called XF1 Cleanup Command, but many users may not have CLI permissions, and I find it slower.

A quicker method is to use the code I've written below. Create a file named delete.php alongside index.php and paste the following code into it:
PHP:
<?php
// Directory path containing the files to delete
$baseDir = __DIR__;
// Function...

Read more about this resource...
 
Haut