Best Blackhat Forum

Full Version: (GET) All in One WP Migration - (My first null :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
This works, although the line # is now 249 and there is no *8, just put *30)

(12-14-2015 11:17 AM)fire2000 Wrote: [ -> ]
(12-14-2015 10:48 AM)chicercatrova Wrote: [ -> ]There is a new version of the plugin. Can You have the new version 4.14?

https://downloads.wordpress.org/plugin/a...n.4.14.zip


Edit (constants.php) and go to line 206


Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to


Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB
Thanks a lot !!
(12-10-2015 12:13 AM)fire2000 Wrote: [ -> ]Thank you bro good job


(12-09-2015 10:21 PM)GreenPeace Wrote: [ -> ]How to increase the bro ? My site is pretty big sized. around 8-10 GB


Edit (constants.php) and go to line 206

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB

WHAT A GREAT HACK! THANK YOU!!!
(08-01-2017 06:09 AM)angel4profit Wrote: [ -> ]
(12-10-2015 12:13 AM)fire2000 Wrote: [ -> ]Thank you bro good job


(12-09-2015 10:21 PM)GreenPeace Wrote: [ -> ]How to increase the bro ? My site is pretty big sized. around 8-10 GB


Edit (constants.php) and go to line 206

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );

change it to

Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );

this will increase the max size to 15GB

WHAT A GREAT HACK! THANK YOU!!!

Hi. What I did here instead of:
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );
I changed it to:
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*0 );
And I think it works like unlimited clone.
Please confirm if this is true but it works for me. I just cloned 2GB site.
Aniway, Great null bro. Thanks for this
Thanks so much for this! What a FANTASTIC hack! Saved $69USD. :)
Thanks a lot, Saved my site !!
Pages: 1 2 3
Reference URL's