The Gang of Five

Beyond the Mysterious Beyond => Hobbies and Recreation => Computer and Electronics => Topic started by: landbeforetimelover on February 01, 2009, 10:11:37 AM

Title: New TV Series Download Page
Post by: landbeforetimelover on February 01, 2009, 10:11:37 AM
Hello all.  I believe I've successfully created a new page on my website that allows you to stream the LBT TV Episodes from MY OWN SERVER!  This means no more vidilife advertisements and crashes.  If you'd like to check it out, please follow this link:

http://www.freewebs.com/landbeforetimelover/tvseriesbeta.htm (http://www.freewebs.com/landbeforetimelover/tvseriesbeta.htm)

This is still in testing so I've only put up 2 episodes so far, but if all goes well I hope to have this page replace the current LBT TV Episodes page.  So.....do you likey? :D
Title: New TV Series Download Page
Post by: Mumbling on February 01, 2009, 10:17:21 AM
That seems to work :)
Title: New TV Series Download Page
Post by: landbeforetimelover on February 01, 2009, 10:20:54 AM
Yeah, good thing.  I've stopped my downloading for now. :p

It's a ton of work to put up these eps.  I have to manually code the main page and the page with the episode on it.  The code looks like this:

Main page:

<font color="white"><h1><u>The Bright Circle Celebration</u></h1>
<h2>Summary:</h2></font>
Everyone except Cera and her father are excited for the bright circle celebration, but when fire threatens everyone only Cera and her father can save the day.
<p>
<a href="" onclick="window.open('http://lbtserver.2myip.net/Stream/Pages/TheBrightCircleCelebration.html', 'StatusBar', 'toolbar=yes,resizable=yes,scrollbars=yes,width=450,height=350,left=0,top=0');" title="tool tip">Watch</a>
<p>
<a href="http://lbtserver.2myip.net/Stream/Videos/TheBrightCircleCelebration.avi">Download</a>
<hr>

One of the video pages:

<object width="550" height="400">
<param name="movie" value="http://lbtserver.2myip.net/Stream/Flashes/TheBrightCircleCelebration.swf">
<embed src="http://lbtserver.2myip.net/Stream/Flashes/EscapeFromTheMysteriousBeyond.swf" width="400" height="275">
</embed>
</object>
<p>
<a href="http://lbtserver.2myip.net/Stream/Videos/EscapeFromTheMysteriousBeyond.avi">Download This Video</a>


All of that has to be manually coded just for 1 episode!  And I also have to convert the movies into flash files first as well.  Lots of work ahead of me. :p
Title: New TV Series Download Page
Post by: Mumbling on February 01, 2009, 10:41:50 AM
At least you can copy it now hehe! Good job though.
Title: New TV Series Download Page
Post by: Petrie. on February 01, 2009, 11:54:55 AM
You can actually provide this?  Depending on how many go after those videos, you could crash your own connection.
Title: New TV Series Download Page
Post by: landbeforetimelover on February 01, 2009, 11:59:46 AM
Quote
You can actually provide this? Depending on how many go after those videos, you could crash your own connection.

I have fail safes.  I can limit the amount of connections to my server.  It'll give them an overload error if too many people are connected.  I'm debating on how many connections I should allow at one time before shutting it down.  I think 100 should be a safe amount though I might go 80.