Post by Robyn on Dec 24, 2011 7:56:51 GMT -8
Solved!
Turns out I had embedded as one of the urls. It didn't know what embedded was (supposed to be embed) and so it forced the website to redirect.
>_>
I have a page on my website full of embedded youtube videos, only after they are almost all loaded up the page redirects to youtube.com.
It's only happened upon adding a few new videos Today.
robertcity.com/myvideos.php Click on the embedded page
The youtube videos I've added (currently urls are embedded version)
www.youtube.com/embed/4ibxqJGsCDI
www.youtube.com/embeded/FIu9ogxDRDw
www.youtube.com/embed/_VM-lHuhumM
www.youtube.com/embed/XOc6-2qDK3A
www.youtube.com/embed/UC8y4aeVg-U
www.youtube.com/embed/_gIV1aF73K0
The full code below:
Upon using the developer tools on chrome, I see this:
i40.tinypic.com/rusoxv.png
highlighted what I think was suspicious.
Interestingly enough I loaded it in Opera and it redirected as well. Plus disabling adblock on chrome still redirects.
Turns out I had embedded as one of the urls. It didn't know what embedded was (supposed to be embed) and so it forced the website to redirect.
>_>
I have a page on my website full of embedded youtube videos, only after they are almost all loaded up the page redirects to youtube.com.
It's only happened upon adding a few new videos Today.
robertcity.com/myvideos.php Click on the embedded page
The youtube videos I've added (currently urls are embedded version)
www.youtube.com/embed/4ibxqJGsCDI
www.youtube.com/embeded/FIu9ogxDRDw
www.youtube.com/embed/_VM-lHuhumM
www.youtube.com/embed/XOc6-2qDK3A
www.youtube.com/embed/UC8y4aeVg-U
www.youtube.com/embed/_gIV1aF73K0
The full code below:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://robertcity.com/style.css" />
<title>
RobertCity.com - My videos
</title>
</head>
<body>
<?php
require_once "http://robertcity.com/header.php"
?>
<font size="4"><b><a href="http://robertcity.com/myvideos.php">My videos</a> - <a href="./vids/link.php">Links only version</a></b></font><br /><br /><br />
<b><font color="blue">NEW! Holiday video!</font> - Robert's Christmas Story</b><br />
This is my Christmas video I have made for everyone to enjoy. Merry Christmas 2011!<br /><br />
<iframe width="212" height="174" src="http://www.youtube.com/embed/4ibxqJGsCDI" frameborder="0" allowfullscreen></iframe><br /><br />
<b><font color="purple">UPDATED!</font> - My attempt at vlogging... sort of!</b><br />
Vlogging is basically video blogging. It's where, instead of updating your blog with a new entry full of text, you update your blog with a video. It's a video entry where you express what's going on and really whatever you want. So not intending to be an every day thing but rather when exciting things happen, I've started a sort of event vlog. <font color="purple">Update:</font> I have made a few more for December.<br /><br />
<iframe width="212" height="174" src="http://www.youtube.com/embeded/FIu9ogxDRDw" frameborder="0" allowfullscreen></iframe> <iframe width="212" height="174" src="http://www.youtube.com/embed/_VM-lHuhumM" frameborder="0" allowfullscreen></iframe> <iframe width="212" height="174" src="http://www.youtube.com/embed/XOc6-2qDK3A" frameborder="0" allowfullscreen></iframe> <br /><br /><br />
<b><font color="blue">NEW!</font> - Attack of my Clones, full video!</b><br />
Last year Summer time I created a short movie I called <a href="http://attackofmyclones.robertcity.com">Attack of my Clones</a>. Well upon trying to upload it to Youtube, it refused to upload the full 45 minutes as back then my account wasn't allowed to upload more than 15 minutes. But then recently I was able to get it to allow unlimited length so here it is, no cuts, no part 1 or two. Enjoy!<br /><br />
<iframe width="212" height="174" src="http://www.youtube.com/embed/UC8y4aeVg-U" frameborder="0" allowfullscreen></iframe> <iframe width="212" height="174" src="http://www.youtube.com/embed/_gIV1aF73K0" frameborder="0" allowfullscreen></iframe><br /><br /><br />
Where are all the other videos?! Don't worry, I moved them to a new page so it doesn't take as long to load.<br /><br />
<a href="./page1.php">More videos... click here!</a><br /><br /><br />
<br /><br />
<?php
require_once "http://robertcity.com/footer.php"
?>
Upon using the developer tools on chrome, I see this:
i40.tinypic.com/rusoxv.png
highlighted what I think was suspicious.
Interestingly enough I loaded it in Opera and it redirected as well. Plus disabling adblock on chrome still redirects.