Quelltexte

Started by Aori, January 15, 2007, 07:11:53 PM

Previous topic - Next topic

Aori

Hi

Ich wollte mal fragen ob es eine Möglichkeit gibt Quelltexte direkt in einen Tread zu Posten ohne die als Dateianhang an den Tread zu hängen oder als Verlinkung.


cu

Dom

Hi Aori,
du siehst doch die Symbole, wenn du daß Symbol mit der Route klickt, steht dann in 4-igen Klammern dann  [ code]hier kommt dein Quelltext rein. [/ code] da. Zwischen den Klammer kann man dann den Quelltext Posten.
PS. keine Leerzeichen !

mfg Dom :)
Ich benutze SMF 1.1.8  mit MKPortal M1.1.2b zusammen.

www.soessen.de.vu

Jorin


Aori

Quote from: Dom on January 15, 2007, 08:55:16 PM
Hi Aori,
du siehst doch die Symbole, wenn du daß Symbol mit der Route klickt, steht dann in 4-igen Klammern dann  [ code]hier kommt dein Quelltext rein. [/ code] da. Zwischen den Klammer kann man dann den Quelltext Posten.
PS. keine Leerzeichen !

mfg Dom :)

Ich glaub du hast mich etwas missverstanden...

ich möchte das nicht per code posten.

<html>
<head>
<title>Omega-Day  Browsergame by TMC-Multimedia.de </title>
<link rel="stylesheet" type="text/css" href="http://www.omega-day.com/spielgrafik/main.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<!--

*************************************************************************************
* Copyright:      (C) 2003,2004,2005,2006 www.Omega-Day.de, www.Omega-Day.com
*                 Wie in den AGB´s nachzulesen sind alle Grafiken, Texte, Quellcodes
*                 etc. geschützt und bedürfen bei Verwendung schriftlicher Genehmigung
* E-Mail:         [email protected]
*************************************************************************************
* Debug:          u:215101 a:0 Dbs:1 FC:1

/-->
<script language="JavaScript" src="javascripte/tools.js"></script>
<script language="JavaScript" type="text/javascript">
var old = "";
if(top.frames.length > 0)
  top.location.href = self.location.href;
stunde = 00;
Minute = 53;
Sekunde = 49;
function opentips() {
tips = window.open("tips/tips.php?world=de1&tipid=dDaSyTTzLssttllmen9AgBh3i","Tips","width=500,height=200,left=200,top=200,scrollbars=auto,reziseable=no");
}
function openfav() {
tips = window.open("fav/popup.php?userhash=dDaSyTTzLssttllmen9AgBh3i&lang=0&world=de1","Tips","width=250,height=250,left=200,top=200,scrollbars=auto");
}
function preloader() {
MM_preloadImages('http://www.omega-day.com/spielgrafik/grafik/skin/main_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/comm_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/forschung_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/schifswert_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/einstellungen_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/schiffe_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/rohstoffe_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/docks_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/spion_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/to_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/flotte_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/planet_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/spieler_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/allianz_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/metas_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/news_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/support_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/forum_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/irc_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/radio_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/logout_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/account_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/fav_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/scanner_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/hilfe_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/btdocks_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/btplanet_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/btrohstoffe_g.gif','http://www.omega-day.com/spielgrafik/grafik/skin/btschiff_g.gif');
}
var old = "";
function topleft(image) {
old = document.getElementById('lefttop').src;
document.getElementById('lefttop').src = image;
}
function topleft_r() {
document.getElementById('lefttop').src = old;
}
function Clocker(){
Sekunde = Sekunde + 1;
if(Sekunde >= 60) {
Sekunde = 0;
Minute = Minute + 1;
}
if(Minute >= 60) {
Minute = 0;
stunde = stunde + 1;
}
if(stunde >= 24) {
stunde = 0;
}
if (Minute <= 9) {
minute2 = "0"+Minute;
} else {
minute2 = Minute;
}
if (Sekunde <= 9) {
sec2 = "0"+Sekunde;
} else {
sec2 = Sekunde;
}
if (stunde <= 9) {
stund2 = "0"+stunde;
} else {
stund2 = stunde;
}
response = "<b>"+stund2+" : "+minute2+" : "+sec2+"</b>";
       document.getElementById('Zeiter').innerHTML = "&nbsp;"+response;
        window.setTimeout('Clocker()',1000);
}
function MM_swapImgRestore() {
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) {
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() {
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<body onLoad="preloader();window.setTimeout('Clocker()',1);">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="199" height="105" valign="top" style="background-image:url(http://www.omega-day.com/spielgrafik/grafik/skin/t1.gif); background-repeat:no-repeat;">

<table width="199" border="0" cellspacing="10" cellpadding="0">
<tr><td width="118" height="78" align="left" valign="bottom">


<table border="0" cellspacing="0" cellpadding="0" width="150">
<tr>
<td width="42" height="82">&nbsp;</td>
<td align="left">
<img name="lefttop" id="lefttop" alt="Holopad" src="http://www.omega-day.com/spielgrafik//grafik/leer.gif">
</td>
</tr>
</table>


<script>
topleft('http://www.omega-day.com/spielgrafik/grafik/skin/obenlinks/post.gif');
</script>

</td></tr></table></td>
<td valign="top" style="background-image:url(http://www.omega-day.com/spielgrafik/grafik/skin/t3.gif); background-repeat:no-repeat;" align="center" valign="top">
<table width="560" border="0" cellspacing="0" cellpadding="0" align="right">
  <tr>
    <td width="511">
    <table width="511" height="66" border="0" cellspacing="0" cellpadding="0" style="background-image:url(http://www.omega-day.com/spielgrafik//grafik/skin/box.gif); background-repeat:no-repeat;">
      <tr height="14">
        <td width="133"><font size="-2">&nbsp;</font></td>
        <td width="106">Benutzer:</td>

        <td width="231"><a href='?op=usershow&welch=215101'>.:Nemesis:.</a>&nbsp;<a href='?op=allyshow&welch=19'>») BoA («</a>&nbsp;<a href='#' onclick="window.open('rassen/view.php?anznummer=3','Rassen','width=500,height=400,left=200,top=200,scrollbars=auto,reziseable=no')"><font class='smallletters'>Tradoner</font></a></td>
        <td width="41"></td>
      </tr>
      <tr height="9">
        <td></td>
        <td><font size="-2">Punkte:</font></td>
        <td><font size="-2"><strong>1.509</strong></font></td>

        <td></td>
      </tr>
      <tr height="9">
        <td></td>
        <td><font size="-2">Accountstatus:</font></td>
        <td><font size="-2">Premium </font></td>
        <td></td>
      </tr>      <tr>

    <td></td>
     <td></td>
     <td></td>
     <td></td>
      </tr>
    </table></td>
    <td>&nbsp;</td>
  </tr>
</table></td>

  </tr>
  <tr><td width="199" height="663" valign="top" style="background-image:url(http://www.omega-day.com/spielgrafik/grafik/skin/t2.gif); background-repeat:no-repeat;" >
<script language="JavaScript">
  var remote = null;
  function openremote73()
  {remote  = window.open('', 'Passwort','width=700,height=450,toolbar=no,scrollbars=auto,resizable=yes,');
  if (remote != null)
{
if (remote.opener == null)
{
self.location="index.php";
remote.opener =this;
}
remote.location.href ="chatt/chatt.php?chattname=.:Nemesis:.&chattname2=.:Nemesis:.2";
}
  }//-->
</script>
<table width="199" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="10">&nbsp;</td>
    <td width="187">
  <table width="187" border="0" cellspacing="0" cellpadding="0">
   <tr>

     <td colspan="3" height="22">&nbsp;</td>
   </tr>
   <tr>
     <td colspan="3"><div align="center" id="Zeiter" width = "50px" align="left"> : </div></td>
   </tr>
   <tr>
     <td colspan="3" height="22">&nbsp;</td>
   </tr>

   <tr>
     <td colspan="3">&nbsp;</td>
   </tr>
   </table>


   <table width="191" height="505" border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td height="6"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/spacer.gif"></td>
   </tr>

   <tr>
    <td><img src="http://www.omega-day.com/spielgrafik//grafik/skin/menubackground_top.gif"></td>
   </tr>
   <tr>
    <td>

   <table width="191" height="499" border="0" cellspacing="0" cellpadding="0" background="http://www.omega-day.com/spielgrafik//grafik/skin/menubackground_middle.gif">
   <tr>
    <td>

   <table width="187" border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td colspan="3"><a href="?op=main" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Mainscreen','','http://www.omega-day.com/spielgrafik//grafik/skin/main_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/main.gif" alt="Mainscreen" name="Mainscreen" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=comm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Comm','','http://www.omega-day.com/spielgrafik//grafik/skin/comm_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/comm.gif" alt="Comm" name="Comm" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>

     <td colspan="3">&nbsp;</td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=tech&tree=geb"  onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forschung','','http://www.omega-day.com/spielgrafik//grafik/skin/forschung_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/forschung.gif" alt="Forschung" name="Forschung" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=werft2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Schiffswerft','','http://www.omega-day.com/spielgrafik//grafik/skin/schiffswerft_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/schiffswerft.gif" alt="Schiffswerft" name="Schiffswerft" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>

     <td colspan="3"><a href="?op=settings" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Einstellungen','','http://www.omega-day.com/spielgrafik//grafik/skin/einstellungen_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/einstellungen.gif" alt="Einstellungen" name="Einstellungen" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3">&nbsp;</td>
   </tr>
   <tr>
     <td colspan="3">
<table width="187" border="0" cellspacing="0" cellpadding="0">
  <tr>

<td><a href="?op=shop" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('RS','','http://www.omega-day.com/spielgrafik//grafik/skin/btrohstoffe_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/btrohstoffe.gif" width="25" height="25" border="0" alt="Rohstoffe" name="RS"></a></td>
<td><a href="?op=docklist" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('DH','','http://www.omega-day.com/spielgrafik//grafik/skin/btdocks_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/btdocks.gif" width="25" height="25" border="0" alt="Dockhandel" name="DH"></a></td>
<td><a href="?op=handelskurs"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/shandel.gif" width="71" height="25" border="0" alt="Handel" name="HA"></a></td>
<td><a href="?op=trade" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('SH','','http://www.omega-day.com/spielgrafik//grafik/skin/btschiff_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/btschiff.gif" width="25" height="25" border="0" alt="Schiffe" name="SH"></a></td>
<td><a href="?op=ptrade" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('PL','','http://www.omega-day.com/spielgrafik//grafik/skin/btplanet_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/btplanet.gif" width="25" height="25" border="0" alt="Planeten" name="PL"></a></td>
  </tr>
</table>
     </td>
   </tr>

   <tr>
     <td colspan="3">&nbsp;</td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=spy" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Spionage','','http://www.omega-day.com/spielgrafik//grafik/skin/spion_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/spion.gif" alt="Spionage" name="Spionage" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=to" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('TOboard','','http://www.omega-day.com/spielgrafik//grafik/skin/to_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/to.gif" alt="TOboard" name="TOboard" width="187" height="20" border="0"></a></td>
   </tr>

   <tr>
        <td colspan="3"><a href="?op=scanner" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('scanner','','http://www.omega-day.com/spielgrafik//grafik/skin/scanner_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/scanner.gif" alt="Scanner" name="scanner" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3">&nbsp;</td>
   </tr>
   <tr>
     <td colspan="3"><a href="?op=fleet" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Flottenansicht','','http://www.omega-day.com/spielgrafik//grafik/skin/flotte_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/flotte.gif" alt="Flottenansicht" name="Flottenansicht" width="187" height="20" border="0"></a></td>
   </tr>

   <tr>
     <td colspan="3"><a href="?op=planlist" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Planetenubersicht','','http://www.omega-day.com/spielgrafik//grafik/skin/planet_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/planet.gif" alt="Planetenubersicht" name="Planetenubersicht" width="187" height="20" border="0"></a></td>
   </tr>
   <tr>
     <td colspan="3"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/score.gif" width="187" height="20"></td>
   </tr>
   <tr>
     <td colspan="3">
     <table width="187"  border="0" cellspacing="0" cellpadding="0">

   <tr>
     <td><a href="?op=score" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Spieler','','http://www.omega-day.com/spielgrafik//grafik/skin/spieler_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/spieler.gif" alt="Spieler" name="Spieler" width="59" height="20" border="0"></a></td>
     <td><a href="?op=ally" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Allianzen','','http://www.omega-day.com/spielgrafik//grafik/skin/allianz_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/allianz.gif" alt="Allianzen" name="Allianzen" width="69" height="20" border="0"></a></td>
     <td><a href="?op=metalist" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Metas','','http://www.omega-day.com/spielgrafik//grafik/skin/metas_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/metas.gif" alt="Metas" name="Metas" width="59" height="20" border="0"></a></td>
   </tr>
</table>
     </td>
   </tr>
   <tr>

     <td colspan="3">&nbsp;</td>
   </tr>
   <tr>
     <td  colspan="3">
     <table width="187"  border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td><a href="?op=news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('News','','http://www.omega-day.com/spielgrafik//grafik/skin/news_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/news.gif" alt="News" name="News" width="93" height="20" border="0"></a></td>
     <td><a href="?op=support" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Support','','http://www.omega-day.com/spielgrafik//grafik/skin/support_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/support.gif" alt="Support" name="Support" width="94" height="20" border="0"></a></td>
   </tr>

</table>
     </td>
   </tr>
   <tr>
     <td width="59"><a href="http://forum.omega-day.de/" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forum','','http://www.omega-day.com/spielgrafik//grafik/skin/forum_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/forum.gif" alt="Forum" name="Forum" width="59" height="20" border="0"></a></td>
     <td width="69"><a href="#" onclick="openremote73()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('IRC','','http://www.omega-day.com/spielgrafik//grafik/skin/irc_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/irc.gif" alt="IRC" name="IRC" width="69" height="20" border="0"></a></td>
     <td width="59"><a href="http://hilfe.omega-day.de/runde5/" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('HILFE','','http://www.omega-day.com/spielgrafik//grafik/skin/hilfe_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/hilfe.gif" alt="HILFE" name="HILFE" width="59" height="20" border="0"></a></td>
   </tr>
   <tr>

     <td  colspan="3">
     <table width="187"  border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td><a href="?op=logout" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Logout','','http://www.omega-day.com/spielgrafik//grafik/skin/logout_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/logout.gif" alt="Logout" name="Logout" width="93" height="20" border="0"></a></td>
     <td><a href="http://control.omega-day.de/" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Account','','http://www.omega-day.com/spielgrafik//grafik/skin/account_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/account.gif" alt="Account" name="Account" width="94" height="20" border="0"></a></td>
   </tr>
</table>
     </td>
   </tr>

   <tr>
     <td colspan="3">
<br><a href='#' onClick='javascript:openfav()' onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Favourites','','http://www.omega-day.com/spielgrafik//grafik/skin/fav_g.gif',1)"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/fav.gif" alt="Favourites" name="Favourites" width="187" height="20" border="0"></a>
<table width="187"  border="0" cellspacing="0" cellpadding="0">
  <tr>
<td width="0">
  </td>
<td width="175">
<table width="175" border="0" cellspacing="0" cellpadding="0">

<tr><td>
<div style="width:175px; height:70px; overflow: auto" class="quickjump">
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a class="quickjumpt" onMouseOut="topleft_r();" onMouseOver="topleft('http://www.omega-day.com/spielgrafik//grafik/skin/obenlinks/ring_010.gif');" href="/game/index.php?op=orbit&amp;index=576920" onFocus="if(document.all) this.blur()"><font color='#CC9966'>O </font></a>|
<a class="quickjumpt" onMouseOut="topleft_r();" onMouseOver="topleft('http://www.omega-day.com/spielgrafik//grafik/skin/obenlinks/ring_010.gif');" href="/game/index.php?op=planet&amp;index=576920" onFocus="if(document.all) this.blur()">P18_157822</a></td></tr>
</table>

</div>
</td></tr>
</table>
</td>
  <td align="left"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/jump.gif"></td>
  </tr>
</table>
</td>
   </tr>

</table>
</td>
</tr>
</table>
</td>
</tr>
<td><img src="http://www.omega-day.com/spielgrafik//grafik/skin/menubackground_bottom.gif"></td>
</tr>
   <tr>

    <td height="6"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/spacer.gif"></td>
   </tr>
</table>

     <table width="187"  border="0" cellspacing="0" cellpadding="0">
   <tr>
     <td><img src="http://www.omega-day.com/spielgrafik//grafik/skin/u1.gif" width="68" height="40"></td>
     <td><a href="?op=rpg" ><img src="http://www.omega-day.com/spielgrafik//grafik/skin/u2.gif" border="0" width="53" height="40"></a></td>
     <td><img src="http://www.omega-day.com/spielgrafik//grafik/skin/u3.gif" width="66" height="40"></td>

   </tr>
   <tr>
     <td colspan="3"><img src="http://www.omega-day.com/spielgrafik//grafik/skin/u4.gif" width="187" height="12"></td>
   </tr>
</table>
</td>
</tr>
<tr>
<td align="center" colspan="2">

<a href="?sset=0"><font size="-2">Deutsch</font></a> -
<a href="?sset=1"><font size="-2">English</font></a>
<!--   -
<a href="?sset=2"><font size="-2">Französisch</font></a> -->
     </td>
   </tr>
</table>


</td><td valign="top" id='maincontent'>


<script language="javascript">

var dialog_control = null;
var dialog_zIndex = 1;

function dialog_install_global_events()
{
var oldMouseUp = document.onmouseup;
var oldMouseMove = document.onmousemove;
var oldSelect = document.onselect;
var oldSelectStart = document.onselectstart;
document.onmouseup = function(e) {
if( dialog_control ) {
dialog_control.stopMove(e);
return;
}

if( oldMouseUp )
eval(oldMouseUp);
};
document.onmousemove = function(e) {
if( dialog_control ) {
dialog_control.moveWindow(e);
return;
}

if( oldMouseMove )
oldMouseMove(e);
};
document.onselect = function(e) {
if( dialog_control ) {
dialog_cancel_event(e);
return;
}

if( oldSelect )
eval(oldSelect);
};
document.onselectstart = function(e) {
if( dialog_control ) {
dialog_cancel_event(e);
return;
}

if( oldSelectStart )
eval(oldSelectStart);
};
}
window.setTimeout(function() { dialog_install_global_events(); }, 100);

function dialog_cancel_event(e)
{
if( !e )
e = window.event;
e.cancel = true;
e.returnValue = false;
if( e.stopPropagation)
e.stopPropagation();
else
e.cancelBubble = true;
return false;
}

function dialog_init(id)
{
this.id = id;
this.element = document.getElementById(id);
this.element.obj = this;
var titleBar = document.getElementById(id + "_title");
this.titleBar = titleBar;
this.titleBar_text = document.getElementById(id + "_tt");
this.closeX = document.getElementById(id + "_x");
// Events die man selber einhängen kann
this.closeHandler = function() {}; // Macht nix
// Offset zum verschieben vom Top beim Center
this.topAddOffset = 200;

// Variable für die Funktionen zur Verfügung stellen
var element = this.element;
var thisControl = this;

this.getOffsetTop = function (obj)
{
var o = obj.offsetParent;
var t = obj.offsetTop;
while( o ) {
t += o.offsetTop;
o = o.offsetParent;
}
return t;
};

this.setCloseVisible = function(visible)
{
if( visible ) {
thisControl.closeX.style.visibility = "visible";
thisControl.closeX.style.display = "inline";
}
else {
thisControl.closeX.style.visibility = "hidden";
thisControl.closeX.style.display = "none";
}
}

this.getOffsetLeft = function(obj)
{
var o = obj.offsetParent;
var t = obj.offsetLeft;
while( o ) {
t += o.offsetLeft;
o = o.offsetParent;
}
return t;
};

this.startMove = function (e)
{
if( !e )
e = window.event;

dialog_control = thisControl;
thisControl.x = e.screenX;
thisControl.y = e.screenY;
thisControl.bringIntoFront();
titleBar.style.cursor = "move";
if( document.body.style.mozUserSelect)
document.body.style.mozUserSelect = "none";
if( document.body.style.userSelect )
document.body.style.userSelect = "none";
dialog_cancel_event(e);
};

this.moveWindow = function(e)
{
if( !e )
e = window.event;
if( !dialog_control )
return;
if( dialog_control != thisControl ) {
// Events forwarden
dialog_control.moveWindow(e);
return;
}
var xdelta = e.screenX - thisControl.x;
var ydelta = e.screenY - thisControl.y;
thisControl.x = e.screenX;
thisControl.y = e.screenY;
element.style.left = element.offsetLeft + xdelta;
element.style.top = element.offsetTop + ydelta;
dialog_cancel_event(e);
};

this.stopMove = function(e)
{
if( !e )
e = window.event;
if( dialog_control != thisControl ) {
// Events forwarden
dialog_control.moveWindow(e);
return;
}
titleBar.style.cursor = "auto";
dialog_control = null;
if( document.body.style.mozUserSelect)
document.body.style.mozUserSelect = "normal";
if( document.body.style.userSelect )
document.body.style.userSelect = "normal";
};

this.toggleVisibility = function()
{
if(element.style.visibility == "visible")
thisControl.closeDialog();
else {
thisControl.openDialog();
}
};

this.isOpen = function()
{
return element.style.visibility == "visible";
}

this.openDialog = function ()
{
element.style.visibility = "visible";
thisControl.bringIntoFront();
};

this.bringIntoFront = function() {
element.style.zIndex = ++dialog_zIndex;
}

this.closeDialog = function()
{
thisControl.closeHandler();
element.style.visibility = "hidden";
};

this.setTitle = function(title)
{
thisControl.titleBar_text.innerHTML = title;
};

this.setContent = function(content_)
{
thisControl.getContentCtrl().innerHTML = content_;
};

this.getContentCtrl = function()
{
return document.getElementById(thisControl.id + "_c");
};

this.centerDialog = function()
{
var maincontent = document.getElementById("maincontent");
element.style.top = this.getOffsetTop(maincontent) + this.topAddOffset;
element.style.left = this.getOffsetLeft(maincontent) + ((maincontent.offsetWidth - element.offsetWidth)/2);
}
this.openAndCenter = function()
{
thisControl.centerDialog();
thisControl.openDialog();
thisControl.centerDialog();
}
this.moveTo = function(x,y)
{
element.style.top = y;
element.style.left = x;
}
this.moveRel = function(xdelta,ydelta)
{
element.style.top = element.offsetY + ydelta;
element.style.left = element.offsetX + xdelta;
}

titleBar.onmousedown = function(event) { thisControl.startMove(event); };
titleBar.onmouseup = function(event) { thisControl.stopMove(event); };
titleBar.onmousemove = function(event) { thisControl.moveWindow(event); };
titleBar.onselect = dialog_cancel_event
titleBar.ondrag = dialog_cancel_event;
titleBar.onselectstart = dialog_cancel_event;
}

function getDialog(id)
{
return document.getElementById(id).obj;
}

</script>
<style type="text/css">
.dialogclass {
position:absolute;
visibility:hidden;
filter:Alpha(opacity=90, finishopacity=0, style=0);
opacity:0.9;
-khtml-opacity:0.9;
-moz-opacity:0.9;
}

.dialogcontent {
background-color:#005085;
BACKGROUND-IMAGE: url(grafik/allgemein/sterne.gif);
}
.titleunderline { background-color: #005085; font-size:2px; height:2px; }
.dialogtitlebar {
cursor:default;
-moz-user-select:none;
-khtml-user-select: none;
user-select:none;
}
</style>
<div id="tooltip" class='dialogclass' style="width:300; top:0; left:0;">
<table border="0" align="center" width="100%" cellspacing="0" cellpadding="0">  <tr>    <td width="6" height="6" class="messageBox_LeftTop"></td>    <td height="6" class="messageBox_Top"></td>    <td width="6" height="6" class="messageBox_RightTop"></td>  </tr>  <tr>    <td width="6" class="messageBox_Left">&nbsp;</td><td  class="messageBox_Middle"> <div id="tooltip_title" style="font-weight:bold; width:100%; " class="tablecolor"><span class="dialogtitlebar">

<span id='tooltip_x'>&nbsp;<a href="javascript:getDialog('tooltip').closeDialog()">X</a>&nbsp;</span>
<span id="tooltip_tt"></span>&nbsp;</span>
</div>
<div class="titleunderline">&nbsp;</div>

<script language="javascript">new dialog_init("tooltip");</script>
<span id="tooltip_c">
</span>

</td>    <td width="6"  class="messageBox_Right">&nbsp;</td>  </tr>  <tr>    <td width="6" height="6" class="messageBox_LeftBottom"></td>    <td height="6" class="messageBox_Bottom"></td>    <td width="6" height="6" class="messageBox_RightBottom"></td>  </tr></table> </div>
<script language="javascript">
var tooltip_x = 0;
var tooltip_y = 0;
var tooltipDialog = getDialog("tooltip");
var tooltip_is_hide = 0;
var tooltip_align = 0;
tooltipDialog.setCloseVisible(false);

function tooltip_show(title,text,align)
{
tooltip_align = align;
tooltip_is_hide = false;
tooltipDialog.setContent(text);
tooltipDialog.setTitle(title);
tooltip_movetip();
tooltipDialog.openDialog();
}

function tooltip_movetip()
{
var x = tooltip_x;
var y = tooltip_y;
y = y + 14;
switch(tooltip_align)
{
case 2: // Center
x = x - (tooltipDialog.element.offsetWidth/2) + 1;
break;
case 0: // Right
x = x - tooltipDialog.element.offsetWidth - 6;
break;
case 1: // Left
default:
break;
}
tooltipDialog.moveTo(x,y);
}
function tooltip_movetooltip(e)
{
if( e == null )
e = window.event;
var cx = ( window.event ) ? e.x : e.pageX;
var cy = ( window.event ) ? e.y : e.pageY;
tooltip_x = cx;
tooltip_y = cy;
if( tooltipDialog.isOpen() ) 
tooltip_movetip();
}

function tooltip_install_global_events()
{
var oldMouseMove = document.onmousemove;
document.onmousemove = function(e) {
tooltip_movetooltip(e);
if( oldMouseMove )
oldMouseMove(e);
};
}

function tooltip_hide()
{
tooltip_is_hide = true;
//window.setTimeout(function() { if( tooltip_is_hide ) tooltipDialog.closeDialog();  }, 1);
tooltipDialog.closeDialog();
}
window.setTimeout(function() { tooltip_install_global_events(); }, 100);
</script>
<style type="text/css">
.opacity4 {filter:alpha(opacity=70); opacity:0.7; -KHTML-Opacity:0.7; -Moz-Opacity:0.7; }
.snoopy { background-color: #005085; }
</style>

</head>


<div id="overDiv" class="opacity4" style="position:absolute; visibility:hide;"></div>

<script language="JavaScript">
<!--
if (typeof fcolor == 'undefined') { var fcolor = "#001044";}
if (typeof backcolor == 'undefined') { var backcolor = "#001044";}
if (typeof textcolor == 'undefined') { var textcolor = "#FFFFFF";}
if (typeof capcolor == 'undefined') { var capcolor = "#FFFFFF";}
if (typeof closecolor == 'undefined') { var closecolor = "#0040AA";}
if (typeof width == 'undefined') { var width = "180";}
if (typeof border == 'undefined') { var border = "0";}
if (typeof offsetx == 'undefined') { var offsetx = 10;}
if (typeof offsety == 'undefined') { var offsety = 16;}
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
var x = 0;
var y = 0;
var snow = 0;
var sw = 0;
var cnt = 0;
var dir = 1;
var tr = 1;


function dlc(text, title) {
dtc(0,text,title);
}
function dlt(text, title) {
dtc(2,text,title);
}
function nd() {
tooltip_hide();
}
function dtc(d,text, title) {
tooltip_show(title,text,d);
}
function setter(name,id,ally,allid,rasse){
document.getElementById('anzeigerd').innerHTML = "<a href='?op=usershow&welch="+id+"'>"+name+"</a>&nbsp;&nbsp;<a href='?op=allyshow&welch="+allid+"'>"+ally+"</a>&nbsp;<font class='smallletters'> "+rasse+"</font>";
}

function kringler(kringelid) {
document.getElementById(kringelid).src ="http://www.omega-day-download.de/grafik/allgemein/planram.gif";
}
function entkringler(kringelid) {
document.getElementById(kringelid).src ="http://www.omega-day-download.de/grafik/leer.gif";
}
//--->
</script>


  <table width="600" border="0" cellspacing="0" cellpadding="5" align="center">
    <tr align="center">
      <td align="center">
<table border="0" align="center" width="580" cellspacing="0" cellpadding="0">  <tr>    <td width="6" height="6" class="messageBox_LeftTop"></td>    <td height="6" class="messageBox_Top"></td>    <td width="6" height="6" class="messageBox_RightTop"></td>  </tr>  <tr>    <td width="6" class="messageBox_Left">&nbsp;</td><td  class="messageBox_Middle"><div style="text-align:center">

  Sonnensystem <strong>&nbsp;&nbsp;&nbsp;18_107/-24/82&nbsp;&nbsp;&nbsp;</strong> <font size="-2" id="sysid">( Systemnummer: 15782 )</font>
</div>
</td>    <td width="6"  class="messageBox_Right">&nbsp;</td>  </tr>  <tr>    <td width="6" height="6" class="messageBox_LeftBottom"></td>    <td height="6" class="messageBox_Bottom"></td>    <td width="6" height="6" class="messageBox_RightBottom"></td>  </tr></table>   </td>
    </tr>

    <tr height='35'>
      <td align="center"><b><div id="anzeigerd">&nbsp;</div></b></td>
    </tr>
  </table>
  <br>
  <table width="800" border="0" cellspacing="0" cellpadding="0">
  <tr>
        <td valign="top"><a href="?op=main" onmouseover="dlt('','Sonne 18_107/-24/82')" onmouseout="nd()"><img src="http://www.omega-day-download.de/grafik/allgemein/sonne003.jpg" width="100" height="180" border="0"></a></td>
    <td valign="top">


<table width=100 border=0 cellspacing=0 cellpadding=0></table></td>
    <td valign="top"> <br>
<table width=100 border=0 cellspacing=0 cellpadding=0><tr><td style='background-image:url(http://www.omega-day.com/spielgrafik/grafik/planeten/planet10_s.jpg); background-repeat:no-repeat;'><a href='?op=planet&index=576920' onmouseover="dlt('&lt;br&gt; Inhaber: &lt;b&gt;.:Nemesis:.&lt;/b&gt;&lt;br&gt;&lt;br&gt;Erz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100 %&lt;br&gt;Kristall:&amp;nbsp;&amp;nbsp; 90 %&lt;br&gt; Wolfram: 110 %&lt;br&gt; Fluor: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 %&lt;br&gt;&lt;br&gt; Max. Bevölkerung: 3.300.000&lt;br&gt;&lt;font size=&quot;-2&quot;&gt;(in Tausend)&lt;/font&gt;&lt;br&gt;Größe: 13 ','P18_157822:');setter('.:Nemesis:.','215101','&amp;raquo;) BoA (&amp;laquo; ','19','Tradoner');kringler(576920);" onmouseout='nd();entkringler(576920)'><img id='576920' src='http://www.omega-day.com/spielgrafik//grafik/leer.gif' width=100 height=100 border=0 style='filter:alpha(opacity=50); opacity:0.5; -KHTML-Opacity:0.5; -Moz-Opacity:0.5;'></a></td></tr><tr><td></td></tr></table></td>
    <td valign="top"> <br><br>
<table width=100 border=0 cellspacing=0 cellpadding=0><tr><td style='background-image:url(http://www.omega-day.com/spielgrafik/grafik/planeten/planet19_s.jpg); background-repeat:no-repeat;'><a href='?op=planet&index=576921' onmouseover="dlt('&lt;br&gt; Inhaber: &lt;b&gt;-keiner-&lt;/b&gt;&lt;br&gt;&lt;br&gt;Erz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 %&lt;br&gt;Kristall:&amp;nbsp;&amp;nbsp; 40 %&lt;br&gt; Wolfram: 60 %&lt;br&gt; Fluor: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 %&lt;br&gt;&lt;br&gt; Max. Bevölkerung: 3.600.000&lt;br&gt;&lt;font size=&quot;-2&quot;&gt;(in Tausend)&lt;/font&gt;&lt;br&gt;Größe: 21 ','P18_157823:');setter('-keiner-','0',' ','','');kringler(576921);" onmouseout='nd();entkringler(576921)'><img id='576921' src='http://www.omega-day.com/spielgrafik//grafik/leer.gif' width=100 height=100 border=0 style='filter:alpha(opacity=50); opacity:0.5; -KHTML-Opacity:0.5; -Moz-Opacity:0.5;'></a></td></tr><tr><td></td></tr></table></td>
    <td valign="top"> <br><br><br>
<table width=100 border=0 cellspacing=0 cellpadding=0><tr><td style='background-image:url(http://www.omega-day.com/spielgrafik/grafik/planeten/planet20_s.jpg); background-repeat:no-repeat;'><a href='?op=planet&index=576922' onmouseover="dlt('&lt;br&gt; Inhaber: &lt;b&gt;-keiner-&lt;/b&gt;&lt;br&gt;&lt;br&gt;Erz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90 %&lt;br&gt;Kristall:&amp;nbsp;&amp;nbsp; 90 %&lt;br&gt; Wolfram: 90 %&lt;br&gt; Fluor: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 %&lt;br&gt;&lt;br&gt; Max. Bevölkerung: 3.000.000&lt;br&gt;&lt;font size=&quot;-2&quot;&gt;(in Tausend)&lt;/font&gt;&lt;br&gt;Größe: 21 ','P18_157824:');setter('-keiner-','0',' ','','');kringler(576922);" onmouseout='nd();entkringler(576922)'><img id='576922' src='http://www.omega-day.com/spielgrafik//grafik/leer.gif' width=100 height=100 border=0 style='filter:alpha(opacity=50); opacity:0.5; -KHTML-Opacity:0.5; -Moz-Opacity:0.5;'></a></td></tr><tr><td></td></tr></table></td>
    <td valign="top"> <br><br><br><br>

<table width=100 border=0 cellspacing=0 cellpadding=0><tr><td style='background-image:url(http://www.omega-day.com/spielgrafik/grafik/planeten/planet20_s.jpg); background-repeat:no-repeat;'><a href='?op=planet&index=576923' onmouseover="dlt('&lt;br&gt; Inhaber: &lt;b&gt;-keiner-&lt;/b&gt;&lt;br&gt;&lt;br&gt;Erz:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90 %&lt;br&gt;Kristall:&amp;nbsp;&amp;nbsp; 90 %&lt;br&gt; Wolfram: 90 %&lt;br&gt; Fluor: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 %&lt;br&gt;&lt;br&gt; Max. Bevölkerung: 3.000.000&lt;br&gt;&lt;font size=&quot;-2&quot;&gt;(in Tausend)&lt;/font&gt;&lt;br&gt;Größe: 21 ','P18_157825:');setter('-keiner-','0',' ','','');kringler(576923);" onmouseout='nd();entkringler(576923)'><img id='576923' src='http://www.omega-day.com/spielgrafik//grafik/leer.gif' width=100 height=100 border=0 style='filter:alpha(opacity=50); opacity:0.5; -KHTML-Opacity:0.5; -Moz-Opacity:0.5;'></a></td></tr><tr><td></td></tr></table></td>
    <td valign="top"> <br><br><br><br><br>
<table width=100 border=0 cellspacing=0 cellpadding=0></table></td>
    <td valign="top"> <br><br><br><br><br><br>
<table width=100 border=0 cellspacing=0 cellpadding=0></table></td>
  </tr>
</table></div>
</body>
    </td>
  </tr>

</table>



<center><font size='-2' color='#555555'>(c) 2006 www.Omega-Day.com &nbsp;&nbsp;&nbsp; Erstellt in 0.283996105194 s. &nbsp;&nbsp;&nbsp; Seiten in dieser Sitzung: 7</font></center></body>
</html>


sondern ich möchte das der Quelltext das direkt in einem Post wieder gibt was in dem Quelltext drin steht also eine Webseite in einem Post

Jorin

#4
Zitat Quelltext:

* Copyright:      (C) 2003,2004,2005,2006 www.Omega-Day.de, www.Omega-Day.com
*                 Wie in den AGB´s nachzulesen sind alle Grafiken, Texte, Quellcodes
*                 etc. geschützt und bedürfen bei Verwendung schriftlicher Genehmigung
* E-Mail:         [email protected]


Gelesen? Du darfst den Quelltext nicht ohne schriftliche Genehmigung bei dir im Forum posten (es sei denn, du bist Mitarbeiter von Omega-Day.de)... Und ich denke, das wird zu 99% bei jeder anderen Seite (Sprich Quelltext) auch so sein...

BTT: Nicht, dass ich wüsste. Aber vielleicht kann man einen BBC umstricken dafür.

Aori

#5
Also die Quelltexte kann man benutzen ;) gibt sogar dafür ein Tool von OD um die sachen zu Speichern.

Aber das mit dem BBCode hört sich gut an :)

*edit*

Ich hab das jetzt mal mit einem BBCode hinbekommen, das ich einen Quelltext in einem Tread richtig angezeigt wird, nur die Grafiken stimmen noch nicht ganz...



dieter4

Quote from: Aori on January 16, 2007, 06:06:45 AM
Also die Quelltexte kann man benutzen ;) gibt sogar dafür ein Tool von OD um die sachen zu Speichern.

Aber das mit dem BBCode hört sich gut an :)

*edit*

Ich hab das jetzt mal mit einem BBCode hinbekommen, das ich einen Quelltext in einem Tread richtig angezeigt wird, nur die Grafiken stimmen noch nicht ganz...

Als Admin bietet sich  an...

Advertisement: