REQUESTER MODULE
Menu
Welcome page
Documentation
Javadocs
Download
IRC BOT
IRCBOT MODULES
  Common Module
  Requester Module
  Translator Module
  Google Module

Making with the help of SourceForge

IRC JAVA BOT LOGO
Works with MySQL
 
Requester Module
This module permits your to connect to different databases and to make some requests on them.

Commandes
Commande Arguments Level Description
!setbase base Sets the good base to attack.
!setlogin login Sets the good login to attack.
!setpass pass Sets the good pass to attack.
!setconnection base login pass Sets the good base, login, pass to attack.
!colored Displays the answer in color mode
!nocolored Displays the answer in simple mode
!select rest of the request Make a select on the base
!insert rest of the request Make an insert on the base
!update rest of the request Make an update on the base
!delete rest of the request Make a delete on the base