<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.161.180.180</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.161.180.180"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/84.161.180.180"/>
	<updated>2026-05-09T06:38:10Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=18486</id>
		<title>PhpWebEd</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=18486"/>
		<updated>2006-09-12T12:57:28Z</updated>

		<summary type="html">&lt;p&gt;84.161.180.180: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Überblick ==&lt;br /&gt;
cms tool ohne Datenbank von http://www.m-tecs.net/&lt;br /&gt;
&lt;br /&gt;
Prinzip:&lt;br /&gt;
Im Quelltext werden Marker in der Form von&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
  &lt;br /&gt;
gesetzt.&lt;br /&gt;
&lt;br /&gt;
An diesen Stellen erscheint nach Login ein kleines Stiftchen mit dem man den Text bearbeiten kann.&lt;br /&gt;
Die Inhalte werden dann im Verzeichnis cms/contents als Textdateien gespeichert&lt;br /&gt;
im Folgenden eine Kopie der Readme Datei aus phpWebEd&lt;br /&gt;
&lt;br /&gt;
== phpWebEd ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Homepage: http://www.m-tecs.net/phpwebed&lt;br /&gt;
Copyright © 2000-2002 Holger Mauermann&lt;br /&gt;
&lt;br /&gt;
phpWebEd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
phpWebEd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
You should have received a copy of the GNU Lesser General Public License along with phpWebEd; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phpWebEd is an online content editing system for PHP-driven Webpages. You can edit the contents of your Webpage from everywhere in the world with just a Webbrowser and you don&amp;#039;t need any special knowledge of HTML-Code!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * PHP3/4 enabled Webserver&lt;br /&gt;
    * Browser with Javascript and Cookie-Support to edit the pages&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
    * Unzip &amp;quot;phpwebed-xyz.zip&amp;quot; to your webserver.&lt;br /&gt;
    * Set the permissions rw-rw-rw- (666) to the files &amp;quot;config.inc.php&amp;quot;, &amp;quot;logins.txt&amp;quot; and all files within &amp;quot;contents&amp;quot;. The &amp;quot;contents&amp;quot; directory must have the permission rwxrwxrwx (777).&lt;br /&gt;
    * Go to &amp;quot;phpwebed/setup.php&amp;quot; to configure phpWebEd for your server.&lt;br /&gt;
    * Add the following code to every page you want to edit:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      &amp;lt;html&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
      Please see also &amp;quot;example1.php&amp;quot; and &amp;quot;example2.php&amp;quot;.&lt;br /&gt;
       &lt;br /&gt;
    * Rename your HTML documents with above lines in it from filename.html to filename.php so that the server renders the PHP-Code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using phpWebEd ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With your webbrowser go to &amp;quot;phpwebed/index.php&amp;quot; on your server and login. Remember you must have cookies enabled. Now navigate through your website and you should see some small images showing a pen on the pages that you have prepared for phpWebEd. Figure the rest out yourself and have fun!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.1, 03. Jun 2002&lt;br /&gt;
&lt;br /&gt;
- new &amp;quot;Tools&amp;quot; window with Logout, Undo and Delete functions&lt;br /&gt;
- it&amp;#039;s now possible to disable some functions of the WYSIWYG editor axWebEd&lt;br /&gt;
- slovak and danish language (thanks to Jaroslav Huba and Michael Glud Andersen)&lt;br /&gt;
- some minor bug fixes&lt;br /&gt;
&lt;br /&gt;
Version 2.0, 19. Dec. 2001&lt;br /&gt;
&lt;br /&gt;
- workaround for bug in Microsoft IIS with setcookie() added&lt;br /&gt;
- Javascript code to open the editor window is now printed only if you are logged in&lt;br /&gt;
&lt;br /&gt;
Version 2.0beta, 22. Nov. 2001&lt;br /&gt;
&lt;br /&gt;
- phpWebEd is now released under the terms of the GNU Lesser General Public License&lt;br /&gt;
- Setup script for easier configuration&lt;br /&gt;
- your web pages can be stored in every directory on the server now&lt;br /&gt;
- modified user interface&lt;br /&gt;
- &amp;quot;&amp;lt;br&amp;gt;&amp;quot;-tags are now visible and no longer automatically added and removed&lt;br /&gt;
- special chars are now converted to their HTML entities&lt;br /&gt;
- some other improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.3, 01. Sep. 2001&lt;br /&gt;
&lt;br /&gt;
- included a small sample page&lt;br /&gt;
- the editor now works properly with PHP 4.0.5 or higher&lt;br /&gt;
&lt;br /&gt;
Version 1.2.3, 28. Jun. 2001&lt;br /&gt;
&lt;br /&gt;
- dutch language (thanks to Benny Jansen)&lt;br /&gt;
&lt;br /&gt;
Version 1.2.2, 18. May 2001&lt;br /&gt;
&lt;br /&gt;
- spanish language (thanks to Daniel Ambort and Jorge Otero)&lt;br /&gt;
- Bug fix: The Edit-window didn&amp;#039;t open if you have a &amp;lt;BASE TARGET=&amp;quot;_parent&amp;quot;&amp;gt; tag on your page&lt;br /&gt;
&lt;br /&gt;
Version 1.2.1, 07. Mar. 2001&lt;br /&gt;
&lt;br /&gt;
- italian language (thanks to Alexander Tezzele)&lt;br /&gt;
&lt;br /&gt;
Version 1.2, 10. Feb. 2001&lt;br /&gt;
&lt;br /&gt;
- french language (thanks to Frederic Nouvian)&lt;br /&gt;
- security option to allow only HTML-tags from the buttons&lt;br /&gt;
- some minor improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.1, 26. Jan. 2001&lt;br /&gt;
&lt;br /&gt;
- First official release&lt;br /&gt;
== Probleme ==&lt;br /&gt;
=== register globals = off ===&lt;br /&gt;
&lt;br /&gt;
entweder eine .htaccess Datei mit dem Inhalt:&lt;br /&gt;
 php_flag register_globals 1&lt;br /&gt;
&lt;br /&gt;
oder besser aber aufwendiger den Code anpassen und auf die Variablen mit&lt;br /&gt;
 $foo = $_REQUEST[&amp;quot;foo&amp;quot;]; &lt;br /&gt;
 $foo = $_POST[&amp;quot;foo&amp;quot;];&lt;br /&gt;
zugreifen&lt;/div&gt;</summary>
		<author><name>84.161.180.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=409</id>
		<title>PhpWebEd</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=409"/>
		<updated>2006-09-12T12:57:02Z</updated>

		<summary type="html">&lt;p&gt;84.161.180.180: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Überblick ==&lt;br /&gt;
cms tool ohne Datenbank von http://www.m-tecs.net/&lt;br /&gt;
&lt;br /&gt;
Prinzip:&lt;br /&gt;
Im Quelltext werden Marker in der Form von&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
  &lt;br /&gt;
gesetzt.&lt;br /&gt;
&lt;br /&gt;
An diesen Stellen erscheint nach Login ein kleines Stiftchen mit dem man den Text bearbeiten kann.&lt;br /&gt;
Die Inhalte werden dann im Verzeichnis cms/contents als Textdateien gespeichert&lt;br /&gt;
im Folgenden eine Kopie der Readme Datei aus phpWebEd&lt;br /&gt;
&lt;br /&gt;
== phpWebEd ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Homepage: http://www.m-tecs.net/phpwebed&lt;br /&gt;
Copyright © 2000-2002 Holger Mauermann&lt;br /&gt;
&lt;br /&gt;
phpWebEd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
phpWebEd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
You should have received a copy of the GNU Lesser General Public License along with phpWebEd; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phpWebEd is an online content editing system for PHP-driven Webpages. You can edit the contents of your Webpage from everywhere in the world with just a Webbrowser and you don&amp;#039;t need any special knowledge of HTML-Code!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Requirements ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * PHP3/4 enabled Webserver&lt;br /&gt;
    * Browser with Javascript and Cookie-Support to edit the pages&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
    * Unzip &amp;quot;phpwebed-xyz.zip&amp;quot; to your webserver.&lt;br /&gt;
    * Set the permissions rw-rw-rw- (666) to the files &amp;quot;config.inc.php&amp;quot;, &amp;quot;logins.txt&amp;quot; and all files within &amp;quot;contents&amp;quot;. The &amp;quot;contents&amp;quot; directory must have the permission rwxrwxrwx (777).&lt;br /&gt;
    * Go to &amp;quot;phpwebed/setup.php&amp;quot; to configure phpWebEd for your server.&lt;br /&gt;
    * Add the following code to every page you want to edit:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      &amp;lt;html&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
      Please see also &amp;quot;example1.php&amp;quot; and &amp;quot;example2.php&amp;quot;.&lt;br /&gt;
       &lt;br /&gt;
    * Rename your HTML documents with above lines in it from filename.html to filename.php so that the server renders the PHP-Code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using phpWebEd ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With your webbrowser go to &amp;quot;phpwebed/index.php&amp;quot; on your server and login. Remember you must have cookies enabled. Now navigate through your website and you should see some small images showing a pen on the pages that you have prepared for phpWebEd. Figure the rest out yourself and have fun!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== History ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.1, 03. Jun 2002&lt;br /&gt;
&lt;br /&gt;
- new &amp;quot;Tools&amp;quot; window with Logout, Undo and Delete functions&lt;br /&gt;
- it&amp;#039;s now possible to disable some functions of the WYSIWYG editor axWebEd&lt;br /&gt;
- slovak and danish language (thanks to Jaroslav Huba and Michael Glud Andersen)&lt;br /&gt;
- some minor bug fixes&lt;br /&gt;
&lt;br /&gt;
Version 2.0, 19. Dec. 2001&lt;br /&gt;
&lt;br /&gt;
- workaround for bug in Microsoft IIS with setcookie() added&lt;br /&gt;
- Javascript code to open the editor window is now printed only if you are logged in&lt;br /&gt;
&lt;br /&gt;
Version 2.0beta, 22. Nov. 2001&lt;br /&gt;
&lt;br /&gt;
- phpWebEd is now released under the terms of the GNU Lesser General Public License&lt;br /&gt;
- Setup script for easier configuration&lt;br /&gt;
- your web pages can be stored in every directory on the server now&lt;br /&gt;
- modified user interface&lt;br /&gt;
- &amp;quot;&amp;lt;br&amp;gt;&amp;quot;-tags are now visible and no longer automatically added and removed&lt;br /&gt;
- special chars are now converted to their HTML entities&lt;br /&gt;
- some other improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.3, 01. Sep. 2001&lt;br /&gt;
&lt;br /&gt;
- included a small sample page&lt;br /&gt;
- the editor now works properly with PHP 4.0.5 or higher&lt;br /&gt;
&lt;br /&gt;
Version 1.2.3, 28. Jun. 2001&lt;br /&gt;
&lt;br /&gt;
- dutch language (thanks to Benny Jansen)&lt;br /&gt;
&lt;br /&gt;
Version 1.2.2, 18. May 2001&lt;br /&gt;
&lt;br /&gt;
- spanish language (thanks to Daniel Ambort and Jorge Otero)&lt;br /&gt;
- Bug fix: The Edit-window didn&amp;#039;t open if you have a &amp;lt;BASE TARGET=&amp;quot;_parent&amp;quot;&amp;gt; tag on your page&lt;br /&gt;
&lt;br /&gt;
Version 1.2.1, 07. Mar. 2001&lt;br /&gt;
&lt;br /&gt;
- italian language (thanks to Alexander Tezzele)&lt;br /&gt;
&lt;br /&gt;
Version 1.2, 10. Feb. 2001&lt;br /&gt;
&lt;br /&gt;
- french language (thanks to Frederic Nouvian)&lt;br /&gt;
- security option to allow only HTML-tags from the buttons&lt;br /&gt;
- some minor improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.1, 26. Jan. 2001&lt;br /&gt;
&lt;br /&gt;
- First official release&lt;br /&gt;
 == Probleme ==&lt;br /&gt;
=== register globals = off ===&lt;br /&gt;
&lt;br /&gt;
entweder eine .htaccess Datei mit dem Inhalt:&lt;br /&gt;
 php_flag register_globals 1&lt;br /&gt;
&lt;br /&gt;
oder besser aber aufwendiger den Code anpassen und auf die Variablen mit&lt;br /&gt;
 $foo = $_REQUEST[&amp;quot;foo&amp;quot;]; &lt;br /&gt;
 $foo = $_POST[&amp;quot;foo&amp;quot;];&lt;br /&gt;
zugreifen&lt;/div&gt;</summary>
		<author><name>84.161.180.180</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=408</id>
		<title>PhpWebEd</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=PhpWebEd&amp;diff=408"/>
		<updated>2006-09-12T11:35:58Z</updated>

		<summary type="html">&lt;p&gt;84.161.180.180: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Überblick ==&lt;br /&gt;
cms tool ohne Datenbank von http://www.m-tecs.net/&lt;br /&gt;
&lt;br /&gt;
Prinzip:&lt;br /&gt;
Im Quelltext werden Marker in der Form von&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
  &lt;br /&gt;
gesetzt.&lt;br /&gt;
&lt;br /&gt;
An diesen Stellen erscheint nach Login ein kleines Stiftchen mit dem man den Text bearbeiten kann.&lt;br /&gt;
Die Inhalte werden dann im Verzeichnis cms/contents als Textdateien gespeichert&lt;br /&gt;
im Folgenden eine Kopie der Readme Datei aus phpWebEd&lt;br /&gt;
&lt;br /&gt;
== phpWebEd ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Homepage: http://www.m-tecs.net/phpwebed&lt;br /&gt;
Copyright © 2000-2002 Holger Mauermann&lt;br /&gt;
&lt;br /&gt;
phpWebEd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
phpWebEd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
You should have received a copy of the GNU Lesser General Public License along with phpWebEd; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phpWebEd is an online content editing system for PHP-driven Webpages. You can edit the contents of your Webpage from everywhere in the world with just a Webbrowser and you don&amp;#039;t need any special knowledge of HTML-Code!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * PHP3/4 enabled Webserver&lt;br /&gt;
    * Browser with Javascript and Cookie-Support to edit the pages&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
    * Unzip &amp;quot;phpwebed-xyz.zip&amp;quot; to your webserver.&lt;br /&gt;
    * Set the permissions rw-rw-rw- (666) to the files &amp;quot;config.inc.php&amp;quot;, &amp;quot;logins.txt&amp;quot; and all files within &amp;quot;contents&amp;quot;. The &amp;quot;contents&amp;quot; directory must have the permission rwxrwxrwx (777).&lt;br /&gt;
    * Go to &amp;quot;phpwebed/setup.php&amp;quot; to configure phpWebEd for your server.&lt;br /&gt;
    * Add the following code to every page you want to edit:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
      &amp;lt;html&amp;gt;&lt;br /&gt;
      &amp;lt;head&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;body&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;?&lt;br /&gt;
      include(&amp;quot;&amp;lt;path_to_phpwebed&amp;gt;/config.inc.php&amp;quot;);&lt;br /&gt;
      content(&amp;quot;&amp;lt;unique_title_1&amp;gt;&amp;quot;);&lt;br /&gt;
      ?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;? content(&amp;quot;&amp;lt;unique_title_2&amp;gt;&amp;quot;);?&amp;gt;&lt;br /&gt;
      ...&lt;br /&gt;
      &amp;lt;/body&amp;gt;&lt;br /&gt;
      &amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
      Please see also &amp;quot;example1.php&amp;quot; and &amp;quot;example2.php&amp;quot;.&lt;br /&gt;
       &lt;br /&gt;
    * Rename your HTML documents with above lines in it from filename.html to filename.php so that the server renders the PHP-Code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using phpWebEd ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With your webbrowser go to &amp;quot;phpwebed/index.php&amp;quot; on your server and login. Remember you must have cookies enabled. Now navigate through your website and you should see some small images showing a pen on the pages that you have prepared for phpWebEd. Figure the rest out yourself and have fun!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.1, 03. Jun 2002&lt;br /&gt;
&lt;br /&gt;
- new &amp;quot;Tools&amp;quot; window with Logout, Undo and Delete functions&lt;br /&gt;
- it&amp;#039;s now possible to disable some functions of the WYSIWYG editor axWebEd&lt;br /&gt;
- slovak and danish language (thanks to Jaroslav Huba and Michael Glud Andersen)&lt;br /&gt;
- some minor bug fixes&lt;br /&gt;
&lt;br /&gt;
Version 2.0, 19. Dec. 2001&lt;br /&gt;
&lt;br /&gt;
- workaround for bug in Microsoft IIS with setcookie() added&lt;br /&gt;
- Javascript code to open the editor window is now printed only if you are logged in&lt;br /&gt;
&lt;br /&gt;
Version 2.0beta, 22. Nov. 2001&lt;br /&gt;
&lt;br /&gt;
- phpWebEd is now released under the terms of the GNU Lesser General Public License&lt;br /&gt;
- Setup script for easier configuration&lt;br /&gt;
- your web pages can be stored in every directory on the server now&lt;br /&gt;
- modified user interface&lt;br /&gt;
- &amp;quot;&amp;lt;br&amp;gt;&amp;quot;-tags are now visible and no longer automatically added and removed&lt;br /&gt;
- special chars are now converted to their HTML entities&lt;br /&gt;
- some other improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.3, 01. Sep. 2001&lt;br /&gt;
&lt;br /&gt;
- included a small sample page&lt;br /&gt;
- the editor now works properly with PHP 4.0.5 or higher&lt;br /&gt;
&lt;br /&gt;
Version 1.2.3, 28. Jun. 2001&lt;br /&gt;
&lt;br /&gt;
- dutch language (thanks to Benny Jansen)&lt;br /&gt;
&lt;br /&gt;
Version 1.2.2, 18. May 2001&lt;br /&gt;
&lt;br /&gt;
- spanish language (thanks to Daniel Ambort and Jorge Otero)&lt;br /&gt;
- Bug fix: The Edit-window didn&amp;#039;t open if you have a &amp;lt;BASE TARGET=&amp;quot;_parent&amp;quot;&amp;gt; tag on your page&lt;br /&gt;
&lt;br /&gt;
Version 1.2.1, 07. Mar. 2001&lt;br /&gt;
&lt;br /&gt;
- italian language (thanks to Alexander Tezzele)&lt;br /&gt;
&lt;br /&gt;
Version 1.2, 10. Feb. 2001&lt;br /&gt;
&lt;br /&gt;
- french language (thanks to Frederic Nouvian)&lt;br /&gt;
- security option to allow only HTML-tags from the buttons&lt;br /&gt;
- some minor improvements&lt;br /&gt;
&lt;br /&gt;
Version 1.1, 26. Jan. 2001&lt;br /&gt;
&lt;br /&gt;
- First official release&lt;/div&gt;</summary>
		<author><name>84.161.180.180</name></author>
	</entry>
</feed>