Menu

mwPHPBot / News: Recent posts

New image functions

The Version 0.3 contains the functions getImage and uploadImage.
With these you can modify Images on the fly with e.g. the gdlib.
See README for examples.

These functions are still experimental, so please take care.

Posted by AK-Palme 2007-09-11

Second Communication-Module

I wrote a second Module to communicate with the server.
If you are using it, your Connection will be made with fsockopen() instead of cURL.

Please do not use the base class anymore, use it with the _CURL or _Sock extension.

Posted by AK-Palme 2007-09-11

Major bugfix

Todays release is containing a major bugfix with the name of the constructor, which stops the bot from logging in.
Also the getArticle-Function was rewritte to use the contents of the editpage instead of the exportpage as before, to minimze and simplify the code a bit.
A new function was added, fetchPage, which allows to fetch the pages as they are shown to the user. It also allows to fetch all kinds of special-pages and to define own GET- and POST-Variables.

Posted by AK-Palme 2007-09-10