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)

lowlight 01-22-2009 04:12 PM

Shit.

Code:

Database error in vBulletin 3.8.0:

Invalid SQL:

                SELECT  post.pagetext AS preview,
                        thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
                        thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
                        thread.prefixid, thread.taglist, hiddencount, deletedcount
                       
                        , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
                       
                        , threadredirect.expires
                       
                FROM thread AS thread
                        LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
                       
                       
                        LEFT JOIN post AS post ON(post.postid = thread.firstpostid)
                       
                        LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
                       
                WHERE thread.threadid IN (0,561526,561494,561489,561003,561397,559250,515169,561119,561538,561570,561304,561585,561569,561537,558188,558844,454901,252422,561428,561353,561307,404513,561440,561346,560992,561305,540074,561373,560259,561361,561272,520470,544968,560070,559741,560750,560187,560238,561162,559411,342583,490038)
                ORDER BY sticky DESC, lastpost DESC;

MySQL Error  : Can't open file: 'post.MYI' (errno: 144)
Error Number  : 1016
Referrer      :
MySQL Version : 4.1.20


lowlight 01-22-2009 04:15 PM

I ran a database table repair from the VB admin, it seems to be working now.

Anyway to check to make sure?

tintructo 01-22-2009 05:26 PM

@lowlight

if you can actually browse your topics, the repair worked fine. your table got messed up before.

@The Geek

any news on the ksort problem with the XML with all the sites ? :)

lowlight 01-22-2009 05:31 PM

The table is totally messed up. Trying to repair it now with myisamchk

lowlight 01-22-2009 05:55 PM

Wow, many tables are messed up. Our database is huge, this is going to take hours.

What does the plugin attempt to do when you install it? Whatever it was, it was pretty serious.

thunderclap82 01-22-2009 08:15 PM

Out of curiosity, what is the legality of embedding video clips from sites such as Hulu or The WB (CW?)?

Digital Jedi 01-22-2009 08:24 PM

Well, I can't speak to the CW, but if there was a legal problem with embedding videos from Hulu, then I doubt they'd put that Embed link beside every video that takes you to a block that says Copy this code to your website or blog which then gives you explicit directions on how to adjust the start and end time to your liking. :)

thunderclap82 01-22-2009 08:28 PM

Quote:

Originally Posted by Digital Jedi (Post 1721537)
Well, I can't speak to the CW, but if there was a legal problem with embedding videos from Hulu, then I doubt they'd put that Embed link beside every video that takes you to a block that says Copy this code to your website or blog which then gives you explicit directions on how to adjust the start and end time to your liking. :)

Ah. I hadn't looked that closely at Hulu yet. :)

One other question: how does one create definition for a site you'd like to embed videos from?

TCB 01-22-2009 08:29 PM

hi Geek! Great to see you back (y)

Thanks for this fantastic mod. How's gars and gal going currently?

Digital Jedi 01-22-2009 08:39 PM

Quote:

Originally Posted by thunderclap82 (Post 1721541)
Ah. I hadn't looked that closely at Hulu yet. :)

One other question: how does one create definition for a site you'd like to embed videos from?

You can find out here: https://vborg.vbsupport.ru/showpost....05&postcount=5


All times are GMT. The time now is 02:22 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.02148 seconds
  • Memory Usage 1,745KB
  • 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_code_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