vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Pando integration in vb (https://vborg.vbsupport.ru/showthread.php?t=147290)

trbrack 05-15-2007 05:45 AM

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...

totomix 01-29-2008 08:08 PM

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 http://www.hebergement-images.com/05..._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


All times are GMT. The time now is 06:07 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.02004 seconds
  • Memory Usage 1,735KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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