alright, well i know a good bit of php, and can find out anything needed, so if you have any questions, just post em, and iil do my best to answer them. iil also post some frequently asked questions, and other important things here.
Can you make an irc bot in php? Yes. i have one, and you can make very advanced bots, more advanced than mirc bots.
Can you make animated gif's using normal php libraries, like on most web hosts? Yes. it requires a special class, called gifMerge.class.php which you use as an include, and it works fine. i have built dynamic animated images. there is one drawback however: you must store your frames to disk, then load them in the same file, which is fine, but a bit messy.
|