vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Goldbrick Audio/Video Media System (https://vborg.vbsupport.ru/showthread.php?t=165505)

nix 12-20-2007 07:35 PM

Well I made this for 3.6. It works with 3.7. I'm not going change it to much until 3.7 is final. To many things will be changing with it.

Aeolian 12-20-2007 07:42 PM

btw, i changes attachment to filesystem, still not able to play any attached media file.. wht i could be doing wrong, link was given in earlier post..
thanks~

testebr 12-20-2007 07:57 PM

Nix, How to add custom video site?

cosy 12-20-2007 09:23 PM

hmmm dunno what i make wrong but the youtube link dont get displayed :S

nix 12-20-2007 09:40 PM

Quote:

Originally Posted by Aeolian (Post 1405698)
btw, i changes attachment to filesystem, still not able to play any attached media file.. wht i could be doing wrong, link was given in earlier post..
thanks~

Cause I'm a tard and forgot to add something. Fixing it right now.
Quote:

Originally Posted by testebr (Post 1405709)
Nix, How to add custom video site?

Do you know how to do regular expressions? If so just look at the goldbrick/includes/sites folder.
Quote:

Originally Posted by cosy (Post 1405768)
hmmm dunno what i make wrong but the youtube link dont get displayed :S

What link did you use and what version of php do you have?

cosy 12-20-2007 10:27 PM

i used a youtube link

PHP 5.1.4
i reinstalled the addon and now i get a wierd error
Code:

Fatal error: Call to a member function deliver() on a non-object in /xxx/goldbrick/plugins/bbcode_create.php on line 73
edit: installed 1.0b seams to be ok
edit2: the error show up again if use preview and if make post the thread get posted even if the error get displayed

nix 12-21-2007 12:30 AM

Preview doesn't work yet. Sure you have php5?

alboking 12-21-2007 01:23 AM

HI i got a question - > maybe some one can help me ?
I see that u can play music videos and other things about wen
U wan upload it on ur own server ? Like the DownloadsII Page u allow ur users to listen ore
watch the video and the could download it ? is there a possible way to do that ? with dis mod ?

aftermath29 12-21-2007 01:30 AM

maybe im slow but how do you get this to work cant see it bring it up nothing

Aeolian 12-21-2007 01:45 AM

Quote:

Originally Posted by cosy (Post 1405784)
i used a youtube link

PHP 5.1.4
i reinstalled the addon and now i get a wierd error
Code:

Fatal error: Call to a member function deliver() on a non-object in /xxx/goldbrick/plugins/bbcode_create.php on line 73
edit: installed 1.0b seams to be ok
edit2: the error show up again if use preview and if make post the thread get posted even if the error get displayed

Check my testSiteLink, i have been able to use some common video streaming sites..
Quote:

Originally Posted by nix (Post 1405773)
Cause I'm a tard and forgot to add something. Fixing it right now.

looking forward to the fix :D

cosy 12-21-2007 07:22 AM

Quote:

Originally Posted by nix (Post 1405835)
Preview doesn't work yet. Sure you have php5?

well hope the info file dont lie me but say php5
https://vborg.vbsupport.ru/attachmen...1&d=1198228920
php5.JPG

testebr 12-21-2007 09:37 AM

Nix, you already insert classic style? Only new style work here in my test.

nix 12-21-2007 04:58 PM

Yea as of right now its only the new. I'll get the old one back in. Right in the middle of moving, so... :(

Khalid-B 12-22-2007 09:09 AM

Hi.

I installed this but getting this error.
"Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/abc/public_html/test/goldbrick/plugins/bbcode_create.php on line 52"

When i click at :New Thread" button always getting this error.

How can i fix it??
Please help . Thanks

nix 12-22-2007 04:44 PM

It's php 5 only.

Aeolian 12-23-2007 01:21 AM

Tested on Beta 3, works as designed, as in known issues do prevail..

testebr 12-24-2007 08:42 AM

Nix, can you provide us an guide with all array options to add new video sites?

Just explain what is each option and list all alternatives.

And I wait anxiously the classic style, without this I cannot use the mod. I really dont like that new style.

nix 12-26-2007 10:33 PM

I'll get the guide out this week.

I pretty much have the classic style done. Just need to send it out. I'm getting settled in the new house so I should have time this week for an update and some docs.

Krumbz 12-27-2007 01:24 AM

is there anyway this will work with php 4.4.4?

Krumbz 12-27-2007 01:49 AM

the link is all that shows. the link is clickable however there is no streaming media.

link i used: http://www.youtube.com/watch?v=f2krVT5R9PQ
php version 5.2.2

when link is clicked it takes you to this url
Code:

"http://www.kurupt.ws/redirect-to/?redirect=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Df2krVT5R9PQ"

nix 12-27-2007 04:49 AM

are you using vbseo or some other url rewrite mod?

cosy 12-27-2007 06:44 AM

Krumbz u use a redirect mod ? i use this and working fine

Krumbz 12-27-2007 11:24 AM

yes I have vbSEO

and I don't use a redirect mod

pcoskat 12-27-2007 12:31 PM

Quote:

Originally Posted by katie hunter (Post 1404815)
Nice hack nix, i will just wait for the readme to know what is it about exactly and how to use it cause I installed it and have no idea how this is used.

Thanks!~

I'm the same way...not quite sure what this does, and how it works...

Networknutz 12-27-2007 03:39 PM

I am having similiar issue as below and can't seem to get by it. I've since disabled it until can get some help. So if anyone can make a suggestion I would appreciate the assist.

Thanks
Will

Quote:

"Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/abc/public_html/test/goldbrick/plugins/bbcode_create.php on line 52"

nix 12-27-2007 05:34 PM

Quote:

Originally Posted by Krumbz (Post 1410061)
yes I have vbSEO

and I don't use a redirect mod

If you know how to edit plugins, change the newpost_proceses execute order to 4.
Quote:

Originally Posted by Networknutz (Post 1410176)
I am having similiar issue as below and can't seem to get by it. I've since disabled it until can get some help. So if anyone can make a suggestion I would appreciate the assist.

Thanks
Will

Do you have php 5?

Krumbz 12-27-2007 08:58 PM

<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=73342&d=1198017081" target="_blank">https://vborg.vbsupport.ru/attac...2&d=1198017081</a> is there anyway to increase the thumbnail size to that?

its working fine for me now. im just using it for videos.. also are there any tutorials on how to add my own supported sites? i run a porn site.

nix 12-28-2007 10:05 PM

Quote:

Originally Posted by testebr (Post 1408217)
Nix, can you provide us an guide with all array options to add new video sites?

Just explain what is each option and list all alternatives.

And I wait anxiously the classic style, without this I cannot use the mod. I really dont like that new style.

I'm writing some Docs right now. Is there any site you would like for me to demonstrate this on or will just any old site work?

I also have the classic style done.

testebr 12-28-2007 11:08 PM

You can use this Brazilian website videolog.uol.com.br to demonstrate or just explain any other old website already listed.

valdet 12-28-2007 11:47 PM

Hi there this is a wonderful hack.

Is there any time frame when a tutorial for soup cooking will be coming along.. :D? Next upgrade huh?.

ogameclub 12-29-2007 10:39 AM

Error in code:
Quote:

/goldbrick/plugins/bbcode_create.php on line 73

unitedpunjab 12-29-2007 11:28 AM

Awesome Awesome mod, first I couldn't make it work on my vbseo board, but with the solution in post# 66 its working brilliantly.
Nominated for MOTM, cheers.

jswiss 12-29-2007 11:31 AM

hi there nix,

your mod looks most excellent and i appreciate the work you've put into it. my question: my vb database is mysql 4.1 so i'm wondering: will your mod run under 4.1 or do i have to upgrade to mysql 5? i'm not mysql proficient so i'd rather not start messing with the db unless i have to.

thanks - a number of users would really like me to install this baby :-)

unitedpunjab 12-29-2007 11:59 AM

jswiss you don't need mysql 5 but you will need php 5,though I highly doubt that you will have php 5 with that version of mysql.

jswiss 12-29-2007 12:15 PM

Quote:

Originally Posted by unitedpunjab (Post 1411345)
jswiss you don't need mysql 5 but you will need php 5,though I highly doubt that you will have php 5 with that version of mysql.

thanks punjab... i read it wrong (PHP 5 not mysql) i'm off to have a look to see if my host is running php 5... will report back - cheers!

jswiss 12-29-2007 12:49 PM

i'm on godaddy... looks like they're running both vers of php, (4.1 & 5) so i'm gonna d/l this baby and give it a whirl... will report back and let you know what happens!

unitedpunjab 12-29-2007 01:23 PM

Attachments are not playing with goldbrick,
I have Auto-Detect* and Use* both enabled in admiccp and attachments are in filesystem.
I have vbseo on my board.

nix 12-29-2007 05:34 PM

Quote:

Originally Posted by ogameclub (Post 1411318)
Error in code:

What version of php and what were you doing to get this?
Quote:

Originally Posted by unitedpunjab (Post 1411382)
Attachments are not playing with goldbrick,
I have Auto-Detect* and Use* both enabled in admiccp and attachments are in filesystem.
I have vbseo on my board.

That's because I forgot to add something for attachments :(

I should have an update today or tomorrow with some fixes and docs.

unitedpunjab 12-29-2007 05:44 PM

Great thanks :)

another thing,, after unistalling VB Anymedia Player all links in the posts are [media]url[/media],, anyway to re-parse them ?

cosy 12-30-2007 09:49 AM

Code:

Fatal error: Call to a member function deliver() on a non-object in xxxxxxx/goldbrick/plugins/bbcode_create.php on line 73
still get this error when posting a thread


All times are GMT. The time now is 12:58 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.02199 seconds
  • Memory Usage 1,823KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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