vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Show Thread Enhancements - AME - Auto Media Embedding (youtube, Amazon, google, myspace, etc...) (https://vborg.vbsupport.ru/showthread.php?t=150863)

Adult SEO 11-05-2007 06:00 AM

I have added the folowing as replace for "file_get_contents()":

PHP Code:

 
function ame_random_useragent() {
 
$uas = array();
 
$uas[] = 'SonyEricssonP900/R102 Profile/MIDP-2.0 Configuration/CLDC-1.0 Rev/MR4';
 
$uas[] = 'FireFox (X11; Linux i686; pl-PL); slackware; FireFox;';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; FastWeb; Windows NT 5.1; OMEGA)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ';
 
$uas[] = 'Mozilla/5.001 (windows; U; NT4.0; en-us) Gecko/25250101 ';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.2; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 7.1; Windows NT 6.0)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 
$uas[] = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)';
 return 
$uas[array_rand($uas,1)];
}
function 
ame_get_ips() {
 
$ips = array( 
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent()),
     array(
'66.197.xxx.xxx',ame_random_useragent())
    );
 return 
$ips;
}
 
function 
ame_get_conents($url) {
 
$ips ame_get_ips();
 
$ip $ips[array_rand($ips,1)];
 
$ch curl_init();
 
curl_setopt($chCURLOPT_INTERFACE$ip[0]);
 
curl_setopt($chCURLOPT_URL$url);
 
curl_setopt($chCURLOPT_RETURNTRANSFER1);
 
curl_setopt($chCURLOPT_CONNECTTIMEOUT50);
 
curl_setopt($chCURLOPT_FOLLOWLOCATION1);
 
curl_setopt($chCURLOPT_USERAGENT$ip[1]);
 if (
$referer!='') { 
  
#curl_setopt($ch, CURLOPT_REFERER, $referer);
 
}
 
$return_data curl_exec($ch);
 
curl_close($ch);
 return 
$return_data;


Note the timeout option to bypass the vBulletin BBCode parse timeout, if it exists. So far it seems to work again, when the title fetching fails just the AME bbcode remains unparsed and not a part of the other BBCode.

Adult SEO 11-05-2007 01:42 PM

It did not work, as it seems the auto refresh of the postcache will fail with AME enabled resulting in an partly (aprox. 50%) unparsed message.

cherylferraro 11-05-2007 03:32 PM

Can someone contribute the code for http://www.dailyhaha.com? One of my members keeps posting links to that site and my attempts at creating an embed code haven't worked.

Thank you :)

hotwheels 11-06-2007 12:32 PM

here ya go.........

dknelson 11-06-2007 01:05 PM

Quote:

Originally Posted by Tom_S (Post 1374435)
Damn dude...Do you think the author sits here waiting for people with complaints and has immediate fixes? Have some patience. You aren't paying for all this work he did!

No, it was based upon several other posts that this was no longer being supported. Sorry if it offended you but it was not directed toward you. Also, you don't know WHAT I donate to and pay for.

dknelson 11-06-2007 01:33 PM

Quote:

Originally Posted by tormodg (Post 1371472)
He has recently stopped supporting any of his mods. I doubt he will work on this one anymore when he bailed out on GARS.

Here is one of the posts that prompted my thread about it not being supported. I should have tried to verify it first. Does anybody know?

hotwheels 11-06-2007 01:53 PM

He is no longer supporting anything. He had an unforeseen family issue come up and has to take care of that. So at this time, he has put his website and mods up for sale, if a true coder want's to purchase what he has started. Other then that, it is up to members to try to make his mods stay functional.
I hate to say it, but family has to come before computer time and trust me, i like my computer time too.
I do recall him posting a thread that stated he sent back as much money as he could from his paypal account, and went back a couple months worth of people in doing so....but he nolonger takes money nor supports his site, mods, etc......

dknelson 11-06-2007 02:07 PM

Hey, I agree, family must always come first and I never said anything negative about the lack of support, just mentioned that I was going by to an older solution because of it. I wish him nothing but the best. I was primarily referring to the post where Tom S made what I felt were unnecessary and out of line remarks regarding my post.

hotwheels 11-06-2007 02:29 PM

It's all good with me, i just wasn't sure if you knew thegeeks situation or not. I know some people were upset with him. You and i both think alike when it comes to family first.....

nickypoooo 11-08-2007 05:32 AM

Great mod, I installed it and it did work few times but now all I get is this :

Attachment 72106

What can I do to fix this?

Thank you!





PHP Version 5.0.4


All times are GMT. The time now is 05:55 AM.

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.02415 seconds
  • Memory Usage 1,772KB
  • 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
  • (1)bbcode_php_printable
  • (2)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