General support topic for Aeva Media (Latest release: July 28, 2010)

Started by Nao 尚, October 14, 2007, 04:28:15 PM

Previous topic - Next topic

Hondo


EL34

An old topic here

I just uninstalled Aeva media 1.4 from my SMF 1.1.19 forum

The mod uninstalled ok and the forum is working fine without the mod, but I see that the database still has all the Aeva tables

Before I delete those tables I just wanted to check here first
looks like 12 aeva tables will have to be deleted manually (see screen shot)

Is it ok to go ahead and delete those tables?

Forum History -> EZBoard -> YABB -> SMF 1.1.19 -> SMF 2.0.19

Jade Elizabeth

So youtube is not working anymore. Everything has HTTPS now.

How many of the http:// do I change to https://?

// Biggest most popular sites first for speed purposes
array(
'id' => 'ytb',
'title' => 'YouTube',
'website' => 'http://www.youtube.com',
'type' => 'pop',
'pattern' => 'http://(?:video\.google\.(?:com|com?\.[a-z]{2}|[a-z]{2})/[^"]*?)?(?:(?:www|[a-z]{2})\.)?youtu(?:be\.com/[^"#[]*?(?:[&/?;]|&|%[23]F)(?:video_id=|v(?:/|=|%3D|%2F))|\.be/)([\w-]{11})',
'movie' => 'http://www.youtube.com/v/$2&rel=0&fs=1',
'size' => array(
'normal' => array(480, 385),
'ws' => array(640, 385),
),
'ui-height' => 25,
// http://www.youtube.com/watch?v=-X8mD76W4F0 or v=MxGofCFHYCc (all hail Jochen Hippel!)
// On Google - http://video.google.co.uk/url?docid=-8978185459530152475&ev=v&len=91&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg2cT5J0gxeU
// http://www.youtube.com/watch?v=M29NUeffJNA - Example of "Embedding Disabled By Request"
'fix-html-pattern' => '<object [^>]*><param name="movie" value="http://www\.youtube\.com/v/([\w-]{11})(?:&[^"]*)?">.*?</object>',
'fix-html-url' => 'http://www.youtube.com/watch?v=$1',
'lookup-url' => 'http://(?:video\.google\.(?:com|com?\.[a-z]{2}|[a-z]{2})/[^"]*?)?(?:(?:www|[a-z]{2})\.)?youtube\.com/[^"#[]*?(?:[&/?;]|&amp;|%[23]F)(?:video_id=|v(?:/|=|%3D|%2F))([\w-]{11})[^]#[]*',
'lookup-actual-url' => 'http://gdata.youtube.com/feeds/api/videos/$1?v=2',
'lookup-final-url' => 'http://www.youtube.com/watch?v=$1',
'lookup-title' => true,
'lookup-title-skip' => true,
'lookup-pattern' => array(
'id' => '<id>.*?:([\w-]+)</id>',
'error' => '<internalReason>(.*?)</internalReason>',
'noexternalembed' => '<yt:accessControl\saction=\'embed\'\spermission=\'denied\'/>',
'ws' => '<yt:aspectRatio>widescreen</yt:aspectRatio>',
),
),
array(
'id' => 'ytp',
'title' => 'YouTube (Playlists)',
'website' => 'http://www.youtube.com',
'type' => 'pop',
// http://uk.youtube.com/view_play_list?p=7262E1895FA61B39
'pattern' => 'http://(?:(?:www|[a-z]{2})\.)?youtube\.com/[^"]*?(?:[&/?;]|&amp;)(?:id=|p=|p/)([0-9a-f]{16})',
'movie' => 'http://www.youtube.com/p/$2&rel=0&fs=1',
'size' => array(480, 385),
'ui-height' => 25,
'fix-html-pattern' => '<object [^>]*><param name="movie" value="$1" />.*?</object>',
),


Also, can I just duplicate it and make a new one for the s ones? Because I am sure there are old links without the s, and no the censoring is not appropriate for me because many people turn it off.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

emonk

Quote from: Jade Elizabeth on March 30, 2014, 09:27:23 PM
So youtube is not working anymore. Everything has HTTPS now.

How many of the http:// do I change to https://?

// Biggest most popular sites first for speed purposes
array(
'id' => 'ytb',
'title' => 'YouTube',
'website' => 'http://www.youtube.com',
'type' => 'pop',
'pattern' => 'http://(?:video\.google\.(?:com|com?\.[a-z]{2}|[a-z]{2})/[^"]*?)?(?:(?:www|[a-z]{2})\.)?youtu(?:be\.com/[^"#[]*?(?:[&/?;]|&amp;|%[23]F)(?:video_id=|v(?:/|=|%3D|%2F))|\.be/)([\w-]{11})',
'movie' => 'http://www.youtube.com/v/$2&rel=0&fs=1',
'size' => array(
'normal' => array(480, 385),
'ws' => array(640, 385),
),
'ui-height' => 25,
// http://www.youtube.com/watch?v=-X8mD76W4F0 or v=MxGofCFHYCc (all hail Jochen Hippel!)
// On Google - http://video.google.co.uk/url?docid=-8978185459530152475&ev=v&len=91&srcurl=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg2cT5J0gxeU
// http://www.youtube.com/watch?v=M29NUeffJNA - Example of "Embedding Disabled By Request"
'fix-html-pattern' => '<object [^>]*><param name="movie" value="http://www\.youtube\.com/v/([\w-]{11})(?:&[^"]*)?">.*?</object>',
'fix-html-url' => 'http://www.youtube.com/watch?v=$1',
'lookup-url' => 'http://(?:video\.google\.(?:com|com?\.[a-z]{2}|[a-z]{2})/[^"]*?)?(?:(?:www|[a-z]{2})\.)?youtube\.com/[^"#[]*?(?:[&/?;]|&amp;|%[23]F)(?:video_id=|v(?:/|=|%3D|%2F))([\w-]{11})[^]#[]*',
'lookup-actual-url' => 'http://gdata.youtube.com/feeds/api/videos/$1?v=2',
'lookup-final-url' => 'http://www.youtube.com/watch?v=$1',
'lookup-title' => true,
'lookup-title-skip' => true,
'lookup-pattern' => array(
'id' => '<id>.*?:([\w-]+)</id>',
'error' => '<internalReason>(.*?)</internalReason>',
'noexternalembed' => '<yt:accessControl\saction=\'embed\'\spermission=\'denied\'/>',
'ws' => '<yt:aspectRatio>widescreen</yt:aspectRatio>',
),
),
array(
'id' => 'ytp',
'title' => 'YouTube (Playlists)',
'website' => 'http://www.youtube.com',
'type' => 'pop',
// http://uk.youtube.com/view_play_list?p=7262E1895FA61B39
'pattern' => 'http://(?:(?:www|[a-z]{2})\.)?youtube\.com/[^"]*?(?:[&/?;]|&amp;)(?:id=|p=|p/)([0-9a-f]{16})',
'movie' => 'http://www.youtube.com/p/$2&rel=0&fs=1',
'size' => array(480, 385),
'ui-height' => 25,
'fix-html-pattern' => '<object [^>]*><param name="movie" value="$1" />.*?</object>',
),


Also, can I just duplicate it and make a new one for the s ones? Because I am sure there are old links without the s, and no the censoring is not appropriate for me because many people turn it off.
The solution was posted here; create a new Censored Word in Admin panel (Administration Center --> Forum -->Posts and Topics --> Censored Words), to change https://www.youtube.com to http://www.youtube.com; that automatically change all urls to work well with the Aeva Mod.

Kindred

She already said that the word censor won't work on her site, because people have disabled it.

Yes'm jade... I think you just change all of the http...
You also gave to create new ids, I think
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Jade Elizabeth

So if I just paste that block in and call it say ytb2/ytp2 and change the http to https it should work fine?

Thanks for that :D.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Kindred

I **THINK** so...   you may have to add the ID into an array somewhere as well...   but try it like you say, first.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

deeken22

i have a Problem
my youtubecodes Comes double

i ride so
hxxp:www.youtube.com/watch?v=8WTwfDsBWd0 [nonactive]

after the psot it is s
hxxp:www.youtube.com/watch?v=8WTwfDsBWd0 [nonactive]

ca anyone help me?

SaltedWeb

Does this mod work on 2.07 ?
If you use the standard install process ?

Thanks
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Bob Perry of Web Presence Consulting

Best Regards,
Bob Perry



"The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it." Elbert Hubbard

SaltedWeb

#6990
Gives several error on the default forum 2.07.
Thanks Anyways.

Bad DL , retried and it worked.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

LadyAngel

I've just installed this on my site, but when I try to upload a file I receive the following error message:

PHP Fatal error:  Call to a member function getFrameWidth() on a non-object in /home/******/public_html/forum/Sources/Aeva-Media.php on line 456

SaltedWeb

Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Kindred

No, the author is no linger developing for smf. Aeva is left here because so many people use it, but there is no development and no support from the author.

However, it works just fine on 2.0.7
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SaltedWeb

I have a stock forum 2.0.7 new install this gives errors,
seems a another person after my post has the same issues.

Being the version is not verified 2.0.7 I am really unsure it truly is. ???


I downloaded another copy and that one installed, must have had a bad file on my DL.
You all seemed really sure it would work so gave it another go ahead.
And it worked with 2.0.7
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Kindred

If it does not install into 2.0.7, then you are out of luck since the license does not allow us to release an update and the author doesn't do smf any more.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

SaltedWeb

Thanks as mention it works or should I say installed, now just have to figure out how it works
since there is no support for it.

Half way there though.

;D
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

SaltedWeb

Hi there,
Me again it installed .  Anyone know where instruction are to use this ?
Sifted through a bunches of pages , and did a search can find how to. Yet every seems to
know how it works LOL.
Any tips appreciated.
Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Hondo

Hi,
is it possible that AEVA (free) don't have general access permissions for membergroups?
When I Entered the Membergroup-Permission Site I don't see AEVA permissions.

Andreas

Kindred

there are two permissions areas for avea - general pemrissions (in the membergroups permissions settings) and in aeva permissions profiles
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: