Suchen & Ersetzen

Beschreibung

Note: This plugin is not maintained.

The code will stay inside the SVN and also on Github if you are interested.

Mit Suchen und Ersetzen kannst du nach beliebigen Inhalten suchen und diese durch andere ersetzen. Vorher kannst du auf einfache Weise ein einfaches Datenbank-Backup erstellen und dieses wiederherstellen.

For avoiding problem please keep in mind that this plugin search and replace strictly what is specified in „Replace With“.
Common error example:
Search For: http://web.com/wordpress/
Replace With: http://neuweb.com/wordpress
The url become something like: http://neuweb.com/wordpresscontent/…

Correct „Replace with“:
Search For: http://web.com/wordpress/
Replace With: http://neuweb.com/wordpress/
The url become something like: http://neuweb.com/wordpress/content/…

We have implemented special features!

The first one is „Replace a Domain / URL“ that is useful for a quick and simple transfer or a migration of a WordPress site.
The second feature is full support for serialized data. There are a lot more features – check them out! 🙂

Our goal with this plugin is to give you a good solution for manipulating your data for both Developers and Users of WordPress.

Notize: Dieses Plugin benötigt PHP 5.4 oder höher!

Wirf auch einen Blick auf das GitHub Repository

Zusatzfunktionen

  • Suchen & Ersetze Daten in deiner WordPress-Datenbank.
  • Ändere die Domain/URL von deiner WordPress installation.
  • Serialisierte Daten werden unterstützt.
  • Wähle zwischen Testlauf oder einem Datenbankexport.
  • Ändere den Tabellenprefix
  • Sichere & stelle eine Sicherung deiner Datenbank wieder her.
  • WordPress-Multisite-Unterstützung
  • lokalisiert und bereit für deine eigene Sprache

Eine Handarbeit von Inpsyde

Das Team bei Inpsyde entwickelt im/am Web und WordPress seit 2006.

Spenden?

Du möchtest spenden – wir freuen uns über ein positives Review, nicht mehr.

Screenshots

  • Suchen und Ersetzen
  • Ersetze Domain/URL
  • Datenbank wiederherstellen
  • Datenbank sichern
  • Ergebnisansicht nach der Suche oder Suchen und Ersetzten

Installation

Anforderungen

  • WordPress 4.0 (Single and Multisite)
  • PHP 5.4, neuere PHP-Versionen arbeiten schneller.

Rezensionen

6. März 2023
The "Search & Replace" plugin works very well. I tested the search and replace function in Wordpress 6.1.1,PHP 7.4 and MySQL 8.0.32-0ubuntu0.22.04.2. Love the dry run and the fact that you can see what has been changed. Thank you very much!
31. Oktober 2022
Still useful for example to manually quickly update Slider Revolution image paths after a site migration (or simpliy make these paths absolute -> relative) searching in table "wp_revslider_slides"... Even though sometimes acts strange with escaping chars: e.g. can't find strings like " http://mysite.d.mydomain.com/wp-content/uploads/revslider " and you have to search for "http:\\/\\/mysite\.d\.mydomain\.com\\/wp-content\\/uploads\\/revslider" instead, some others correctly matches strings like "/wp-content/uploads/revslider" without escaping chars at all (!?).... When forced to use escaping chars in the search string, the "Details" link won't show the preview table correctly BTW. Hope someone will continue it one day.
6. Mai 2022
This is the best free Search & Replace plug-in. Allows you to do a dry-run before writing the changes to the database.
30. Dezember 2021
I installed several other Plugins, but this one was definite my best hit i could use safely. Best is the sample-run before changing. ALso the appearing changes after use is outstanding. Everything within the free-version. Great!
Alle 264 Rezensionen lesen

Mitwirkende & Entwickler

„Suchen & Ersetzen“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Suchen & Ersetzen“ wurde in 14 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Suchen & Ersetzen“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

3.2.1 (2019-06-06)

  • Update readme for tested up WP versions
  • Add check for replace function to get more solid replace for custom tables. #132
  • Fix small typos
  • Fix Throwable because we set as minimum php 5.6

3.2.0 (2019-01-17)

  • Added CSV format alternative for search/replace #82.
  • Improve code structure, preparation for more solid UnitTests.
  • Improve Modal Table UI.
  • Added Multiline searching #119.
  • Fix several issues to run always with php 5.6 to 7.2.

v3.1.2 (2016-12-31)

  • hotfix: prevent declaration error with Requisite

v3.1.1 (2016-12-24)

  • Plugin laden umgestaltet #67
  • Display error notice is the search value the current domain and save changes to Database selected

v3.1.0 (2016-02-07)

  • Verbesserte Code-Qualität
  • Vorbereitet für Übersetzungen (GlotPress)
  • Starte keinen Prozess wenn das Suchmuster und das Ersetzenmuster gleich sind.
  • Bessere Unterstützung von großen Datenmengen.
  • Integration verbesserte Handhabung von Tabs #33
  • Vorbereitung des Plugins für Lokalisation, Text-Domain geändert.#47
  • Unterschied beim Formulierungen zwischen Button und Beschreibung entfernt.#46

v3.0.1 (2016-02-09)

  • Unterstützung für Hochkommas #40
  • Travis Anbindung #38
  • Fehler bei Unittest behoben. #37

v3.0.0 (2016-01-29)

  • Refactor the plugin, new requirements, goal and result.
  • Thanks to Sven Hinse for help to maintain the plugin
  • Changeable table prefix on replace site URL tab enhancement
  • Implement database backup & import tab
  • Implement dry Run: Keep for search and replace
  • Prevent self destroy
  • Multisite basic support – show only tables of current site
  • Add special tab for replace the URL
  • Supports serialized data
  • Refactor the whole codebase

v2.7.1 (2015-05-28)

  • Fix for changes on database collate since WordPress version 4.2
  • Fix to reduce backslashes in search and replace string

v2.7.0 (2014-09-14)

  • Exclude serialized data from replace function (maybe we reduce the support)
  • Add hint, if is serialized data on the result table
  • Fix to see also the result case sensitive

v2.6.6 (09/05/2014)

  • Thanks to Ron Guerin for help to maintain the plugin
  • Fix to use $wpdb object for all database access
  • Fix inability to search and replace quoted strings
  • Output changes to clarify when searching vs. searching and replacing
  • Some changes to English strings and string identifiers

v2.6.5

  • Fix for change User-ID, add table comments

v2.6.4

  • Funktionsprüfung, wenn die Konstante DISALLOW_FILE_EDIT definiert ist, repariert

v2.6.3 (10/10/2011)

  • Filter für Rückgabewerte, HTML-Filter
  • weißrussische Sprache hinzugefügt
  • rumänische Sprachdateien hinzugefügt

v2.6.2 (09/11/2011)

  • change right object for use the plugin also on WP smaller 3.0, include 2.9
  • add function search and replace in all tables of the database – special care!

v2.6.1 (01/25/2011)

  • Feature: Add Signups-Table for WP MU
  • Maintenance: check for tables, PHP Warning fix

v2.6.0 (01/03/2011)

  • Feature: add an new search for find strings (maybe a new way for search strings)
  • Maintenance: small changes on source

v2.5.1 (07/07/2010)

  • Kleine Änderung für WP 3.0