vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   BBcode zippyshare (https://vborg.vbsupport.ru/showthread.php?t=246871)

Przemoo 07-19-2010 08:08 AM

BBcode zippyshare
 
Hi! I need BBCode for ZippyShare.com
Does anyone know how to do it ?

BirdOPrey5 07-19-2010 05:03 PM

They seem to give you the URL code to link to the file once you upload it. What kind of functionality are you looking for? Nice site BTW- easy to share.

Przemoo 07-19-2010 06:03 PM

Thanks ;)

like bbcode "youtube". after when i paste the link in tags and aprove i can listen it (i hope you understand that)

i've got some code but is not working, displays player but not play music

PHP Code:

<embed 
   allowScriptAccess
="never"
   
src="http://www.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www.zippyshare.com/downloadMusic%3Fkey%3D{param}aa&amp;type=flv"
   
menu="false"
   
quality="high"
   
width="300"
   
height="20"
   
name="mp3player"
   
type="application/x-shockwave-flash"
   
pluginspage="http://www.macromedia.com/go/getflashplayer"
   
wmode="transparent"
   
border="0"
/> 


Przemoo 07-20-2010 06:15 PM

any idea ? :P

BirdOPrey5 07-20-2010 07:35 PM

I've got it working using the following replacement code:
Code:

<script type="text/javascript">var zippywww="www21";var zippyfile="{param}";var zippydown="ffffff";var zippyfront="000000";var zippyback="ffffff";var zippylight="000000";var zippywidth=680;var zippyauto=false;var zippyvol=80;</script><script type="text/javascript" src="http://api.zippyshare.com/api/embed.js"></script>
example use: [zippy]4972441[/zippy]

I'll release this under the 3.8/4 bb code mods with a full explanation of how to use it.

Przemoo 07-20-2010 08:08 PM

not working, anyway is wrong code because of that "www21"
not all links are the same i mean

http://www21.zippyshare.com/v/4972441/file.html - thats yours
http://www5.zippyshare.com/v/208582/file.html- thats main

and there is a difference "www5"

--------------- Added [DATE]1279666153[/DATE] at [TIME]1279666153[/TIME] ---------------

the code should look like this

PHP Code:

<center
<
embed 
allowScriptAccess
="never"
src="http://www{param}.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www{param}.zippyshare.com/downloadMusic%3Fkey%3D{param}ay&amp;type=flv"
menu="false"
quality="high"
width="300"
height="20"
name="mp3player"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
wmode="transparent"
border="0"
/> 
</
center

all what u have to do is replace "{param}" with something else but i don't know what :/

BirdOPrey5 07-20-2010 08:51 PM

I see, I got it working using the option attribute...

Look here: https://vborg.vbsupport.ru/showthread.php?t=246975

basically use the tag like [zippy="21"]filenumber[/zippy] where "21" is the number after www.


All times are GMT. The time now is 10:23 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.02292 seconds
  • Memory Usage 1,733KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete