vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - 8WayRun.Com - Media Library (https://vborg.vbsupport.ru/showthread.php?t=240677)

your24hourstore 05-03-2010 05:02 PM

Quote:

Originally Posted by hotslot (Post 2031218)
website url sent via PM. I noticed You got in cause we got server error now. :D

bope got the erro cause of the htaccess file you have 2 and im kinda wondering if we are going to have to backup this thing

Jaxel 05-03-2010 05:09 PM

Quote:

Originally Posted by harleyparts (Post 2031217)
no its in there dunno whathe dealeo is, its got the code :>

Are you sure you put the code in the CONFIGURE box and not the DESCRIPTION box?

Also, lower the CACHE time... since vbCMS doesn't give you the option to put the code into the configure box when you create it... it could have cached in an EMPTY box... and it would be some time before it refreshes with the code. Another example of vbCMS being SHIT.

skol 05-03-2010 05:12 PM

Quote:

Originally Posted by hotslot (Post 2031218)
website url sent via PM. I noticed You got in cause we got server error now. :D

I installed it from the original and had no problems what so ever,personally your looking for a babysitter..

Nice mod,the only available media libary i can see fuctioning with 4 at this time,thanks for your time Jaxel.

hotslot 05-03-2010 05:39 PM

well that's not a fair response Skol. I have zero experience in this, I have donated for the cause and I'm interested in learning. I think the past few days I have helped in this process in the best of my abilities and offered some great suggestions that have been added. I respect harleyparts and the other people that have contributed in making this program work EFFICIENTLY. I think it's getting there, " I wish I could help in the coding" I'm just not qualified to do so. However I can continue to help and ask others from a variety of other sources to see if they can help and can continue to offer suggestions. I'm an seo guy, that's all that has been programmed in my brain for some time. I'm leaving the nest egg here and simply trying to assist in making a better product.

desi-boy 05-03-2010 05:58 PM

Code:

ob_start();
require_once(DIR.'/media/media_functions_hrefs.php');

$medias = vB::$vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media ORDER BY dateline DESC LIMIT 3");

while ($media = vB::$vbulletin->db->fetch_array($medias))
{
        if ($media['length'] == 0)
        {
                $media['length'] = "???";
        }
        else
        {
                $duration = $media['length'];
                $minutes = floor($duration / 60);
                $seconds = $duration % 60;
                $seconds = str_pad($seconds, 2, "0", STR_PAD_LEFT);
                $media['length'] = "$minutes:$seconds";
        }

        $media['intrate'] = intval($media['rating']);
        $media['thumbnail'] = vB::$vbulletin->options['media_thumb_dir']."/thumbs/". $media['mediaID'] .".jpg";
        $media['href'] = construct_href_details($media);

        $templater = vB_Template::create('8WR_media_block');
        $templater->register('media', $media);
        $mediabits .= $templater->render();
}

$output = $mediabits;
ob_end_clean();


widget nt working i am using this code

Jaxel 05-03-2010 06:47 PM

Quote:

Originally Posted by desi-boy (Post 2031251)
Code:

ob_start();
require_once(DIR.'/media/media_functions_hrefs.php');

$medias = vB::$vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "media ORDER BY dateline DESC LIMIT 3");

while ($media = vB::$vbulletin->db->fetch_array($medias))
{
        if ($media['length'] == 0)
        {
                $media['length'] = "???";
        }
        else
        {
                $duration = $media['length'];
                $minutes = floor($duration / 60);
                $seconds = $duration % 60;
                $seconds = str_pad($seconds, 2, "0", STR_PAD_LEFT);
                $media['length'] = "$minutes:$seconds";
        }

        $media['intrate'] = intval($media['rating']);
        $media['thumbnail'] = vB::$vbulletin->options['media_thumb_dir']."/thumbs/". $media['mediaID'] .".jpg";
        $media['href'] = construct_href_details($media);

        $templater = vB_Template::create('8WR_media_block');
        $templater->register('media', $media);
        $mediabits .= $templater->render();
}

$output = $mediabits;
ob_end_clean();


widget nt working i am using this code

Are you sure you put the code in the CONFIGURE box and not the DESCRIPTION box?

Also, lower the CACHE time... since vbCMS doesn't give you the option to put the code into the configure box when you create it... it could have cached in an EMPTY box... and it would be some time before it refreshes with the code. Another example of vbCMS being SHIT.

Jaxel 05-03-2010 07:07 PM

I just made a small change to the way embed codes and {ap01} are constructed. If you want the autoplay function to continue working as normal, please re-import all your service XML files in your administrate services section.

XML files are located in: upload/media/xml of the zip file.

Walkthrough on how to make your own service XML files: https://vborg.vbsupport.ru/showpost....44&postcount=4

your24hourstore 05-03-2010 07:26 PM

1 Attachment(s)
Quote:

Originally Posted by Jaxel (Post 2031273)
Are you sure you put the code in the CONFIGURE box and not the DESCRIPTION box?

Also, lower the CACHE time... since vbCMS doesn't give you the option to put the code into the configure box when you create it... it could have cached in an EMPTY box... and it would be some time before it refreshes with the code. Another example of vbCMS being SHIT.

funny stuff jaxel..the description box, man i messed up hotslots site uploading the htaccess file :>

sigh and cant get into his server to fix it

Jaxel 05-03-2010 07:28 PM

an htaccess file would not remove FTP access to a server. Something else is the issue.

Contact me on AIM (BadBreath911), and I will give you a hand... you got 30 minutes before I have to go...

hotslot 05-03-2010 07:39 PM

Man I sure would appreciate it Paxel.

:up:


All times are GMT. The time now is 03:13 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.03389 seconds
  • Memory Usage 1,755KB
  • 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_code_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