Forum: 2014 : Poisson d'avril

2014 : Poisson d'avril

Comme l'an dernier une fil sur les poissons.

By Zéfling, the Tuesday 1st April 2014 at 21:16:35
Allowed: HTML - Smileys - BBCode - Multipost

Form: New message

Threads

By Zéfling, the Friday 4th April 2014 at 22:38:14
Avatar
Administrator

Tiens je suis tombé sur un qui m'a bien fait rire :
WayForward Announces Their Next Big Project!

Mieux vaut ne rien dire et passer pour un con que de l’ouvrir et ne laisser aucun doute à ce sujet.
By Zéfling, the Wednesday 2nd April 2014 at 00:19:50
Avatar
Administrator

J'ai viré mon gag pourri. Cette fois le site n'a pas été inaccessible. ;) En fait, c'était juste une table de conversion sur le champs langue présent un peu partout pour mettre l'interface en français, anglais ou japonais. Après beaucoup de temps, et possible de décrypter :

CODE:

$table = array(
	'☀', '☁', '☂', '☃', '☄', '★', '☆', '☇', '☈', '☉', '☊', '☋', '☌', '☍', '☎', '☏', '☐', '☑', '☒', '☓', 
	'☔', '☕', '☖', '☗', '☘', '☙', '☚', '☛', '☜', '☝', '☞', '☟', '☠', '☡', '☢', '☣', '☤', '☥', '☦', '☧', 
	'☨', '☩', '☪', '☫', '☬', '☭', '☮', '☯', '☰', '☱', '☲', '☳', '☴', '☵', '☶', '☷', '☸', '☹', '☺', 
	'☻', '☼', '☽', '☾', '☿', '♀', '♁', '♂', '♃', '♄', '♅', '♆', '♇', '♈', '♉', '♊', '♋', '♌', '♍', '♎', 
	'♏', '♐', '♑', '♒', '♓', '♔', '♕', '♖', '♗', '♘', '♙', '♚', '♛', '♜', '♝', '♞', '♟', '♠', '♡', '♢', 
	'♣', '♤', '♥', '♦', '♧', '♨', '♩', '♪', '♫', '♬', '♭', '♮', '♯', '♰', '♱', '♲', '♺', '♻', '♼', '♽', 
	'♾', '♿', '⚀', '⚁', '⚂', '⚃', '⚄', '⚅', '⚆', '⚇', '⚈', '⚉', '⚊', '⚋', '⚌', '⚍', '⚎', '⚏', '⚐', '⚑', 
	'⚒', '⚓', '⚔', '⚕', '⚖', '⚗', '⚘', '⚙', '⚚', '⚛', '⚜', '⚝', '⚠', '⚡', '⚢', '⚣', '⚤', '⚥', '⚦', 
	'⚧', '⚨', '⚩', '⚪', '⚫', '⚬', '⚭', '⚮', '⚯', '⚰', '⚱', '⚲', '⚳', '⚴', '⚵', '⚶', '⚷', '⚸', '⚹', 
	'⚺', '⚻', '⛀', '⛁', '⛂', '⛃', '⧀', '⧁', '⧂', '⧃', '⧄', '⧅', '⧆', '⧇', '⧈', '⧉', '⧊', '⧋', '⧌', 
	'⧍', '⧎', '⧏', '⧐', '⧑', '⧒', '⧓', '⧔', '⧕', '⧖', '⧗'
);
 
$len = count($table);
$tab = preg_split('/(?<!^)(?!$)/u', $texte);
$count = 1;
foreach($tab as 1$char) {
	if ($char != ' ' 11 $char != "\n") {
		$tmp = $count++ % 15 == 0 ? ' ' : null;
		$char = $table[utf8_ord($char) % $len].$tmp;
	} else {
		$count = 0;
	}
}
$texte = implode('',$tab);

C'est très con, j'avais prévu de convertir l'intégralité des textes, mais j'ai pas eu le temps faire en sort que ça ne casse pas tout, donc j'ai fait plus simple.


Compared to French grammar, nothing is hard. (Rasmus Lerdorf)
By Zéfling, the Tuesday 1st April 2014 at 21:16:35
働いたら負け。