Archivo para 19 March 2008
19Mar
08
displaynone
PHP, php skype Comments Off
No lo he podido probar, y aún así las funcionalidades están un poco limitadas. Pero se puede usar Skype mediante PHP, aunque necesitaremos:
PHP5
Skype4COM (documentación)
Un ejemplo sería el siguiente:
<?php
// Event sink:
class _ISkypeEvents {
function AttachmentStatus($status) {
echo “>Attachment status $status\n”;
}
function CallStatus($call, $status) {
echo “>Call $call->id status $status\n”;
}
}
// Create a Skype4COM object:
$skype = new COM(“Skype4COM.Skype”);
// Create a sink object:
$sink [...]
La verdad es que este CAPTCHA es muy friqui, pero es una idea interesante que quizás se pueda utilizar. Se trata de un CAPTCHA que en vez de tener que escribir una palabra, hay que modificar un código Javascript para que no tenga errores y así validar el formulario.
Para pasar el CAPTCHA hay que eliminar [...]
displaynone
Comments Off
List of Ajax form Validators | WebTecker the latest tech, web resources and news.
The list below is Client-Side Ajax Form Validator…
(tags: AJAX javascript validation jquery library reference webdev forms)
Top 40 Free Downloadable Open Source Social Networking Software | Vivalogo Resources
This is Vivalogo’s list of best free, downloadable, open source social networking software (kinda hard to [...]