vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs (https://vborg.vbsupport.ru/showthread.php?t=202476)

killerkraft 03-14-2010 12:27 PM

Quote:

Originally Posted by Digital Jedi (Post 2003050)
Post the link you were trying to use.

This one, for example : http://video.yahoo.com/watch/2077328/v50828177

Digital Jedi 03-14-2010 06:19 PM

Quote:

Originally Posted by killerkraft (Post 2003380)

Heh, I knew Yahoo! would try this at some point. I'll post an update a little later, but you can fix it easily. Just change the last d in your RegEx with a w.

killerkraft 03-15-2010 10:59 AM

Ok, will do

accludetuner 03-19-2010 07:44 AM

searched and didn't see anyone with the same issue.

Installed fine.

When trying to convert old BBcodes I keep getting this message "You are missing the \1 parameter in at least one of your conversions"

I'm submitting "youtube" as the bbcode and "http://www.youtube.com/watch?v=\1" as the conversion. Tried everything and can't get it to work. Anyone have any ideas?

DannyITR 03-19-2010 02:23 PM

My youtube size is tiny (much smaller than on youtube). How can I fix this? Funny because I have it installed on two sites and one is normal size and the other isn't and I cannot figure out why.

DannyITR 03-19-2010 04:39 PM

Ok I needed to update. In fact I needed to uninstall then re-install and now it works.

Digital Jedi 03-20-2010 04:43 AM

Quote:

Originally Posted by accludetuner (Post 2006333)
searched and didn't see anyone with the same issue.

Installed fine.

When trying to convert old BBcodes I keep getting this message "You are missing the \1 parameter in at least one of your conversions"

I'm submitting "youtube" as the bbcode and "http://www.youtube.com/watch?v=\1" as the conversion. Tried everything and can't get it to work. Anyone have any ideas?

Make sure you don't have a comma or a space still in that entry.

salimbasar 03-21-2010 06:01 PM

i tried to add this

but this is the result isn html codes

HTML Code:

<div style="display: none;" id="ame_noshow_post_1269197856_1">
        <a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>

</div>
<div style="display: inline;" id="ame_doshow_post_1269197856_1">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" width="425" style="margin:10px 0">
<thead>
        <tr>
                <td class="tcat" colspan="2" style="text-align:center">
                        <a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>
                </td>
        </tr>
</thead>

<tbody>
        <tr>
                <td class="panelsurround" align="center">
<object width="425" height="350"><param name="movie" value="http://www.dailymotion.com/swf/"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/" type="application/x-shockwave-flash" width="425" height="350" allowFullScreen="true" allowScriptAccess="always"></embed></object>
</td>
        </tr>
</tbody>
</table></div>
</div>

And this are the settings

Regular expression

PHP Code:

http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+[\w/=\?]* 

Replacement

PHP Code:

<object width="$ameinfo[width]height="$ameinfo[height]"><param name="movie" value="http://www.dailymotion.com/swf/$p1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/$p1type="application/x-shockwave-flash" width="$ameinfo[width]height="$ameinfo[height]allowFullScreen="true" allowScriptAccess="always"></embed></object


Digital Jedi 03-22-2010 03:16 AM

Quote:

Originally Posted by salimbasar (Post 2007673)
i tried to add this

but this is the result isn html codes

HTML Code:

<div style="display: none;" id="ame_noshow_post_1269197856_1">
        <a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>

</div>
<div style="display: inline;" id="ame_doshow_post_1269197856_1">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" width="425" style="margin:10px 0">
<thead>
        <tr>
                <td class="tcat" colspan="2" style="text-align:center">
                        <a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>
                </td>
        </tr>
</thead>

<tbody>
        <tr>
                <td class="panelsurround" align="center">
<object width="425" height="350"><param name="movie" value="http://www.dailymotion.com/swf/"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/" type="application/x-shockwave-flash" width="425" height="350" allowFullScreen="true" allowScriptAccess="always"></embed></object>
</td>
        </tr>
</tbody>
</table></div>
</div>

And this are the settings

Regular expression

PHP Code:

http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+[\w/=\?]* 

Replacement

PHP Code:

<object width="$ameinfo[width]height="$ameinfo[height]"><param name="movie" value="http://www.dailymotion.com/swf/$p1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/$p1type="application/x-shockwave-flash" width="$ameinfo[width]height="$ameinfo[height]allowFullScreen="true" allowScriptAccess="always"></embed></object


Dailymotion is a definition that doesn't come by default in AME 2.5. You would need to get support for that in my thread and not here.

lordi 03-22-2010 09:38 AM

hello,

I upgraded from 3.8.4 TO 3.8.5 and the hack gave me so many errors , So I deleted it

I Re-installed it and updated the cache and used the Tools option to TroubleShoot...and then the pages on my forum stopped and gave me this Error:::

Quote:

Warning: require_once([path]/includes/ame_bbcode.php) [function.require-once]: failed to open stream: No such file or directory in [path]/newthread.php(310) : eval()'d code on line 1

Fatal error: require_once() [function.require]: Failed opening required '/home/content/Path/html/forum/includes/ame_bbcode.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/PATH/html/forum/newthread.php(310) : eval()'d code on line 1

So I deleted it again...........Any solution plz ???????


All times are GMT. The time now is 04:51 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03456 seconds
  • Memory Usage 1,783KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (4)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete