XenForo
Administrative
- Thread starter
- Admin
- #1
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:
Read more
ادامه مطلب...
when run it will delete all tags with less than 10 uses
can someone make it compatible with xf2
Code:
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
ادامه مطلب...