| Topics (Latest first) suche |
| Written by Abgemeldet on 28.08.2010 to 14:49 Clock |
|
Kontodaten, egal wem sie gehören, sollten niemals veröffentlicht werden. Im vorigen Post habe ich diese entfernt.
Grüsse von katzebiggi |
| Written by Possinke on 03.05.2010 to 20:56 Clock |
| du must den php code nach ganz oben verschieben als erstes. |
| Written by marcmaroc on 03.05.2010 to 19:07 Clock |
|
Hallo
diesmal möchte ich das Formular in meine Seite einbinden, habe es nach den oben stehenden Anweisungen gemacht. Leider gibt es noch ein Problem, ich bekomme diese Fehlermeldung: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:xampphtdocsfondationkontakt.php:4) in C:xampphtdocsfondationkontaktincludesfunction.php on line 6 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:xampphtdocsfondationkontakt.php:4) in C:xampphtdocsfondationkontaktincludesfunction.php on line 6 Ich habe den Funktionsaufruf einmal gelöscht, es gab keine Fehlermeldung, leider aber auch kein Mailprogramm. Das ist die Seite in der ich den mailscript einfügen möchte: Code:
<!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> <?php ob_start(); include("./kontakt/index.php"); $kontakt_content = ob_get_contents(); ob_end_clean(); ?> <title>fondiseite</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/ > <link href="css/basestyle.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.cycle.all.js"></script> <script type="text/javascript" src="/js/yoxview/yoxview-init.js"></script> <script type="text/javascript"> /* <![CDATA[ */ google.load("jquery", "1.3.2"); /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ $(document).ready(function() { $("a").click(function() { alert("Hallo, Welt!"); }); }); /* ]]> */ $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc... pause: '1', speed:'2500' }); }); </script> <script type="text/javascript" src="js/csshorizontalmenu.js"> /*********************************************** * CSS Horizontal List Menu- by JavaScript Kit (www.javascriptkit.com) * Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/ * This notice must stay intact for usage * Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more ***********************************************/ </script> <script type="text/javascript"> /*********************************************** * Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ var delayb4scroll=500 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds) var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10) var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)? ////NO NEED TO EDIT BELOW THIS LINE//////////// var copyspeed=marqueespeed var pausespeed=(pauseit==0)? copyspeed: 0 var actualheight='' function scrollmarquee(){ if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8)) cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px" else cross_marquee.style.top=parseInt(marqueeheight)+8+"px" } function initializemarquee(){ cross_marquee=document.getElementById("vmarquee") cross_marquee.style.top=0 marqueeheight=document.getElementById("marqueecontainer").offsetHeight actualheight=cross_marquee.offsetHeight if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit cross_marquee.style.height=marqueeheight+"px" cross_marquee.style.overflow="scroll" return } setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll) } if (window.addEventListener) window.addEventListener("load", initializemarquee, false) else if (window.attachEvent) window.attachEvent("onload", initializemarquee) else if (document.getElementById) window.onload=initializemarquee </script> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> </head> <!-- /header --> <div id="warrper"> <div id="header"> </div> <div id="topmenu"> <div class="horizontalcssmenu"> <ul id="cssmenu1"> <li style="border-left: 1px solid #202020;"><a href="#">Home</a></li> <li><a href="#">Die Fondation</a> <ul> <li><a href="#">Wie alles begann...</a></li> <li><a href="#">...Fortsetzung in Marrakech</a></li> </ul> </li> <li><a href="#">Der Gandenhof</a></li> <li><a href="#">Unsere Aktionen</a> <ul> <li><a href="#">Sterelisation</a></li> <li><a href="#">Imfpungen</a></li> <li><a href="#">Herrchen gesucht</a></li> </ul> </li> <li><a href="#">Kontakt</a> <ul> <li><a href="#">Adresse</a></li> <li><a href="#">E-mail</a></li> </ul> </li> <li><a href="#">Spenden</a> <ul> <li><a href="#">Bankverbindungen</a></li> <li><a href="#">seite2</a></li> </ul> </li> </ul> <br style="clear: left;" /> </div> </div> <div id="center"> <div id="box"> <?php echo $kontakt_content; ?> </div> <div id="menuleft"> <a href="#">Klick mich!</a> <div class="slideshow"> <img src="image/slide1/1.jpg" width="180" height="150" /> <img src="image/slide1/2.jpg" width="180" height="150" /> <img src="image/slide1/3.jpg" width="180" height="150" /> </div> <br /> <div class="slideshow"> <img src="image/slide1/1.jpg" width="180" height="150" /> <img src="image/slide1/2.jpg" width="180" height="140" /> <img src="image/slide1/3.jpg" width="180" height="140" /> </div> <br /> <div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"> <div id="vmarquee" style="position: absolute; width: 98%;"> Spender 1<br />Spender 2<br />Spender 1<br />Spender 2<br />Spender 3<br /> <h4>Your scroller contents</h4> Mitglied 1 <br />Mitglied 2<br /> <!--YOUR SCROLL CONTENT HERE--> </div> </div> und hier die news </div> </div> <div id="footer"> <div style="padding-left:20px"> <table width="850" height="190px" align="left" style="border:#000 solid 1px"> <td width="239">Fondation Helga Heidrich SOS Animaux<br /><br /> Sidi Abadd BP: 7066<br /> 40 000 Marrakech </td> <td width="328" style="border-left:#000 solid 1px">Bankverbindung<br /><br /> <strong>Commerzbank </strong>Hannover (Dresdner Bank, Burgwedel)<br> BLZ: 250 80020 <br /> Kontonummer: xxxxxxxx <br /> IBAN: DE 322 508 002 005 520 15000<br /> SWIFT: DRESDEFF250 <hr />Attijarwiafabank, Marrakech<br /> IBAN: 007 450 0000 00495 300 0121 66<br /> SWIFT: BCMAMAMC </td> <td width="267" style="border-left:#000 solid 1px">Online Spenden: <form action="https://www.moneybookers.com/app/payment.pl" method="post" target="_blank"> <p> <input type="hidden" name="pay_to_email" value="fhh_sos_animaux@yahoo.de" /> </p> <p class="MsoNormal">Um eine Spende mit Moneybrookers zu tätigen, tragen Sie bitte den gewünschten Betrag und die Währung ein.</p> <p> <input name="amount" type="text" value="0.00" /> <input type="hidden" name="language" value="DE" /> <select name="currency" size="1"> <option value="EUR" selected="selected">EURO</option> <option value="USD">U.S. Dollar</option> <option value="GBP">British Pound</option> </select> </p> <p> <input type="hidden" name="confirmation_note" value="Thank you for your help!" /> <input name="submit" type="submit" value="Pay!" /> </p> </form></td> </table> </div> </div> </div> </html> |
| Written by Gast Lucky on 22.09.2009 to 14:43 Clock |
|
Hallo Olaf.
Warning: file_get_contents(./design/standart/index_body.tpl) [function.file-get-contents]: failed to open stream: No such file or directory bedeutet das die datei nicht gefunden wurde also überprüfe ob die datei im richtigen ordner liegt bzw.. sich auf dem server befintet. Copyright-Code entfernt. Ist ohne Relevanz und sprengt nur das Forenlayout, bitte den Code-BB-Code benutzen. - Mitch ist ein verschlüsselter PHP Code wo sicher der Copyright hinweis versteckt hat.
|
| Written by Gast Olaf on 22.09.2009 to 09:09 Clock |
|
Hallo Mitch,
danke erstmal, bei dem Gaestebuch krieg ich aber noch folgenden Fehler: Warning: file_get_contents(./design/standart/index_body.tpl) [function.file-get-contents]: failed to open stream: No such file or directory in /mnt/web4/10/95/52170395/htdocs/gaestebuch/includes/function.php(37) : eval()'d code(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 9 Ungültiger Design Ordner / Pfand zum Ordner wurde nicht gefunden. Mit dieser zeile kann ich leider nichts anfangen: Copyright-Code entfernt. Ist ohne Relevanz und sprengt nur das Forenlayout, bitte den Code-BB-Code benutzen. - Mitch kannst Du mir da nochmal was zu schreiben? gruß Olaf |
| Written by Mitch on 19.09.2009 to 17:27 Clock |
| Schau mal einen Eintrag über deinem, da steht wie das geht... |
| Written by Gast Olaf on 17.09.2009 to 19:30 Clock |
|
Der Aufruf aus einem Menü soll dann wie folgt aussehen.
<a href="index.php?section=contact">Kontakt</a> Ist das irgenwie realisierbar. Bei dem Gästebuch habe ich das gleiche Problem. Könnt Ihr mir helfen. |
| Written by Gast Olaf on 17.09.2009 to 19:28 Clock |
|
Hi ich würde es gerne in meine Dynamische Seite einbauen innerhalp einer Tabelle, das Problem ist aber das der oben beschrieben Bereich in der Tabelle eingefügt wird.
<td id="main" style="vertical-align: top; text-align: center; height: 653px; width: 749px;"><br /> <div id="box_content"> <?php // Inhalt laden -> if(isset($_GET['section']) AND isset($section[$_GET['section']])) { include $section[$_GET['section']]; } else { include $section['main']; // Default Sektion } ?> </div> <span style=""></span></td> |
| Written by Possinke on 24.06.2009 to 20:38 Clock |
|
ja das würde mit ob_start funktionieren wen das im Header gans oben einfügst:
PHP Code:
<?php
und das wo es ausgegeben werden soll: PHP Code:
<?php echo $kontakt_content; ?>
in der design/standart/index_body.tpl must die links anpassen : action="./index.php" den neuen Pfadum Scripte mit dateienname deiner datei und src="./captcha.php?captcha=bild" den neuen Pfad um Scripte dan noch die HTML blöcke ändern oder löschen <html> <head> <body> da die bei dir schon vorhanden sind |
| Written by Pierre100 on 23.06.2009 to 22:00 Clock |
| kann man das irgentwie machen das das geht?? |

