Robert Huber: OpenInviter: Verbindungsfehler

Hi!

ich hab ein Tool gefunden das recht cool klingt: OpenInviter
www.openinviter.com

Beim ausführen von postinstall.php bekomm ich jedoch immer folgende Logs:
[quote]Checking username and private key... OK
Checking PHP version... OK
Checking DOMDocument support... OK
Checking transport method... libcurl is installed. Using cURL to handle requests
Checking write permisions...
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/[servername]:/usr/local/apache2/error/:/home/www/scpaxx/php5/lib/php:/home/www/scpaxx/php4/lib/php:/usr) in /home/www/[servername]/htdocs/OpenInviter/postinstall.php on line 98
....[/quote]
Deshalb hab ich in postinstall.php die Zeile 98:
$cookie_path='/tmp';
zu:
$cookie_path='/home/www/[servername]/htdocs/OpenInviter/tmp';
umgeändert und den Ordner auf chmod 777 gestellt.
Ich denke das sollte erlaubt sein.

Danach is die Fehlermeldung weg, aber verbinden kann er sich trotzdem nicht :-/
[quote]....
Checking transport method... libcurl is installed. Using cURL to handle requests
Checking write permisions... /home/www/realarnis.com/tmp is writable. Using /home/www/realarnis.com/tmp to store cookie files and logs
Checking for new versions of OpenInviter... Could not connect to server
...NOT OK...
...NOT OK...
...[/quote]

Da es keine Dokumentation gibt hab ich keine Ahnung wie ich das zum laufen bekomm, kann mir vielleicht wer helfen?

thx
Robert