PDA

View Full Version : BB Code Enhancements - AME3 - Auto Media Embeding and Video Extender


Pages : 1 2 [3] 4 5 6

BSViper
03-07-2010, 10:15 PM
Spend two days - no success...

Fresh forum - AME work perfect.. After restore post table - same bug..
Youtube links stop working... Always displayed as text, even in [video] tags...

Finded in post table AME TAG.. Uninstall AME, delete, install AME - dos't matter. Not working.. :(

OK. AME3 don't work.. But why don't work standard vbulletin links?

Any ideas?

stickskills
03-08-2010, 05:10 AM
Can this mod allow certain usergroups to NOT do video embedding while others CAN?

BSViper
03-09-2010, 08:25 AM
At last i foundout what my problem is...
It's not AME - it's forum...

I start new thread about this problem here:
https://vborg.vbsupport.ru/showthread.php?t=237873

Sow, as soon as i fixed this bug, i install AME3 again - it's very useful mod...

sticky
03-11-2010, 04:00 AM
Can it do embed images automatically as well? So I don't need [ IMG ] each time?

testbot
03-11-2010, 04:27 AM
Can it do embed images automatically as well? So I don't need [ IMG ] each time?


hmm... i haven't tried it but logically the following would work:

Regex URL:
http:\/\/([a-zA=Z0-9-_./]+)\.jpg

Embed:
<img src="http://{vb:raw code}.jpg">

you would have to make one for each extension.

i would advise against that though because whenever you post a url like that outside of the img bbc codes it would use the video codes. meaning it would post the bbc code like
video=wmv;example.com/image.jpg /video instead of img /img

then if you removed ame or vbulletin changes the way videos are handled in a future release you would have to do some serious work to get your img bbc code converted back.

all of the above is just my opinion. there might be a better way to do it or it might not work at all cuz i haven't tested it. it's just theory and opinion :D

YankForum
03-11-2010, 07:56 AM
i don't know y i installed with no problem
tnx

milaszewski
03-12-2010, 02:13 AM
is there any way of programming this mod to automatically embed mp3 attachments in a small flash mp3 player?

testbot
03-12-2010, 02:44 AM
give the following a try. it should work. it uses google's flash player. i haven't tested it but it should work fine.

Provider:
MP3

Tagoption:
mp3

URL:
http://www.example.com/mysong.mp3

Regex URL:
http:\/\/([a-zA=Z0-9-_./]+)\.mp3

Embed:
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://{vb:raw code}.mp3" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />

way2xtreme
03-12-2010, 02:59 AM
Hi everyone,

Just check if hulu is working with AME? It seems hulu has changed their codes.

If anyone have it working, could you share the display code?

Thanks
WC

milaszewski
03-12-2010, 03:07 AM
give the following a try. it should work. it uses google's flash player. i haven't tested it but it should work fine.

Provider:
MP3

Tagoption:
mp3

URL:
http://www.example.com/mysong.mp3

Regex URL:
http:\/\/([a-zA=Z0-9-_./]+)\.mp3

Embed:
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://{vb:raw code}.mp3" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />

I am looking for something like this:
http://www.youtube.com/watch?v=LPCVrPDN_sE
automatic playback of mp3 files attached to vbulletin posts, not for links to mp3 files

Digital Jedi
03-12-2010, 03:41 AM
I am looking for something like this:
http://www.youtube.com/watch?v=LPCVrPDN_sE
automatic playback of mp3 files attached to vbulletin posts, not for links to mp3 files
This won't work for attachments, as AME can't distinguish the file types.

testbot
03-12-2010, 06:03 PM
I am looking for something like this:
http://www.youtube.com/watch?v=LPCVrPDN_sE
automatic playback of mp3 files attached to vbulletin posts, not for links to mp3 files

won't work for attachments.

i like where your head is at though. i started creating a mod for this. our main forum is all about music so i can see how it would be useful. i just need to get a few things sorted but if it goes well i'll upload it this weekend.

zapiy
03-14-2010, 04:07 PM
Anyone able to help me why youtube movies are hit and miss at embedding please?

The Geek
03-14-2010, 09:56 PM
do you mean with AME3? Do you have it installed? If so, can you give an example? Primarily a link to a video that isn't embedding (make sure that the editor option to "do not auto embed" is off)

Zillo
03-18-2010, 09:47 AM
Anyone able to add zSHARE video? This one seems to be complicated. Example: http://www.zshare.net/video/73858495b3ed8be8/

KURTZ
03-18-2010, 11:44 AM
i'm wondering about the position of the video into the post: is possible to center it?

A693BCBAFD72
03-18-2010, 06:34 PM
5 Stars!

testbot
03-18-2010, 10:36 PM
you can prolly change the .css template or just go into each AMP CP>Display and add <center></center> tags to the embed code.

KURTZ
03-19-2010, 11:46 AM
you can prolly change the .css template or just go into each AMP CP>Display and add <center></center> tags to the embed code.

i tried, but nothing happens ...

testbot
03-19-2010, 02:55 PM
i could use assistance with todaysbigthing

shcchief
03-20-2010, 09:42 AM
Can't get youtube vids to display on the CMS in firefox or IE6 or IE8. Not sure about IE7. Works in Chrome.

vb 4.0

if you go to my site you will see what I mean straight away www.whcgamers.com

Fifth Dimension
03-21-2010, 03:56 AM
Uhoh, what have I don't to break this?

I had it installed and it was working fine and then uninstalled it. I didn't delete the files from the server, just uninstalled from the ACP. I was troubleshooting some stuff on my forum (unrelated to AME) and had to uninstall at the time.

I then tried to reinstall by simply reuploading the product, but now it's not parsing any of the other videos (such as google video, hulu, etc). Not sure why.

Any ideas?

hiker
03-21-2010, 11:05 PM
FYI, I thought hulu wasn't working for me, but it seems that it was just LOST episodes. Everything else on hulu seems to embed just fine for me.

Kaleem
03-22-2010, 04:34 PM
How to change the Tags [ame] to [media] because my old videos are all on [media] tags.

jkcerda
03-23-2010, 12:14 AM
break.com not working VB 4.0.2 PL2
where can I download definitions from?

hiker
03-23-2010, 02:53 PM
How to change the Tags [ame] to [media] because my old videos are all on [media] tags.

Yes, please, I also have a similar issue. I need to replace all of my [youtube] with [video] tags. I'm tempted to just do a "Find and Replace" in the database (would that even work?)

But I'd love it if there were some other method from the forum side, or through this mod.

Videx
03-23-2010, 11:12 PM
I'm tempted to just do a "Find and Replace" in the database (would that even work?)Oh yes. The db backups you make everyday (I'm sure!) are plain text files. If you know SQL you could maybe construct a query.

shcchief
03-24-2010, 12:28 PM
can anyone confirm if there is an issue with firefox not displaying youtube videos?

Videx
03-25-2010, 01:08 AM
can anyone confirm if there is an issue with firefox not displaying youtube videos?I can. I often have to reload the page to see the video. But that's better than it used to ba a month ago when I had to edit a post to see the video.

jkcerda
03-25-2010, 02:39 AM
has anybody tried to make a widget for this that can post in the CMS?

shcchief
03-25-2010, 03:21 AM
I can. I often have to reload the page to see the video. But that's better than it used to ba a month ago when I had to edit a post to see the video.

How did you edit it so that the video worked? It doesn't work for me no matter how many times I reload it. Cheers.

jkcerda
03-25-2010, 04:13 AM
has anybody tried to make a widget for this that can post in the CMS?

it works by just creating an article & posting it

THANKS. to the GEEK for this AWESOME hack :thumb:

http://redneckarcher.com/content.php


would LOVE to have a way to add a logo to the video player.

Videx
03-25-2010, 11:14 AM
How did you edit it so that the video worked? It doesn't work for me no matter how many times I reload it. Cheers.I didn't change anything. I thought the poster had done something wrong, but they hadn't. Soon I found that simply hitting 'edit' and 'cancel' would show the video for me. Nobody else ever complained, and like I say - now at worst I just have to hit 'reload'. Maybe try reinstalling FF or deleting your FF profile.

Tiryaki
03-25-2010, 02:35 PM
Hi,

is it possible to change some settings of the youtube player like the colors and border?

BR,
Tiryaki

sticky
03-26-2010, 08:46 AM
Where do I find definitions?

I want to auto embed videos from www.streefire.net for example and I do not know how to create a definition.

shcchief
03-26-2010, 09:24 AM
I didn't change anything. I thought the poster had done something wrong, but they hadn't. Soon I found that simply hitting 'edit' and 'cancel' would show the video for me. Nobody else ever complained, and like I say - now at worst I just have to hit 'reload'. Maybe try reinstalling FF or deleting your FF profile.

Yeah I tried all that, doesn't work on 3 different PC's so no idea what's going on.

Wouldn't be that I'm using 4.0 vbulletin would it? Instead of 4.0.2 or whatever is out.

Videx
03-26-2010, 11:09 AM
Wouldn't be that I'm using 4.0 vbulletin would it? Instead of 4.0.2 or whatever is out.Certainly a possibility; you're missing out on lots of bug fixes.

Digital Jedi
03-26-2010, 06:51 PM
break.com not working VB 4.0.2 PL2
where can I download definitions from?
Break is not a supported definition. It's just one I released for testing here in this thread. You'll have to be patient and wait till I get better made working definitions released for AME 3.

sticky
03-26-2010, 10:06 PM
Break is not a supported definition. It's just one I released for testing here in this thread. You'll have to be patient and wait till I get better made working definitions released for AME 3.
Would you help me with a streetfire definition?

jkcerda
03-27-2010, 02:37 AM
Break is not a supported definition. It's just one I released for testing here in this thread. You'll have to be patient and wait till I get better made working definitions released for AME 3.

Duly noted, THANK you for your time & effort :thumb:

Razfaz
03-29-2010, 12:37 PM
Hi, need help for the Regex URL and Embed Code for following sites:
http://www.rcmovie.de

and

http://www.modell-movies.de

Can anyone upload the xml file for me please?
Thanks

CoZmicShReddeR
03-29-2010, 09:08 PM
Is there anyway to fix [ youtube ] [ / youtube ] I have about 500 posts in my forums from upgrade from another forums... Could someone post a fix for AME3 so those will play in posts?

Thanks..:up::D

Dan Clark
03-30-2010, 02:49 AM
AME runs very well in our V3.x forums. I created a V4.0 test forum, deinstalled AME, and installed AME3 as the installation manual. But AME3 doesn't work.

Videos embedded in current posts have an AME tag around them like this, but the video does not display:
Youtube video

When I add video to a new post, the link looks like this and the video works:
http://www.youtube.com/watch?v=D1Z2kd0rg4Y

Why is it creating the AME tags? How can I get AME to correctly create the [video] tags on current posts?

Edit: I found the answer in the doc under the cutesy title, "Rebuilding and you". Good information. Poor title.

Thanks for any help.

Dan.

sticky
03-30-2010, 08:07 AM
This is one of the coolest mods out there but I am hardly using it to the potential without definitions.

I have tried on my own to create definitions but apparently I am doing something wrong.

Is there a tutorial of some sort?

karlm
03-30-2010, 02:51 PM
I couldn't find this when I searched ... but I've got it now, and installed, and loving it! Ran the rebuild and ran a few test posts, as expected, it works flawlessly - fantastic work DJ!

Chicken Racer
04-01-2010, 11:28 AM
I upgraded to VB 4.0.2 and for the life of me I cannot get my code to work that was put together here by The Geek. ( thanks)

It did work in the past on 1 forum but not on another.
I once again I've spent hours triple checking and trying different options with no luck.
Very frustrated at the moment.:confused::confused:

Is it possible a a good person could check to see if my code is still correct for the site?




http://www.realtytube.com.au

http://(?:www\.)?realtytube\.com\.au/(?:play\.php\?vid=|videos/)([\d]*)(?:[\w\/\-]*)

value="file=([\w]*)\.flv

<object type="application/x-shockwave-flash" data="http://www.realtytube.com.au/flvplayer.swf" quality="high" width="480" height="336">
<param name="movie" value="http://www.realtytube.com.au/flvplayer.swf" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="file={vb:raw code}.flv&streamer=http://www.realtytube.com.au/includes/xmoov.php&width=480&height=336&displaywidth=480&displayheight=336&stretching=exactfit&autostart=false&logo=http://www.realtytube.com.au/themes/promotion/images/logo-player.png&image=http://www.realtytube.com.au/uploads/player_thumbs/{vb:raw code}.jpg&backcolor=cccccc&frontcolor=213F20&lightcolor=2f772e&screencolor=666666&plugins=drelated-1&drelated.dxmlpath=http://www.realtytube.com.au/recommendations.php&drelated.dposition=bottom&drelated.dskin=http://www.realtytube.com.au/grayskin.swf&drelated.dtarget=_parent" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
</object>


Thanks

soundbarrierpro
04-01-2010, 11:31 AM
Is there a code for youtube? My AME stopped embedding youtube URL's today. I see youtube completely changed their website and their embed codes over night last night.

Digital Jedi
04-01-2010, 03:40 PM
Is there a code for youtube? My AME stopped embedding youtube URL's today. I see youtube completely changed their website and their embed codes over night last night.
YouTube's recent changes shouldn't have had any affect on AME 3 definitions.

soundbarrierpro
04-01-2010, 03:42 PM
YouTube's recent changes shouldn't have had any affect on AME 3 definitions.

I can't embed today. I've changed nothing. Any youtube url I drop stays just as a link.

Videx
04-01-2010, 03:56 PM
FWIW, one of my less savvy users just posted a YouTube and it's working fine. Well, in IE8 anyway. As usual, with Firefox I have to reload the page to see it.

Did you install some other mod recently that may be interfering? Can you embed Youtube manually with video tags?

soundbarrierpro
04-01-2010, 03:57 PM
FWIW, one of my less savvy users just posted a YouTube and it's working fine. Well, in IE8 anyway. As usual, with Firefox I have to reload the page to see it.

Did you install some other mod recently that may be interfering? Can you embed Youtube manually with video tags?

I haven't installed anything. I setup the youtube HD BBcode this morning to try and that worked perfectly fine.

I am a Firefox user as well 3.5.9 current browser.

I just tried IE8 and it does the same thing.

Digital Jedi
04-01-2010, 04:03 PM
Doesn't seem to have changed on my end. AME 2.5 users had to turn off validation to deal with the new changes, but AME 3 doesn't use validation.

Videx
04-01-2010, 04:05 PM
I haven't installed anything. I setup the youtube HD BBcode this morningWell, if it stopped working after you did this then undo it. Or at least check it for errors.

soundbarrierpro
04-01-2010, 04:06 PM
Interesting.

I did notice one thing with IE. When I drop the URL, it automatically turns into a link and I haven't even submitted it yet.

It doesn't do that with Firefox.

soundbarrierpro
04-01-2010, 04:06 PM
Well, if it stopped working after you did this then undo it. Or at least check it for errors.

No, I meant. I added the new BBcode this morning when I realized the links weren't automatically embedding this morning.

CoZmicShReddeR
04-01-2010, 06:42 PM
Is there anyway to fix [ youtube ] [ / youtube ] I have about 500 posts in my forums from upgrade from another forums... Could someone post a fix for AME3 so those will play in posts?

Thanks..:up::D

Can anyone help me fix this please?

Videx
04-01-2010, 10:51 PM
Can anyone help me fix this please?If you aren't familiar with SQL Queries, and nobody gives you a couple good ones, just do the 'idiot method' - a text search and replace on a db backup.

PS I'm not calling you an idiot, that's what I call this roundabout method.

Chicken Racer
04-02-2010, 12:24 AM
Can any one tell me if they have this mod working with Version: 4.0.2 Patch Level 4?

I had it working on 4.0.1 but cannot get it to go on latest version.
Correction the standard codes on VB work but not any new ones I add.

snerd
04-02-2010, 07:28 AM
My newly added YouTube links are now just showing as a link also, since the change.

Chicken Racer
04-02-2010, 01:26 PM
Any one else with problems using latest patch?

CoZmicShReddeR
04-03-2010, 04:09 AM
If you aren't familiar with SQL Queries, and nobody gives you a couple good ones, just do the 'idiot method' - a text search and replace on a db backup.

PS I'm not calling you an idiot, that's what I call this roundabout method.

That would be insane to take about 500 posts from the forums out of lets say about a million and try to change them...

It would be easier to help me with the question I had asked rather then for me to attempt what you suggested!:up:

nocte
04-03-2010, 12:17 PM
I have run the Rebuild Script for posts, but not all postings were converted. Now i'm running it the second time and still postings are converted. I noticed that the ramaining page count is always an even number, so maybe the odd pages are left out..

Digital Jedi
04-04-2010, 04:22 AM
That would be insane to take about 500 posts from the forums out of lets say about a million and try to change them...

It would be easier to help me with the question I had asked rather then for me to attempt what you suggested!:up:
Unless you use the Find and Replace method he suggested. Most editors have this function.

You could also give your Replacement Variables a try.

Chicken Racer
04-04-2010, 12:16 PM
Can some one please tell me if this works with 4.0.2 Patch Level 4?
I just want to know if I'm wasting my time trying to get it to work with this version.

rootsxrocks
04-04-2010, 12:42 PM
I'm curious too I am already missing AME since I upgraded to 4.02 last week

spoky29
04-04-2010, 02:33 PM
Yes it's working fine on 4.0.2 patch level 4
good work :)

CoZmicShReddeR
04-04-2010, 08:31 PM
The Replacement Variable was what I needed info on...

Chicken Racer
04-05-2010, 02:09 AM
Yes it's working fine on 4.0.2 patch level 4
good work :)

Spoky have you got it working with other video sites that are not standard in VBulletin.
Basically have you added any new vid codes to enable other sites?

Chicken Racer
04-05-2010, 03:24 AM
Ok, I reloaded VB on another DB and it's now working...yipppeee
Possibly it might have been the auto tag mod that I used , that was disabled some how creating a problem. The only other thing different was a red theme.

spoky29
04-05-2010, 12:58 PM
Spoky have you got it working with other video sites that are not standard in VBulletin.
Basically have you added any new vid codes to enable other sites?


yes i put :

Video Definitions
Dailymotion
facebook
Google
Hulu
Metacafe
Vimeo
YouTube
220
2K Sports
5min Life Videopedia
Adult Swim
Adult Swim (Old)
Amazon (Links)
Amazon (Thumbnails)
Apache Clips
Atom
Break
Break (Classics)
Break (Game Trailers)
Break (Originals)
Break (User Content)
CafePress (Thumbnails)
CBS Sports (AKA Sportsline)
Clarin
Clipfish
ClipShack
ClipShare Demo
CNET Downloads (Badges)
CNN
CNN (Old)
College Humor
Comedy Central
Crave Online (Old)
Current
Daily HaHa
Daily HaHa (Flash Games)
Daily HaHa (Funny Pictures)
Dailymotion (Playlists)
Dark Orange
Diesel Bombers
DisneyTube
Dorks
Dorks (Games)
Dorks (Pics)
EA Sports (Highlight Reels)
EA Sports (Images)
eSnips (Videos)
ESPN
FileCabi
Fox News
Funny Or Die
G4TV
G4TV (Old)
GamesOpoly
GameSpot (Part 1)
GameSpot (Part 2)
GameVideos
Giant Bomb
Globo
GoEar (Part 1)
GoEar (Part 2)
Google (Let Me Google That for You)
Google (Search Results)
Google Maps
Google Video
Grapheine`s BombayTV
Guba
Guitar-Tube
Izlesene
Izleturk
JibJab (eCards)
JibJab (Old)
JibJab (Originals)
Jiwa (Playlists 2)
Jiwa (Playlists)
Joe Cartoon (Cartoons)
Joe Cartoon (Videos)
Jokeroo
Justin.TV (Live 2)
Justin.TV (Live)
Koreus
Layartancap
Libero
Live Video
Live Video (Live)
LiveLeak
Media Matters
MegaUpload (Badges)
MegaVideo
MLG: The Game Room
Motionbox
MotorSportMAD
MSNBC
MTV (Full Episodes)
MTV (Movie Trailers)
MTV Music
MyModelTalk
MyNet Eksenim
MyVideo.De
NewsClipper
Nollywood (Audio)
Nollywood (Video)
Nonoba
PC Planets (Metacafe Videos)
PC Planets (YouTube Videos)
Photosynth
Playlist
Poker Tube
Poker Tube (Channel Films)
Poker Tube (Hands)
Poker Tube (Old)
Poker Tube (Poker Face)
Porkolt
Pure Pwnage
Pure Pwnage (Shorts)
RapidShare (Badges)
Raw Vegas
Rediff
Rediff (Video Search)
Revision3
Revver
RockYou
RuTube
Sclipo
Sevenload (Shows/Sendungen)
South Park (Clips)
Spiked Humor
StreetFire
Tangle
The Colbert Report (Clips)
The Daily Show (Clips)
The WB
Tu
Tudou
UOL (Part 1)
UOL (Part 2)
UOL Mais
UOL Mais (Permalink)
UOL Videolog
Ustream (Live)
Ustream (Recorded)
Veoh
Viddler
Vidiac
vidiLife
VistaKU
WeGame
Wikipedia (Links)
Wikipedia (Thumbnails)
World Star Hip-Hop
Xfire
YouKu
YouTube (Playlists)
zSHARE (Badges)

Not all tested but still do it, i need a little time to do it :)

Mostjolly
04-07-2010, 05:10 AM
Oddly enough.. all browser display videos correctly EXCEPT internet explorer 8, which gives us a blank box..

Any idea what's going on? I'm running 4.0.2 PL1

sticky
04-07-2010, 05:42 AM
yes i put :

Video Definitions
Dailymotion
facebook
Google
Hulu
Metacafe
Vimeo
YouTube
220
2K Sports
5min Life Videopedia
Adult Swim
Adult Swim (Old)
Amazon (Links)
Amazon (Thumbnails)
Apache Clips
Atom
Break
Break (Classics)
Break (Game Trailers)
Break (Originals)
Break (User Content)
CafePress (Thumbnails)
CBS Sports (AKA Sportsline)
Clarin
Clipfish
ClipShack
ClipShare Demo
CNET Downloads (Badges)
CNN
CNN (Old)
College Humor
Comedy Central
Crave Online (Old)
Current
Daily HaHa
Daily HaHa (Flash Games)
Daily HaHa (Funny Pictures)
Dailymotion (Playlists)
Dark Orange
Diesel Bombers
DisneyTube
Dorks
Dorks (Games)
Dorks (Pics)
EA Sports (Highlight Reels)
EA Sports (Images)
eSnips (Videos)
ESPN
FileCabi
Fox News
Funny Or Die
G4TV
G4TV (Old)
GamesOpoly
GameSpot (Part 1)
GameSpot (Part 2)
GameVideos
Giant Bomb
Globo
GoEar (Part 1)
GoEar (Part 2)
Google (Let Me Google That for You)
Google (Search Results)
Google Maps
Google Video
Grapheine`s BombayTV
Guba
Guitar-Tube
Izlesene
Izleturk
JibJab (eCards)
JibJab (Old)
JibJab (Originals)
Jiwa (Playlists 2)
Jiwa (Playlists)
Joe Cartoon (Cartoons)
Joe Cartoon (Videos)
Jokeroo
Justin.TV (Live 2)
Justin.TV (Live)
Koreus
Layartancap
Libero
Live Video
Live Video (Live)
LiveLeak
Media Matters
MegaUpload (Badges)
MegaVideo
MLG: The Game Room
Motionbox
MotorSportMAD
MSNBC
MTV (Full Episodes)
MTV (Movie Trailers)
MTV Music
MyModelTalk
MyNet Eksenim
MyVideo.De
NewsClipper
Nollywood (Audio)
Nollywood (Video)
Nonoba
PC Planets (Metacafe Videos)
PC Planets (YouTube Videos)
Photosynth
Playlist
Poker Tube
Poker Tube (Channel Films)
Poker Tube (Hands)
Poker Tube (Old)
Poker Tube (Poker Face)
Porkolt
Pure Pwnage
Pure Pwnage (Shorts)
RapidShare (Badges)
Raw Vegas
Rediff
Rediff (Video Search)
Revision3
Revver
RockYou
RuTube
Sclipo
Sevenload (Shows/Sendungen)
South Park (Clips)
Spiked Humor
StreetFire
Tangle
The Colbert Report (Clips)
The Daily Show (Clips)
The WB
Tu
Tudou
UOL (Part 1)
UOL (Part 2)
UOL Mais
UOL Mais (Permalink)
UOL Videolog
Ustream (Live)
Ustream (Recorded)
Veoh
Viddler
Vidiac
vidiLife
VistaKU
WeGame
Wikipedia (Links)
Wikipedia (Thumbnails)
World Star Hip-Hop
Xfire
YouKu
YouTube (Playlists)
zSHARE (Badges)

Not all tested but still do it, i need a little time to do it :)
You have a code for streetfire? Please share! :)

jkcerda
04-07-2010, 12:56 PM
yes i put :

Video Definitions
Dailymotion
facebook
Google
Hulu
Metacafe
Vimeo
YouTube
220
2K Sports
5min Life Videopedia
Adult Swim
Adult Swim (Old)
Amazon (Links)
Amazon (Thumbnails)
Apache Clips
Atom
Break
Break (Classics)
Break (Game Trailers)
Break (Originals)
Break (User Content)
CafePress (Thumbnails)
CBS Sports (AKA Sportsline)
Clarin
Clipfish
ClipShack
ClipShare Demo
CNET Downloads (Badges)
CNN
CNN (Old)
College Humor
Comedy Central
Crave Online (Old)
Current
Daily HaHa
Daily HaHa (Flash Games)
Daily HaHa (Funny Pictures)
Dailymotion (Playlists)
Dark Orange
Diesel Bombers
DisneyTube
Dorks
Dorks (Games)
Dorks (Pics)
EA Sports (Highlight Reels)
EA Sports (Images)
eSnips (Videos)
ESPN
FileCabi
Fox News
Funny Or Die
G4TV
G4TV (Old)
GamesOpoly
GameSpot (Part 1)
GameSpot (Part 2)
GameVideos
Giant Bomb
Globo
GoEar (Part 1)
GoEar (Part 2)
Google (Let Me Google That for You)
Google (Search Results)
Google Maps
Google Video
Grapheine`s BombayTV
Guba
Guitar-Tube
Izlesene
Izleturk
JibJab (eCards)
JibJab (Old)
JibJab (Originals)
Jiwa (Playlists 2)
Jiwa (Playlists)
Joe Cartoon (Cartoons)
Joe Cartoon (Videos)
Jokeroo
Justin.TV (Live 2)
Justin.TV (Live)
Koreus
Layartancap
Libero
Live Video
Live Video (Live)
LiveLeak
Media Matters
MegaUpload (Badges)
MegaVideo
MLG: The Game Room
Motionbox
MotorSportMAD
MSNBC
MTV (Full Episodes)
MTV (Movie Trailers)
MTV Music
MyModelTalk
MyNet Eksenim
MyVideo.De
NewsClipper
Nollywood (Audio)
Nollywood (Video)
Nonoba
PC Planets (Metacafe Videos)
PC Planets (YouTube Videos)
Photosynth
Playlist
Poker Tube
Poker Tube (Channel Films)
Poker Tube (Hands)
Poker Tube (Old)
Poker Tube (Poker Face)
Porkolt
Pure Pwnage
Pure Pwnage (Shorts)
RapidShare (Badges)
Raw Vegas
Rediff
Rediff (Video Search)
Revision3
Revver
RockYou
RuTube
Sclipo
Sevenload (Shows/Sendungen)
South Park (Clips)
Spiked Humor
StreetFire
Tangle
The Colbert Report (Clips)
The Daily Show (Clips)
The WB
Tu
Tudou
UOL (Part 1)
UOL (Part 2)
UOL Mais
UOL Mais (Permalink)
UOL Videolog
Ustream (Live)
Ustream (Recorded)
Veoh
Viddler
Vidiac
vidiLife
VistaKU
WeGame
Wikipedia (Links)
Wikipedia (Thumbnails)
World Star Hip-Hop
Xfire
YouKu
YouTube (Playlists)
zSHARE (Badges)

Not all tested but still do it, i need a little time to do it :)

where did you get the codes?

sticky
04-08-2010, 12:12 AM
hmm... i haven't tried it but logically the following would work:

Regex URL:
http:\/\/([a-zA=Z0-9-_./]+)\.jpg

Embed:
<img src="http://{vb:raw code}.jpg">

you would have to make one for each extension.

i would advise against that though because whenever you post a url like that outside of the img bbc codes it would use the video codes. meaning it would post the bbc code like
video=wmv;example.com/image.jpg /video instead of img /img

then if you removed ame or vbulletin changes the way videos are handled in a future release you would have to do some serious work to get your img bbc code converted back.

all of the above is just my opinion. there might be a better way to do it or it might not work at all cuz i haven't tested it. it's just theory and opinion :D

This worked for a second but then VB adds a url tag which makes it not work.

werewolves69
04-08-2010, 12:32 AM
Thank you for this

testbot
04-08-2010, 03:21 AM
yes i put :

Video Definitions
Dailymotion
facebook
Google
Hulu
Metacafe
Vimeo
YouTube
220
2K Sports
5min Life Videopedia
Adult Swim
Adult Swim (Old)
Amazon (Links)
Amazon (Thumbnails)
Apache Clips
Atom
Break
Break (Classics)
Break (Game Trailers)
Break (Originals)
Break (User Content)
CafePress (Thumbnails)
CBS Sports (AKA Sportsline)
Clarin
Clipfish
ClipShack
ClipShare Demo
CNET Downloads (Badges)
CNN
CNN (Old)
College Humor
Comedy Central
Crave Online (Old)
Current
Daily HaHa
Daily HaHa (Flash Games)
Daily HaHa (Funny Pictures)
Dailymotion (Playlists)
Dark Orange
Diesel Bombers
DisneyTube
Dorks
Dorks (Games)
Dorks (Pics)
EA Sports (Highlight Reels)
EA Sports (Images)
eSnips (Videos)
ESPN
FileCabi
Fox News
Funny Or Die
G4TV
G4TV (Old)
GamesOpoly
GameSpot (Part 1)
GameSpot (Part 2)
GameVideos
Giant Bomb
Globo
GoEar (Part 1)
GoEar (Part 2)
Google (Let Me Google That for You)
Google (Search Results)
Google Maps
Google Video
Grapheine`s BombayTV
Guba
Guitar-Tube
Izlesene
Izleturk
JibJab (eCards)
JibJab (Old)
JibJab (Originals)
Jiwa (Playlists 2)
Jiwa (Playlists)
Joe Cartoon (Cartoons)
Joe Cartoon (Videos)
Jokeroo
Justin.TV (Live 2)
Justin.TV (Live)
Koreus
Layartancap
Libero
Live Video
Live Video (Live)
LiveLeak
Media Matters
MegaUpload (Badges)
MegaVideo
MLG: The Game Room
Motionbox
MotorSportMAD
MSNBC
MTV (Full Episodes)
MTV (Movie Trailers)
MTV Music
MyModelTalk
MyNet Eksenim
MyVideo.De
NewsClipper
Nollywood (Audio)
Nollywood (Video)
Nonoba
PC Planets (Metacafe Videos)
PC Planets (YouTube Videos)
Photosynth
Playlist
Poker Tube
Poker Tube (Channel Films)
Poker Tube (Hands)
Poker Tube (Old)
Poker Tube (Poker Face)
Porkolt
Pure Pwnage
Pure Pwnage (Shorts)
RapidShare (Badges)
Raw Vegas
Rediff
Rediff (Video Search)
Revision3
Revver
RockYou
RuTube
Sclipo
Sevenload (Shows/Sendungen)
South Park (Clips)
Spiked Humor
StreetFire
Tangle
The Colbert Report (Clips)
The Daily Show (Clips)
The WB
Tu
Tudou
UOL (Part 1)
UOL (Part 2)
UOL Mais
UOL Mais (Permalink)
UOL Videolog
Ustream (Live)
Ustream (Recorded)
Veoh
Viddler
Vidiac
vidiLife
VistaKU
WeGame
Wikipedia (Links)
Wikipedia (Thumbnails)
World Star Hip-Hop
Xfire
YouKu
YouTube (Playlists)
zSHARE (Badges)

Not all tested but still do it, i need a little time to do it :)

hmmm... it would be nice to share that one with the rest of the class :)

spoky29
04-08-2010, 04:38 AM
I think so :) i'm trying them....

testbot
04-08-2010, 02:23 PM
very cool, spoky29 :D

nocte
04-08-2010, 07:15 PM
I have run the Rebuild Script for posts, but not all postings were converted. Now i'm running it the second time and still postings are converted. I noticed that the ramaining page count is always an even number, so maybe the odd pages are left out..

can anyone help me??

hiker
04-09-2010, 05:13 PM
Does anybody have a flickr slideshow definition?

Thanks.

MichelangeloITA
04-09-2010, 05:37 PM
Does not work with 4.0.3 ;)

spoky29
04-09-2010, 08:01 PM
Does not work with 4.0.3 ;)


Work perfectly with 4.0.3 :D:D

betts02
04-09-2010, 08:16 PM
Will this work with the links from

http://www.own3d.tv/

cheers

Digital Jedi
04-09-2010, 10:36 PM
You have a code for streetfire? Please share! :)

where did you get the codes?

hmmm... it would be nice to share that one with the rest of the class :)
These are from a demo I posted in this thread a while back. Not proper definitions, so some of them aren't working right.

MichelangeloITA
04-09-2010, 11:42 PM
Work perfectly with 4.0.3 :D:D

Really? http://www.betashare.it/images/smilies/fermosi.gif

After upgrading there are only links instad of videos, maybe I should re-install the product http://www.betashare.it/images/smilies/ahsese.gif

EDIT: Well, just re-installed everything, still not work. I can only see links :\

Videx
04-10-2010, 12:14 AM
Some people had that issue just after 402. We never heard back from them about what they did to fix it, if anything. Maybe it's some odd server caching thing.

porscheman170
04-10-2010, 01:11 AM
I want to report that AME is no longer working for me. It was working perfectly with 4.0.2 I then upgraded to the 4.0.3 VB Suite with blog and now AME is not working in either the blog or the forums.

Thanks

JulianD
04-10-2010, 01:15 AM
AME does not auto convert links to videos since I upgraded to 4.0.3

jkcerda
04-10-2010, 05:48 AM
not working :pout:

look forward to the fix, amen. :thumb:

satlazone
04-10-2010, 02:33 PM
Not working for me since upgrade to vb4.0.3
what to do?

jkcerda
04-10-2010, 03:21 PM
Not working for me since upgrade to vb4.0.3
what to do?

support developer with a donation :D

zelnik
04-10-2010, 07:33 PM
I have just upgraded from 3.8.5 to 4.0.3(vbseo 35 rc3), followed the installation and having problems.

I'm not going to mess around with converting the codes until I can get it to work with new posts.

At the moment when I post a Youtube url it does not convert it to [video] automatically it keeps it as [url]

If i manually change the URL to VIDEO it embeds ok.

My question is, is this the 4.0.3 bug you guys are starting to mention or a different problem with something I'm doing wrong?

MichelangeloITA
04-10-2010, 08:29 PM
My question is, is this the 4.0.3 bug you guys are starting to mention or a different problem with something I'm doing wrong?

No, It's a AME3 bug ;)

zelnik
04-10-2010, 09:40 PM
No, It's a AME3 bug ;)

Thanks or a vB4.0.3 bug! you never knows these days! :(

War.Frog
04-11-2010, 03:58 AM
Yep, 4.03 killed the video embeds for me too. Now they're just rendered as lowly [url] codes.

sticky
04-11-2010, 04:13 AM
4.0.3 sounds like a disaster.

Doctor Death
04-11-2010, 12:09 PM
Confirmed.

If we hear from the developer, I will support financially.... but I am not going to throw $ after a dead mod.

jkcerda
04-11-2010, 03:35 PM
Confirmed.

If we hear from the developer, I will support financially.... but I am not going to throw $ after a dead mod.

developer is good about his MODS, I sent my support already, good work deserves recognition.

Doctor Death
04-11-2010, 04:23 PM
I agree. I have been burned before, however, so as a quote from the movie says, "Show me the money!" When the developer posts his intentions here, I will respond. The "Not Supported" tag on this mod is what concerns me.

Fungsten
04-11-2010, 10:49 PM
The Product XML is missing.\

On Edit:

Found it.


Edit II:


Not working on 4.0.3

The Geek
04-12-2010, 10:51 AM
vBulletin 4.0.3 has totally changed the way video codes are processed. I have looked through the code and as it stands now, there isn't an obvious way to quick fix. In fact, I am not even sure how to fix it yet without at least a file edit.

I will try to come up with a solution, but note that I am migrating to IPB so I have my hands full. So sorry to say that until further notice: vb4.0.3 and AME3 are incompatible.

snerd
04-12-2010, 11:28 AM
Can't say that I balme you. Every other VB update seems to completely change "something" in the code. I'm seriously starting to look elsewhere myself.

MichelangeloITA
04-12-2010, 01:25 PM
I will try to come up with a solution, but note that I am migrating to IPB

Why??????? http://www.betashare.it/images/smilies/fermocry.gif

zelnik
04-12-2010, 01:37 PM
vBulletin 4.0.3 has totally changed the way video codes are processed. I have looked through the code and as it stands now, there isn't an obvious way to quick fix. In fact, I am not even sure how to fix it yet without at least a file edit.

I will try to come up with a solution, but note that I am migrating to IPB so I have my hands full. So sorry to say that until further notice: vb4.0.3 and AME3 are incompatible.

Thanks for the response it's much appreciated.

Since you are moving away from vbulletin and going with IPB does this mean you will eventually abandon your vbulletin addons?!

I'm only asking as if vbulletin keep changing it so we need updating mods all the time and you're not around it will be problematic.

I would prefer to know sooner rather than later so not to get my users used to having AME on vb4 and then for it to be taken away in a few weeks/months when they (vb) decide to change things again. Since vb4.0.3 is my first experience of vb4.

Thanks Geek

JulianD
04-12-2010, 01:37 PM
This is really sad news for me. I can't believe vBulletin is destroying its modding community this way!

jkcerda
04-12-2010, 01:44 PM
thanks for the heads up, my installation is new and only has 30 or so members, time to get them used to whatVB offers :pukey:

Geek, you have doen great work, sorry if you go.

The Geek
04-12-2010, 01:57 PM
My mods are unsupported to begin with - regardless of that, no one can give you a guarantee that their mods will continue to be developed as time goes on.

Personally I believe that vB will eventually fold this functionality into the core product. vB3x didn't have any embedding apart from AME - now AME only transforms links into vB4 video bbcode so its actually vB4 doing all the work under the hood.

In short - even IF AME stays|becomes incompatible, the only thing that will STOP working is automatic transformation of links to videos. The videos already embeded will stay and moving forward, users will just have to use vB's video bbcode. Its not like you won't be able to show videos any more.

As to why I am moving to IPB - it is because I believe it is the right move for my communities. It isn't 100% for sure (about 85%!) and it will still take some time to do so who knows what the future holds.

Thanks for understanding.

The Geek
04-12-2010, 02:55 PM
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:

function parse_video_bbcode($pagetext)
{
global $vbulletin;



to


function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);

cad2go
04-12-2010, 03:24 PM
Works a treat! Thanks a lot

zelnik
04-12-2010, 05:53 PM
Thanks for the edit Geek.

However and I'm not completely confident of it yet but it does seem to be (after an hour of testing)

As soon as I made the edit to the php and posted my first video I notice the majority of normal posts since were doubling up (double posts) at first I thought it was coincidence and then it happened to me.

I've since replace the old original php back and disabled the ame plugin and it seems no users have double posted yet.

Is anyone else having this problem?

Cadellin
04-12-2010, 06:13 PM
Works fine for me with no obvious side effects like mentioned above.

jaffaman
04-12-2010, 06:48 PM
So far its looks like its fixed it but we havent had may people post since i applied the fix cheers m8

MichelangeloITA
04-12-2010, 07:43 PM
Very good, man http://www.betashare.it/images/smilies/patpat.gif

Preech
04-12-2010, 09:06 PM
I didn't have success.

SunrunnerSWG
04-12-2010, 09:13 PM
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:

function parse_video_bbcode($pagetext)
{
global $vbulletin;



to


function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);



I did this and now when I post a youtube link, the video simply isn't there. The post is completely blank.

The Geek
04-12-2010, 10:12 PM
I did this and now when I post a youtube link, the video simply isn't there. The post is completely blank.

Double check the edit. Sounds like it wasnt done correct and as such is causing an error when processing.

Not sure what to say about the doubling up - that used to be caused by multiple definitions. If this is a problem, you can try to disable the AME - Auto Convert URLs plugin to see if that helps.

Preech
04-12-2010, 10:37 PM
Sorry. I was posting in the wrong mod.

Mutt
04-13-2010, 02:39 AM
wanted to say, thanks. great mod. right now I have all the plugins disabled & I'm using it just to add video codes. users have to use the video popup & video tags (no auto tagging) but i love it. it's plenty enough for me for now. thanks once again

zelnik
04-13-2010, 07:51 AM
Not sure what to say about the doubling up - that used to be caused by multiple definitions. If this is a problem, you can try to disable the AME - Auto Convert URLs plugin to see if that helps.

Think I can safely say that it was AME doing the double post problem, though it was doing it to normal posts aswell not with urls for it to convert? Had the previous issue done the same?

You say multiple definitions, I had upgraded from v2 (I was running 3.8.x before upgrading to 4.0.3) and just disabled the plugin whilst upgrading and then upgraded the plugin then.

Obviously the old 3.8 has the big definition would that be causing the problem? is it caught somewhere and the new version is reading that too? any advice where to look to see if it is?

Thanks The Geek I understand the product is not supported but we all really appreciate your help, much appreciated.

The Geek
04-13-2010, 10:50 AM
Hi there, Try removing the old video codes. Those won't work at all. In fact, the upgrade process called for uninstallation of the previous system before upgrading.

HTHs

zelnik
04-13-2010, 11:20 AM
Hi there, Try removing the old video codes. Those won't work at all. In fact, the upgrade process called for uninstallation of the previous system before upgrading.

HTHs

Argh did it? I just overwrote files and then installed the xml :(

Can you give me some pointers of where to look for the old video codes?!

Thanks mate

War.Frog
04-13-2010, 10:55 PM
Thanks for the edit Geek.

However and I'm not completely confident of it yet but it does seem to be (after an hour of testing)

As soon as I made the edit to the php and posted my first video I notice the majority of normal posts since were doubling up (double posts) at first I thought it was coincidence and then it happened to me.

I've since replace the old original php back and disabled the ame plugin and it seems no users have double posted yet.

Is anyone else having this problem?

Yeah I'm double-posting a lot today.

shooterdfl
04-14-2010, 04:08 AM
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:

function parse_video_bbcode($pagetext)
{
global $vbulletin;

to


function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);



This worked like a champ for me. Thanks Geek!

War.Frog
04-14-2010, 04:28 AM
Very strange - be careful with this file edit. I applied it yesterday and it seemed to fix the problem for a short while. However, after a day or so I began experiencing terrible double-posting problems and the Post Quick Reply stopped working in the AJAX way and started spawning the Redirecting... page, also resulting in duplicate posts.

Even more strangely, I went back in and simply deleted those two lines suggested in the code above but the problem persisted. Only when I overwrote the file with my original download did the problem go away.

WEIRD!

The Geek
04-14-2010, 07:51 AM
Not trying to argue - just not sure how on earth this file edit could cause double posts or any other issues. It is essentially the code that was in the hook that was there before. Now, if the file edit wasn't done correct, maybe that could cause a problem - but its not a very complex edit. Maybe some sort of corruption during the upload after edit?

FWIW - Freddie has sorted a solution for vb 4.0.4

zelnik
04-14-2010, 08:09 AM
Not trying to argue - just not sure how on earth this file edit could cause double posts or any other issues. It is essentially the code that was in the hook that was there before. Now, if the file edit wasn't done correct, maybe that could cause a problem - but its not a very complex edit. Maybe some sort of corruption during the upload after edit?

FWIW - Freddie has sorted a solution for vb 4.0.4

I very much doubt it was anything to do with the file edit as for me it was the first time I had used AME3 so it was probably something else in AME3 that did it and when the file edit brought the plugin back into life then that's when the double posts happened.

I went back and traced my steps and I followed the upgrade instructions to the ticket in your pdf and as you said the file edit is an easy one so it's not that.

I uninstalled it completely (using the guide in the pdf) reinstalled it and within mins of it enabled i was getting double posts.

I disabled it and uninstalled and reinstalled the next morning and for whatever reason (i've double checked the install method) it's not working at all now (converting urls automatically)

So I think I'll wait for 4.0.4 and try again!

I suppose it could be a conflict with another addon perhaps?!

Chicken Racer
04-14-2010, 09:22 AM
Just for the record I found that many styles stop the mod from working.
The default style works fine , but once I installed a number of other styles the mod would only embed the standard videos such as youtube and others.

The Geek
04-14-2010, 09:27 AM
This product has nothing to do with styles at all. More than likely another issue.

@Zelnik - possibly a conflict. If you can give me steps to reproduce on a clean board, then I can fix it - but as it stands now, it works perfectly fine on a fresh install with the file edit made.

ellinofatsa
04-14-2010, 09:37 AM
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]\includes\class_bootstrap.php(1146) : eval()'d code on line 38

the problem is the same any tip for fix it;

ellinofatsa
04-14-2010, 09:48 AM
now i go to make a new post and i see this

http://www.ellinofatsa.gr/forums/newthread.php?do=postthread&f=73

The Geek
04-14-2010, 09:51 AM
Did you upgrade according to the instructions? It sounds like you are running AME2.6 on vB4x

ellinofatsa
04-14-2010, 09:59 AM
i have delete the file and now i can make new reply but not see videos

The Geek
04-14-2010, 10:00 AM
Please download the readme and follow the upgrade instructions

ellinofatsa
04-14-2010, 10:17 AM
ok thank you

maimaitinhban
04-15-2010, 04:12 AM
I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:

function parse_video_bbcode($pagetext)
{
global $vbulletin;



to


function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);




i have this problem
http://maimaitinhban.com/upanh/images/et32j0u6ob2mzs59srsk.jpg

i'm using vb4.0.3

please help

The Geek
04-15-2010, 02:53 PM
hmmm. can you PM me the contents of your file?

encryption
04-15-2010, 06:02 PM
Ok, a bit more creativity and I finally cracked it :)

I clearly don't like being beaten down :D

nJoy

this doesn't work anymore

Fungsten
04-15-2010, 08:18 PM
Some of my members have been getting double posts. I was wondering how that could have happened. BTW, this only happens in Safari! They changed to FF and it stopped.

A693BCBAFD72
04-18-2010, 12:32 PM
Hello and thanks for your work, The Geek. Is there any method to add a new video definition for a site that is not on the usual list (facebook, YT etc.)? I can't get a real regex and embed code for this to get it to work. The link on this site is:
http://www.220.ro
I've tried a lot of things, but I can't get it to work. I'm not using still the new 4.0.3 vB, I stick still with the 4.0.2.
Thanks in advance for any help.

Cheers.

ellinofatsa
04-19-2010, 07:22 PM
Hello I Have Do That All But I Cant See Youtube Videos...

Is That Inposible That I Doo Anything Alse Wrong??

Any Tip To See??

kmohamed
04-20-2010, 06:08 PM
Not Supported : do you really mean it lol
is a great mod thanx
+ i add my own video site and is working fine just play with the codes is so easy
+ is is not working with you guys you need to edit the includes/functions_video.php file

I have applied for a new hook to be added to take care of the issue in 4.0.3 so hopefully this will only be "broken" for this iteration. If you want to fix, you will need to apply the following file edit:

Note: THIS IS FOR VERSION 4.0.3.

Edit includes/functions_video.php and change:

function parse_video_bbcode($pagetext)
{
global $vbulletin;



to


function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);

War.Frog
04-20-2010, 10:50 PM
For whatever reason, editing the functions_video.php file results in serious double-posting issues. Even simply reversing the two-line edit didn't correct it...I had to replace the file with the one from my vB4 package download.

movslow
04-22-2010, 04:09 PM
I noticed that after the 4.03 upgrade, AME quite working.
:confused:

movslow
04-22-2010, 04:16 PM
I noticed that after the 4.03 upgrade, AME quite working.
:confused:

Reinstalled, no luck.
:confused:

movslow
04-22-2010, 04:24 PM
I just saw where you posted a fix for 4.03..and it worked fine.

Thanks.
:up:

josh2007
04-22-2010, 08:09 PM
I saw the same post for the fix and I tried it with no luck. This is how my includes/functions_video.php reads:

<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.0.3
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000-2010 vBulletin Solutions Inc. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/

function parse_video_bbcode($pagetext)
{
global $vbulletin;
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);

if (stripos($pagetext, '[video]') !== false)
{
require_once(DIR . '/includes/class_bbcode_alt.php');
$parser = new vB_BbCodeParser_Video_PreParse($vbulletin, array());
$pagetext = $parser->parse($pagetext);
}

return $pagetext;
}

/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 22:02, Fri Apr 9th 2010
|| # CVS: $RCSfile$ - $Revision: 27207 $
|| ################################################## ##################
\*================================================ ======================*/
?>

Jabong82
04-27-2010, 01:01 AM
I did the same fix. With the code edit I am able to parse the videos fine, however now whenever someone posts/replies/previews a post the formatting is all messed up.

Not sure why, but doing that single file edit fixes the video portion, but it messes up the posting. Could be a conflict but I don't know.

I hate these VB updates.

GoTTi
04-27-2010, 01:49 AM
i just upgraded the forum to vb4 and put this on here, and the videos arent showing, just lniks. youtube videos. any ideas? thanks.

Jabong82
04-27-2010, 03:53 AM
This mod is currently not working with 4.0.3 as far as i can see.

War.Frog
04-28-2010, 03:04 AM
This mod is currently not working with 4.0.3 as far as i can see.

That's correct. The posted workaround is actually more problematic, so I've returned to using the included tag until this is functional again.

kylek
04-28-2010, 03:42 AM
Works fine on 3 sites running 4.0.3 with no problems, youtube videos working like they should.

hiker
04-28-2010, 01:33 PM
Does anybody have a flickr slideshow definition?

Thanks.

Anybody? I've been searching high and low for a flickr slideshow definition. I just need the replacement code.

Thanks.

Bram H
04-29-2010, 04:10 PM
This mod is currently not working with 4.0.3 as far as i can see.

+1 doenst work on my board either

Videx
04-29-2010, 04:18 PM
Anybody? I've been searching high and low for a flickr slideshow definition. Are you even sure those are video? I just googled it and the example I see looks proprietary. Please give us a link if not. You should probably bug them over at vb.com as I too would like to see lots more embedding these days.

+1 doenst work on my board eitherAfter you did the vb file edit you were told to do?

Jabong82
04-30-2010, 01:07 PM
Are you even sure those are video? I just googled it and the example I see looks proprietary. Please give us a link if not. You should probably bug them over at vb.com as I too would like to see lots more embedding these days.

After you did the vb file edit you were told to do?

When I do the edit the videos show up fine again, however it costs problems for me with regards to posting. So I'm not sure if maybe its a conflict with some other mod etc.

djmantri
05-01-2010, 08:18 PM
Couldnt find the xml but found it now

Though its weird that the file is located in the upload dir, but thats just me

Breakpoint
05-02-2010, 06:10 PM
My forum is also not parsing links from youtube into videos.

It works when you use video bbcode, but not just plain text

swiftor
05-02-2010, 07:41 PM
not working in 4.03 here either, any alternatives?

owning_y0u
05-03-2010, 11:25 AM
just do it like this

http://www.youtube.com/watch?v=DJSO6gujqcg

where DJSO6gujqcg is the last part of the url if is your youtube link is http://www.youtube.com/watch?v=iMhuk-I8rjI

then the tag is
http://www.youtube.com/watch?v=iMhuk-I8rjI

i do it like this till its fixed

murekhalir
05-09-2010, 10:46 PM
Not working on 4.03 for me, going to read back some posts to see if any fixes..

milaszewski
05-10-2010, 06:52 AM
require_once(DIR . '/includes/ame_prep.php');
$providers = ame_data_preparse($pagetext);
I think the above will not work if you use quick reply with Search Engine Friendly mod rewrite URLs. When viewing a thread it will try to reach www.domain.com/threads/includes/ame_prep.php
instead of www.domain.com/includes/ame_prep.php

Craig Ross
05-10-2010, 11:03 PM
Hi great mod thanks for all the hard work.

i had a different mod that done this on the 3.6.4 version and am in the process of upgrading my forum.

is there a database query i could so to change all the with http:www.youtube.com/somevidurl

to

http:www.youtube.com/somevidurl

IE all instances of media] to video] in the database ?

Craig Ross
05-11-2010, 10:50 AM
Hi great mod thanks for all the hard work.

i had a different mod that done this on the 3.6.4 version and am in the process of upgrading my forum.

is there a database query i could so to change all the with http:www.youtube.com/somevidurl

to

http:www.youtube.com/somevidurl

IE all instances of media] to video] in the database ?

update i found this worked for me just thought i would post it incase anyone else is looking to do this.

UPDATE
post
SET
pagetext = replace(pagetext,'media]', 'video]')
WHERE
pagetext LIKE '%media]%'

however this does not make the videos work but al least it turns them back into clickable urls :)

iacas
05-11-2010, 10:38 PM
Is there a definitions file?

I'd like to be able to support flickr videos, for example, but haven't been able to figure out how yet. A definitions file for 3.0 would greatly help, of course.

lingstar
05-14-2010, 10:40 AM
I installed AME in my forums, added a new post, and the YouTube link got converted to (url)...(/url) etc.

What am I missing? I'm using vBulletin 4.0.3.

Thank you,

Barbara

riskofficer
05-14-2010, 11:16 AM
Is there a definitions file?

I'd like to be able to support flickr videos, for example, but haven't been able to figure out how yet. A definitions file for 3.0 would greatly help, of course.
Yes, we are still waiting for definitions. May be someone has definitions for amazon and google books?

Sarteck
05-14-2010, 10:12 PM
Hullo.

Followed the instructions for the 4.0.3 fix, and it is now parsing links correctly in new posts. :) Thanks for that.

However, when I try to rebuild the old posts, instead of loading a screen telling me it's processing posts 8900 to 422342200 or whatever, I get a blank screen in my ACP.

There's no error logged in my NGINX error log nor my PHP-FastCGI log that seems to have anything to do with it.

Suggestions?

NNJJ
05-15-2010, 06:08 PM
I installed AME in my forums, added a new post, and the YouTube link got converted to (url)...(/url) etc.

What am I missing? I'm using vBulletin 4.0.3.

Thank you,

Barbara

same issue

Jabong82
05-15-2010, 08:34 PM
I installed AME in my forums, added a new post, and the YouTube link got converted to (url)...(/url) etc.

What am I missing? I'm using vBulletin 4.0.3.

Thank you,

Barbara

This mod does not work in 4.0.3. There is a quick fix where you edit the way the code is parsed, (its a few pages back somewhere), and I can confirm it does parse the video.

However some other users (like myself) notice that it conflicts with posts. I think it depends what other mods you have on your board.

Britmovie
05-17-2010, 08:50 AM
Daft question cant someone fix it?

ellinofatsa
05-17-2010, 12:04 PM
i have instol bad not work i have vb4,3

any help?
its not convert the links from youtube i post

after i post the ling i dont see the video player rom youtube bad onlu the link that i have post...

ArminTECH
05-18-2010, 04:30 AM
tagged..

Santori
05-18-2010, 10:28 PM
Me too.

I installed Ame but I don´t see any video.
I desintalled Ame and tried to put videos with the normal method of vb but don´t works.
I need help!!!! Please!!!!

Vitaly
05-19-2010, 07:48 PM
The Geak, thanks for your work.

While did rules conversion 2.5 -> 3.0, found bugs in AME code. It appends tail to URL, but tail expression is not correct. Some symbols are missed. That cause AME to ignore links, that's are ok with [ video ] tag.

Here attached 2 files: fixed one, and diff. Please, update distribution!

What's changed:
Tail code satisfies latest RFC xxx. AME doesn't fail with any working links.
Regular expression splitted, to avoid some improper gready searches.If someone interested, my latest rules are here: http://github.com/rcdesign/vb-ame_rcd_rules

- fixed fullscreen toggle for all players
- russians foto/video hostings
- russian translation

Without support, but you are free to reuse - it can save your time.

NNJJ
05-20-2010, 10:51 AM
The Geak, thanks for your work.

While did rules conversion 2.5 -> 3.0, found bugs in AME code. It appends tail to URL, but tail expression is not correct. Some symbols are missed. That cause AME to ignore links, that's are ok with [ video ] tag.

Here attached 2 files: fixed one, and diff. Please, update distribution!

What's changed:
Tail code satisfies latest RFC xxx. AME doesn't fail with any working links.
Regular expression splitted, to avoid some improper gready searches.If someone interested, my latest rules are here: http://github.com/rcdesign/vb-ame_rcd_rules

- fixed fullscreen toggle for all players
- russians foto/video hostings
- russian translation

Without support, but you are free to reuse - it can save your time.


which files need to be updated?

Vitaly
05-20-2010, 11:39 AM
which files need to be updated?

ame_prep.php from sources. I'd recommend to wait, until The Geek review changes & updates release files.

NNJJ
05-20-2010, 04:09 PM
ok thanks :)
will wait

nutech
05-21-2010, 06:53 AM
For some unknown reason this has stopped working for photobucket.

Nothing has changed on the forum. When I try to post up a link to a photobucket video it just adds the posts it as a link. Whereas it used to embed it.

If I edit an existing post with an embedded photobucket video that currently works and copy the code and paste into a new post, it does not work. I just get a blank post window.

In had installed the photobucket.xml file from around page 4 or 5 i think it was. It was working fine.

Any ideas?

Vitaly
05-27-2010, 01:13 PM
Renewed repository with my local AME3 patches: http://github.com/rcdesign/vb-foreign_mod_fixes/tree/master/vb-ame3/

Here is summary, what was changed.

Fixed bugs:
-----------

1. Tail code satisfies latest RFC xxx. AME doesn't fail with any working links.

2. Regular expression splitted, to avoid some improper gready searches.

3. "Automatically convert links into videos" didn't saved properly.
Hook "data_postsave" splitted to correctly catch message id for each type of post.

4. Inline editor caused reset "Automatically convert links into videos" parameter
(wrong ajax parameters catch)

Other changes:
--------------

1. Zone numbers done via "define" and moved to file start

2. Removed unused constructor from child classes

3. zone & messageid getters separated from class & polished with vB style.

Known issues:
-------------

1. "Automatically convert links into videos" markers not cleared for deleted posts.

2. Can't be disabled for vbcms articles now - no appripriate hooks.

===============

Please, note, that I'm not developper of AME3 and can't support it. You can use the modified code, but only on your own risk.

TROLL
05-31-2010, 12:01 AM
I have an issue that was introduced as a result of the 4.0.3 issues.

Every time I post a new thread it get the message


vBulletin Message
Unable to add cookies, header already sent.
File: /home/vb4tst/public_html/includes/functions_video.php
Line: 1


This is only when posting a new thread, replies work correct.

Also, the thread DOES post and the video IS embedded, but that error message will not be good once I go public with this mod.

Fuhrmann
05-31-2010, 01:38 AM
Strange, do not convert my links of youtube. =(

aspen1018
06-02-2010, 12:33 PM
any code for amazon

so it shows the item instead of the link?

thanks

KURTZ
06-03-2010, 11:09 AM
what's the better way to upgrade AME from the older 3.8.x to this? just overwrite or i need to uninstall the older AME?

Bram H
06-04-2010, 11:55 AM
When will this non-working mod be fixed? Or should I uninstall it. Is there an alternative available?

ellinofatsa
06-04-2010, 01:31 PM
i have vb 4,03 and not working for my only see the youtube link..

dcputernut
06-04-2010, 06:06 PM
It was working for me.....last week....but now it's not. I haven't changed anything...even the old links are just showing links now

going to take that back...they are still working for me on vb4.0.3

the user was not checking the " Automatically convert links into videos" box....is there any way to set that as a default for users?

schlottkej
06-04-2010, 11:18 PM
Do the old definitions work?

Leeleemu
06-05-2010, 10:02 PM
Running a 4.0.3 board and although it works it makes the Quick Edit submission hang, sure the post edits but you have to also refresh the page to see this. Of course my members dont like that so we have gone back to using the tags.

This problem seems to be from the code added in the functions_video.php.

Hope this can be solved.

schlottkej
06-06-2010, 12:40 AM
Running a 4.0.3 board and although it works it makes the Quick Edit submission hang, sure the post edits but you have to also refresh the page to see this. Of course my members dont like that so we have gone back to using the tags.

This problem seems to be from the code added in the functions_video.php.

Hope this can be solved.

Read the "Note about 4.0.3" portion of the creators post.

Leeleemu
06-06-2010, 03:27 PM
Yes I did, the note was taken in to account but editing the functions_video.php file as the note suggests breaks other areas of the board.

adblaze
06-08-2010, 03:26 AM
Has anyone created some video codes for this? I'm looking of gametrailers.com and any other video game sites. I will try to work on some and share them when I get a chance.

schlottkej
06-08-2010, 01:36 PM
Yes I did, the note was taken in to account but editing the functions_video.php file as the note suggests breaks other areas of the board.

Ahh, sorry, I misread your post before. I noticed the problem after editing the page too.. guess we need to wait for 4.0.4

Cadellin
06-08-2010, 09:09 PM
Here's an alternative YouTube definition which has the fullscreen button and HD enabled. Valid XHTML.

<object type="application/x-shockwave-flash" style="width:640px; height:385px;" data="http://www.youtube.com/v/{vb:raw code}?rel=0&amp;showsearch=0&amp;fs=1">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}?rel=0&amp;showsearch=0&amp;fs=1" /><param name="allowFullScreen" value="true" />
</object>As always you use this code at your own risk but I will attempt to help anyone with difficulties.

Has anyone created some video codes for this? I'm looking of gametrailers.com and any other video game sites. I will try to work on some and share them when I get a chance.

I'm not aware of any GameTrailer's definition. I was planning to do one myself but if you have already that will save me a job :)

One final note - is there any news of the Geek?

keweedsmo
06-08-2010, 10:46 PM
Anyone have a megavideo definition?

Skyrider
06-09-2010, 12:34 AM
Anyone knows how to get this to work again on Vbulletin 4.0.3? The fix posted:
https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608

Doesn't work for me. The youtube URL's sticks just being url's.

EDIT:
It seems to work, but when I edit someone's reply and add a youtube link in to it, it doesn't seem to grab it as a streamed video but rather uses a link instead.

iamacyborg
06-10-2010, 11:45 AM
Installed following the instructions on my 4.0.3 board, videos work fine, but it's broken post edits.

To specify, I get a database error when trying to edit a post.

Invalid SQL:
SELECT id FROM ame_disabled_posts WHERE id=179 and typeid=1;

MySQL Error : Table 'bodyhacking.ame_disabled_posts' doesn't exist
Error Number : 1146
Request Date : Thursday, June 10th 2010 @ 12:43:04 PM
Error Date : Thursday, June 10th 2010 @ 12:43:04 PM
Script : http://www.bodyhacking.net/editpost.php?do=updatepost&postid=179
Referrer : http://www.bodyhacking.net/threads/147-High-Sensitivity-Vapor-Detector-May-Be-Next-Step-in-Development-of-Artificial-Nose
MySQL Version : 5.0.85-log


Edit: Disregard that.

InTeNsE-HuMoR
06-11-2010, 03:17 PM
Quick question:

Is AME3 going to be supported like it was before VB4? AME3 seems to be still broken and no video definitions are being made to my knowledge. Where'd all of the community support go?

War.Frog
06-11-2010, 04:09 PM
I notice the "Supported" tag has been updated to Not Supported, and The Geek hasn't been around since last month. I'm venturing to guess he's walking away from this, but I hope I'm wrong.

Digital Jedi
06-13-2010, 09:45 PM
Quick question:

Is AME3 going to be supported like it was before VB4? AME3 seems to be still broken and no video definitions are being made to my knowledge. Where'd all of the community support go?
They're being made, just what's changed is it's not as much a community effort like it was last time. So it's not happening as fast. It's just me this time (as far as I know) and I'm trying to convert the old set as quickly as I can. Unfortunately, that's not very quick.

I notice the "Supported" tag has been updated to Not Supported, and The Geek hasn't been around since last month. I'm venturing to guess he's walking away from this, but I hope I'm wrong.
To my knowledge, The Geek has never kept an AME modification marked as Supported for very long. Usually once he get's the bugs worked out, he prefers to let the mod stand on it's own. Hence the user end ability to create definitions. Keeps him from having to update it all the time.

schlottkej
06-13-2010, 10:51 PM
Does AME work with the Blogging system?

Hoffi
06-19-2010, 08:37 AM
Before 4.0.3 is does.

KURTZ
06-19-2010, 06:41 PM
hi guys, there are any troubles with the 4.0.4? all the issues are fixed?

dodgeboard.com
06-19-2010, 08:26 PM
I am running it on 4.0.4 and it works fine, but after the upgrade to 4.0.4 you have to reapply the fix detailed here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608).

Videx
06-19-2010, 08:35 PM
... but after the upgrade to 4.0.4 you have to reapply the fix detailed here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608).I thought for sure this was supposed to be fixed in 404. This was why I never installed 403.

dodgeboard.com
06-20-2010, 01:24 AM
Apparently not. The fix is very easy....just takes about 30 seconds.

Videx
06-20-2010, 01:43 AM
Apparently not. The fix is very easy....just takes about 30 seconds.Look over the last few pages and you'll see that changing a core vb4 file like this may not be such a good idea. It works for some, but others are having troubles with it. Not too surprising.

Digital Jedi
06-20-2010, 02:15 AM
Look over the last few pages and you'll see that changing a core vb4 file like this may not be such a good idea. It works for some, but others are having troubles with it. Not too surprising.
It should be mentioned that when editing PHP files, you should use an editor that doesn't make automatic changes to the file when you open it. I have an older version of Dreamweaver that does this and makes my PHP file unusable.

War.Frog
06-20-2010, 02:44 AM
Well editing a PHP file is definitely an ugly 'fix', and resulted in crazy amounts of double posting and other weird issues.

I'm waiting on a proper fix if and when it comes. Until then my users are all used to using the included video tags again.

Diablotic
06-20-2010, 07:03 AM
That's a great mod but after upgrading to 4.0.3 and now to 4.0.4 I had to stop using it as it doesn't work and after applying manual fix to functions_video.php a lot of posts are doubling up and AJAX in post reply is not working as it should be :(

KURTZ
06-20-2010, 08:38 AM
I am running it on 4.0.4 and it works fine, but after the upgrade to 4.0.4 you have to reapply the fix detailed here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608).

uhm ... so no new upgrades for the core ... is this add-on abandoned? :o

sticky
06-20-2010, 10:58 AM
That's a great mod but after upgrading to 4.0.3 and now to 4.0.4 I had to stop using it as it doesn't work and after applying manual fix to functions_video.php a lot of posts are doubling up and AJAX in post reply is not working as it should be :(

Ugh... so it doesn't work for new versions?

lord_of_chaos
06-20-2010, 11:22 AM
It works fine with 4.0.4. The "AME - Auto Convert URLs" Plugin should just be updated to use the "data_parse_bbcode_video" Hook instead of "data_preparse_bbcode_video_start". No file changes needed. :)

Vitaly
06-20-2010, 12:09 PM
Patched AME. REQUIRE vb 4.0.4. No more vb sources changes needed.

please, DISABLE ame cache (speed will not be affected).

Fixes were already described here (https://vborg.vbsupport.ru/showpost.php?p=2044074&postcount=679)

Full sources with changes history here: http://github.com/rcdesign/vb-foreign_mod_fixes/tree/master/vb-ame3/

Diablotic
06-20-2010, 12:33 PM
Upgraded my AME to the version above and now have this message:

Warning: preg_replace() [function.preg-replace]: Parameter mismatch, pattern is a string while replacement is an array in [path]/includes/ame_prep.php on line 561

Warning: preg_replace() [function.preg-replace]: Parameter mismatch, pattern is a string while replacement is an array in [path]/includes/ame_prep.php on line 562


Running vB4.0.4, no files modified.

gsmlover4u
06-20-2010, 03:10 PM
not working on vb 4.0.4

DeviantFlash
06-20-2010, 07:10 PM
Patched AME. REQUIRE vb 4.0.4. No more vb sources chenges needed.

Fixes were already described here (https://vborg.vbsupport.ru/showpost.php?p=2044074&postcount=679)

Full sources with changes history here: http://github.com/rcdesign/vb-foreign_mod_fixes/tree/master/vb-ame3/

Works like a charm

Pandemikk
06-20-2010, 09:52 PM
I wouldn't say this add-on is abandoned. It's just waiting for a stable release of vB 4 (i.e 4.1).

Keep in mind, vB 4.0.4 still has many bugs and bugs to be discovered. So let's just sit tight and wait for vBulletin to give us vB 4.1.

furst
06-20-2010, 10:34 PM
Patched AME. REQUIRE vb 4.0.4. No more vb sources chenges needed.

Fixes were already described here (https://vborg.vbsupport.ru/showpost.php?p=2044074&postcount=679)

Full sources with changes history here: http://github.com/rcdesign/vb-foreign_mod_fixes/tree/master/vb-ame3/


thanks works for me using vb4.0.4.

Alan_SP
06-20-2010, 10:44 PM
It's just waiting for a stable release of vB 4 (i.e 4.1).

Keep in mind, vB 4.0.4 still has many bugs and bugs to be discovered. So let's just sit tight and wait for vBulletin to give us vB 4.1.

I just wanted to comment on this. There will never be bug-free release of vB4, or any other software. :)

Vitaly
06-21-2010, 07:21 AM
Diablotic,

1. Try to disable AME cache, or at least clear ame cache directory.

2, If not help, please, provide php version, message source (which caused problems), and rules list.

milaszewski
06-21-2010, 10:42 AM
after uploading files from 4.0.4 patch I get this error:
Invalid SQL:
SELECT id FROM forum_ame_disabled_posts WHERE id= and typeid=1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and typeid=1' at line 1

Diablotic
06-21-2010, 11:19 AM
Vitaly - cleared cache and works like a charm. Thanks!

KURTZ
06-21-2010, 11:31 AM
Patched AME. REQUIRE vb 4.0.4. No more vb sources changes needed.

please, DISABLE ame cache (speed will not be affected).

Fixes were already described here (https://vborg.vbsupport.ru/showpost.php?p=2044074&postcount=679)

Full sources with changes history here: http://github.com/rcdesign/vb-foreign_mod_fixes/tree/master/vb-ame3/

so with the 4.0.4 we must use this version without any edit, correct?

edit: there is a trouble with the signatures, it needs to be rebuilded ... also just a question, it's possible to rescale the video in the sign?

Vitaly
06-21-2010, 03:14 PM
so with the 4.0.4 we must use this version without any edit, correct?

You not must, but you can :) , if you wish :) . That's not my product, and not official patch. It's done for my forum and shared, as most of my & my programmers work.

edit: there is a trouble with the signatures, it needs to be rebuilded ... also just a question, it's possible to rescale the video in the sign?

I don't use that feature at my forum, so, can't comment. Probably, it's better to disable most bbcodes in signature at all, to avoid aggresive spamming.

kylek
06-21-2010, 10:53 PM
Tried your version and we get this error showing at the top of the page when someone posts a link in any post:

Warning: preg_replace() [function.preg-replace]: Parameter mismatch, pattern is a string while replacement is an array in [path]/includes/ame_prep.php on line 561

Warning: preg_replace() [function.preg-replace]: Parameter mismatch, pattern is a string while replacement is an array in [path]/includes/ame_prep.php on line 562

KURTZ
06-22-2010, 07:36 AM
You not must, but you can :) , if you wish :) . That's not my product, and not official patch. It's done for my forum and shared, as most of my & my programmers work.



I don't use that feature at my forum, so, can't comment. Probably, it's better to disable most bbcodes in signature at all, to avoid aggresive spamming.

thanks Vitaly :) anyway i'm curious, what hack do you use on your board?

Cadellin
06-22-2010, 03:34 PM
after uploading files from 4.0.4 patch I get this error:
Invalid SQL:
SELECT id FROM forum_ame_disabled_posts WHERE id= and typeid=1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and typeid=1' at line 1

I'm getting the same error unfortunately.

Videx
06-22-2010, 03:51 PM
I just hope that the author remembers to mark this as reusable code before he leaves completely.

rrudeboy
06-23-2010, 12:25 PM
resolved.

Vitaly
06-23-2010, 08:27 PM
Tried your version and we get this error showing at the top of the page when someone posts a link in any post:
https://vborg.vbsupport.ru/showpost.php?p=2056788&postcount=720

Vitaly
06-23-2010, 08:32 PM
I'm getting the same error unfortunately.

No ideas, what's up with SQL. Not shure, that this error was caused by my patches. Will check later.

Endurer
06-24-2010, 04:59 AM
Installed, thanks for this great mod!

ZexTasy
06-24-2010, 06:47 PM
Hi,

I have been trying to test some of my definitions, but I have some for imageshack and tinypic in 2.5 which do not work in 3. I didn't get the option for automatic conversion ...

This is the definition in 2.5:

Regular expression:
([http://]*[a-z0-9]*?[\.]?imageshack\.[a-z]*?/[a-z0-9]*/[a-z0-9]*/[a-z0-9]*)([\.]?[a-z0-9]*)

Replacement:
<div class="highslide-gallery">
<a id="$ameinfo[id_tag]" href="$p1$p2" class="highslide" onclick="return hs.expand(this)">
<img src="$p1.th$p2" alt="Highslide JS"
title="Klik om te vergroten." />
</a>
</div>

Contain: no
Extract destination data: no

Could you please help me?

Tiryaki
06-24-2010, 08:54 PM
Hi,

how must the code look like when I want to insert Videos from www.Trabzonum.TV with a link like:

http://www.trabzonum.tv/musicvideo.php?vid=764583d8b

or

http://www.trabzonum.tv/trabzonspor-1-0-galatasaray/26hafta-21032010-genis-ozet-video_764583d8b.html

I have this code, but with this code the videos are shown with another player.

- <regex_url>
- <![CDATA[ http://www\.trabzonum\.tv/(?:[\w\.\-\/]*)(?:\?vid\=|video_)([\w]*)(?:\.html)?
]]>
</regex_url>
<regex_scrape />
- <embed>
- <![CDATA[
<object type="application/x-shockwave-flash" width="425" height="344" data="http://www.trabzonum.tv/fpembed-{vb:raw code}.swf">
<param name="movie" value="http://www.trabzonum.tv/fpembed-{vb:raw code}.swf" />
<param name="wmode" value="transparent" />
</object>

]]>
</embed>


BR,
Tiryaki

schlottkej
06-24-2010, 08:57 PM
I turned off File Cache and rebuilt posts.. still getting this error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: video_bbcode in [path]/includes/functions.php on line 3984

PHP version 5.29

SemperFideles
06-25-2010, 04:30 AM
Sadly, I think this hack is now superfluous. I was hoping this hack would return to its former glory with the ability to add a bunch of custom media embeds but it just breaks embedding of video and doesn't support any more embedding that is built into vB4 already.

Uninstalled and going to native vB4 support for embedding of video.

Cadellin
06-25-2010, 01:10 PM
No ideas, what's up with SQL. Not shure, that this error was caused by my patches. Will check later.

Your in the clear Vitaly - it was caused by the original thread for CMS comments mod.

However AME seems to be causing some double posting using quick reply. Any chance you could look into that?

Digital Jedi
06-25-2010, 04:03 PM
Sadly, I think this hack is now superfluous. I was hoping this hack would return to its former glory with the ability to add a bunch of custom media embeds but it just breaks embedding of video and doesn't support any more embedding that is built into vB4 already.

Uninstalled and going to native vB4 support for embedding of video.
Well, it doesn't support it because no one, including me, have made any additional definitions for it. It was never designed to handle more then a few sites by default. Maybe that's partly my fault. Maybe I got folks to used to making the definitions for them, that no one else bothered to make them on their own any more. But as it stands, I'm making more. I'm just not finished.

stwan
06-25-2010, 04:10 PM
works on vb4.0.4 pl1

schlottkej
06-25-2010, 06:01 PM
I've tried a few times to get this rolling on 4.0.3 (making the manual edit) and then 4.0.4... neither worked.

Vitaly
06-28-2010, 01:22 PM
Well, it doesn't support it because no one, including me, have made any additional definitions for it. It was never designed to handle more then a few sites by default. Maybe that's partly my fault. Maybe I got folks to used to making the definitions for them, that no one else bothered to make them on their own any more. But as it stands, I'm making more. I'm just not finished.

http://github.com/rcdesign/vb-ame_rcd_rules

Wake up :) . Commit for AME3 rules (vb4) was done 19 of march. Link was published in this thread with patches.

fly
06-28-2010, 01:39 PM
http://github.com/rcdesign/vb-ame_rcd_rules

Wake up :) . Commit for AME3 rules (vb4) was done 19 of march. Link was published in this thread with patches.

Whoa!

edit: I fixed the error I got, only to find that the sites you added I don't use. Oh well. Thanks for the AM3 patch!

edit again: AM3 patch doesn't work for me either. I'm getting the same error as others and I've deleted and disabled the file cache.

Yellow Slider
06-29-2010, 06:26 PM
Hi,

I've upgraded from 3.8.5 to vB4.0.4, after upgrading all AME links are shown as -

YouTube- &#x202b;הכנת אוריגמי בצורת כוכב תלת מימדי&#x202c;&lrm;

my forum is in hebrew and it's rtl..
if I install AME3, will this be fixed(this text will be shown as a video?)? I thought that no matter what the EMBED CODE will my displayed.. I sure hope this is fixable..

Devanand
06-30-2010, 02:04 PM
I have upgrade from 3.8.5 to 4.0.4 also. Uninstalled ame 2.5, delete old files, upload new ones and installed product but I have same issue.
This is very bad because I have one forum with 15 000 movies which are useless now.

Acido
07-01-2010, 04:04 AM
I am running it on 4.0.4 and it works fine, but after the upgrade to 4.0.4 you have to reapply the fix detailed here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608).

Works to me too.
Thanks

Ohiocustoms
07-01-2010, 07:30 PM
Works to me too.
Thanks

Same here.

schlottkej
07-01-2010, 10:53 PM
OK... So I did a regex for FloWrestling and everything is checking out in RegEx Buddy, but when I try to use a URL the page times out.

Here are my settings:

URL Looks Like this:
http://www.flowrestling.org/videos/coverage/view_video/237230-2010-russian-nationals/344363-60-kg-sf-besik-kudukhov-vs-rasul-murtazalenev

URL:
http:\/\/www\.flowrestling\.org\/videos\/[\w+\-]+\/\w+\/[\w+\-]+\/[\w.\-\/]+

SCRAPE:
http://d18tka3ecu2l5z.cloudfront.net/(.+)(.*)\.mp4

EMBED:
{vb:raw code}

I did just the "Raw code" to test to see if it would display everything properly.. since it hasn't I haven't added it to an embed yet.

Can one of the resident RegEx experts check this out?

Endurer
07-05-2010, 03:50 AM
Uninstalled until this gets fixed:

vBulletin Message

Unable to add cookies, header already sent.
File: /home/*****/public_html/includes/functions_video.php
Line: 1

abdulbasitsaeed
07-05-2010, 07:03 AM
Same problem here. The mod does not seem to be compatible with version 4.0.4.

Edited: Actually, I take that back. I applied the fix mentioned here (https://vborg.vbsupport.ru/showpost.php?p=2019974&postcount=608) and it works perfectly now. :)

Entonadoscl
07-05-2010, 01:58 PM
work with vb4.0.4