vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=279864)

knikio 02-23-2014 02:30 PM

hi
i am using VB 4.2.2
And when I try to add a media, this error message I get:
Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 479

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 480

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 481

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 482

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 483

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 484

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 485

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 486

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 487

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 488

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 489

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 490

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 491

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 492

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 493

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 494

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 496

HM666 03-08-2014 09:53 PM

1 Attachment(s)
So far so good on installing this. i need to know how to do one thing though. Where do I change the word "Media" to Videos shown in the attachment. I've looked in the phrases & in the templates and cannot find a place to change that. Thanks.

ozzy47 03-08-2014 10:16 PM

Quote:

Originally Posted by knikio (Post 2483216)
hi
i am using VB 4.2.2
And when I try to add a media, this error message I get:
Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 479

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 480

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 481

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 482

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 483

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 484

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 485

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 486

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 487

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 488

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 489

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 490

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 491

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 492

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 493

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 494

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 495

Warning: Function eregi() is deprecated in ....\vbtube_functions_add.php on line 496

See this post, https://vborg.vbsupport.ru/showpost....&postcount=330

HM666 03-08-2014 10:35 PM

Having an issue with the htaccess file. I have a htaccess file already in my root so I may have added something wrong or something. Here is my htaccess file, please let me know how to fix this. The URL'S are not working when I have it enabled.

Code:

Options +FollowSymlinks
RewriteEngine On

#RewriteBase /links

RewriteRule ^([a-zA-Z_0-9\-]+)/robots\.txt$ robots.txt [QSA,L]
RewriteRule ^whatsnew/links/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newlinks&cutoffdate=$1&page=$2 [QSA,L]
RewriteRule ^whatsnew/links/(([0-9]?|-)+/?)$ browselinks.php?do=newlinks&cutoffdate=$1 [QSA,L]
RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newposts&cutoffdate=$1&page=$2 [QSA,L]
RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browselinks.php?do=newposts&cutoffdate=$1 [QSA,L]
RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browselinks.php?do=poplinks&orderby=$1 [QSA,L]
RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?do=member&userrewrite=$1&page=$2 [QSA,L]
RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browselinks.php?do=member&userrewrite=$1 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z0-9]|-)+)/?$ showlink.php?linkrewrite=$2&catrewrite=$1 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z0-9\-]+)/page([0-9]+).html$ showlink.php?linkrewrite=$2&catrewrite=$1&page=$3 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?catrewrite=$1&page=$2 [QSA,L]
RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browselinks.php?catrewrite=$1 [QSA,L]

RewriteRule ^classifieds/([^/]*)/ ./ozzmodz_classifieds.php?do=main&catid=$1 [L,NC]
RewriteRule ^sale/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^wanted/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^trade/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^offer/([^/]*)/ ./ozzmodz_classifieds.php?do=viewitem&itemid=$1 [L,NC]
RewriteRule ^seller/([^/]*)/ ./ozzmodz_classifieds.php?do=seller&sellerid=$1 [L,NC]

## Rewrite
<ifmodule mod_rewrite.c>
        RewriteEngine on
        Options +FollowSymlinks

        RewriteCond %{REQUEST_FILENAME} -s [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]

        # vBTube
        ReWriteRule ^media/home vbtube.php [QSA]
        ReWriteRule ^media/category-(\d+)-(.*)$ vbtube.php?do=cat&id=$1&t=$2 [QSA]               
        ReWriteRule ^media/categories vbtube.php?do=list [QSA]       
        ReWriteRule ^media/best-videos vbtube.php?do=topvideos [QSA]       
        ReWriteRule ^media/most-viewed vbtube.php?do=most_viewed [QSA]       
        ReWriteRule ^media/most-voted vbtube.php?do=most_voted [QSA]
        ReWriteRule ^media/upload vbtube_add.php?do=add&amp;pt=0 [QSA]
        ReWriteRule ^media/mymedia-u=(\d+)$ vbtube.php?do=mymedia&u=$1 [QSA]
        ReWriteRule ^media/myfavorites-u=(\d+)$ vbtube.php?do=myfavs&u=$1 [QSA]
        ReWriteRule ^media/acp vbtube_admin.php?do=appro2 [QSA]
        ReWriteRule ^media/(\d+)-(.*)$ vbtube_show.php?tubeid=$1&sti=$2 [QSA]
</ifmodule>


alfalakiii 03-15-2014 05:48 PM

guys i really have problem with this products and i dont get any support from the developer , I already buy it from long time , if I can decide now i will stay away from it , no any support .

please if some one can help me to fix it . waiting

BGObsession 03-26-2014 10:37 PM

VBTube works great for us on our vbulletin 4.2 site.

I do have an issue - and that's that when a new video is posted and generates an auto-thread, in our everywhere sidebar, the [url] and [/url] tags show up in the actual sidebar module. I'm not sure how to fix this.

I *get* that this may not have anything directly to do with the VBTube product, but since large #'s of folks use the everywhere sidebar mod, it would be nice to get a fix for this issue :)

Help anyone?

Tessey 04-03-2014 12:59 PM

Quote:

Originally Posted by ozzy47 (Post 2451946)
Make a copy of that file, Or rename it vbtube_functions_original then upload this file.

Will this work for the pro version also?

Thank You in advance
Tony

Marv 07-14-2014 12:55 PM

May be anyone can help me with that:

Today I was wondering, why the heck the same youtube video was showing up 4 times in the random media bar. In the end it?s a missing check, wether a video is already present (and the new upload/link attempt would became rejected) or not.

I don?t know if Murat is still around here and his Site vbtube.com seems to have a broken registration. Has anyone solved this double-post prevention issue, yet, and would share his knowledge?

Would be really appreciated..!

P.S.: Anyone around who knows where I could find a german language file for the current version? Today I?m translating me my a.. off and my headaches are killing me. The aftermath of our world championship has cost me years of my life...and waaay to much alcohol :/

markoroots 08-09-2014 05:14 PM

I'm also trying to install the mod in the "comments in the forum" way.

But...
I have installed vb 4.2.2
So after done all is write in the attachment file for instructions (because the demonstration installation video here, shown different folders)
but i follow the instruction of the attached file.... more an help of the video.
First, i didn't found in the mod the box to add the apy key showed in the video

Second, when i try to go to "check db.."
it come this message:

Admin, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

What to do??? :erm:

Thanks in advance.

markoroots 08-10-2014 07:38 AM

Quote:

Originally Posted by markoroots (Post 2510542)
I'm also trying to install the mod in the "comments in the forum" way.

But...
I have installed vb 4.2.2
So after done all is write in the attachment file for instructions (because the demonstration installation video here, shown different folders)
but i follow the instruction of the attached file.... more an help of the video.
First, i didn't found in the mod the box to add the apy key showed in the video

Second, when i try to go to "check db.."
it come this message:

Admin, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

What to do??? :erm:

Thanks in advance.


I see many posts about this errors, but i still don't found the solution :(

Can someone help me??? :confused:


All times are GMT. The time now is 03:26 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.01492 seconds
  • Memory Usage 1,785KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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