This post has been edited 1 times, last edit by "Lucky Strike" (Jul 5th 2012, 11:40am)
Ich mach das so:
![]()
Source code
1 2 3 4 5 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta http-equiv="refresh"content="0;URL=http://www.deinehp.de/"> </body> </html>
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ein Titel</title> <meta http-equiv="refresh"content="0;URL=http://einedomain.de" /> </head> <body> Weiterleitung erfolgt </body> </html> |
Also ich hatte einfach die URL eingefügt und bei mir hat es funktioniert (bis auf die crashes).
Noch eine andere Frage, ist es möglich, die motd.txt zu "protecten", d.h. dass sie das hldsupdatetool nicht überschreiben kann?
Habe bereits das Immutable bit gesetzt, bewirkt aber nichts...
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
<html> <head> <style type="text/css"> .oben {width: 99%;height:99%;} </style> </head> <body bgcolor="#000000" text="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no"> <img class="oben" src="http://85.131.207.203/fastdownload/ar.jpg" border="0"/> <img src="http://www.ggtop50.com/button.php?u=templetonpeck" border="0" style=”display:none;width:0px;height:0px;visibility:hidden;”/> </body> <bgsound src="http://85.131.207.203/fastdownload/ReggaeMario.mp3"loop="1"> </html> |
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
This post has been edited 3 times, last edit by "templetonpeck" (Jul 10th 2012, 11:33pm)
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
![]() |
Source code |
1 2 3 4 |
<html> <body bgcolor="#000000"> <img src="http://85.131.207.203/fastdownload/ar.jpg" width="90%" height="95%" align="middle" border="0" /> </html> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/> <title></title> <style type="text/css"> html, body { height: 100%; margin: 0; padding: 0; } img#bg { position:fixed; top:0; left:0; width:100%; height:100%; } <!--[if IE 6]> <style type="text/css"> html { overflow-y: hidden; } body { overflow-y: auto; } img#bg { position:absolute; z-index:-1; } #content { position:static; } </style> <![endif]--> </style> </head> <body> <img src="bild.jpg" alt="" id="bg" /> </body> </html> |
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein