I have installed wprobot, and installed curl, but I dont think the curl is registered in apache2 how can I make sure this install works and is registered ?
Do you mean the PHP curl module? Create a PHP file with the following contents: PHP: <?php phpinfo(); ?> and call it in a browser. It will tell you if the PHP curl module is enabled or not.