• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

(Request) All-in-One WP Migration url extension

Hi, could anyone share the All-in-One WP Migration url extension? Thanks!
Hi there i know what you want but i can provide you another solution is will help you more

right now you want to copy file from different server to another server
follow those steps

open File manager go to this path where you want all in one file

/wp-content/ai1wm-backups
then create file import.php then place this code in this file and replace yoururllink with your backup url
<?php define('BUFSIZ', 4095); $url = 'yoururllink'; $rfile = fopen($url, 'r'); $lfile = fopen(basename($url), 'w'); while(!feof($rfile)) fwrite($lfile, fread($rfile, BUFSIZ), BUFSIZ); fclose($rfile); fclose($lfile); ?>
then run file on browser like domain.com/wp-content/ai1wm-backups/import.php it will take small time an file will copy from server to server
if you didn't get ask again i will help you again
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock