Log In · Register

 
comments stopped working?
Tiza_Rose
post Aug 24 2004, 04:23 PM
Post #1


Senior Member
***

Group: Member
Posts: 62
Joined: Jul 2004
Member No: 31,453



ok....i was playing around with my layout and finally got everything placed correctly. now, my comments and eprops stopped working. everytime it says "xanga page not found....you've found a bug" when my friends try to leave me props and comments.

this is the code i have in custom header:
QUOTE
<!-- begin code provided by createblog.com -->
<style type='text/css'>
.mainleft { display:none; }
</style>
<!-- end code provided by createblog.com -->
<align=left>
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">

<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#000000; WIDTH: 175px; COLOR: #FF6666; font-face: verdana" name="playlist" size="1">
<option value="0">Music Of My Heart </option>
<option value="1">I Wish</option>
<option value="2">White Flag</option>
<option value="3">A Thousand Miles </option>
<option value="4">Love You Outloud</option>
<option value="5">Remember Me This Way</option>
<option value="6">Never Had a Dream Come True</option>
<option value="7">First Cut is the Deepest</option>
<option value="8">How Far</option>
<option value="9">Breakaway</option>

</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"></p>
</form>

<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1;  // set to 0 to always play first song in list
              // set to 1 to randomly choose the first song to play
songs=new Array();
songs[0]=" http://www.sunflowersplace.com/mvmusicofmyheart.wav ";
songs[1]=" http://www.minibite.com/heartache/music/Jo..._Me1.wav";
songs[2] ="http://www.minibite.com/heartache/music/Dido_-_White_Flag.wav";
songs[3] =" http://www.minibite.com/heartache/music/Ve...iles.wav";
songs[4] =" http://a420.v8383d.c8383.g.vm.akamaistream...5_04.asf";
songs[5]=" http://www.minibite.com/friends/tunes/rememberme.wav";
songs[6]=" http://a420.v8383d.c8383.g.vm.akamaistream...3_04.asf";
songs[7]=" http://a420.v8383d.c8383.g.vm.akamaistream...4_04.asf";
songs[8]=" http://a420.v8383d.c8383.g.vm.akamaistream...5_04.asf";
songs[9]=" http://boomspeed.com/agoron/breakaway.mp3";

if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value
" value="GO">
<option value="#">Navigation</option>
<option value="#">---------------------</option>
<option value="http://xanga.com">Xanga</option>
<option value="http://xanga.com/Tiza_Rose">Refresh</option>
<option value="http://www.xanga.com/private/home.aspx">Private</option>
<option value="http://premium.xanga.com/ImageHosting/Manager.asp">Private:Pic files</option>

<option value="http://www.xanga.com/CLAF/default.asp">CLAF</option>
<option value="http://www.xanga.com/profile.aspx?user=Tiza_Rose">Profile</option>
<option value="http://www.xanga.com/guestbook.aspx?user=Tiza_Rose">Guestbook</option>
<option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=Tiza_Rose">Add Me</option>
<option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option>
<option value="http://www.xanga.com/Private/feedback.aspx">Feedback</option>
<option value="http://www.createblog.com/">createblog.com</option>
<option value="#">---------------------</option>
<option value="http://www.xanga.com/signin.aspx">Sign In</option>
<option value="http://www.xanga.com/logout.aspx">Log Out</option>
</select>
<style type="text/css">
select{
color:#FFFFFF;
background-color:#000000;
font-family:arial;
font-size:10px;
}
</style>

<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<div style="position:static; margin-left:205px;margin-top: 0px; width: 740px; height: 420px;overflow: auto;"><!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type='text/css'>
.blogbody td { width:0px; padding-left:0px; }
</style>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Fade(Duration=1)">
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Fade(Duration=1)">
<!-- end code provided by createblog.com -->
<style type="text/css">
BODY {
scrollbar-face-color: #CC3333;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;
}
</style>
<!-- begin code provided by createblog.com -->
<STYLE type="text/css">
/*
top bar remover - xanga.com/add_ons
*/
table.navigation {display: none;};</STYLE>
<!-- end code provided by createblog.com -->


the stuff in my website stats hasn't changed since my old layout so I know that isnt the problem.

what can I do to fix this????? xanga's help page/tech support was NO help mad.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: