Skip to content

Commit

Permalink
Update database-modifier-when-migrating-wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
ttodua authored Mar 25, 2020
1 parent 9b712d4 commit c6f6aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database-modifier-when-migrating-wordpress
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (empty($_FILES['dbfilee'])) {
echo '<!DOCTYPE html><head><title>Replace strings in DB</title></head><body>';
?>
<h1>Intelligently replace strings and domains with new values</h1>
<b>DESCRIPTION:</b> this script will help you MUCH!! sometimes, when migrating site (or in SQL file, you want to replace strings), dont do it manually! because the strings may be present in SERIALIZED ARRAYS too, and that needs special replacement, not just the direct replacement... so, this script will do that... ( But also, read some notes <a href="http://www.protectpages.com/blog/migrating-normal-wp-site-as-multisite" target="_blank">HERE</a>; You can download <a href="https://github.com/ttodua/useful-php-scripts/">SOURCE CODE</a> of this script)
<b>DESCRIPTION:</b> this script will help you MUCH!! sometimes, when migrating site (or in SQL file, you want to replace strings), dont do it manually! because the strings may be present in SERIALIZED ARRAYS too, and that needs special replacement, not just the direct replacement... so, this script will do that... ( But also, read some notes <a href="https://puvox.software/blog/migrating-normal-wp-site-as-multisite" target="_blank">HERE</a>; You can download <a href="https://github.com/ttodua/useful-php-scripts/">SOURCE CODE</a> of this script)
<br/><br/>
<form style="background:rgb(184, 231, 133);padding:10px;" action="" method="POST" enctype="multipart/form-data">
drag database file here:<input type="file" name="dbfilee" /><br/>
Expand Down

0 comments on commit c6f6aa9

Please sign in to comment.