Projects tagged ‘captcha’ and ‘php’


Jump to tag:

Projects tagged ‘captcha’ and ‘php’

Filtered by Project Tags captcha php

Refine results Project Tags gd (3) spam (3) security (3) image (3) guestbook (2) javascript (2) ajax (2) 3d (1) wav (1) jquery (1) plain (1) language (1)

[25 total ]

0 Users

Wordpress Captcha Plugin for User Registration and Comments 06.15.2007 - ReleaseCapCC Version 1.0 is released! :)
Created 12 months ago.

0 Users

About3DCaptcha is an easy to use captcha written in PHP. It features: A new approach to captchas, using human's 3D spatial cognition abilities to differentiate from a machine. It uses a ... [More] markov-chain to generate words that resemble human language and are easy to type. It's easy to deploy. Screenshot [Less]
Created 12 months ago.

0 Users

a google like captcha script
Created about 1 year ago.

0 Users

Here is more updated: http://ribafs.org/portal/projetos-opensource/67-super-scaffold/94-super-scaffold Super ScaffoldAutomatic Application Translated from Portuguese Brazilian into English by ... [More] Google Translate Work in PHP with MySQL and PostgreSQL. Knowing the capacity of the computer, my intention was something like: "Make an application to my database of customers in PostgreSQL." That would be a dialogue with the computer, which immediately and automatically creates an application beautiful and full of good resources and very flexible. I really do not talk to the computer, at least yet, but the resltado was not much different, just because you inform the bank's data and the application is ready. Check out some of the features below: Version 1.2 have ADOdb database abrstraction layer. MySQL and PostgreSQL ok. Select SGBD in installation. Login with captcha (requires GD graphic library) CSS Template (in header.php). Already has two: blue and green. Scaffold (automatic generation of CRUD for a table) Confirmation of deletion of records (added in scaffold.php) Search for highlight table (added in scaffold.php in listtable function ()) Pagination of results (scaffold.php added in the function listtable ()) Editor TinyMCE only in textarea fields Fields of the form (insert and update) with sizes equal to the size of the table fields Menu dynamic and automatic (TABLE_NAME function () which reads the tables of the bank and creates the menu) Editor TinyMCE somente nos campos textarea Creation of scripts for each table automatically (function write_string ()) Backup of the database Refuse direct access to files (depending checapagina (pagina_original) in the file lock.inc.php) System of simple translation (change language in the constant LANGUAGE on file connection.inc.php). Is not yet complete but can be tested, changing it to English. Some pages have been translated, as menu.php Security implemented in several ways: log (md5, and captcha token), use of constant, direct access control Waiting for you to add some more ... :) Details in: http://code.google.com/p/superscaffold/wiki/english Sabendo da capacidade do computador, a minha intenção foi algo do tipo: "Faça um aplicativo para meu banco de dados de clientes no PostgreSQL!". Isso seria um diálogo com o computador, que imediata e automaticamente cria um aplicativo bonito e cheio de bons recursos e ainda assim flexível. Eu não converso com o computador, pelo menos ainda, mas o resltado não foi muito diferente, pois você apenas informa os dados do banco e o aplicativo fica pronto. Confira alguns dos recursos abaixo: Versão 1.2 conta com o ADOdb. MySQL e PostgreSQL foram testados. Selecione o SGBD na instalação. Login com captcha (requer a biblioteca gráfica GD) Template CSS (indicado no arquivo header.php). Já conta com dois: blue e green. Scaffold (geração automática do CRUD para uma tabela) Confirmação de exclusão de registros (adicionada no scaffold.php) Busca highlight por tabela (adicionada no scaffold.php na função listtable()) Paginação de resultados (adicionada no scaffold.php na função listtable()) Campos do form (insert e update) com tamanhos iguais aos tamanhos dos campos da tabela Menu dinâmico e automático (função table_names(), que lê as tabelas do banco e gera o menu) Criação dos scripts de cada tabela automaticamente (função write_string($file,$str)) Backup do banco Negando acesso direto aos arquivos (função checapagina($pagina_original) no arquivo lock.inc.php) Sistema simples de tradução (alterar idioma pela constante LANGUAGE no arquivo connection.inc.php). Ainda não está concluído mas já pode ser testado, trocando-se para inglês. Algumas páginas já foram traduzidas, como o menu.php Segurança implementada de várias formas: login (md5, token e captcha), uso de constantes, controle do acesso direto Esperando que você adiciona mais alguns... :) Mais detalhes em: http://code.google.com/p/superscaffold/wiki/portugues [Less]
Created 10 months ago.

0 Users

PHP ImagePHP Image is an image class framework to help create images with PHP and GD2. Pretty much any common task is achievable through the use of simple plugins. The code is PHP 5 only, it is ... [More] extensively unit tested, and it's completely free. A simple thumbnail exampleCreating a thumbnail of an image is very easy indeed. $image = new Image("image.jpg"); $image->attach(new image_fx_resize(200)); $image->imagePng();A simple CAPTCHA exampleCreating a captcha is also straightforward. $image = new Image(); $image->createImageTrueColor(206,96,"FF0000"); $captcha = new image_draw_captcha("captcha"); $captcha->addTTFFont("fonts/arial.ttf"); $image->attach($captcha); $image->imagePng(); [Less]
Created 12 months ago.

0 Users

The summary says it all!
Created about 1 month ago.

0 Users

The simpliest way to integrate a captcha.
Created 4 months ago.

0 Users

qwe bo itald lic qwe
Created 12 months ago.

0 Users

A Simple PHP light-weight Captcha generator
Created 4 months ago.

0 Users

Classe Php Gestion Images
Created 10 months ago.