little help?

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:
[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]
Well it doesnt work. ive tried changing this to:

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]
And it still doesnt work. any ideas? im just stumped on how to get it work.

Thanks In Advance
 

Attachments

  • yshout5.rar
    319.1 KB · Views: 5
Last edited by a moderator:
T

themasterrocker

Guest
yes it does. it loads up for me and others.
Edit:
i would like some help still on this topic?
 
Last edited by a moderator:
Top