elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware


  Mostrar Mensajes
Páginas: 1 2 3 4 5 6 7 8 9 [10]
91  Programación / PHP / Re: MZK MezzengerKlient - Clase PHP para hacer webmessengers y bots (MSNP9) en: 24 Abril 2007, 03:25 am
Cambiarme de nick xD

Código:
<?php
    include("mzk.php");
    $t = new MezzengerKlient;
    $t->debug=true;
$t->onLogin="change_nick";
    $t->init("mail@mail.com","password");
    $t->login();
    $t->main();
    $t->quit();

function change_nick(){
global $t;
$t->setNick('I am a bot');
}
?>


Mandarle un mensaje a todos mis contactos

Código:
<?php
    include("mzk.php");
    $t = new MezzengerKlient;
    $t->debug=true;
$t->onLogin="spam";
    $t->init("mail@mail.com","password");
    $t->login();
    $t->main();
    $t->quit();

function spam(){
global $t;
for ($i=0;isset($t->onlinefriends[$i]);$i++){
$cont=@split(' ',$t->onlinefriends[$i]);
$t->MessageToNew($cont[0],"Hello");
}
}
?>


un bot.. webmessenger, etc..






DISCULPEN MI IGNORANCIA, Y LA REITERACION DE LA PREGUNTA SOBRE ALGO QUE YA SE PREGUNTO O EXPLICO QUIZAS, PERO ESTE CODIGO, EXACTAMENTE, EN CONCRETO, PARA QUE COSAS SIRVE?  PARA CREAR UN WEB MESSENGER? PARA CREAR UN BOTS QUE ENVIE MENSAJES A TUS CONTACTOS DEL MSN? ETC?


Saludos
92  Programación / PHP / Re: MZK MezzengerKlient - Clase PHP para hacer webmessengers y bots (MSNP9) en: 23 Abril 2007, 06:01 am
si ofreci dinero, es porque no se absolutamente nada de programacion, soy director comercial de paginas web, y hace un año busco un web messenger privado, por favor, si alguien sabe hacerlo, contacteme por privado. gracias.
93  Programación / PHP / Re: MZK MezzengerKlient - Clase PHP para hacer webmessengers y bots (MSNP9) en: 22 Abril 2007, 18:32 pm
pago dinero a quien me haga un web messenger como el de e-messenger.net alguien se ofrece?
Páginas: 1 2 3 4 5 6 7 8 9 [10]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines