Evil Pig20 Posted September 12, 2007 Share Posted September 12, 2007 When I click on a link to YouTube this comes up! (warning very long) After looking at it (night time reader) does anyone know what it means? I am using the latest version of firefox (however this occuered before I updated) [hide] Server: Apache Set-Cookie: user_omniture=3756d44ab2f6fdee26892cc5805390c2dAEAAAAw; path=/; domain=.youtube.com Set-Cookie: watched_video_id_list=050377c5d69e2f4287811a0e90b1e62eWwEAAABzCwAAAGdlRlVhb2ZKb3NB; path=/; domain=.youtube.com Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com Set-Cookie: user_omniture=3756d44ab2f6fdee26892cc5805390c2dAEAAAAw; path=/; domain=.youtube.com Set-Cookie: watched_video_id_list=050377c5d69e2f4287811a0e90b1e62eWwEAAABzCwAAAGdlRlVhb2ZKb3NB; path=/; domain=.youtube.com Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com Set-Cookie: user_omniture=3756d44ab2f6fdee26892cc5805390c2dAEAAAAw; path=/; domain=.youtube.com Set-Cookie: watched_video_id_list=050377c5d69e2f4287811a0e90b1e62eWwEAAABzCwAAAGdlRlVhb2ZKb3NB; path=/; domain=.youtube.com Set-Cookie: use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw; path=/; domain=.youtube.com Cache-Control: no-cache Keep-Alive: timeout=300 Content-Type: text/html; charset=utf-8 Transfer-encoding: chunked 1ee YouTube - Soloing the zammy boss 62a onLoadFunctionList = new Array(); function performOnLoadFunctions() { for (var i in onLoadFunctionList) { onLoadFunctionList(); } } 5ba function toggleFullStats(statsContent) { var ajax_action = ''; if (statsContent === undefined) { statsContent = 'honors'; ajax_action = 'action_get_honors'; document.getElementById('referDiv').style.display = 'block'; } else if (statsContent == 'audio') { ajax_action = 'action_get_audio_info'; document.getElementById('referDiv').style.display = 'none'; } var fsd = document.getElementById('fullStats').style.display; if (fsd == 'none' || fsd == '') { showAjaxDivNotLoggedIn('additionalStatsDiv', '/watch_ajax?v=geFUaofJosA&' + ajax_action + '=1&l=EN', false); if (statsContent == 'audio') { document.getElementById('showhide').innerHTML = 'Hide'; } toggleDisplay('fullStats'); } else { if (((statsContent == 'honors' && document.getElementById('audioStatHead')) || (statsContent == 'audio' && document.getElementById('honorStatHead')))) { showAjaxDivNotLoggedIn('additionalStatsDiv', '/watch_ajax?v=geFUaofJosA&' + ajax_action + '=1&l=EN', false); if (statsContent == 'honors') { document.getElementById('showhide').innerHTML = 'Show'; } else if (statsContent == 'audio') { document.getElementById('showhide').innerHTML = 'Hide'; } } else { toggleDisplay('fullStats'); if (statsContent == 'audio') { document.ge 5b5 tElementById('showhide').innerHTML = 'Show'; } } } } function closeFullStats() { toggleDisplay('fullStats'); if (document.getElementById('showhide')) { document.getElementById('showhide').innerHTML = 'Show'; } } function CheckLogin() { return false; } function showRelatedVideosContent() { getAndShowNavContent('exRelated', '/watch_ajax?video_id=geFUaofJosA&action_get_related_videos_component&search=runescape%20god%20wars%20zamorak%20boss%20solo'); } function showRelatedPlaylistContent() { getAndShowNavContent('exPlaylist', '/watch_ajax?feature=PlayList&search=runescape%20god%20wars%20zamorak%20boss%20solo&video_id=geFUaofJosA&action_get_related_playlist_component&p=&index=0'); } function showRelatedUserContent() { getAndShowNavContent('exUser', '/watch_ajax?video_id=geFUaofJosA&action_get_user_videos_component&user_id=x2JNsXQRd6I&video_count=17'); } function showHonorsContent() { getAndShowNavContent('honors', '/watch_ajax?v=geFUaofJosA&action_get_honors=1&l=EN'); } function showAllQueuedVideos() { setInnerHTML('show_all_queued_videos_div', 'Loading...'); getAndShowNavContent('watchlist_container', '/watch_queue_ajax?action_get_all_queue_videos_component&v=geFUaofJosA', postShowAllQueuedVideos); } function postShowAllQueuedVideos() { setInnerHTML('show_all_queued_videos_div', 'Showing All Videos'); jumpToNowPlaying(); } // This can be split out... var contentTab=new Array 5b4 (); function getAndShowNavContent(nameprefix, url, postShowNavContent) { selectNavLink(nameprefix + "Link"); if(contentTab[nameprefix]) { return; } self.nameprefix = nameprefix; self.showRelatedVideosResponse = showRelatedVideosResponse; self.postShowNavContent = postShowNavContent getUrlXMLResponse(url, showRelatedVideosResponse); } function showRelatedVideosResponse(req) { document.getElementById(self.nameprefix + "Div").innerHTML=getNodeValue(req.responseXML, "html_content"); setContentLoaded(self.nameprefix); if(self.postShowNavContent) { self.postShowNavContent(); } } function setContentLoaded(nameprefix) { selectNavLink(nameprefix + "Link"); contentTab[nameprefix] = 1; } function showAjaxDivNotLoggedIn(divName, url) { self.divName = divName self.showAjaxDivResponse = showAjaxDivResponse getUrlXMLResponse(url, self.showAjaxDivResponse); } function showAjaxPostDivNotLoggedIn(divName, url, data) { self.divName = divName self.showAjaxDivResponse = showAjaxDivResponse postUrlXMLResponse(url, data, self.showAjaxDivResponse); } function showAjaxDiv(divName, url) { if(CheckLogin()) { showAjaxDivNotLoggedIn(divName,url) } else { alert("Please login to perform this operation."); } } function showAjaxPostDiv(divName, url, data) { if(CheckLogin()) { showAjaxPostDivNotLoggedIn(divName,url,data) } else { alert("Please login to perform this operatio 5b4 n."); } } function showAjaxDivResponse(req) { document.getElementById(self.divName).innerHTML=getNodeValue(req.responseXML, "html_content"); openDiv(self.divName); } function postAjaxForm(divName, formName) { self.postAjaxFormCompleted = postAjaxFormCompleted; self.divName = divName; postFormXMLResponse(formName, self.postAjaxFormCompleted); } function postAjaxFormCompleted(req) { if(self.divName != null) hideAjaxDiv(self.divName); } function hideAjaxDiv(divName) { closeDiv(divName); } function xmlrpccallback(req) { alert('xmlrpccallback: ' + req.responseText); } function debugCompleted(req) { url = getNodeValue(req.responseXML, 'url'); xmldata = getNodeValue(req.responseXML, 'xmldata'); proxy = getNodeValue(req.responseXML, 'proxy'); //alert('url: '+ url + '\nxmldata: ' + xmldata); postUrlXMLResponse(url, xmldata, xmlrpccallback); //alert ("url: " + url + "\nxmldata: " + xmldata + "\nproxy: " + proxy); } function getXMLRPCData(divName, formName) { self.callback = debugCompleted; postFormXMLResponse(formName, self.callback); } // Player stuff function openFull() { var fs = window.open( "/watch_fullscreen?video_id=geFUaofJosA&l=175&t=OEgsToPDskIKGpA9EQjfLeKj2-LXM-co&sk=b4_FjRctN1o2BNONx9AAzgC&fs=1&title=" + "Soloing%20the%20zammy%20boss" , "FullScreenVideo", "toolbar=no,width=" + screen.availWidth + ",height=" + screen.availHeight + ",status=no,resiz 5b4 able=yes,fullscreen=yes,scrollbars=no"); fs.focus(); } function gotoNext() { } function autoNext(suffix) { if (typeof(suffix) == "undefined") { suffix = ""; } var p = document.getElementById("movie_player"); if(p.GetVariable("movie.is_playing") == "false" && p.GetVariable("movie.restart") == "true") { gotoNext(); } else { p.SetVariable("playnext", "1"); } hideDiv("playall" + suffix); showDiv("playingall" + suffix); } function postToTrackerForWatch(time_played) { } function checkCurrentVideo(video_id) { if ("geFUaofJosA" != video_id) { window.location.href = "/watch?v=" + video_id; } } function showCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) { if(!CheckLogin()) { alert("Please login to post a comment."); return false; } printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form); } function printCommentReplyForm(form_id, reply_parent_id, is_main_comment_form) { var div_id = "div_" + form_id; var reply_id = "reply_" + form_id; var reply_comment_form = "comment_form" + form_id; var captcha_div_id = "captcha_" + reply_comment_form; if (is_main_comment_form) discard_visible="style='display: none'"; else discard_visible=""; var innerHTMLContent = '\ \ \ \ \ \ \ \ cols="55" rows="3" class="widthMax">\ \ \ \ \ value="Post Comment" \ onclick="postThreadedComment('' + reply_comment_form + '');">\ value="Discard" ' + discard_visible + '\ onclick="hideCommentReplyForm('' + form_id + '',false);">\ \ \ \ '; if(!is_main_comment_form) { toggleVisibility(reply_id, false); } setInnerHTML(div_id, innerHTMLContent); toggleVisibility(div_id, true); } function updateDynamicCaptcha(form_id) { function fillCaptchaDivs(xmlHttpReq) { var content = getNodeValue(xmlHttpReq.responseXML, "html_content"); var contentHalves = content.split('|'); var response_div = document.getElementById("captcha_" + f 5b4 orm_id); var image_div = document.getElementById("img_captcha_" + form_id); response_div.innerHTML = contentHalves[0]; image_div.innerHTML = contentHalves[1]; } getUrlXMLResponse('/challenge_servlet?'+Math.random(), fillCaptchaDivs); } function postThreadedComment(comment_form_id) { if (CheckLogin() == false) return false; var form = document.forms[comment_form_id]; if (ThreadedCommentHandler(form, comment_form_id)) { var add_button = form.add_comment_button; add_button.value = "Adding comment..."; form.comment.disabled = true; add_button.disabled = true; } } function ThreadedCommentHandler(comment_form, comment_form_id) { var comment = comment_form.comment; var comment_button = comment_form.comment_button; if (comment.value.length == 0 || comment.value == null) { alert("You must enter a comment!"); document.comment_form.comment.disabled=false; comment.focus(); return false; } if (comment.value.length > 500) { alert("Your comment must be shorter than 500 characters!"); document.comment_form.comment.disabled=false; comment.focus(); return false; } postFormByForm(comment_form, true, commentResponse); return true; } function commentResponse(xmlHttpRequest) { response_str = xmlHttpRequest.responseText; response_code = response_str.substr(0, response_str.indexOf(" ")); form_id = response_str.substr(response_str.indexOf(" ")+1); 5b4 var form = document.forms[form_id]; var dstDiv = form.add_comment_button; var discard_button = form.discard_comment_button; if (response_code == "OK") { dstDiv.value = "Comment Posted!"; dstDiv.disabled = true; discard_button.disabled = true; discard_button.style.display = "none"; } else if (response_code == "PENDING") { dstDiv.value = "Comment Pending Approval!"; dstDiv.disabled = true; discard_button.disabled = true; discard_button.style.display = "none"; } else if (response_code == "LOGIN") { dstDiv.disabled = false; } else if (response_code == "EMAIL") { if(confirm("You must confirm your email address before you can submit comments. Click OK to confirm your email address.")) { window.location="/email_confirm" } dstDiv.disabled = false; } else { if(response_code == "BLOCKED") { dstDiv.disabled = true; } else if(response_code == "TOOSOON") { dstDiv.disabled = false; alert("Commenting Limit Exceeded"); } else if(response_code == "TOOLONG") { dstDiv.disabled = false; } else if(response_code == "TOOSHORT") { dstDiv.disabled = false; } else if(response_code == "FAILED") { dstDiv.disabled = true; } else if(response_code == "FAILADDED") { dstDiv.disabled = true; } else if(response_code == "CAPTCHAFAIL") { alert("The response to the letters on the image was not correct, please try again."); dstDiv.disabled = false; 5b4 } else { dstDiv.disabled = false; } dstDiv.value = "Post Comment"; } } function load_all_comments(video_id, is_watch2) { var remove_btn = document.getElementById('all_comments_button'); if(remove_btn) { remove_btn.value = "Loading Comments..."; remove_btn.disabled = true } if(is_watch2) var watch2_str = "&watch2" else var watch2_str = "" getUrlXMLResponse("/comment_servlet?get_comments&v=" + video_id + watch2_str, handleStateChange); } function hideSpam(cid) { if (document.getElementById('reply_comment_form_id_'+cid)) { document.getElementById('reply_comment_form_id_'+cid).style.display = 'none'; } if (document.getElementById('comment_body_'+cid)) { document.getElementById('comment_body_'+cid).style.display = 'none'; } if (document.getElementById('comment_spam_bug_'+cid)) { document.getElementById('comment_spam_bug_'+cid).style.display = 'inline'; } } function redirectToUrl(req) { window.location.href=self.new_redirect_url; return true; } function unblockUserLink(friend_id, url) { if (!confirm("Are you sure you want to unblock this user?")) return false; self.new_redirect_url = url; data ="unblock_user=1&&friend_id=" + friend_id; postUrlXMLResponse("/link_servlet",data ,execOnSuccess(redirectToUrl)); return true; } function blockUserLink(friend_id, url) { if (!confirm("Are you sure you want to bl 5b4 ock this user?")) return true; self.new_redirect_url = url; data ="block_user=1&&friend_id=" + friend_id; postUrlXMLResponse("/link_servlet", data, redirectToUrl); return true; } function unblockUserLinkByUsername(friend_username) { if (!confirm("Are you sure you want to unblock this user?")) return false; data ="unblock_user=0&&friend_username=" + friend_username; postUrlXMLResponse("/link_servlet", data); return false; } function blockUserLinkByUsername(friend_username) { if (!confirm("Are you sure you want to block this user?")) return false; data ="block_user=1&&friend_username=" + friend_username; postUrlXMLResponse("/link_servlet", data); return false; } onLoadFunctionList.push(function() { setContentLoaded("exRelated"); } ); function selectNavLink (linkName) { if (linkName == "exRelatedLink") { closeDiv("exUserDiv"); closeDiv("exPlaylistDiv"); openDiv("exRelatedDiv"); unSelectLink("exPlaylistLink"); unSelectLink("exUserLink"); selectLink("exRelatedLink"); blurElement("exRelatedLink"); replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_related_300x34.gif"); } if (linkName == "exPlaylistLink") { closeDiv("exRelatedDiv"); closeDiv("exUserDiv"); openDiv("exPlaylistDiv"); unSelectLink("exUserLink"); unSelectLink("exRelatedLink"); selectLink("exPlaylistLink"); blur 5b4 Element("exPlaylistLink"); replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_playlist_300x34.gif"); } if (linkName == "exUserLink") { closeDiv("exRelatedDiv"); closeDiv("exPlaylistDiv"); openDiv("exUserDiv"); unSelectLink("exPlaylistLink"); unSelectLink("exRelatedLink"); selectLink("exUserLink"); blurElement("exUserLink"); replaceExploreTab("exploreMoreTabs", "/img/btn_exploretab_morefromuser_300x34.gif"); } } function replaceExploreTab(elid, imgSrc) { var theElement = document.getElementById(elid); if (theElement) { theElement.src = imgSrc; } } function writeMoviePlayer(player_div, force) { var v = "7"; if (force) v = "0"; var swfUrl = '/player2.swf?v=1'; var swfArgs = {hl:'en',video_id:'geFUaofJosA',l:'175',t:'OEgsToPDskIKGpA9EQjfLeKj2-LXM-co',sk:'b4_FjRctN1o2BNONx9AAzgC'}; var fo = new SWFObject(swfUrl, "movie_player", "450", "370", v, "#FFFFFF"); for (var x in swfArgs) { fo.addVariable(x, swfArgs[x]); } fo.addVariable("playnext", 0); fo.addParam("allowFullscreen", "true"); player_written = fo.write(player_div); } function setSWFVersion(version_from_swf) { if (!player_written) writeMoviePlayer("playerDiv", true); } function shareVideo(encrypted_video_id) { window.open('/share?v=' + encrypted_video_id, 'Share', 'width=580,height=480,resizable=yes,scrollbars=yes,status=0'); _hbLink('Share+Video','Watch' 5b4 ); } first_time = 1; function changeBanner(img_url, ref_url, is_flash){ var e = document.getElementById("gad_leaderboardAd"); if (first_time) { e.style.height = "90px"; first_time = 0; } var url = ""; if (is_flash == "true") { url += ""; url += "<" + "param value='clickTAG=" + encodeURIComponent(ref_url) + "' /" + ">"; url += "<" + "embed src='" + img_url + "'"; url += " type='application/x-shockwave-flash' wmode='transparent'"; url += " flashvars='clickTAG=" + encodeURIComponent(ref_url) + "'"; url += " width='728' height='90' /" + ">"; url += ""; } else { url = "<" + "a href='" + ref_url + "' target='_blank'>"; url += ""; url += ""; } e.innerHTML = url; } Home function selectLocale(loc) { var current_url, next_url; current_url = location.href; //Check if 5b4 the URL string contains any site redirect values; if yes, chop string to remove those values if (current_url.indexOf('?locale=')!=-1) { url_array = current_url.split("?locale="); current_url = url_array[0]; } else if (current_url.indexOf('&locale=')!=-1) { url_array = current_url.split("&locale="); current_url = url_array[0]; } //Check if the URL string already has parameters; if yes start with "&", if no start with "?" if (current_url.indexOf('?')==-1) { next_url = current_url + "?" + "locale=" + loc + "&persist_locale=1"; } else { next_url = current_url + "&" + "locale=" + loc + "&persist_locale=1"; } window.location = next_url; picked_locale = ''; changeCountryDisplay(loc); } function changeCountryDisplay(locale) { locDiv = "countryDiv_" + locale; document.getElementById(locDiv).style.fontWeight = "bold"; document.getElementById(locDiv).blur(); if (locale != "en_US") unBold("countryDiv_en_US"); if (locale != "en_GB") unBold("countryDiv_en_GB"); if (locale != "en_IE") unBold("countryDiv_en_IE"); if (locale != "ja_JP") unBold("countryDiv_ja_JP"); if (locale != "fr_FR") unBold("countryDiv_fr_FR"); if (locale != "de_DE") unBold("countryDiv_de_DE"); if (locale != "it_IT") unBold("countryDiv_it_IT"); if (locale != "es_ES") unBold("countryDiv_es_ES"); if (locale != "nl_NL") unBo 595 ld("countryDiv_nl_NL"); if (locale != "pl_PL") unBold("countryDiv_pl_PL"); if (locale != "pt_BR") unBold("countryDiv_pt_BR"); } function unBold(divID) { if (document.getElementById(divID)) { document.getElementById(divID).style.fontWeight = "normal"; } } function getLocale() { return en_US; } function closeLocalePicker() { var localePickerBox = document.getElementById('localePickerBox'); if (!localePickerBox) localePickerBox = document.getElementById('localePickerBoxProfile'); if (localePickerBox) { if (localePickerBox.style.display != 'none') localePickerBox.style.display = 'none'; } } addListener(document, 'click', function (e) { //alert(e); var element = e.target || e.srcElement; if (element.className.indexOf('localePickerLink') == -1 && element.className.indexOf('currentFlag') == -1) { closeLocalePicker(); } }); Global 5cb Brasil France Ireland Italia ÃÆÃâÃâÃÂ¦ÃÆÃ¢Ã¢ââ¬Å¡Ã¬Ã¢â∠Link to comment Share on other sites More sharing options...
Cruiser Posted September 12, 2007 Share Posted September 12, 2007 Your browser didn't properly render the page and instead just spit out the html as plain text. Try clearing your cache and cookies and try again. Link to comment Share on other sites More sharing options...
Evil Pig20 Posted September 12, 2007 Author Share Posted September 12, 2007 I have done many times =( Link to comment Share on other sites More sharing options...
Redman4933 Posted September 15, 2007 Share Posted September 15, 2007 Hmmm, could be a problem on YouTubes end. What browser are you using? Retired from RuneScape as of November 10th 2007. This is what I am doing now. | My Website | My RuneScape Programs Link to comment Share on other sites More sharing options...
happybappy Posted September 15, 2007 Share Posted September 15, 2007 That is very weird. It has "Content-Type: text/html; charset=utf-8 " so it should be rendered as html... Link to comment Share on other sites More sharing options...
Evil Pig20 Posted September 16, 2007 Author Share Posted September 16, 2007 I am using the latest version of firefox (however this occuered before I updated) Link to comment Share on other sites More sharing options...
Evil Pig20 Posted September 26, 2007 Author Share Posted September 26, 2007 Bump Link to comment Share on other sites More sharing options...
Blipo Posted September 27, 2007 Share Posted September 27, 2007 What happens if you open it in another browser? Link to comment Share on other sites More sharing options...
Evil Pig20 Posted October 2, 2007 Author Share Posted October 2, 2007 Bump Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now