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

huynhcvcx

New member
Jun 11, 2022
0
1
0
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
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu