<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=HTMLCode</id>
	<title>HTMLCode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://familien-hartvig.dk/wiki/index.php?action=history&amp;feed=atom&amp;title=HTMLCode"/>
	<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=HTMLCode&amp;action=history"/>
	<updated>2026-06-16T23:19:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.15</generator>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=HTMLCode&amp;diff=414&amp;oldid=prev</id>
		<title>Lars: Protected &quot;HTMLCode&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=HTMLCode&amp;diff=414&amp;oldid=prev"/>
		<updated>2012-02-22T18:56:33Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wiki/index.php?title=HTMLCode&quot; title=&quot;HTMLCode&quot;&gt;HTMLCode&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:56, 22 February 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
	<entry>
		<id>http://familien-hartvig.dk/wiki/index.php?title=HTMLCode&amp;diff=68&amp;oldid=prev</id>
		<title>Lars: Created page with &quot;== How? == HTTP/1.0  Html listen to port 80  In the /htmlroot/ there is a file index.html, which is the mainpage of the webconsole  There are some css files to change the layo...&quot;</title>
		<link rel="alternate" type="text/html" href="http://familien-hartvig.dk/wiki/index.php?title=HTMLCode&amp;diff=68&amp;oldid=prev"/>
		<updated>2012-02-03T09:04:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== How? == HTTP/1.0  Html listen to port 80  In the /htmlroot/ there is a file index.html, which is the mainpage of the webconsole  There are some css files to change the layo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== How? ==&lt;br /&gt;
HTTP/1.0&lt;br /&gt;
&lt;br /&gt;
Html listen to port 80&lt;br /&gt;
&lt;br /&gt;
In the /htmlroot/ there is a file index.html, which is the mainpage of the webconsole&lt;br /&gt;
&lt;br /&gt;
There are some css files to change the layout (colors/fonts/tables/etc) of the pages&lt;br /&gt;
&lt;br /&gt;
== Change your background ==&lt;br /&gt;
&lt;br /&gt;
=== Make Your Own Background ===&lt;br /&gt;
&lt;br /&gt;
# FTP-Copy a backgroundpic from /hdd/stage2/img to your PC, rename for example to myownbackground.jpg and change the picture as you like (then you don't need to think about size an stuff ).&lt;br /&gt;
# FTP-Copy the new backgroundpic to /hdd/stage2/img.&lt;br /&gt;
&lt;br /&gt;
=== Make New CGI ===&lt;br /&gt;
&lt;br /&gt;
# FTP-Copy for example pic1.cgi from /hdd/stage2/htmlroot/cgi to your PC and rename for example to pic6.cgi (if it don't exist).&lt;br /&gt;
# Change the line &amp;quot;echo Picture Kiss Original Activated&amp;quot; to for example &amp;quot;echo Picture My Own Background Activated&amp;quot;.&lt;br /&gt;
# Change the line &amp;quot;cp /hdd/stage2/img/kissorg.jpg /hdd/stage2/img/backdrop.jpg&amp;quot; to for example &amp;quot;cp /hdd/stage2/img/myownbackground.jpg /hdd/stage2/img/backdrop.jpg&amp;quot;.&lt;br /&gt;
# FTP-Copy for example pic6.cgi to /hdd/stage2/htmlroot/cgi from your PC.&lt;br /&gt;
# Telnet to your KiSS and write:&lt;br /&gt;
&amp;lt;pre&amp;gt;chmod 777 /hdd/stage2/htmlroot/cgi/pic6.cgi&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Change The HTML ===&lt;br /&gt;
&lt;br /&gt;
# FTP-Copy cgi.html from /hdd/stage2/htmlroot to your PC.&lt;br /&gt;
# Open and under the line&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;LI&amp;gt;&amp;lt;A HREF=&amp;quot;/cgi/pic0.cgi&amp;quot; TARGET=&amp;quot;_top&amp;quot;&amp;gt;&amp;lt;NOBR&amp;gt;&amp;lt;CODE&amp;gt;Overlay&amp;lt;/CODE&amp;gt;&amp;lt;/NOBR&amp;gt;&amp;lt;/A&amp;gt;: No background at all (by me:)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Write for example this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;LI&amp;gt;&amp;lt;A HREF=&amp;quot;/cgi/pic6.cgi&amp;quot; TARGET=&amp;quot;_top&amp;quot;&amp;gt;&amp;lt;NOBR&amp;gt;&amp;lt;CODE&amp;gt;MyOwnBackground&amp;lt;/CODE&amp;gt;&amp;lt;/NOBR&amp;gt;&amp;lt;/A&amp;gt;: My Own Background&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# FTP-Copy cgi.html from your PC to /hdd/stage2/htmlroot.&lt;br /&gt;
&lt;br /&gt;
Now you can change to and from your own background from the 558 webbpage with these choices:&lt;br /&gt;
* KISS Original: Original backdrop (kiss-technology)&lt;br /&gt;
* Butterfly: Butterfly (Doppie)&lt;br /&gt;
* Escher: Escher (Meneel Aart)&lt;br /&gt;
* sf: Science Fiction (Trennel)&lt;br /&gt;
* Overlay: No background at all (by me:)&lt;br /&gt;
* MyOwnBackground: My Own Background&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.mpcclub.com/modules.php?name=Forums&amp;amp;file=viewtopic&amp;amp;t=6160 Discussion]&lt;/div&gt;</summary>
		<author><name>Lars</name></author>
		
	</entry>
</feed>