The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Digital Sith's AMEs - ADULT Media Definitions Details »» | |||||||||||||||||||||||||||
Digital Sith's AMEs - ADULT Media Definitions
Developer Last Online: Aug 2014
>>>ADULT Media Definitions for AME 2.5.<<<
This IS NOT a product. It's imported through your AME CP. Which means you ain't got one, go get one. Completely updated since the last time you saw me. Since porn site seem to actually want you embed their stuff now. Everything is working AFAIK. Don't thank me for this stuff. Thank DJ for teaching me how to make them and show your suppot at his Paypal link: https://vborg.vbsupport.ru/showthrea...95884&page=135 (Seriously hes poor as ****) MEDIA DEFINITIONS AlotPorn ExtremeTube fapdu KeezMovies Pornative PornHub PornTube RedTube SlutLoad Spankwire Sun Porno TNAFlix Tube8 xHamster XVideos YouJizz YouPorn I made everythign nice and neat like DJ does so you don't get them mixed up with your family friendly definitions. Enjoy! Show Your Support
|
Comments |
#12
|
||||
|
||||
Hello. Did I thank you for your great contribution and spicy humor?
I second javichu above on PornHub not working. I also tried replacing your current script with their new version below, but it still hangs. Please help us to utilize this three-thumbs-up site. Code:
<object type="application/x-shockwave-flash" data="http://www.pornhub.com/players/pornhub_embed_2.swf" width="608" height="476"><param name="movie" value="http://www.pornhub.com/players/pornhub_embed_2.swf" /><param name="bgColor" value="#000000" /><param name="allowfullscreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="options=http://www.pornhub.com/embed_player_v3.php?id=$p1"/></object> |
#13
|
|||
|
|||
My RedTube titles have a nice & nbsp ; in front of the title. I need to remove this. How is $title set? I see I can edit the html for it in AME CP => Settings, but I don't think I can do a regex replacement there in that "template", right?
|
#14
|
|||
|
|||
Suggested fix in ame_bbcode.php
Code:
$title = ame_fetch_www_title($www); $title = preg_replace("/&\\w*;/", " ", $title); |
#15
|
||||
|
||||
Im goin to take your word that those are working...lol...
I guess Ill have to update those... when I get the chance... Quote:
I'm not going to be blinded by anything, am I. Quote:
MY EYES! MY EYES!!. Ive seen things no man should ever see!! Yeah I'll fix it... Quote:
|
#16
|
|||
|
|||
so pornhub is not working ? i need that so much for my amateurporn site
|
#17
|
|||
|
|||
Yes, i would like to have pornhub working too and tube8 embed.
Thanks |
#18
|
|||
|
|||
I fixed pornhub with the following two changes.
The "Regular expression" stays the same but change your "Replacement" code to: Code:
<object type="application/x-shockwave-flash" data="http://www.pornhub.com/players/pornhub_embed_2.swf" width="608" height="476"><param name="movie" value="http://www.pornhub.com/players/pornhub_embed_2.swf" /><param name="bgColor" value="#000000" /><param name="allowfullscreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="options=http://www.pornhub.com/embed_player_v3.php?id=$p1"/></object> Change the "Embedding Regexp" to: Code:
http://www\.pornhub\.com/embed_player_v3\.php\?id=([\d]+) |
#19
|
|||
|
|||
Also fixed porn8.
Change "Replacement" code with: Code:
<embed width="600" height="491" src="http://www.porn8.com/flv/flvplayer.swf" FlashVars="config=http://www.porn8.com/vidcol/$p1/" quality="high" bgcolor="#000000" autoplay="false" name="flvplayer" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="true"/> |
#20
|
|||
|
|||
Porn8 works fine but not pornhub.
Thanks for the help! |
#21
|
|||
|
|||
pornhub is working fine for me using the settings I provided above. I even cut and pasted them again from my post back into my board's definition settings just to make sure there wasn't a formatting error.
I downloaded the currently available definition yesterday and modified it - are you sure you are using that one as a base? Try deleting the pornhub definition from your Display Definitions, download it again, import it, then make the changes I provided. The only other difference from the default definition is that I have "Contain" set to "No". I'd be surprised if this was the problem though. Good luck! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|