Gang, the DivX/Stage6 videos have been bugging the heck out of me. I can't understand why we can't just have it to where the user posts the URL to the page, rather then the download URL. That just seems inconvenient, since you wouldn't know if your going to post a video from Stage6 necessarily until you've finished watching it. And the download link is (for some peculiar reason) built into the viewing window and disappears (and doesn't reappear, again for some peculiar reason) once you hit play.
So I got a demo version of RegExBuddy, tinkered around in it using The Geek's tutorial and I think I got a regular version working. I tried a bunch of videos and they all worked perfectly, but I need testers and refiners. So if you would pleas, give this a try and let me know.
First, I didn't notice any conflict with the other Stage6 regexes on my forum. So you should have to turn them off if you have a bunch of vids using those. But you can if you do see a conflict.
Go to
Admin CP >>>
AME CP >>>
Settings >>>
Add New.
Title: New Stage6
Description: Testing DJ's Stage6
Display Order: 1 (or whatever you want)
Active: Yes
Contain: Yes
Media Definition Code:
Code:
http://www\.stage6\.com/user/([\w]+)/video/([\d]+)/[&\w;=+_-]*
Replacement:
Code:
<object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="432" width="576" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="$url" /><param name="custommode" value="Stage6" /><embed type="video/divx" src="$url" pluginspage="http://go.divx.com/plugin/download/" custommode="Stage6" autoplay="false" height="432" width="576" /></object>
Extract destination data: No
Extraction Information:
Code:
http://www\.stage6\.com/user/([\w]+)/video/([\d]+)/
[&\w;=+_-]*
After that go to
www.stage6.com and copy the URLs of a bunch of random videos and test them out.