MyBB Hacks

Full Version: How remove "url" upload?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to remove the ability to upload files from a URL?
[Image: DlFr5jf.png]
Edit cache/xthreads.php and change the option:

PHP Code:
/**********  XTHREADS ATTACHMENT URL FETCHING  **********/
/**
 * Allows users to upload files through URL fetching
 */
define('XTHREADS_ALLOW_URL_FETCH', true);

Thank You.
Reference URL's