Just one question?

  • Thread starter themasterrocker
  • Start date
T

themasterrocker

Guest
Hey guys,

I uploaded my shoutbox to my site and set up the codes right. (me and woiwky was struggling to understand why it wasn't working) And it won't work, so i was wondering 1) What would the javascript look like on the server? as in, if you have a javacript file on the file manager, what would it look like? because my logos look like this:
text-x-generic.png
 
T

themasterrocker

Guest
no i don't they all stuck in the yshout5 file which is in radio.
 
T

themasterrocker

Guest
HTML:
<script src="http://www.darkleigon.x10hosting.com/radio/yshout5/yshout5/js/jquery.js" type="text/javascript"></script>
<script src="http://www.darkleigon.x10hosting.com/radio/yshout5/yshout5/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://www.darkleigon.x10hosting.com/radio/yshout5/yshout5/example/css/light.yshout.css" />
<script type="text/javascript">
new YShout({
yPath: 'http://darkleigon.x10hosting.com/radio/yshout5/yshout5/',
log: 1
});
</script>
Thats what it is..... And the sites all work.
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
They're all http://www.darkleigon.x10hosting.com/, not http://radio.darkleigon.x10hosting.com. JS doesn't allowing access to files outside of the domain, and it apparently needs to access some of its files. Try uploading them to http://radio.darkleigon.x10hosting.com and changing the js and css file paths.
 
T

themasterrocker

Guest
ok it works now, Come on msn Woiwky
Edit:
you can close this forum
 
Last edited by a moderator:
Top