T
themasterrocker
Guest
I got given a shoutbox in PHP and JS and other stuff.(ive uploaded all the files in the .rar file) i can give you the .rar file which ill attach. i need to get it to preview so in my head i put ::
Code:
<script src="yshout/js/jquery.js" type="text/javascript></script>
<script src="yshout/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />
<script type="text/javascript">
new YShout({
yPath: 'http://powertunezfm.pcriot.com/yshout5/yshout5/',
log: 1
});
</script>
Well it doesnt work. ive tried changing this to:
Code:
<script src="yshout/js/jquery.js" type="text/javascript></script>
<script src="yshout/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />
<script type="text/javascript">
new YShout({
yPath="http://powertunezfm.pcriot.com/yshout5/yshout5/",
log: 1
});
</script>
And it still doesnt work. any ideas? im just stumped on how to get it work.
Thanks In Advance
MY WEBSITE DOES WORK!!
Code:
<script src="yshout/js/jquery.js" type="text/javascript></script>
<script src="yshout/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />
<script type="text/javascript">
new YShout({
yPath: 'http://powertunezfm.pcriot.com/yshout5/yshout5/',
log: 1
});
</script>
Well it doesnt work. ive tried changing this to:
Code:
<script src="yshout/js/jquery.js" type="text/javascript></script>
<script src="yshout/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />
<script type="text/javascript">
new YShout({
yPath="http://powertunezfm.pcriot.com/yshout5/yshout5/",
log: 1
});
</script>
And it still doesnt work. any ideas? im just stumped on how to get it work.
Thanks In Advance
MY WEBSITE DOES WORK!!