Zum Inhalt springen

burnersk

Mitglieder
  • Gesamte Inhalte

    273
  • Benutzer seit

  • Letzter Besuch

Beiträge von burnersk

  1. Aus gutem Grund.

    Logins werden bei FTP als Cleartext ausgeführt. Das heißt dein Root-Passwort wandert unverschlüsselt und für jeden lesbar über die Leitung.

    *schock*

    Wieso werden keine md5/sha256 Hashes übermittelt?! *aahhh*

    oder benutz zum Daten kopieren scp (WinSCP :: Einleitung) o.ä.
    Benötige ich irgend etwas auf meinem RedHat-Server?

    Hallo,

    der Ratschlag deines Providers war im Prinzip schon richtig.

    Soweit ich mich erinnern kann gibt es aber auch noch eine "vsftpd.conf" irgendwo unter "/etc";

    da muss zusaetlich auch noch folgende Option gesetzt sein:

    "userlist_enable=YES"

    Bye

    SystemError

    Auch an dich ein großes Danke, aber die Info von JesterDay benutze ich lieber.

    MfG

    burnersk

  2. Hallo.

    Also:

    1. Die OCX ist im system32 und erfolgreich mit regsvr32 registriert.

    2. Error on ".Compress" nicht vorher

    3. Die OCX funktioniert auch in der EXE! Nur leider immer nur als "P-Code". Im "Native-Code" funktioniert die OCX zwar auch, aber statistisch nur unter 49 % der läufe.

    Kann mir jemand vielleicht erklären, was der Unterschied zwischen P und Native Code ist? Bin auf die Lösung gestoßen. Allerdings die die EXE kleiner als vorher; was wird bei "P" nicht integriert?

  3. Hallo.

    Ich habe ab und zu ziemliche Probleme mit dem Zlib OCX (http://www.dogma.net/markn/articles/zlibtool/zlibtool.zip).

    In der IDE ist der Fehler NIE vorgekommen. In der EXE nachher kommt er in unregelmäßigen Abständen (mehr als 50 %).

    Fehler:

    Laufzeitfehler '7':

    Nicht genügend Speicher

    Aufruf:

          If oFSO.FolderExists(VAR_DATABASE(2)) = False Then oFSO.CreateFolder (VAR_DATABASE(2))
    
          If DB_Check = True Then
    
            With frmCOMPONENTS.ZlibTool1
    
              .InputFile = VAR_DATABASE(0)
    
              .Level = Maximum
    
              .OutputFile = VAR_DATABASE(2) & "\" & App.Title & "_" & Format(VBA.Date, "YYYY-MM-DD", vbMonday, vbFirstFullWeek) & " " & Format(VBA.Time, "HH-MM-SS", vbMonday, vbFirstFullWeek) & ".mdb.gz"
    
              .Compress
    
            End With
    
            DoEvents
    
            MsgBox "Datenbank-Backup wurde erfolgreich ausgeführt.", vbInformation + vbOKOnly, App.Title & " [Datenbank-Backup]"
    
          End If

    Ich kann versichern, dass die Quelldatei existiert und die Zieldatei nicht existiert; dass Speicherplatz (HDD, RAM) frei ist.

    VAR_DATABASE(0) ist z. B.: "E:\...\dev5-entwicklung\dev5 Software\dev5ProductLister\dev5ProductLister.mdb"

    VAR_DATABASE(2) ist z. B.: "E:\...\dev5-entwicklung\dev5 Software\dev5ProductLister\dbbackup"

    Könnt Ihr mir helfen?

  4. 
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    
    <html>
    
    <head>
    
    	<title>Untitled</title>
    
    <script>
    
    function showHideDiv(id){
    
    	if(eval("document.getElementById('" + id + "').style.overflow== 'hidden'")){
    
    		eval("document.getElementById('" + id + "').style.overflow = 'visible'")
    
    	}else{
    
    		eval("document.getElementById('" + id + "').style.overflow = 'hidden'")	
    
    	}
    
    }
    
    </script>
    
    </head>
    
    
    <body>
    
    <div id="divid1" style="width: 100px;white-space: nowrap;overflow; hidden;">in der "richtigen" Datei steht natürlich mehr im Style und Div </div>
    
    <button onClick="showHideDiv('divid1');">Klick mich!</button>
    
    
    </body>
    
    </html>
    
    
    
    [/code]
    
    
    
    
    so auch? in meinem FF läuft das ohne Fehler
    
    
    
    Allerdings würde ich dann die javascript funktion noch anpassen und die attribute und ihre beiden zustände variabel anlegen, also übergabe dann z.b. 
    
    
    
    (
    
    id,
    
    styleAttribute,
    
    styleActiveVal,
    
    styleInActiveValue
    
    )
    
    
    
    oder so in der Art
    
    
    
    So klapt es prima. Aber was ist das den für ein Bug? Normalerweise heiß es doch so: 
    [code]overflow[COLOR="Red"];[/COLOR] hidden;
    anstatt
    overflow[COLOR="Red"]:[/COLOR] hidden;

  5. <!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=iso-8859-1" />
    
    <title>dev5-entwicklung</title>
    
    <style type="text/css">
    
    <!--
    
    .td,td,.th,th {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-size: 11px;
    
    	color: #000000;
    
    }
    
    .body,body {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-size: 11px;
    
    	color: #000000;
    
    	background-color: #FFFFFF;
    
    	background-image: url(images/background_left.gif);
    
    	background-repeat: repeat-y;
    
    	margin-left: 0px;
    
    	margin-top: 0px;
    
    	margin-right: 0px;
    
    	margin-bottom: 0px;
    
    }
    
    .a,a {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-size: 11px;
    
    	color: #000099;
    
    }
    
    .a:visited,a:visited {
    
    	color: #000099;
    
    }
    
    .a:hover,a:hover {
    
    	color: #000063;
    
    }
    
    .a:active,a:active {
    
    	color: #000063;
    
    }
    
    .h1,h1 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 22px;
    
    	color: #000000;
    
    }
    
    .h2,h2 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 20px;
    
    	color: #000000;
    
    }
    
    .h3,h3 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 18px;
    
    	color: #000000;
    
    }
    
    .h4,h4 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 16px;
    
    	color: #000000;
    
    }
    
    .h5,h5 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 14px;
    
    	color: #000000;
    
    }
    
    .h6,h6 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 12px;
    
    	color: #000000;
    
    }
    
    .h7,h7 {
    
    	font-family: Arial, Helvetica, sans-serif;
    
    	font-weight: bold;
    
    	font-size: 9px;
    
    	color: #999999;
    
    }
    
    #tblNavi td {
    
    	border-bottom-color: #000000;
    
    	border-bottom-style: solid;
    
    	border-bottom-width: 1px;
    
    }
    
    /* Navigationsleiste (links) */
    
    #tblNavi td {
    
    	border-bottom-color: #333333;
    
    	border-bottom-style: solid;
    
    	border-bottom-width: 1px;
    
    }
    
    #tblNavi a {
    
    	display: block;
    
    	padding-bottom: 7px;
    
    	padding-left: 7px;
    
    	padding-right: 7px;
    
    	padding-top: 7px;
    
    	color: #003366;
    
    	font-weight: bold;
    
    }
    
    #tblNavi a:hover {
    
    	color: #003366;
    
    	font-weight: bold;
    
    	background-color: #7496DC;
    
    }
    
    #tblNavi a:visited {
    
    	color: #003366;
    
    	font-weight: bold;
    
    }
    
    #tblNavi a:link {
    
    	color: #003366;
    
    	font-weight: bold;
    
    }
    
    #tblNavi a:active {
    
    	color: #003366;
    
    	font-weight: bold;
    
    }
    
    -->
    
    </style>
    
    </head>
    
    <body>
    
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    
      <tr>
    
        <td height="107" colspan="3" align="left" valign="top" background="images/background_top.gif"><img src="images/logo.gif" alt="Logo: dev5-entwicklung" name="img_logo" width="285" height="107" border="0" id="img_logo" /></td>
    
      </tr>
    
      <tr>
    
        <td width="0%" height="13" align="left" valign="top"><img src="images/spacer_v_167px.gif" name="spacer_v_167px" width="167" height="1" border="0" id="spacer_v_167px" /></td>
    
        <td width="100%" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    
          <tr align="left" valign="middle">
    
            <td width="0%" height="22" background="images/cellpic_info.gif"><img src="images/info_left.gif" name="info_left" width="11" height="22" border="0" id="info_left" /></td>
    
            <td width="100%" background="images/cellpic_info.gif"><table width="100%" height="22" border="0" cellpadding="0" cellspacing="0">
    
                <tr>
    
                  <td align="left" valign="middle">Sie sind hier: www.dev5-entwicklung.de » </td>
    
                  <td align="right" valign="middle">Guten Tag Gast (Login Registrieren) </td>
    
                </tr>
    
            </table></td>
    
            <td width="0%" background="images/cellpic_info.gif"><img src="images/info_right.gif" name="info_right" width="12" height="22" border="0" id="info_right" /></td>
    
          </tr>
    
          <tr align="left" valign="middle">
    
            <td height="1" colspan="3"><img src="images/spacer_v_612px.gif" name="spacer_v_612px" width="612" height="1" border="0" id="spacer_v_612px" /></td>
    
            </tr>
    
        </table></td>
    
        <td width="0%" height="13" align="left" valign="top"><img src="images/spacer_v_7px.gif" name="spacer_v_7px" width="7" height="1" border="0" id="spacer_v_7px" /></td>
    
      </tr>
    
    
      <tr>
    
        <td rowspan="2" align="left" valign="top"><table width="160" border="0" cellpadding="0" cellspacing="0" id="tblNavi">
    
          <tr>
    
            <td align="left" valign="middle"> </td>
    
          </tr>
    
          <tr>
    
            <td align="left" valign="middle"><a href="javascript:;" target="_top">Startseite</a></td>
    
          </tr>
    
        </table></td>
    
        <td height="13" align="left" valign="top"> </td>
    
        <td rowspan="2" align="left" valign="top"></td>
    
      </tr>
    
      <tr>
    
        <td align="left" valign="top">Hallo, wie gehts? </td>
    
      </tr>
    
      <tr>
    
        <td rowspan="2" align="left" valign="top"></td>
    
        <td height="14" align="center" valign="top"> </td>
    
        <td rowspan="2" align="left" valign="top"></td>
    
      </tr>
    
      <tr>
    
        <td align="center" valign="top" class="h7">Copyright © 2006 by Sören Kornetzki (dev5-entwicklung) </td>
    
      </tr>
    
      <tr>
    
        <td height="7" colspan="3" align="left" valign="top"></td>
    
      </tr>
    
    </table>
    
    
    <script language="javascript" type="text/javascript">
    
    	function showHideDiv(id){
    
    		if(eval("document.getElementById('" + id + "').style.display == 'block'")){
    
    			eval("document.getElementById('" + id + "').style.display = 'none'")
    
    		}else{
    
    			eval("document.getElementById('" + id + "').style.display = 'block'")	
    
    		}
    
    	};
    
    
    	function DivIn ( id ) {
    
    		eval ( "document.getElementById('" + id + "').style.visibility = 'visible'" )
    
    		eval ( "document.getElementById('" + id + "_low').style.visibility = 'hidden'" )
    
    	};
    
    	function DivOut ( id ) {
    
    		eval ( "document.getElementById('" + id + "').style.visibility = 'hidden'" )
    
    		eval ( "document.getElementById('" + id + "_low').style.visibility = 'visible'" )
    
    	};
    
    </script>
    
    
    <div id="button_forum" onmouseout="DivOut('button_forum');" style="position:absolute; width:122px; height:32px; z-index:3; left: 430px; top: 74px; overflow: hidden; visibility: hidden;"><a href="javascript:;" target="_top"><img src="images/button_forum.gif" alt="Forum" name="img_button_forum" width="122" height="32" border="0" id="img_button_forum" /></a></div>
    
    <div id="button_forum_low" onmouseover="DivIn('button_forum');" style="position:absolute; width:122px; height:32px; z-index:2; left: 430px; top: 74px; overflow: hidden; visibility: visible;"><a href="javascript:;" target="_top"><img src="images/button_forum_low.gif" alt="Forum" name="img_button_forum_low" width="122" height="32" border="0" id="img_button_forum_low" /></a></div>
    
    
    <div id="button_homepage" style="position:absolute; width:122px; height:32px; z-index:3; left: 300px; top: 74px; overflow: hidden; visibility: visible;"><a href="javascript:;" target="_top"><img src="images/button_homepage.gif" alt="Homepage" name="img_button_homepage" width="122" height="32" border="0" id="img_button_homepage" /></a></div>
    
    <div id="button_homepage_low" style="position:absolute; width:122px; height:32px; z-index:2; left: 300px; top: 74px; overflow: block; visibility: hidden;"><a href="javascript:;" target="_top"><img src="images/button_homepage_low.gif" alt="Homepage" name="img_button_homepage_low" width="122" height="32" border="0" id="img_button_homepage_low" /></a></div>
    
    
    <div id="button_acp" onmouseout="DivOut('button_acp');" style="position:absolute; width:122px; height:32px; z-index:3; left: 560px; top: 74px; overflow: hidden; visibility: hidden;"><a href="javascript:;" target="_top"><img src="images/button_acp.gif" alt="ACP" name="img_button_acp" width="122" height="32" border="0" id="img_button_acp" /></a></div>
    
    <div id="button_acp_low" onmouseover="DivIn('button_acp');" style="position:absolute; width:122px; height:32px; z-index:2; left: 560px; top: 74px; overflow: hidden; visibility: visible;"><a href="javascript:;" target="_top"><img src="images/button_acp_low.gif" alt="ACP" name="img_button_acp_low" width="122" height="32" border="0" id="img_button_acp_low" /></a></div>
    
    
    <div id="banner" style="position:absolute; width:468px; height:60px; z-index:2; left: 300px; top: 10px; overflow: hidden; visibility: visible; background-color: #DFAB1F; layer-background-color: #DFAB1F;"></div>
    
    </body>
    
    </html>

  6. Hallo.

    Nur noch ein kleines Problem:

    Fehler: Fehler beim Verarbeiten des Wertes für Eigenschaft 'overflow'. Deklaration ignoriert.

    Quelldatei: http://localhost/design.htm

    Zeile: 0

    <div id="banner" style="position:absolute; width:468px; height:60px; z-index:2; left: 300px; top: 10px; overflow: hidden; visibility: visible; background-color: #DFAB1F; layer-background-color: #DFAB1F;"></div>
    
    

    Gibt es eine Alternative hierfür?

  7. Hallo.

    Habe eine Problem mit JavaScript und Firefox (beim MSchrott funktionierts, Opera auch).

    JavaScript teil:

    function Div_Show () {
    
      divid1.style.visibility = 'visible';
    
    };
    
    function Div_Hide () {
    
      divid1.style.visibility = 'hidden';
    
    };
    
    
    HTML teil:
    <div id="divid1" style="visibility: visible;">in der "richtigen" Datei steht natürlich mehr im Style und Div </div>[/code]

    Kennt jemand eine Lösung für "alle" Browser?

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...