Fork me on GitHub


 Bas   Précédent   Suivant

« 1 2 3 4 (5) 6 7 8 9 »


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
et encore:
Citation :
// Maktoob
case 106:
$showvideo = '<embed width="448" height="320" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="flvplayer" bgcolor="#ffffff" devicefont="true" wmode="transparent" quality="high" src="http://clipat.maktoob.com/flvplayerOurJS.swf?file=http://' . $vidid . '.flv&enablejs=true&image=' . $picurl .'&lightcolor=0x557722&backcolor=0x000000&frontcolor=0xCCCCCC&showfsbutton=true&autostart=' . $autoplay3 . '&logo=http://clipat.maktoob.com/language/ar_sa/images/clipat-icon.png&displaywidth=448" />';
break;

// Veoh
case 107:
$showvideo = '<embed src="http://www.veoh.com/veohplayer.swf?permalinkId=' . $vidid . '&id=anonymous&player=videodetailsembedded&affiliateId=&videoAutoPlay=' . $autoplay . '" allowFullScreen="true" width="480" height="295" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflash ... ></embed>';
break;

// Vimeo
case 108:
$showvideo = '<embed src="http://vimeo.com/moogaloop.swf?clip_id=' . $vidid . '&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1&autoplay=' . $autoplay . '" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" quality="best" width="400" height="321"></embed>';
break;

// Megavideo
case 109:
$showvideo = '<object width="640" height="363"><param name="movie" value="http://www.megavideo.com/v/' . $vidid . '"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.megavideo.com/v/' . $vidid . '" type="application/x-shockwave-flash" allowfullscreen="true" width="640" height="363"></embed></object>';
break;

Posté le : 21/12/2009 02:16
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
et encore:
Citation :
// Blip.tv
case 103:
$showvideo = '<embed src="http://blip.tv/play/' . $vidid . '" type="application/x-shockwave-flash" width="480" height="295" allowscriptaccess="always" allowfullscreen="true" flashvars="autostart=' . $autoplay3 . '"></embed>';
break;

// ClipFish
case 104:
$showvideo = '<embed src="http://www.clipfish.de/videoplayer.swf?as=' . $autoplay . '&videoid=' . $vidid . '==&r=1&c=0067B3" quality="high" bgcolor="#0067B3" width="464" height="380" name="player" align="middle" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflash ... ></embed>'; // Change c=0067B3 for different player color
break;

// LiveLeak
case 105:
$showvideo = '<embed src="http://www.liveleak.com/e/' . $vidid . '" type="application/x-shockwave-flash" flashvars="autostart=' . $autoplay3 . '" wmode="transparent" width="450" height="370"></embed>';
break;

Posté le : 21/12/2009 02:15
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
et encore:
Citation :
// iFilm/Spike
case 2:
$showvideo = '<embed width="480" height="295" src="http://www.spike.com/efp" quality="high" bgcolor="000000" name="efp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="flvbaseclip=' . $vidid . '" allowfullscreen="true"> </embed>';
break;

// Photobucket
case 3:
$vidid = str_replace( 'th_', '', $vidid);
$showvideo = '<embed width="480" height="295" type="application/x-shockwave-flash" wmode="transparent" src="http://i51.photobucket.com/player.swf ... obucket.com/albums/' . $vidid . '.flv' . $photobucket . '"></embed>';
break;

// Viddler
case 4:
$showvideo = '<embed src="http://www.viddler.com/player/' . $vidid . '/" width="480" height="295" type="application/x-shockwave-flash" ' . $viddler . ' allowScriptAccess="always" allowFullScreen="true" name="viddler_' . $vidid . '" ></embed>';
break;

// Google Video
case 100:
$showvideo = '<embed style="width:480px; height:295px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=' . $vidid . '&hl=en" ' . $google . '> </embed>';
break;

// MySpace TV
case 101:
$showvideo = '<embed src="http://mediaservices.myspace.com/serv ... media/embed.aspx/m=' . $vidid . ',t=1,mt=video,ap=' . $autoplay . '" width="480" height="295" allowFullScreen="true" type="application/x-shockwave-flash"></embed>';
break;

// DailyMotion
case 102:
$showvideo = '<embed src="http://www.dailymotion.com/swf/' . $vidid . '&autoPlay=' . $autoplay . '" type="application/x-shockwave-flash" width="480" height="295" allowFullScreen="true" allowScriptAccess="always"></embed>';
break;

Posté le : 21/12/2009 02:12
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
encore:
Citation :
// ************************************************
//Function for displaying videoclip (embedded code)
// ************************************************
function xtube_showvideo( $vidid, $source, $screenshot, $picurl ) {
global $xoopsModule, $xoopsModuleConfig;
$showvideo = '';
$autoplay = $xoopsModuleConfig['autoplay'];
if ( $xoopsModuleConfig['autoplay'] ) {
$autoplay2 = 'yes';
$autoplay3 = 'true';
$photobucket = '&ap=1';
$google = 'FlashVars="autoPlay=true"';
$viddler = 'flashvars="autoplay=t"';
} else {
$autoplay2 = 'no';
$autoplay3 = 'false';
$photobucket = '';
$google = '';
$viddler = '';
}

// $hquality = '';
// if ($hq == 1) {
// $hquality = '&ap=%2526fmt%3D18&';
// }

switch( $source ) {
// YouTube
case 0:
// $showvideo = '<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/' . $vidid . '&ap=%2526fmt%3D18&&autoplay=' . $autoplay . '&rel=1&fs=1&color1=0x999999&color2=0x999999&border=0&loop=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/' . $vidid . '&ap=%2526fmt%3D18&&autoplay=' . $autoplay . '&rel=1&fs=1&color1=0x999999&color2=0x999999&border=0&loop=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" width="480" height="295"></embed></object>';
$showvideo = '<embed src="http://www.youtube.com/v/' . $vidid . '&autoplay=' . $autoplay . '&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed>';
break;

// MetaCafe
case 1:
$showvideo = '<embed flashVars="playerVars=showStats=no|autoPlay=' . $autoplay2 . '" src="http://www.metacafe.com/fplayer/' . $vidid . '.swf" width="480" height="295" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>';
break;

Posté le : 21/12/2009 02:10
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
et encore la suite:
Citation :
// **********************************
// Function for determining publisher
// **********************************
function xtube_videopublisher( $vidid, $publisher, $source = 0 ) {

switch( $source ) {
// Determine if video source YouTube for publisher
case 0:
$publisher = '<a href="http://www.youtube.com/profile?user=' . $publisher . '" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source MetaCafe for publisher
case 1:
$publisher = '<a href="http://www.metacafe.com/channels/' . $publisher . '" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source iFilm/Spike for publisher
case 2:
$publisher = '<a href="http://www.ifilm.com/profile/' . $publisher . '" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source Photobucket for publisher
case 3:
$string = 'th_';
list($photobucket) = split($string, $vidid);
$ppublisher['ppublisher'] = $photobucket;
$publisher = '<a href="http://s39.photobucket.com/albums/' . $ppublisher['ppublisher'] . '" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is Viddler for publisher
case 4:
$publisher = '<a href="http://www.viddler.com/explore/' . $publisher .'/" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is Google Video for publisher
case 100:
case 101:
case 103:
case 106:
case 108:
case 109:
case 200:
$publisher = $publisher;
break;

// Determine if video source is DailyMotion for publisher
case 102:
$publisher = '<a href="http://www.dailymotion.com/' . $publisher .'" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is ClipFish for publisher
case 104:
$publisher = '<a href="http://www.clipfish.de/user/' . $publisher .'" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is LiveLeak for publisher
case 105:
$publisher = '<a href="http://www.liveleak.com/user/' . $publisher .'" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is Veoh for publisher
case 107:
$publisher = '<a href="http://www.veoh.com/users/' . $publisher .'" target="_blank">' . $publisher . '</a>';
break;

// Determine if video source is MyTube for publisher
case 200:
$publisher = $publisher;
break;
}
return $publisher;
}

Posté le : 21/12/2009 02:08
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
Voici la suite:
Citation :
// *******************************************************
// Function for determining source for creating screenshot
// *******************************************************
function xtube_videothumb( $vidid, $title, $source, $picurl, $screenshot, $width = '', $height = '' ) {
global $xoopsModuleConfig;
if ( $width == '' || $height == '' ) {
$width = $xoopsModuleConfig['shotwidth'];
$height = $xoopsModuleConfig['shotheight'];
}
$thumb = '';
switch( $source ) {
// YouTube
case 0:
$thumb = '<img src="http://img.youtube.com/vi/' . $vidid . '/default.jpg" title="' . $title . '" alt="' . $title . '" width="' . $width . '" height="' . $height . '" style="padding: 0px; border-style: none;" />';
break;

// MetaCafe
case 1:
list($metaclip) = split('[/]', $vidid);
$videothumb['metathumb'] = $metaclip;
$thumb = '<img src="http://www.metacafe.com/thumb/' . $videothumb['metathumb'] . '.jpg" title="' . $title . '" alt="' . $title . '" width="' . $width . '" height="' . $height . '" style="padding: 0px; border-style: none;" />';
break;

// iFilm/Spike
case 2:
$thumb = '<img src="http://img3.ifilmpro.com/resize/image ... /films/resize/istd/' . $vidid . '.jpg?width=' . $width . '" title="' . $title . '" alt="' . $title . '" style="padding: 0px; border-style: none;" />';
break;

// Photobucket
case 3:
$thumb = '<img src="http://i153.photobucket.com/albums/' . $vidid . '.jpg" width="' . $width . '" height="' . $height . '" title="' . $title . '" alt="' . $title . '" style="padding: 0px; border-style: none;" />';
break;

// Photobucket
case 4:
$thumb = '<img src="http://cdn-thumbs.viddler.com/thumbnail_2_' . $vidid . '.jpg" width="' . $width . '" height="' . $height . '" title="' . $title . '" alt="' . $title . '" style="padding: 0px; border-style: none;" />';
break;

// Google Video, MySpace TV, DailyMotion, BrightCove, Blip.tv, ClipFish, LiveLeak, Maktoob, Veoh
case 100:
case 101:
case 102:
case 103:
case 104:
case 105:
case 106:
case 107:
case 108:
case 109:
case 200:
$thumb = '<img src="' . $picurl . '" width="' . $width . '" height="' . $height . '" title="' . $title . '" alt="' . $title . '" style="padding: 0px; border-style: none;" />';
break;

// Determine if video source is MyTube for thumbnail
case 200:
$thumb = '<img src="' . XOOPS_URL . '/' . $screenshot . '" width="' . $width . '" height="' . $height . '" title="' . $title . '" alt="' . $title . '" style="padding: 0px; border-style: none;" />';
break;
}
return $thumb;
}

Posté le : 21/12/2009 02:07
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
Voici ce que j'ai modifié dans video.php dites moi est ce qu'il ya quelque chose qui manque j'ai ajouter stagevu:
Citation :
<?php
/**
* MyTube - a multicategory video management module
*
* Based upon WF-Links
*
* File: include/video.php
*
* @copyright http://www.xoops.org/ The XOOPS Project
* @copyright XOOPS_copyrights.txt
* @copyright http://www.impresscms.org/ The ImpressCMS Project
* @license GNU General Public License (GPL)
* a copy of the GNU license is enclosed.
* ----------------------------------------------------------------------------------------------------------
* @package MyTube
* @since 1.00
* @author McDonald
* @version $Id$
*/

function xtube_returnsource( $returnsource ) {
switch( $returnsource ) {
case 0:
$returnsource = _AM_XTUBE_YOUTUBE;
break;
case 1:
$returnsource = _AM_XTUBE_METACAFE;
break;
case 2:
$returnsource = _AM_XTUBE_IFILM;
break;
case 3:
$returnsource = _AM_XTUBE_PHOTOBUCKET;
break;
case 4:
$returnsource = _AM_XTUBE_VIDDLER;
break;
case 100:
$returnsource = _AM_XTUBE_GOOGLEVIDEO;
break;
case 101:
$returnsource = _AM_XTUBE_MYSPAVETV;
break;
case 102:
$returnsource = _AM_XTUBE_DAILYMOTION;
break;
case 103:
$returnsource = _AM_XTUBE_BLIPTV;
break;
case 104:
$returnsource = _AM_XTUBE_CLIPFISH;
break;
case 105:
$returnsource = _AM_XTUBE_LIVELEAK;
break;
case 106:
$returnsource = _AM_XTUBE_MAKTOOB;
break;
case 107:
$returnsource = _AM_XTUBE_VEOH;
break;
case 108:
$returnsource = _AM_XTUBE_VIMEO;
break;
case 109:
$returnsource = _AM_XTUBE_MEGAVIDEO;
break;
case 200:
$returnsource = _AM_XTUBE_STAGEVU;
break;
case 201:
$returnsource = _AM_XTUBE_MYTUBE;
break;
}
return $returnsource;
}

Posté le : 21/12/2009 02:03
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
Merci de ta réponse mais ou vais-je trouver les codes exact parce que j'ai essayé de faire au hasard sa na pas marcher

Posté le : 20/12/2009 01:41
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
Par exemple je veut ajouter des vidéo de stagevu.com comment vais je procéder

Posté le : 19/12/2009 23:22
Transférer la contribution vers d'autres applications Transférer


Re: Edit template of the module mytube 1.05!! Help
Aspirant
Inscrit: 02/12/2009 01:31
De Canada
Messages: 88
c moi meme qui a poster le sujet mdr tu peut m'expliquer un peut ++ stp

Posté le : 19/12/2009 22:51
Transférer la contribution vers d'autres applications Transférer



 Haut
« 1 2 3 4 (5) 6 7 8 9 »




Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

56 Personne(s) en ligne (44 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 56 | Plus ...