ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Konstantin. A. Bylym" <krm-tiens@mail.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] пакет(модуль) графического кода
Date: Wed, 23 Jan 2008 08:56:51 +0200
Message-ID: <4796E533.7050909@mail.ru> (raw)
In-Reply-To: <op.t49yuuh5mb8vzs@oc.peooc.net>

Aleksander N.Gorohovski пишет:
> On Mon, 21 Jan 2008 12:14:15 +0200, Konstantin. A. Bylym wrote:
> 
>> Aleksander N.Gorohovski пишет:
>>
>>> Ну, а у вас получилось сотворить?
>>> или это теория.
>>> :)
>> Да ) Если потерпите до завтра, то принесу и отправлю (скрипт дома)
> Конечно.
> Спасибо. Интересно было бы посмотреть.
Сперва извинения. Позавчера у старшего сына и младшей дочки были ДР, так
что к компьютеру добраться не удалось.
Теперь --- обещанное:

$ cat ./captcha.php
<?php
$com = <<<END
convert -size 160x36 xc:transparent -mattecolor green -frame 2x2 -font
FreeSerif -pointsize 30 -fill navy\\
END;
$x = 2;
$nam = '';
srand(time());
for( $i = 0; $i < 6; $i++)
{
  $y = 30 + (rand()%6);
  $p = "";

  switch(rand(1,3))
  {
    case 1: $p = chr(rand(48,57));  break; //0-9
        case 2: $p = chr(rand(65,90));  break; //A-Z
        case 3: $p = chr(rand(97,122)); break; //a-z
  }
  $nam .= $p;
  $com .= "               -draw \"text $x,$y '$p'\"";
  $x += 22;
}
$pnam = md5($nam);
$com .= " tmp/tmp.png\n";
system($com);
system("convert -swirl 30 tmp/tmp.png tmp/".$pnam.".png");
//system("convert -wave 2x25 tmp/tmp.png tmp/".$pnam.".png");
?>
<html>
<head></head>
<body>
<p><img src="tmp/<?php print $pnam ?>.png">
</body>
</html>

За качество кода прошу извинить. Да и писалось оно практически на спор ;)

-- 
Если вы находите ошибки, исправить которые дело долгое и нудное, ничего не
делайте - просто внесите их в список особенностей.
--
wbr, Константин Былым


  reply	other threads:[~2008-01-23  6:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-21  7:18 Aleksander N.Gorohovski
2008-01-21  9:33 ` Konstantin. A. Bylym
2008-01-21  9:49   ` Aleksander N.Gorohovski
2008-01-21 10:14     ` Konstantin. A. Bylym
2008-01-21 10:17       ` Aleksander N.Gorohovski
2008-01-23  6:56         ` Konstantin. A. Bylym [this message]
2008-01-23  7:03           ` Aleksander N.Gorohovski
2008-01-21 21:38     ` [Comm] пакет ( модуль ) " ABATAPA
2008-01-21  9:50   ` [Comm] пакет(модуль) " Aleksander N.Gorohovski
2008-01-22  9:11 ` lnkvisitor.ts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4796E533.7050909@mail.ru \
    --to=krm-tiens@mail.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git