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 ::
Well it doesnt work. ive tried changing this to:
And it still doesnt work. any ideas? im just stumped on how to get it work.
Thanks In Advance
Code:
[B][B]<script src="yshout/js/jquery.js" type="text/javascript>[/B][/B][B][B]</script>[/B][/B]
[B][B]<script src="yshout/js/yshout.js" type="text/javascript">[/B][/B][B][B]</script>[/B][/B]
[B]<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />[/B]
[B][B]<script type="text/javascript">[/B][/B]
[I]new[/I] YShout({
yPath: 'http://powertunezfm.pcriot.com/yshout5/yshout5/',
log: 1
});
[B][B]</script>[/B][/B]
Code:
[B][B]<script src="yshout/js/jquery.js" type="text/javascript>[/B][/B][B][B]</script>[/B][/B]
[B][B]<script src="yshout/js/yshout.js" type="text/javascript">[/B][/B][B][B]</script>[/B][/B]
[B]<link rel="stylesheet" href="yshout/example/css/light.yshout.css" />[/B]
[B][B]<script type="text/javascript">[/B][/B]
[I]new[/I] YShout({
yPath="http://powertunezfm.pcriot.com/yshout5/yshout5/",
log: 1
});
[B][B]</script>[/B][/B]
Thanks In Advance
Attachments
Last edited by a moderator: