Update: 28/02/10
4.00
------
Works for V2,V3 and V3.5
Support and Download @
http://www.phpmotionmods.com/?p=43.75
------
Fixed a big problem...
3.70
------
Quite a number of fixes including allowing embedded videos + more. Please report any problems as this has quite a number of changes included in it
3.10
------
A little update which uses different php functions if case you don't have them. It hasn't been tested much but should work. the UTF-8 stuff is still very messy.
3.00
-----
New Version out which a few bug fixes (and more bugs)
Beta Only until I get more people testing it
V2 and V3 compatible
Lots of other stuff which I've forgotten about.
Please don't use this for production yet and if you are using it please let me know so I can test for bugs.
Please report any bugs to
lennon@orcon.net.nz2.60
------
Fixes jwplayer type
Added Ratings Support for Google videositemap
Added Support for PubDate with Google videositemap + MediaRSS (better if times where where stored as datetime mysql type but they are not)
2.58
------
Fixes descriptions in rss type feed
2.56
-----
Fixes mediarss and itunes support for people who have installed phpmotion in a subdirectory of their domain.
######################################################
This is an MultiRSS Generator which will generator various versions of the RSS Feed so you can use them to promote your videos on other websites. (My documentation is not very good ) :-)
Note: this only works under PHP5 due to the XML Dom Module used. This is quite a large rewrite so may stil have lots of bugs.
This mod will produce:
http://www.bcast.co.nz/rssmotion.php?type=mediarss (MediaRSS Output)
Submit to:
http://www.truveo.comhttp://www.genwi.comhttp://www.vodpod.com (Sign up ...Blog Importer (Right Bottom) .In the blog URL put .../rssmotion.php?type=mediarss)http://www.purevideo.comhttp://www.clipblast.comhttp://www.mefeedia.com http://www.searchforvideo.comhttp://www.videosurf.com (never got working.. contact me if you do)
http://www.blinkx.com (never got working.. contact me if you do)
http://www.feedio.net(If you can suggest any other sites you can submit to please let me know)
http://www.bcast.co.nz/rssmotion.php?type=videositemap (Video Sitemap Output)
Submit to:
http://www.google.com/sitemapshttp://www.bcast.co.nz/rssmotion.php?type=rss (RSS Output)
http://www.bcast.co.nz/rssmotion.php?type=drelated (DRelated JWPlugin Output)
http://www.bcast.co.nz/rssmotion.php?type=jwplayer (Jwplayer playlist Output)
http://www.bcast.co.nz/rssmotion.php?type=itunes (Itunes audio RSS)
Submit with itunes:
http://www.bcast.co.nz/rssmotion.php (defaults to RSS output)
External Options:
limit (
http://www.bcast.co.nz/rssmotion.php?type=mediarss&limit=10)
- will limit to 10 results (Default is 10000 results)
It may be good to decrease the default in the php program after you have it all working. PLaces which take RSS Feeds only get the top new list every day or so, so change to a figure so they will see all the new videos each day (ie 10 new videos per day. maybe change to show 20). This puts less load on your website.
Internal Options:
$familyunsafe = ""; // Channel which is family Unsafe
$longtailvideoid = ""; // Your Longtail ID (If you have longtail ads)
$jwplayerversion = "3"; // JWPLAYER Version (version of player if you have longtail ads)
This is no longer needed after 2.56..
If you see no videos with the mediarss feed change:
#$filesize = 1111111;
to
$filesize = 1111111; The directory reported via the server and the actual place you are on is sometimes not correct :-(
This below will allow browsers will support it to pick up a RSS Feed of various parts of the website (ie per user, per channel, per category etc)
-----------------
edit templates/main_1.htm
add
<link rel="alternate" type="application/rss+xml" title="[var.site_name]" href="[var.base_url]/rssmotion.php?channel=[var.channel]&group=[var.group_name]&member_id=[var.member_id]" />
in the <head> part under the <meta>'s
----------------------
Please test each option (mediarss, videositemap etc) and if you have troubles please post a message with your FULL website name so I can debug the problem.
Don't start to submit to websites unless you have it all working as if you send most of the websites wrong/bad information it will take a long time for them to forget it :-)
You can test the rss/mediarss/itunes support with
http://www.simplepie.org/demo/Craig (
lennon@orcon.net. nz)