diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-13 23:03:40 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-13 23:03:40 +0000 |
| commit | f348190566ab69a5efbdc33a2c2b4b567c33452e (patch) | |
| tree | f15774082e95727cd3184174edf389561aee4ebb /htroot/ContentIntegrationPHPBB3_p.html | |
| parent | 945777aa806051bf79382c48a74472f20a10b64f (diff) | |
tried to insert a database dump import method to the phpBB3 import function. Reason: imports or large database dumps are cannot be handled with phpMyAdmin and this should be an easy way to the database dumps into a mySQL database where it can be exported again with the phpBB3 content integration adapter. Completion or removal of this function stub will follow before next main release.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6065 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ContentIntegrationPHPBB3_p.html')
| -rw-r--r-- | htroot/ContentIntegrationPHPBB3_p.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/htroot/ContentIntegrationPHPBB3_p.html b/htroot/ContentIntegrationPHPBB3_p.html index d49992b70..6c165e26e 100644 --- a/htroot/ContentIntegrationPHPBB3_p.html +++ b/htroot/ContentIntegrationPHPBB3_p.html @@ -55,6 +55,16 @@ </dd>
</dl>
</fieldset>
+ <fieldset>
+ <dl>
+ <dt><b>Import a database dump</b>,<br /></dt>
+ <dd><input type="text" name="content.phpbb3.dumpfile" value="#[content.phpbb3.dumpfile]#" size="60" /></dd>
+ </dl>
+ <dt></dt>
+ <dd>
+ <input type="submit" name="import" value="Import Dump" />
+ </dd>
+ </fieldset>
</form>
#(check)#::
@@ -81,6 +91,11 @@ <p>Export failed: #[error]#</p>
#(/export)#
+ #(import)#::
+ <p>Import successful!::
+ <p>Import failed: #[error]#</p>
+ #(/import)#
+
#%env/templates/footer.template%#
</body>
</html>
|
