Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Cimmerio

Pages: [1] 2 3 4 5
1
La solución está en este http://www.4homepages.de/forum/index.php?topic=7277.msg32249#msg32249

Consiste en añadir esta línea.

$mime_type_match['flv'] = array("video/x-flv", "");


Saludos.

2
How can I add more allowed file extensions?

Thanks V@no. I read that post several times but I did not notice this:

In that case you must add an empty string:

Quote
$mime_type_match['flv'] = array("video/x-flv", "");

;)

3
Hola,

Primero, quiero mostraros el contenido de mis archivos:


Extensiones Válidas de Archivo
Code: [Select]
flv,wmv,avi,mp4,jpg,mov
includes/upload_definitions.php
Code: [Select]
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream", "video/flv", "video/x-flv");

templates/<your template>/media/flv.html
Code: [Select]
<!-- Template file for FLV files -->

<script type='text/javascript' src='./data/swfobject.js'></script>

  <div id='preview'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('./data/player.swf','ply','725','408','9','#EDF5FB');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=./.{media_src}&backcolor=EDF5FB&frontcolor=000000&lightcolor=EDF5FB&screencolor=000000&bufferlength=6&autostart=false');
  s1.write('preview');
</script>

Estoy usando el reproductor "JW FLV Media Player 4.5" y funciona muy bien con los videos flv que ya estaban subidos..

EL PROBLEMA

Cuando intento subir un archivo *.flv el sistema me devuelve el siguiente mensaje: "Invalid file type: (flv, )". en cambio, cuando subo un archivo por ftp y compruebo si hay nuevas imágenes desde el panel de control, los archivos aparecen.

Los archivos existente funcionan conrrectamente, y los subidos por ftp también.

¿Alguien me puede ayudar con este problema?





4
Hi,

First, i want to show you the content of my files:

Valid Extension Files
Code: [Select]
flv,wmv,avi,mp4,jpg,mov
includes/upload_definitions.php
Code: [Select]
$mime_type_match['flv'] = array("application/x-shockwave-flash", "application/octet-stream", "video/flv", "video/x-flv");

templates/<your template>/media/flv.html
Code: [Select]
<!-- Template file for FLV files -->

<script type='text/javascript' src='./data/swfobject.js'></script>

  <div id='preview'>This div will be replaced</div>

  <script type='text/javascript'>
  var s1 = new SWFObject('./data/player.swf','ply','725','408','9','#EDF5FB');
  s1.addParam('allowfullscreen','true');
  s1.addParam('allowscriptaccess','always');
  s1.addParam('wmode','opaque');
  s1.addParam('flashvars','file=./.{media_src}&backcolor=EDF5FB&frontcolor=000000&lightcolor=EDF5FB&screencolor=000000&bufferlength=6&autostart=false');
  s1.write('preview');
</script>

I'm using the player "JW FLV Media Player 4.5" and is working fine.

THE PROBLEM

When i try to upload a *.flv file, the system return me the next message: "Invalid file type: (flv, )". Instead, when i upload a file by ftp, and check in the control panel for new images, the files appear.

Existing files are working properly, and the files uploaded by ftp too.

Can anyone help me with this problem?




5
Hi,

I need this mod in my website. Any one can do it?


6
Mods & Plugins (Requests & Discussions) / auto create video thumbnails?
« on: February 17, 2009, 08:47:37 PM »
Hello.

Exit this mod?

A greeting.

7
Español / Castellano / ¿Thumbnails de videos?
« on: February 07, 2009, 01:38:17 AM »
Saludos a todos.

Pues eso, ¿Existe la forma de que al subir un video genere automáticamente un thumbnail?

Un saludito.

8
Thank you very much for your effort and your help.

The code is working fine.

You rock! 8)

9
... all these users into the same usergroup ... ?

PS: ... I have also a very long wishlist ...  :mrgreen:

Yes, in the same group jeje.

Sorry for my bad english, i'm spanish :P

10
Hello.

I wish to do this in my web. exit any mod like this?

A greeting.

11
I was doing test with an external template.

I always have respected and I will respect the license of 4images.

Do not worry for it.

Regards.

12
Hi,

one ja is enough   :wink:
another question:
can't find the 4images copyright on your page:
http://www.cartagenaenfotos.com/4images/
=> http://www.4homepages.de/4images/license.php#english


Kurt


Hi again.

This url is only a web for do it test. My website is htp://www.cartagenaenfotos.com

A greeting.

13
jajaja... ok V@no jaja

14
Hi.

I want to convert the uploaded videos to a flv file. Is it possible?

A greeting.

15
Español / Castellano / Re: [MOD] Top 25 Uploader
« on: November 01, 2008, 05:30:43 PM »
Saludos,,,

Si estás intentado poner el simbolo de sexo sin tener el MOD de Memberlist instalado,,,, te dará error,,,, o bien instalas el MOD de Memberlist con la opción de sexo de usuario o bien deshaces la modificación que has realizado y la dejas como estaba al principio.

Dicha modificación es la siguiente :

Tu has realizado :

Quote
localizar :

Code: [Select]
$last_action_user_list .= '<a href ="'.ROOT_PATH.'member.php?action=showprofile&user_id='.$row['user_id'].'"><b>'.$row['user_name'].'</b></a> <span class="smalltext">'.$row['user_t_images'].'</span><br>';
cambiar a :

Code: [Select]
$last_action_user_list .= '<img src="'.TEMPLATE_PATH.'/images/'.$row['user_gender'].'.gif">&nbsp;&nbsp;<a href ="'.ROOT_PATH.'member.php?action=showprofile&user_id='.$row['user_id'].'"><b>'.$row['user_name'].' </b></a><span class="smalltext">'.$row['user_t_images'].'</span><br>';
.

Pues para deshacerla tienes que hacerlo al revés ( lógico verdad  :? :? 8O 8O)

excitex

Buenas.

No, no pretendo eso. Simplemente quiero hacer un listado de los usuarios que más fotos han subido.

En cuanto a lo que dije en el post anterior, eso de que funcionaba perfectamente, no es del todo cierto. Me muestra el listado de usuarios, pero no me contabiliza las nuevas subidas. Es decir, si el usuario prueba lleva 0 subidas incialmente y sube una nueva, sigue llevando 0.

¿A qué se puede deber?

Cree un nuevo campo en la tabla de users como se indica en el primer post del hilo y bueno, creo que he seguido todas las instrucciones.

Saludos.

Pages: [1] 2 3 4 5