Top

PHP Code Snippets Tagged with bot

  (8)  
Sort by 
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..
Tags: bot  php  socket 
+ 4 likes
18 comment(s)    Score: 10.0    Platform: PHP    Posted by bone282 on Apr 30, 2009
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..
Tags: bot  calc  calculator  php 
+ 1 likes
4 comment(s)    Score: 6.0    Platform: PHP    Posted by bone282 on Mar 04, 2009
Just a simple way of generating a random string.
Tags: bot  password  php  random  username 
+ 0 likes
3 comment(s)    Score: 5.0    Platform: PHP    Posted by bone282 on Mar 04, 2009
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
3 comment(s)    Score: 5.0    Platform: PHP    Posted by bone282 on Mar 01, 2009
Connects to an IRC server you specify and idles. Basically this is a frame for an IRC bot.
Tags: bot  illuminati  irc  kingskrown  php 
+ 0 likes
1 comment(s)    Score: 0.0    Platform: PHP    Posted by kingskrown on Jan 24, 2009
This is my first irc bot made with PHP: idea is simple playing a game that forces you into searching for peopld just type !search bla and it will post in anotehr channel note : $search_channel cld be..
Tags: bot  game  irc  php  search 
+ 0 likes
4 comment(s)    Score: 0.0    Platform: PHP    Posted by ODD on Dec 26, 2008
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
29 comment(s)    Score: 7.8    Platform: PHP    Posted by F*U*R*B*Y* on Nov 08, 2008
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..
Tags: bot  php  socket 
+ 0 likes
9 comment(s)    Score: 0.0    Platform: PHP    Posted by Soulkeeper on Jun 09, 2008
Bottom