Batch remove tags

I found this script by @Xon to remove tags
when run it will delete all tags with less than 10 uses
can someone make it compatible with xf2

Code:

Код:
<?php
exit();

$startTime = microtime(true);

@set_time_limit(0);
ignore_user_abort(true);
$fileDir = dirname(__FILE__);

require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');

XenForo_Application::initialize($fileDir . '/library', $fileDir)...

Read more

Читать далее...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ