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)

McAtze 05-08-2010 12:00 PM

Are there any german language files ??

weetabx 05-08-2010 12:04 PM

umm dont know about other people but iamnot good with xml well the thing is i have converted some files to flv and i would like to spread these across my servers for storage and performace how would i go about doing this or can some one plz help me ?

the site to start with would be www.damthosegames.com/videos/

weetabx 05-08-2010 12:16 PM

Quote:

Originally Posted by rammieone (Post 2033650)
Cheers guys will look at changing the chat for now then as this is a top mod!!!!
Great work Jaxel

dont need to change the chat just dont have it avable on the media page you can do it in the setting for vsachat

Gn_Snake 05-08-2010 12:25 PM

Ok thanks, fixed the problem:
Quote:

Warning: get_meta_tags() [function.get-meta-tags]: URL file-access is disabled in the server configuration in [path]/media/media_functions_constructs.php on line 167

Warning: get_meta_tags(http://gdata.youtube.com/feeds/api/videos/VTqDOKrrdDw) [function.get-meta-tags]: failed to open stream: no suitable wrapper could be found in [path]/media/media_functions_constructs.php on line 167
But I do not see the menu in the navbar of the Administrative and videos metacafe with IE does not start, but only with firefox

Any idea how to solve?

thanks as always great job:up:

SwollenCranium 05-08-2010 01:58 PM

Any chance of adding comment notification?

Jaxel 05-08-2010 03:01 PM

Quote:

Originally Posted by SwollenCranium (Post 2033755)
Any chance of adding comment notification?

BRILLIANT! Will add it to the next version.

WassoufTunClub 05-08-2010 03:59 PM

JAxel Please i have a suggest : Download bouton in video info .
thanx

OziloZ 05-08-2010 04:06 PM

Quote:

Originally Posted by OziloZ (Post 2031221)
Here is a ss

my problem still continious.

Ahmet Turan 05-08-2010 04:11 PM

1 Attachment(s)
I dont see add category button and link please help

download and uploading media0.7.zip

https://vborg.vbsupport.ru/external/2010/05/48.jpg

Jaxel 05-08-2010 04:45 PM

Quote:

Originally Posted by pramid (Post 2033797)
I dont see add category button and link please help

download and uploading media0.7.zip

https://vborg.vbsupport.ru/external/2010/05/48.jpg

Please check the KNOWN BUGS section of this mod's description for the workaround.

Apparently no one else found it ironic that E_DEPRECATED has been deprecated...

weetabx 05-08-2010 05:19 PM

Quote:

Originally Posted by pramid (Post 2033797)
I dont see add category button and link please help

download and uploading media0.7.zip

https://vborg.vbsupport.ru/attachmen...1&d=1273338689

hi do you use vsachat ? if the code replacement dont work then just have vsachat disabled for the media page

your24hourstore 05-08-2010 08:28 PM

jaxel heres the htaccess for that site with all the vbseo crap
Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.hotslot\.org
RewriteRule (.*) http://www.hotslot.org/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

# Media Library
ReWriteRule ^media/m([0-9]+).*/tags$ media.php?do=tags_edit&mid=$1
ReWriteRule ^media/m([0-9]+).*/edit$ media.php?do=details_edit&mid=$1
ReWriteRule ^media/m([0-9]+).*/report$ media.php?do=report&mid=$1
ReWriteRule ^media/m([0-9]+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2
ReWriteRule ^media/m([0-9]+).* media.php?do=details&mid=$1
ReWriteRule ^media/c([0-9]+).* media.php?do=category&cid=$1
ReWriteRule ^media/u([0-9]+).* media.php?do=user&uid=$1
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1
ReWriteRule ^media/tagcloud.* media.php?do=tag_cloud
ReWriteRule ^media/search/(.*) media.php?do=search&query=$1
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1
ReWriteRule ^media/submit.* media.php?do=submit
ReWriteRule ^media/random.* media.php?do=random
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1


#RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

see where yours is at the top ?. do i just paste your new code
Code:

## Expires
<ifModule mod_expires.c>
        ExpiresActive On
        ExpiresDefault "access plus 1 seconds"
        ExpiresByType text/html "access plus 1 seconds"
        ExpiresByType image/gif "access plus 3456000 seconds"
        ExpiresByType image/jpeg "access plus 3456000 seconds"
        ExpiresByType image/png "access plus 3456000 seconds"
        ExpiresByType text/css "access plus 3456000 seconds"
        ExpiresByType text/javascript "access plus 3456000 seconds"
        ExpiresByType application/javascript "access plus 3456000 seconds"
        ExpiresByType application/x-javascript "access plus 3456000 seconds"
</ifModule>

## Compression
<ifmodule mod_headers.c>
        <ifmodule mod_deflate.c>
                AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
                BrowserMatch ^Mozilla/4 gzip-only-text/html
                BrowserMatch ^Mozilla/4\.0[678] no-gzip
                BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        </ifmodule>
</ifmodule>

## Rewrites
<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]

        # Media Library
        ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
        ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
        ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
        ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
        ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
        ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
        ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 [QSA]
        ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
        ReWriteRule ^media/submit.* media.php?do=submit [QSA]
        ReWriteRule ^media/random.* media.php?do=random [QSA]
        ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
        ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
        ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
        ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
        ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

        # Media Library from Video Directory
        RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
        RewriteRule ^video\.php$ media.php?do=details&mid=%1
        RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
        RewriteRule ^video\.php$ media.php?do=category&cid=%1
        RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
        RewriteRule ^video\.php$ media.php?do=user&uid=%1
        RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
        RewriteRule ^video\.php$ media.php?do=tag&tid=%1
        ReWriteRule ^video\.php$ media.php

        # Forum
        RewriteRule ^threads/.* showthread.php [QSA]
        RewriteRule ^forums/.* forumdisplay.php [QSA]
        RewriteRule ^members/.* member.php [QSA]
        RewriteRule ^blogs/.* blog.php [QSA]
        ReWriteRule ^entries/.* entry.php [QSA]

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

        # MVC
        RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
</ifmodule>

over the old htaccess of yours. does that look right to you this things gonna be a gigabite

so it look like this
Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.hotslot\.org
RewriteRule (.*) http://www.hotslot.org/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

## Expires
<ifModule mod_expires.c>
        ExpiresActive On
        ExpiresDefault "access plus 1 seconds"
        ExpiresByType text/html "access plus 1 seconds"
        ExpiresByType image/gif "access plus 3456000 seconds"
        ExpiresByType image/jpeg "access plus 3456000 seconds"
        ExpiresByType image/png "access plus 3456000 seconds"
        ExpiresByType text/css "access plus 3456000 seconds"
        ExpiresByType text/javascript "access plus 3456000 seconds"
        ExpiresByType application/javascript "access plus 3456000 seconds"
        ExpiresByType application/x-javascript "access plus 3456000 seconds"
</ifModule>

## Compression
<ifmodule mod_headers.c>
        <ifmodule mod_deflate.c>
                AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript
                BrowserMatch ^Mozilla/4 gzip-only-text/html
                BrowserMatch ^Mozilla/4\.0[678] no-gzip
                BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
        </ifmodule>
</ifmodule>

## Rewrites
<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]


        # Media Library
        ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
        ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
        ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
        ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
        ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
        ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
        ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
        ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 [QSA]
        ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
        ReWriteRule ^media/submit.* media.php?do=submit [QSA]
        ReWriteRule ^media/random.* media.php?do=random [QSA]
        ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
        ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
        ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
        ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
        ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

        # Media Library from Video Directory
        RewriteCond %{QUERY_STRING} do=viewdetails&videoid=(\d+)
        RewriteRule ^video\.php$ media.php?do=details&mid=%1
        RewriteCond %{QUERY_STRING} viewcategory&categoryid=(\d+)
        RewriteRule ^video\.php$ media.php?do=category&cid=%1
        RewriteCond %{QUERY_STRING} viewuser&userid=(\d+)
        RewriteRule ^video\.php$ media.php?do=user&uid=%1
        RewriteCond %{QUERY_STRING} viewtag&tag=(.*)
        RewriteRule ^video\.php$ media.php?do=tag&tid=%1
        ReWriteRule ^video\.php$ media.php

        # Forum
        RewriteRule ^threads/.* showthread.php [QSA]
        RewriteRule ^forums/.* forumdisplay.php [QSA]
        RewriteRule ^members/.* member.php [QSA]
        RewriteRule ^blogs/.* blog.php [QSA]
        ReWriteRule ^entries/.* entry.php [QSA]

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

        # MVC
        RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]
</ifmodule>


#RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(media|admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


McAtze 05-08-2010 08:45 PM

1 Attachment(s)
I've got some german translation for the author ..

COL NIL SATIS 05-08-2010 09:48 PM

Jaxel just sent some $$$$ man ....all is good in the Pgl Hood.......!!! More will follow ....top top man ...Im Loving this mod !!! fookin brilliant

COL NIL SATIS 05-08-2010 09:49 PM

Quote:

Originally Posted by harleyparts (Post 2033525)
can we still use the videohost: to call local files jaxel, what is videojug.

and is there any plans to give that upload to server option a chance?
may be easier than haveing to ftp files in and then link to them! just swf even
:D

we Could become YOUTUBE MUHAHAHAHAHAHAHA

lol ...!!!!! :up::):):)

Ahmet Turan 05-09-2010 05:43 AM

I saw categori and tag button but I can not add video url

Forex.
I paste this link
http://www.dailymotion.com/video/xbe...ra-bende_music
after

Media URL contained invalid data.

What is wrong

I added and editing plug-in


Admin Control Panel > Plugins & Products > Plugin Manager > "media NAVTAB"

Find the code:
Code:

$perms = media_permissions();

Replace with:
Code:

$perms['rate'] = true;
$perms['submit'] = true;

if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}

Category and tag ok, I have a problem
PHP Code:

Warningxml_parser_create() [function.xml-parser-create]: unsupported source encoding "windows-1254" in [path]/includes/class_xml.php  on line 215 

The plug-in normaly add plugin manager not ok

Rahstyles 05-09-2010 11:43 AM

Please add a media service for myspace videos

heres a link of a url video

http://vids.myspace.com/index.cfm?fu...ideoid=4819769

Footman 05-09-2010 01:38 PM

Jaxel - is their a way to add a video someone has already added to the media page into a forum post and have it played there as well, or is that some separate mod that links vids to posts?

I already have a custom bbcode for youtube in my posts, but just curious if there was a simple way to link the ones in own media tab to one of our posts.

monkeyboy1916 05-09-2010 02:37 PM

Okay, this is odd..

I haven't edited a Service since 4.0.4 so I'm not sure if this is just 4.0.7, but since 4.0.7 redid them I had to go back to edit what I had changed in the beginning. (Customizing height, width, etc)

Now in 4.0.7 everytime I go to edit a service and click "Edit Service" to save the changes I get:

"Forbidden
You don't have permission to access /media.php on this server."

Edit: I also get the same error when editing Categories..

hotslot 05-10-2010 12:55 AM

This add-on does not work with vbseo.

Ruined a $4,000 investment in a site. be very careful You could be next.

puertoblack2003 05-10-2010 01:00 AM

well, my site is not an investment.It's a hobby :rolleyes: so i don't loose anything..:)

Delilahs 05-10-2010 03:42 AM

Upgraded no problem and all my veoh vids work as well.

Admin links still don't work, so you may still need to use the work around on page 17

hassshasss 05-10-2010 06:45 AM

"Media URL contained invalid data" error with all services.

can anybody help me about this error? I just upgraded to new version.

I get this error when i click "retrieve information" button.

and error kode page up.
Warning: xml_parser_create() [function.xml-parser-create]: unsupported source encoding "ISO-8859-9" in [path]/includes/class_xml.php on line 215

Parse error: syntax error, unexpected ';' in /xxxxx/xxxxxx/xxxxxxxx/xxxxxxxxx/media/media_functions_constructs.php(57) : eval()'d code on line 1

help me please

weetabx 05-10-2010 06:59 AM

Um if this is a investment surly you would have tried on a test forum first ? i have mine as ahobbie too but i also have a test forum wich is a mirror image of the main site

Also if worried about it messing things up back up your site and database before doing any major updates like this

weetabx 05-10-2010 07:37 AM

Has anyone tried to get the myspace xml sorted ? i had a look and ive go no chance ....lol

Martyn1983 05-10-2010 11:13 AM

Hi,

Getting errors any time I try and link to a file via youtube. Say I'm putting in The Riverboat song by Ocean Colour Scene - I put in the URL and selected General Media. On the next page is plays fine within the page itself. I then hit submit and I get the following:

404:

Not Found

The requested URL /fiat/upload/media/m2-ocean-colour-scene-the-riverboat-song was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Mastergumble 05-10-2010 11:36 AM

Quote:

Originally Posted by hotslot (Post 2034340)
This add-on does not work with vbseo.

Ruined a $4,000 investment in a site. be very careful You could be next.

Propaganda...

If you really spending any money with your site i suggest you to see who the hell are you getting to work with it, this is running with vBSEO and without major problems...

For a $4.000 seems someone is sleeping at the laundry instead making it work!

Delilahs 05-10-2010 12:04 PM

Quote:

Originally Posted by Martyn1983 (Post 2034497)
The requested URL /fiat/upload/media/m2-ocean-colour-scene-the-riverboat-song was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

It's the wrong url you are putting in there.

try this one; http://www.youtube.com/watch?v=wVlgNx_EWHQ

Martyn1983 05-10-2010 01:34 PM

Perfect, thanks!!! Such a simple error too :S

Cheers,
Martyn

Jaxel 05-10-2010 02:52 PM

Quote:

Originally Posted by Footman (Post 2034123)
Jaxel - is their a way to add a video someone has already added to the media page into a forum post and have it played there as well, or is that some separate mod that links vids to posts?

I already have a custom bbcode for youtube in my posts, but just curious if there was a simple way to link the ones in own media tab to one of our posts.

Not yet... I had a [video] code in the previous version, but now that vb has made their own video code, it would be in conflict.

Quote:

Originally Posted by monkeyboy1916 (Post 2034145)
Okay, this is odd..

I haven't edited a Service since 4.0.4 so I'm not sure if this is just 4.0.7, but since 4.0.7 redid them I had to go back to edit what I had changed in the beginning. (Customizing height, width, etc)

Now in 4.0.7 everytime I go to edit a service and click "Edit Service" to save the changes I get:

"Forbidden
You don't have permission to access /media.php on this server."

Edit: I also get the same error when editing Categories..

Check your permissions... make sure to run the "Restore All Services" process after upgrading to 4.0.7... this is clearly defined in the changelogs.

Quote:

Originally Posted by hotslot (Post 2034340)
This add-on does not work with vbseo.

Ruined a $4,000 investment in a site. be very careful You could be next.

This addon runs fine with VBSEO, it just doesn't run natively. There are very simple steps to get it run on VBSEO, and its your fault for not being able to do them. The problems you have had with your forum have nothing to do with this mod; they have everything to do with you knowing absolutely nothing about how to run a forum. Hell, you uploaded an .htaccess file to your forum root which asked for authorization from an htpasswd file that didn't exist... and you blame THIS mod for the fact that you can't access your forum?

In my experience, any attempt to make any system idiot proof will only challenge god to make a better idiot.

Quote:

Originally Posted by hassshasss (Post 2034421)
"Media URL contained invalid data" error with all services.

can anybody help me about this error? I just upgraded to new version.

I get this error when i click "retrieve information" button.

and error kode page up.
Warning: xml_parser_create() [function.xml-parser-create]: unsupported source encoding "ISO-8859-9" in [path]/includes/class_xml.php on line 215

Parse error: syntax error, unexpected ';' in /xxxxx/xxxxxx/xxxxxxxx/xxxxxxxxx/media/media_functions_constructs.php(57) : eval()'d code on line 1

help me please

XML by design only supports a few select universal encodings. I recommend you change your language settings from ISO-8859-9 to UTF-8.

Quote:

Originally Posted by Martyn1983 (Post 2034497)
Hi,

Getting errors any time I try and link to a file via youtube. Say I'm putting in The Riverboat song by Ocean Colour Scene - I put in the URL and selected General Media. On the next page is plays fine within the page itself. I then hit submit and I get the following:


404:

Not Found

The requested URL /fiat/upload/media/m2-ocean-colour-scene-the-riverboat-song was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Either turn off SEO slugging, or update your htaccess file to support this mod's slugs.

Footman 05-10-2010 04:26 PM

Quote:

Originally Posted by Jaxel (Post 2034571)
Not yet... I had a [video] code in the previous version, but now that vb has made their own video code, it would be in conflict.

Thanks Jaxel. By the way smooth running over here. :)

hotslot 05-10-2010 04:50 PM

Ok here is a few answers from some highly qualified guys from somewhere. If You have vbseo make sure to use this coding.

Quote:

It appears Jaxel is submitting a customized file full of excess junk and default vb4 rewrites.

All you need is this section:

# Media Library
ReWriteRule ^media/m(\d+).*/tags$ media.php?do=tags_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/edit$ media.php?do=details_edit&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/report$ media.php?do=report&mid=$1 [QSA]
ReWriteRule ^media/m(\d+).*/c(\d+)$ media.php?do=comment_edit&cmt=$2 [QSA]
ReWriteRule ^media/m(\d+).* media.php?do=details&mid=$1 [QSA]
ReWriteRule ^media/c(\d+).* media.php?do=category&cid=$1 [QSA]
ReWriteRule ^media/u(\d+).* media.php?do=user&uid=$1 [QSA]
ReWriteRule ^media/tag/(.*) media.php?do=tag&tid=$1 [QSA]
ReWriteRule ^media/tagcloud.* media.php?do=tagcloud [QSA]
ReWriteRule ^media/search/(.*) media.php?do=search&query=$1 [QSA]
ReWriteRule ^media/letter/(.*) media.php?do=letter&query=$1 [QSA]
ReWriteRule ^media/submit.* media.php?do=submit [QSA]
ReWriteRule ^media/random.* media.php?do=random [QSA]
ReWriteRule ^media/favorites.* media.php?do=favorites [QSA]
ReWriteRule ^media/admin/edit/s(\d+).* media.php?do=admin_host_edit&sid=$1 [QSA]
ReWriteRule ^media/admin/delete/s(\d+).* media.php?do=admin_host_delete&sid=$1 [QSA]
ReWriteRule ^media/admin/export/s(\d+).* media.php?do=admin_host_export&sid=$1 [QSA]
ReWriteRule ^media/admin/(\w+).* media.php?do=admin_$1 [QSA]

And replace the d+ with [0-9]+ as previously outlined in your work.


SwollenCranium 05-10-2010 05:11 PM

Quote:

Originally Posted by hotslot (Post 2034620)
Ok here is a few answers from some highly qualified guys from somewhere.


How about YOU stop your B-itching and don't use this guys FREE mod, and go back and spend another $4000 to have some dude hold your hand through some more forum building rather than doing what most of the rest of us do ... LEARN on our own.

I'll gladly use this mod .. and gladly contribute more $$ to the author if he promises to make more references to God having an idiot factory.

hotslot 05-10-2010 05:29 PM

Hey Internet Tough Guy.

First of all I have donated $50 to this project, he was begging for donations and I sent him $50. I offered to hire him on and pay him several hundred more to simply make this compatible with vbseo. He wasn't interested appears he wants free money for how he wants to set it up. If I was aware this was not compatible with vbseo in the description field I would not have installed it :) All the answers he keeps pointing back on for vbseo assistance has been from me. He has clearly stated he does not like vbseo and refuses to update this section to suit anyone's needs. That's ok also, but don't ask for respect and answers if You don't have the respect to let members know before there forum crashes its full of excess coding and is not functioning with the most common mod used for a vbulletin forum "vbseo" I have spent 60 hours on this project so far for members that use vbseo.. I have the right to be upset. Also Where is my money? I'm begging. :rolleyes:

jerk

SwollenCranium 05-10-2010 05:46 PM

Quote:

Originally Posted by hotslot (Post 2034631)
Hey Internet Tough Guy.


jerk


*Yawn* ...


Great Mod !!! Nominated ... Voted +5



Yaaa !

Jaxel 05-10-2010 05:57 PM

I don't understand how you spent 60 hours trying to get this to work with VBSEO... its a VERY SIMPLE process to get this to run on VBSEO, and I have actually stated this in a previous post...

Quote:

to get this mod working in VBSEO... add "media/|" to your RewriteCond %{REQUEST_URI} in your VBSEO htaccess file...
Code:

RewriteCond %{REQUEST_URI} !(media/|admincp/|modcp/|cron|vbseo_sitemap|vbseocp|login)
Then copy and paste the MediaLibrary section from MY htaccess into your VBSEO htaccess file below the line mentioned above. Then change all instances of \d to [0-9]. Simple, not complicated.
As I said before, I refuse to change \d to [0-9] in my code. \d is a PERL and PCRE standard, and there is no reason why VBSEO should not support it. THEY should have to change THEIR code, I should not have to change mine. There is a right and wrong way to do things in PHP, and they do things the wrong way... However, even if you don't use the method quoted above, there is NO WAY this mod can break your forum. If your forum is broken, you broke it yourself.

The reason why I turned down your job request is because I have no interest in spending hours upon hours debugging OTHER people's poor programming. If your job request was for me to write a custom mod for your forums, that is one thing... but I don't have any interest in debugging other people's code. Especially when a lot of the bugs seem to be caused by the USER (that would be YOU), and not the programmers of these other mods themselves.

puertoblack2003 05-10-2010 06:20 PM

i love this mod..:D i wish i would have known about this mod before i renewed my subscription with vbtube..One thing is there such an import app to pull from vbtube?

hotslot 05-10-2010 06:22 PM

Thank You Jaxel. Ya that person would be Harley from here at vb. He touched it, has never worked since.

I don't touch anything on tech side, I just pay people and try and get tech people together to figure things out.

Jaxel 05-10-2010 06:25 PM

Quote:

Originally Posted by puertoblack2003 (Post 2034655)
i love this mod..:D i wish i would have known about this mod before i renewed my subscription with vbtube..One thing is there such an import app to pull from vbtube?

Please contact me on AIM, so that we can talk about this.

Jaxel 05-10-2010 08:44 PM

Next version will have BBCodes...

http://test.8wayrun.com/threads/2-Te...p=5&viewfull=1


All times are GMT. The time now is 01:09 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.03474 seconds
  • Memory Usage 1,918KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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