FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

HELP! I need some coding...

 


dinael
Could anyone help me with integration of yShout shoutbox?

So, basicaly, all you have to do is read few lines of text in integration section
and write me a code that shall work

Here is the instruction page:

http://megadeth.by.dr.ag/shoutbox/


Last edited by dinael on Thu Dec 13, 2007 3:57 pm; edited 2 times in total
RiCtee
It should be easy to do. All the instructions are there. I've got extra time on hand to help if needed. Very Happy
TheForgottenArts
He has a point. All the instructions are right there. Just follow them.
dinael
Yes, it should be easy, but I'm obviously doing something wrong, cause shoutbox doesn't show up.
That's why I'm asking for help.

Here's what I have done:
Code:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>:: hi there�angelous� :: </title>
<style type="text/css">
<!--
body {
   background-image: url(hydra/bg2.jpg);
}
-->

</style>

<script src="hydra/js/jquery.js" type="text/javascript"></script>
<script src="hydra/js/yshout.js" type="text/javascript"></script>
<link rel="stylesheet" href="hydra/light.yshout.css" />

<script type="text/javascript">
     new YShout({
       yPath: 'http://megadeth.by.dr.ag/hydra',<br />
      ['http://megadeth.by.dr.ag/hydra',]
      log: 1
   });

</script>

<style type="text/css">
<!--
.style3 {
   color: #0066FF;
   font-family: Calibri;
   font-weight: bold;
}
.style4 {color: #FFFFFF}
-->

</style>
</style></head>

<body>
<div align="center"><img src="hydra/firefox_siggie.png" alt="hydra" width="204" height="35" /></div>
<div align="center">
  <p class="style3">&nbsp;</p>
<div>
<div align="center">
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>

  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <div id="yshout"></div>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>

  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>                            <img src="hydra/nuclear.gif" width="50" height="50" /></p>
</div>
</body>

</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<comment hosted for free by WWW.DR.AG>
</div></div>
</html>
TheForgottenArts
Perhaps because you have two ending </style> tags..?

Code:

<style type="text/css">
<!--
.style3 {
   color: #0066FF;
   font-family: Calibri;
   font-weight: bold;
}
.style4 {color: #FFFFFF}
-->

</style>
</style></head>

<body>
dinael
yes, it's that but not only that. In Firefox error console i see various errors, like this:

Error: invalid property id
Source File: http://megadeth.by.dr.ag/hydra.html
Line: 21, Column: 50
Source Code:
yPath: 'http://megadeth.by.dr.ag/hydra.html',<br />


Rolling Eyes


Last edited by dinael on Sat Dec 08, 2007 1:23 pm; edited 1 time in total
TheForgottenArts
Another problem, whats with the ending "</noscript>"? There's no opening tag.
dinael
you can lock this post, since I've figured it out, all by myself (and lil bit of Google's help Smile )
but definetly not thanks to anyone here. Evil or Very Mad
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.