Best Blackhat Forum

Full Version: REQ: All-in-One WP Migration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone know how to null to unlimited All-in-One WP Migration https://wordpress org/plugins/all-in-one-wp-migration free version 512mb only
Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy Happydance
(07-25-2018 04:22 AM)MUZIK Wrote: [ -> ]Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy Happydance

Thanks Def help most users :)
(07-25-2018 04:22 AM)MUZIK Wrote: [ -> ]Here you go.
Edit:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 );
In
/wp-content/plugins/all-in-one-wp-migration/constants.php
And change it to:
define( 'AI1WM_MAX_FILE_SIZE', 2 << 50 ); or define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
You edit only the last number.
Enjoy Happydance

Hiya tried this.. doesn't seem to be working. maybe they patched it?
Reference URL's