We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10720
    • 26 Posts
    I’m struggling with a Live Chat Script (Livezilla).
    A TV is used to present different text links on different pages.
    The livezilla generated code is some php, packed into Javascript. Like this:
    <script type="text/javascript" src="http://wishbone-design.de/livezilla/image.php?tl=PGEgaHJlZj1cImphdmFzY3JpcHQ6dm9pZCh3aW5kb3cub3BlbignaHR0cDovL3dpc2hib25lLWRlc2lnbi5kZS9saXZlemlsbGEvY2hhdC5waHAnLCcnLCd3aWR0aD01OTAsaGVpZ2h0PTYxMCxsZWZ0PTAsdG9wPTAscmVzaXphYmxlPXllcyxtZW51YmFyPW5vLGxvY2F0aW9uPXllcyxzdGF0dXM9eWVzLHNjcm9sbGJhcnM9eWVzJykpXCIgPCEtLWNsYXNzLS0-PjwhLS10ZXh0LS0-PC9hPg__&tlont=U2NobmVsbGVyIHp1bSBaaWVsPyBMaXZlIENoYXQh&tloft=TGl2ZSBIZWxwIChOYWNocmljaHQgaGludGVybGFzc2VuKQ__"></script>
    <!-- http://www.LiveZilla.net Text Chat 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://wishbone-design.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://wishbone-design.de/livezilla/server.php?request=track&output=nojcrpt" width="0" height="0" style="visibility:hidden;" alt=""></noscript>

    The effect is a short glimpse of the correct link on the page, immediately switching to a blank page with only the (functioning) link...
    http://wishbone-design.de/flexible-layouts/webstandards-barrierefrei/10-gute-gruende.htm

    I tried to pack the code in an uncached snippet - same result. As well as setting the page to uncacheable.
    The code placed in the content field or in the template works alright.
    I really don’t know what happens here...

    Thank you!
    Gertrud