Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
  #1  
Old 05-15-2007, 05:45 AM
trbrack trbrack is offline
 
Join Date: May 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Pando integration in vb

Pando works a lot like yousendit and rapidshare except you download a client side app to run it from your machine. Pando is also offered as a plugin to many different IM's so I don't think it would be that hard to implement into VB. They also have guides and what not for server integration here:

http://developers.pando.com/ - you have to email them and get approved for the server integration manuals.

This would be a great plugin to send big files straight to VB. It could be available right next to the upload attachments function.

This would just serve as a great way to upload big attachments to VB as the current attachment upload tool lacks a progress bar among other things. You could also possibly upload directly to VB without even being on the site...
Reply With Quote
  #2  
Old 01-29-2008, 08:08 PM
totomix totomix is offline
 
Join Date: Mar 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I find this bbcode for pando, Isn't good than smf but better than a link

Build a php file and upload in your server forum id whit image button
rte-pando.png
pando.php

PHP Code:
<?php

/*
Titre : Pando BBCode
Ann?e : 2007
Version du logiciel : Pando 1.8.5.1
Auteur : phcorp
Site Web : pour vBulletin-Ressources.com
MSN/Mail : ph_corp@yahoo.fr
*/

/*
On r?cup?re les donn?es envoy?es par la m?thode GET
*/
$query   $_SERVER["QUERY_STRING"];

/*
On nettoie la cha?ne et on corrige les donn?es modifi?es automatiquement par vBulletin
*/
$query   str_replace"%20"""$query );
$query   str_replace"&amp;""&"$query );
$query   str_replace"key="""$query );
$query   str_replace"id="""$query );
$query   str_replace"tt="""$query );
$query   str_replace"embedId="""$query );

/*
On extrait les donn?es contenues dans la cha?ne
*/
$var_1   explode"?"$query );
$var_2   $var_1[1];
$var_3   explode"&"$var_2 );
$id      $var_3[0];
$key     $var_3[1];
$tt      $var_3[2];
$embedId $var_3[3];

/*
On construit les variables qui vont servir ? construire le code
*/
$lien    'http://cache.pando.com/soapservices/SendToWeb?action=swf&packageId='.$id.'&key='.$key.'&tt='.$tt.'&embedId='.$embedId;

/*
On imprime le code
*/
print 'document.write(\'<object width="300" height="88"><param name="movie" value="'.$lien.'"></param><param name="allowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed type="application/x-shockwave-flash" src="'.$lien.'" width="300" height="88" wmode="transparent" allowScriptAccess="always"></embed></object>\');';

?>
Admin CP > Custom BB Codes > Add New BB Code

Title : Pando BBCode
Tag : pando
Replacement :
PHP Code:
<script type="text/JavaScript" src="pando.php?link={param}"></script
Example :
PHP Code:
[pando]http://cache.pando.com/soapservices/Package/exemple.pando?id=exemple&key=exemple&tt=exemple[/pando] 
Description : The Pando BBCode
Button Image : rte-pando.png

> Save

That' all
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:13 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.03859 seconds
  • Memory Usage 2,180KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (2)post_thanks_box
  • (2)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit_info
  • (2)postbit
  • (2)postbit_onlinestatus
  • (2)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete