MyBB Hacks

Full Version: Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
not working again in 1.8.4 please fix
1.8.5 is latest, perhaps upgrade first.
is this still working? i want this custom for my streaming sub-forum
(02-17-2011 08:36 AM)RateU Wrote: [ -> ].........................
Create Custom Thread Fields:
Admin CP -> Configuration -> Custom Thread Fields -> Add Thread Field
  • Video/FLV Uploader
  • Title: Video Uploader
  • Key : xtmv_flv
  • Description: Upload your video. Video format: FLV or MP4 max video size: 20 MB.
    Modify it as our needs. Depends on file size settings in this fields setting.
  • Applicable Forums: Select our Video Gallery forum
  • Input Field Type: File
  • Valid File Extensions: flv|mp4
  • Maximum File Size: 20971520
    Modify it as our needs. File size allowed to be upload (in bytes). Related to the description.
  • Editable by / Required Field?: Everyone (required)
  • Display Order : 1
  • Display Format:

    HTML Code
    <a href="{URL}" style="display:block; width:520px; height:330px" id="player"></a> 
    <script>
    	flowplayer("player", "{$GLOBALS['mybb']->settings['bburl']}/flowplayer/flowplayer-3.2.6.swf");
    </script>

.........

how to make a video gallery but not by uploading videos but by distributing videos via embed an Iframe (MyCodes)?

due to limitations of hard disk space hosting I may not upload any video files to the hosting.

as such the threads without xthreads. I want to share a post iframe as follows MyCodes

Code:
\[iframe\](.*?)\[/iframe\]


Code:
<iframe src="$1" height="600" width="900"></iframe>


test demo :
demo:
(Where I just write the code wrote the film)

Code:
[VideoMega]085065081048051053051051084057057084051051053051048081065085[/VideoMega]

Code:
[4shared]http://www.4shared.com/web/embed/file/M1suCWfYce [/4shared]


http://www.gookil.com/r2/thread-613-post-1878.html

or, is there another solution?

You want this: http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=24
Just update code for whatever video service you wish to use.
(03-19-2016 10:39 AM)ZiNgA BuRgA Wrote: [ -> ]Just update code for whatever video service you wish to use.

Where the code?

is this?

Code:
^(?:([a-zA-Z0-9_\-+]{8,16})$|https?\://(?:[a-z]{1,4}\.)?(?:youtube\.com/(?:embed/|v/|watch\?v=)|youtu\.be/)([a-zA-Z0-9_\-+]{8,16}))


I have a lot of duplicate account at the following websites. where the website is to provide embed code.
https://tusfiles.net
https://userscloud.com
https://openload.co

the question is how to apply the embed code. as an example Biggrin
https://openload.co/f/2k9zTAgbEwY/Gamers...https://openload.co/f/2k9zTAgbEwY/Gamers_Girl_From_C

Code:
<iframe src="https://openload.co/embed/2k9zTAgbEwY/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>


of examples that link I want all the videos from the website url can be used with xthread

Please help.

Please help. what code needs to be changed to insert the iframe embed of all the websites that I mentioned above?


(03-19-2016 10:39 AM)ZiNgA BuRgA Wrote: [ -> ]You want this: http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=292&pid=24
Just update code for whatever video service you wish to use.

Quote:https://tusfiles.net
https://userscloud.com
https://openload.co
etc
(03-19-2016 10:28 PM)terzier Wrote: [ -> ]is this?
Yes, that is it.

I can't really help for custom services as I don't know what the appropriate regex is.

If you have the MyCode, then you can just use that (stripping out the tag component).  Use {VALUE$1} instead of $1, and similar, for the display format.
Does this still work on MyBB 1.8X ?

I really need this and download gallery , do they work on Mybb 1.8?

Thanks
hi
I have tried this on the latest mybb and im pretty close

It uploads but not to 20mb, only 8mb which I assume is server restriction

Anyway, the issue I am having is that the video plays but the first page is blank so you need to understand that theres a video there for mp4 and with flv it downloads the video

Any ideas?

http://esforum.org/showthread.php?tid=10471
Pages: 1 2 3 4 5 6 7 8
Reference URL's