Recherche avancée

Médias (91)

Autres articles (20)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (4656)

  • Fix a .WAV header

    28 décembre 2018, par Mattia Mura

    A Ransomware crypted all my files a little time ago, I started studying a way to come over that and I discovered that the ransomware only changes the code of each files up until Offset no.100000. This helped me recovering many of my files just copying and pasting those code lines on the corrupted files from other files with a similiar .ext that werent’t damaged. It has been easy with huge video files and also with some audio files like .3gp or .mp3, but I’m having big issues with a .wav file of 152 MB containing some important audio from an interview.

    I am using HxD to manipulate the code and ffmpeg to fix some of the parts of my files after this copy/paste process. I’ve already tried to fix everything with vlc but it gave me no results

    HERE is the beginning of the file, that doesn’t have any ordinary .wav header anymore because of the encryption.

    And HERE you can see the difference between offset FFFF0 and 100000, to give you a clearer idea.

    Basically I should change the code of the file up until the Offset number 100000, or anyway I should make it work despite those crypted lines. Do you know any way to solve this issue ? Thanks a lot and be patient, is my first question here !

  • Evolution #4277 (Nouveau) : Pouvoir utiliser InnoDB à la place de MyISAM (patch)

    24 janvier 2019

    Bonjour,

    Contexte : 3 serveurs MySQL avec réplication des bases depuis chaque serveur vers les autres (pas de notion esclave/maître).
    Ça ne marche pas car la réplication nécessite des bases au format InnoDB.
    Or SPIP dans ecrire/req/mysql.PHP indique explicitement que la création des tables utilise le moteur MyISAM.
    Ligne 702 (en 3.2.3), le type de moteur mysql est en dur :

    1. <span class="CodeRay">. <span class="string"><span class="delimiter">"</span><span class="content"> ENGINE=MyISAM</span><span class="delimiter">"</span></span>
    2. </span>

    Télécharger

    Proposition : utiliser un define par défaut à MyISAM pour pouvoir déclarer l’usage d’un autre moteur de base MySQL.

    Résolution : patch ci-joint (testé avec SPIP 3.2.3).
    J’ai regardé le code de SPIP 3.3 : c’est le même, donc patch applicable de la même manière.

    Merci d’avance ;-)

  • Anomalie #4298 (Nouveau) : Préciser le texte mal formé

    26 février 2019, par jluc -

    echapper_html_suspect cherche les risques et ajoute en cas de détection un indicateur de texte mal formé. Il n’est toutefois pas aisé, ensuite, de comprendre ou savoir quel est le problème. Il serait utile d’en indiquer plus : par exemple l’extrait suspect, ou son offset dans le texte, ou la nature du pb.

    Exemple avec https://programmer.spip.net/ecrire/?exec=article&id_article=127 (contenu repris en fichier joint).