Sponsor-Board.de
LiveZilla in PHP

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Scripting (/forumdisplay.php?fid=108)
+---- Thema: LiveZilla in PHP (/showthread.php?tid=10582)


LiveZilla in PHP - DimantriX - 26.02.2011 15:21

Sry habe den doch nochmal nen Problem .

Wo muss ich den HTML code von live zilla bei php rein schreiben?

Danke schonmal für die Antwort.

MFG DimantriX


RE: LiveZilla in PHP - ~Chris~ - 26.02.2011 15:24

wenn es ein php code ist so:

Code:
echo ('htmlcode');


oder wenn es eine normale Datei ist ohne PHP Codes einfach so einfügen, an die Stelle wo er eben sein sollte Biggrin


RE: LiveZilla in PHP - DimantriX - 26.02.2011 15:56

Kann mir das Vieleicht einer machen?Mir schmiert den immer die seite ab!


RE: LiveZilla in PHP - DimantriX - 26.02.2011 16:43

Ich habe diesen HTML code

<!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><div style="text-align:center;width:200px;"><a href="jvoid(window.open('http://computerbase.proffni.de/livezilla/chat.php','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=no, status=yes,scrollbars=yes'))"><img src="http://computerbase.proffni.de/livezilla/image.php?id=04&amp;type=inlay" width="200" height="55" border="0" alt="LiveZilla Live Help"></a><div style="margin-top:2px;"><a href="http://www.livezilla.net" target="_blank" title="LiveZilla Live Help" style="font-size:10px;color:#bfbfbf;text-decoration:none;font-family:verdana,arial,tahoma;">LiveZilla Live Help</a></div></div><!-- [Link: Registrierung erforderlich] Chat Button Link Code --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
var script = document.createElement("script");script.type="text/javascript";var src = "http://computerbase.proffni.de/livezilla/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="http://computerbase.proffni.de/livezilla/server.php?request=track&amp;output=nojcrpt" width="0" height="0" style="visibility:hidden;" alt=""></noscript><!-- [Link: Registrierung erforderlich] Tracking Code -->

[Link: Registrierung erforderlich]

Und will den oben rechts in die ecke haben. Wo muss ich den einbinden?