Freezone S'inscrire

Mieux qu’une télécommande, le clavier virtuel Freebox !

Cspdev, bien connu pour avoir développé le télésite TIVIO, vient encore de frapper. Plutôt que de réaliser une simple télécommande virtuelle, il a développer un clavier virtuel, qui facilitera grandement l’utilisation des symboles alphanumérique. Il sera ainsi plus aisé de faire une recherche sur TV perso ou dans les télésites par exemple.
 
 
 
Pour pouvoir l’utiliser, il vous faudra préciserr votre code « télécommande » , indiqué dans la rubrique "paramètres" puis "information générale" de votre Freebox. S’il n’apparait pas, il vous faudra redémarrer votre Freebox HD afin de bénéficier du dernier firmware.
 
Publié le par
Partager sur Google + Partager sur Twitter Partager sur Facebook Alertes mail Partager
COMMENTAIRES DES LECTEURS (39)
Afficher les 24 premiers commentaires...
Posté le 30 avril 2010 à 20h59 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un
6ber6 a écrit
Une petite question : Pourquoi ne pas utiliser le clavier "réel" d'un PC plutôt qu'un clavier virtuel piloté à la souris ? ?? Bonne continuation

 

C'est prévu

Avatar du membre
x2
Envoyer message
 
569 points
Posté le 30 avril 2010 à 21h14 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un
ça sera forcément compatible mac hein merci d'avance
et à coté du clavier la télécommande en totale en plus monsieur tivio alors la au top
et adapté a l'ecran yahoooooouuuuuuu
Cspdev a écrit
6ber6 a écrit Une petite question : Pourquoi ne pas utiliser le clavier "réel" d'un PC plutôt qu'un clavier virtuel piloté à la souris ? ?? Bonne continuation   C'est prévu

 

Avatar du membre
gag
Envoyer message
 
793 points
Posté le 30 avril 2010 à 22h43 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

Est il possible de choisir sa freebox HD ?

Posté le 30 avril 2010 à 23h34 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un
Azathot a écrit
Sur mon application ? Oui, dans les options (Fichier > Options)

Rigolant Maintenant oui

Posté le 01er mai 2010 à 07h30 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

funlib.free.fr/rc.php existe avant toutes ces applications et permet de faire comme la télecommande

de free , (regarder le premier post UF concernant la télecommande virtuelle) mais à priori UF ne voit que le travail de tivio , j'espère qu'il y aura pas à acheter un compte gold à 3 euros

pour utiliser cette télecommande de tivio , et un bon freenaute communautaire dévoile son code

le mien le voila :

rc.php ou rc.txt pour la source

<?
echo'
<HTML>
<HEAD>
<TITLE>Free Remote Controle</TITLE>
</HEAD>
<FRAMESET COLS="*,10%">
<FRAME name= "rien" SRC="rc1.php">
<FRAME name="blank">

</FRAMESET> ';


?>
</HTML>

 

rc1.php ou rc1.txt pour la source

<?
$code=$_GET['code'];

echo'
<form action="" method="GET">
Le code à utiliser est présent sur la page "Informations Générales" de
votre Freebox HD.<br>
Entrer votre code : <input type="password" name="code" value="'.'.$code.'.'">
<input type="submit" name="code2" value="OK">
</form>
';


echo '
<img src="fbx.gif" width="223" height="502" border="0" usemap="#map" />

<map name="map">
<!-- #$-:Image map file created by GIMP Image Map plug-in -->
<!-- #$-:GIMP Image Map plug-in by Maurits Rijk -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:2.3 -->
<!-- #$AUTHOR:Alain -->
<area shape="rect" coords="92,20,121,48" href="http://hd1.freebox.fr/pub/remote_control?key=red&code='.$code.'" title="rouge" />
<area shape="rect" coords="69,45,95,72" href="http://hd1.freebox.fr/pub/remote_control?key=yellow&code='.$code.'" target="blank"  title="jaune" />
<area shape="rect" coords="120,44,147,71" href="http://hd1.freebox.fr/pub/remote_control?key=green&code='.$code.'" target="blank"  title="vert" />
<area shape="rect" coords="96,64,115,89" href="http://hd1.freebox.fr/pub/remote_control?key=blue&code='.$code.'" target="blank"  title="bleu" />
<area shape="rect" coords="54,104,71,122"  nohref="nohref" />
<area shape="rect" coords="58,109,74,136" href="http://hd1.freebox.fr/pub/remote_control?key=power&code='.$code.'" target="blank"  title="ON/OFF" />
<area shape="rect" coords="89,109,125,130" href="http://hd1.freebox.fr/pub/remote_control?key=list&code='.$code.'" target="blank"  title="Liste" />
<area shape="rect" coords="134,103,161,128" href="http://hd1.freebox.fr/pub/remote_control?key=tv&code='.$code.'" target="blank"  title="TV" />
<area shape="rect" coords="58,134,70,142"  nohref="nohref" />
<area shape="rect" coords="58,136,78,146" href="http://hd1.freebox.fr/pub/remote_control?key=1&long=true&code='.$code.'"  target="blank" title="1" />
<area shape="rect" coords="85,134,105,146" href="http://hd1.freebox.fr/pub/remote_control?key=2&long=true&code='.$code.'"  target="blank" title="2" />
<area shape="rect" coords="110,133,130,144" href="http://hd1.freebox.fr/pub/remote_control?key=3&long=true&code='.$code.'"  target="blank" title="3" />
<area shape="rect" coords="56,150,79,163" href="http://hd1.freebox.fr/pub/remote_control?key=4&long=true&code='.$code.'"  target="blank" title="4" />
<area shape="rect" coords="83,149,106,162" href="http://hd1.freebox.fr/pub/remote_control?key=5&long=true&code='.$code.'"  target="blank" title="5" />
<area shape="rect" coords="110,148,132,162" href="http://hd1.freebox.fr/pub/remote_control?key=6&long=true&code='.$code.'" target="blank"  title="6" />
<area shape="rect" coords="57,167,79,180" href="http://hd1.freebox.fr/pub/remote_control?key=7&long=true&code='.$code.'"  target="blank" title="7" />
<area shape="rect" coords="82,167,106,179" href="http://hd1.freebox.fr/pub/remote_control?key=8&long=true&code='.$code.'"  target="blank" title="8" />
<area shape="rect" coords="107,165,132,179" href="http://hd1.freebox.fr/pub/remote_control?key=9&long=true&code='.$code.'"  target="blank" title="9" />
<area shape="rect" coords="83,184,105,197" href="http://hd1.freebox.fr/pub/remote_control?key=0&long=true&code='.$code.'" target="blank"  title="0" />
<area shape="rect" coords="56,184,79,197" href="http://hd1.freebox.fr/pub/remote_control?key=back&code='.$code.'"  target="blank" title="Retour" />
<area shape="rect" coords="109,183,131,197" href="http://hd1.freebox.fr/pub/remote_control?key=swap&code='.$code.'"  target="blank" title="swap" />
<area shape="rect" coords="136,132,157,144" href="http://hd1.freebox.fr/pub/remote_control?key=info&code='.$code.'"  target="blank" title="Info" />
<area shape="rect" coords="137,148,159,160"  nohref="nohref" />
<area shape="rect" coords="149,158,152,159" href="http://hd1.freebox.fr/pub/remote_control?key=mail&code='.$code.'"  target="blank" title="mail" />
<area shape="rect" coords="136,162,137,164"  nohref="nohref" />
<area shape="rect" coords="135,165,156,178" href="http://hd1.freebox.fr/pub/remote_control?key=help&code='.$code.'"  target="blank" title="aide" />
<area shape="rect" coords="136,182,159,195" href="http://hd1.freebox.fr/pub/remote_control?key=pip&code='.$code.'"  target="blank" title="pip" />
<area shape="rect" coords="55,212,70,237" href="http://hd1.freebox.fr/pub/remote_control?key=vol_inc&code='.$code.'"  target="blank" title="vol " />
<area shape="rect" coords="55,243,72,266" href="http://hd1.freebox.fr/pub/remote_control?key=vol_dec&code='.$code.'"  target="blank" title="vol -" />
<area shape="rect" coords="143,210,159,235" href="http://hd1.freebox.fr/pub/remote_control?key=prgm_inc&code='.$code.'" target="blank"  title="prg " />
<area shape="rect" coords="144,241,156,260" href="http://hd1.freebox.fr/pub/remote_control?key=prgm_dec&code='.$code.'"  target="blank" title="prg -" />
<area shape="rect" coords="93,225,119,253" href="http://hd1.freebox.fr/pub/remote_control?key=ok&code='.$code.'"  target="blank" title="OK" />
<area shape="rect" coords="83,211,132,221" href="http://hd1.freebox.fr/pub/remote_control?key=up&code='.$code.'" target="blank"  title="Haut" />
<area shape="rect" coords="81,256,128,267" href="http://hd1.freebox.fr/pub/remote_control?key=down&code='.$code.'" target="blank"  title="Bas" />
<area shape="rect" coords="78,223,91,252" href="http://hd1.freebox.fr/pub/remote_control?key=left&code='.$code.'"  target="blank" title="Gauche" />
<area shape="rect" coords="121,228,135,253" href="http://hd1.freebox.fr/pub/remote_control?key=right&code='.$code.'" target="blank"  title="Droite" />
<area shape="rect" coords="53,275,76,294" href="http://hd1.freebox.fr/pub/remote_control?key=mute&code='.$code.'"  target="blank" title="Mute" />
<area shape="rect" coords="85,277,126,302" href="http://hd1.freebox.fr/pub/remote_control?key=home&code='.$code.'"  target="blank" title="Home" />
<area shape="rect" coords="135,275,162,294" href="http://hd1.freebox.fr/pub/remote_control?key=rec&code='.$code.'"  target="blank" title="Record" />
<area shape="rect" coords="81,307,101,333" href="http://hd1.freebox.fr/pub/remote_control?key=play&code='.$code.'"  target="blank" title="Play" />
<area shape="rect" coords="53,302,75,317" href="http://hd1.freebox.fr/pub/remote_control?key=bwd&code='.$code.'" target="blank"  title="Backward" />
<area shape="rect" coords="53,324,74,338" href="http://hd1.freebox.fr/pub/remote_control?key=prev&code='.$code.'"  target="blank" title="Previous" />
<area shape="rect" coords="111,308,130,328" href="http://hd1.freebox.fr/pub/remote_control?key=stp&code='.$code.'"  target="blank" title="Stop" />
<area shape="rect" coords="138,299,159,315" href="http://hd1.freebox.fr/pub/remote_control?key=fwd&code='.$code.'"  target="blank" title="Forward" />
<area shape="rect" coords="138,323,161,338" href="http://hd1.freebox.fr/pub/remote_control?key=next&code='.$code.'"  target="blank" title="Next" />
</map>
';


echo '
<img src="fbx2.gif" width="223" height="502" border="0" usemap="#map2" />

<map name="map2">
<!-- #$-:Image map file created by GIMP Image Map plug-in -->
<!-- #$-:GIMP Image Map plug-in by Maurits Rijk -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:2.3 -->
<!-- #$AUTHOR:Alain -->
<area shape="rect" coords="92,20,121,48" href="http://hd1.freebox.fr/pub/remote_control?key=red&code='.$code.'"  target="blank" title="rouge" />
<area shape="rect" coords="69,45,95,72" href="http://hd1.freebox.fr/pub/remote_control?key=yellow&code='.$code.'"  target="blank" title="jaune" />
<area shape="rect" coords="120,44,147,71" href="http://hd1.freebox.fr/pub/remote_control?key=green&code='.$code.'"  target="blank" title="vert" />
<area shape="rect" coords="96,64,115,89" href="http://hd1.freebox.fr/pub/remote_control?key=blue&code='.$code.'"  target="blank" title="bleu" />
<area shape="rect" coords="54,104,71,122"  nohref="nohref" />
<area shape="rect" coords="58,109,74,136" href="http://hd1.freebox.fr/pub/remote_control?key=power&code='.$code.'"  target="blank" title="ON/OFF" />
<area shape="rect" coords="89,109,125,130" href="http://hd1.freebox.fr/pub/remote_control?key=list&long=true&code='.$code.'"  target="blank" title="Liste" />
<area shape="rect" coords="134,103,161,128" href="http://hd1.freebox.fr/pub/remote_control?key=tv&code='.$code.'"  target="blank" title="TV" />
<area shape="rect" coords="58,134,70,142"  nohref="nohref" />
<area shape="rect" coords="58,136,78,146" href="http://hd1.freebox.fr/pub/remote_control?key=1&long=true&code='.$code.'"  target="blank" title="1" />
<area shape="rect" coords="85,134,105,146" href="http://hd1.freebox.fr/pub/remote_control?key=2&long=true&code='.$code.'"  target="blank" title="2" />
<area shape="rect" coords="110,133,130,144" href="http://hd1.freebox.fr/pub/remote_control?key=3&long=true&code='.$code.'" target="blank"  title="3" />
<area shape="rect" coords="56,150,79,163" href="http://hd1.freebox.fr/pub/remote_control?key=4&long=true&code='.$code.'"  target="blank" title="4" />
<area shape="rect" coords="83,149,106,162" href="http://hd1.freebox.fr/pub/remote_control?key=5&long=true&code='.$code.'"  target="blank" title="5" />
<area shape="rect" coords="110,148,132,162" href="http://hd1.freebox.fr/pub/remote_control?key=6&long=true&code='.$code.'" target="blank"  title="6" />
<area shape="rect" coords="57,167,79,180" href="http://hd1.freebox.fr/pub/remote_control?key=7&long=true&code='.$code.'" target="blank"  title="7" />
<area shape="rect" coords="82,167,106,179" href="http://hd1.freebox.fr/pub/remote_control?key=8&long=true&code='.$code.'"  target="blank" title="8" />
<area shape="rect" coords="107,165,132,179" href="http://hd1.freebox.fr/pub/remote_control?key=9&long=true&code='.$code.'"  target="blank" title="9" />
<area shape="rect" coords="83,184,105,197" href="http://hd1.freebox.fr/pub/remote_control?key=0&long=true&code='.$code.'"  target="blank" title="0" />
<area shape="rect" coords="56,184,79,197" href="http://hd1.freebox.fr/pub/remote_control?key=back&long=true&code='.$code.'"  target="blank" title="Retour" />
<area shape="rect" coords="109,183,131,197" href="http://hd1.freebox.fr/pub/remote_control?key=swap&long=true&code='.$code.'"  target="blank" title="swap" />
<area shape="rect" coords="136,132,157,144" href="http://hd1.freebox.fr/pub/remote_control?key=info&long=true&code='.$code.'" target="blank"  title="Info" />
<area shape="rect" coords="137,148,159,160"  nohref="nohref" />
<area shape="rect" coords="149,158,152,159" href="http://hd1.freebox.fr/pub/remote_control?key=mail&long=true&code='.$code.'"  target="blank" title="mail" />
<area shape="rect" coords="136,162,137,164"  nohref="nohref" />
<area shape="rect" coords="135,165,156,178" href="http://hd1.freebox.fr/pub/remote_control?key=help&long=true&code='.$code.'"  target="blank" title="aide" />
<area shape="rect" coords="136,182,159,195" href="http://hd1.freebox.fr/pub/remote_control?key=pip&long=true&code='.$code.'" target="blank"  title="pip" />
<area shape="rect" coords="55,212,70,237" href="http://hd1.freebox.fr/pub/remote_control?key=vol_inc&code='.$code.'"  target="blank" title="vol " />
<area shape="rect" coords="55,243,72,266" href="http://hd1.freebox.fr/pub/remote_control?key=vol_dec&code='.$code.'"  target="blank" title="vol -" />
<area shape="rect" coords="143,210,159,235" href="http://hd1.freebox.fr/pub/remote_control?key=prgm_inc&code='.$code.'"  target="blank" title="prg " />
<area shape="rect" coords="144,241,156,260" href="http://hd1.freebox.fr/pub/remote_control?key=prgm_dec&code='.$code.'"  target="blank" title="prg -" />
<area shape="rect" coords="93,225,119,253" href="http://hd1.freebox.fr/pub/remote_control?key=ok&code='.$code.'"  target="blank" title="OK" />
<area shape="rect" coords="83,211,132,221" href="http://hd1.freebox.fr/pub/remote_control?key=up&code='.$code.'"  target="blank" title="Haut" />
<area shape="rect" coords="81,256,128,267" href="http://hd1.freebox.fr/pub/remote_control?key=down&code='.$code.'" target="blank"  title="Bas" />
<area shape="rect" coords="78,223,91,252" href="http://hd1.freebox.fr/pub/remote_control?key=left&code='.$code.'"  target="blank" title="Gauche" />
<area shape="rect" coords="121,228,135,253" href="http://hd1.freebox.fr/pub/remote_control?key=right&code='.$code.'"  target="blank" title="Droite" />
<area shape="rect" coords="53,275,76,294" href="http://hd1.freebox.fr/pub/remote_control?key=mute&code='.$code.'"  target="blank" title="Mute" />
<area shape="rect" coords="85,277,126,302" href="http://hd1.freebox.fr/pub/remote_control?key=home&code='.$code.'"  target="blank" title="Home" />
<area shape="rect" coords="135,275,162,294" href="http://hd1.freebox.fr/pub/remote_control?key=rec&code='.$code.'"  target="blank" title="Record" />
<area shape="rect" coords="81,307,101,333" href="http://hd1.freebox.fr/pub/remote_control?key=play&code='.$code.'"  target="blank" title="Play" />
<area shape="rect" coords="53,302,75,317" href="http://hd1.freebox.fr/pub/remote_control?key=bwd&code='.$code.'"  target="blank" title="Backward" />
<area shape="rect" coords="53,324,74,338" href="http://hd1.freebox.fr/pub/remote_control?key=prev&code='.$code.'"  target="blank" title="Previous" />
<area shape="rect" coords="111,308,130,328" href="http://hd1.freebox.fr/pub/remote_control?key=stp&code='.$code.'"  target="blank" title="Stop" />
<area shape="rect" coords="138,299,159,315" href="http://hd1.freebox.fr/pub/remote_control?key=fwd&code='.$code.'"  target="blank" title="Forward" />
<area shape="rect" coords="138,323,161,338" href="http://hd1.freebox.fr/pub/remote_control?key=next&code='.$code.'"  target="blank" title="Next" />
</map>
';
?>

Posté le 01er mai 2010 à 07h30 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un
Posté le 01er mai 2010 à 07h34 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

et cette page est du pure php , donc compatible n'importe quel navigateur ou

télephone mobile ou console de jeux !!!  voila à bon entendeur ...

 

 

Posté le 01er mai 2010 à 13h54 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

alain, c'est gratuit, et c'est un clavier pour les télésites, donc dédié pour écrire pas une télécommande. Si tu veux un clavier dédié pour ton télésite envoi moi un jpg, Source http://k.tivio.fr/da.jpg

 

Posté le 01er mai 2010 à 16h01 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

Le mode "compatibilité" à été ajouté (avec et sans javascript) pour les mobiles

Posté le 02 mai 2010 à 21h04 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

bonjour,

ce n'est pas ma création mais voici une telecommande / clavier virtuel  pour Pc qui est une simple appli VB donc pas de code envoyé sur un site web :

<a href="http://www.dipisoft.com/articles.php?lng=fr&pg=1330">http://www.dipisoft.com/articles.php?lng=fr&pg=1330</a>
Posté le 02 mai 2010 à 21h05 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un

 comme je suis pas doué , j"ai raté un simple lien Embarassé

deuxieme essai :

http://www.dipisoft.com/articles.php?lng=fr&pg=1330

Avatar du membre
reno69
Envoyer message
 
21748 points
Posté le 04 mai 2010 à 03h12 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter Voter plus un Voter moins un
Anonyme a écrit
jamais je donnerais mon code à Cspdev ! si vous allez sur son site il peut faire ce qu'il veut avec votre disque dur ! attention !

Bonjour, cela ne fonctionne que sur le réseau ou est la Freebox et n'agit que sur le disque dur de la box ou la box HD donc les risques ne sont pas énormes et Cspdev nous a mainte fois montré ses applis au service des Freenautes, ce n'est pas un hacker, je le remercie pour cette nouvelle appli bien sympa.

Clin d'oeil

Posté le 19 décembre 2010 à 20h21 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter
Posté le 19 décembre 2010 à 20h22 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter
Posté le 19 décembre 2010 à 20h22 Citer le commentaireSignaler le commentaireRemonter en haut de pageDescendre en bas de pagePartager ce commentaire sur Twitter
RUBRIQUE COMMENTAIRE
Bonjour, avant de poster, veuillez vous assurer d'avoir pris connaissance des règles.

X

Quatre consignes avant de réagir :

  • Rester dans le cadre de l'article. Pour des discussions plus générales, vous pouvez utiliser nos forums.
  • Développer son argumentation. Les messages dont le seul but est de mettre de l'huile sur le feu seront modifiés ou effacés sans préavis par la rédaction.
  • Respecter les acteurs de l'informatique et les autres lecteurs. Les messages agressifs, vulgaires, haineux, etc. seront modifiés ou effacés sans préavis par la rédaction.
  • Pour toute remarque concernant une faute dans l'article, merci de nous contacter exclusivement par le formulaire "signaler une erreur" lors de la sélection du texte de l'article (les commentaires portants sur ce sujet seront systématiquement supprimés).

Vous devez créer un compte Freezone et être connecté afin de pouvoir poster un commentaire.

DANS VOS REGIONS
Si vous attendiez une évolution de la boutique Free Mobile, ce serait :
Image vide