I have used freichat in PHP.
I got the js generated from http://evnix-dot-com.appspot.com/?time=1325470593 via some web proxy and named tmp.js, then I modified test.php to
<script type="text/javascript" language="javascipt" src="tmp.js?time=<?php%20echo%20time()%20?>"></script>
INSTEAD OF
<script type="text/javascript" language="javascipt" src="http://evnix-dot-com.appspot.com/?time=<?php%20echo%20time();%20?>"></script>
to use the tmp.js instead the original url.
But it cause an error.
"$jn is not a function"
Can you please give me solution?
I have used freichat in PHP.
I got the js generated from http://evnix-dot-com.appspot.com/?time=1325470593 via some web proxy and named tmp.js, then I modified test.php to
&lt;script type="text/javascript" language="javascipt" src="tmp.js?time=&lt;?php echo time() ?&gt;" &gt;&lt;/script&gt;
INSTEAD OF
&lt;script type="text/javascript" language="javascipt" src="http://evnix-dot-com.appspot.com/?time=&lt;?php echo time(); ?&gt;" &gt;&lt;/script&gt;
to use the tmp.js instead the original url.
But it cause an error.
"$jn is not a function"
Can you please give me solution?