PHP Code Snippets Tagged with bot
(8)
A bot i made for a friend who wanted to execute php strings with eval. I added a couple other functions aswell.
-------------
Commands:
.auth add <nick>
.auth del <nick>
.auth list
.join..
+ 4 likes
This just uses googles own calculator..
heres what the output looks like
[12:49][RandomUser] !calc 23*4/56^2/456+8999
[12:49][PHP_Bot] (((23 * 4) / (56^2)) / 456) + 8999 = 8999.00006
full instructions..
+ 1 likes
Scraping the classic fact generators. And a simple but effective use of array_rand.
Call 'do_RandomFacts' by either of the following:
do_RandomFacts("chuck");
do_RandomFacts("mrt..
+ 0 likes
Connects to an IRC server you specify and idles. Basically this is a frame for an IRC bot.
+ 0 likes
a basic IRC Bot with a few commands.
Commands are:
!sayit <Your message here> - The bot just repeats your message.
!md5 <your message here> - The bot just says the md5 sum of your message.
How..
+ 3 likes
This is just a simple PHP to IRC socket bot. I've got MySQL installed on mine, and it's pretty simple to do. This is just an extremely basic example, though.
EDIT:
This is v2.0. It's rewritten, and..
+ 0 likes


