what im wanting to do is automate the sending of pm's. i found some code to do it with icq but havent tried it yet. still looking for some code for aim!
here's the icq code, using a form, which i could mimic w/php:
<form action="http://wwp.mirabilis.com/scripts/WWPMsg.dll" method="post">
<input type="hidden" name="to" value="PUT UIN THERE">
<input type="text" name="from">
<input type="text" name="fromemail" >
<textarea name="body" ></textarea>
<input type="submit" name="Send" value="Send Message"></form>
anyone know how to do it with aim?
-rdrnnr