There is any, but the software came with it, is in the framework
folder..
I am trying your suggestion, I get a return undefined if use  return
request.getContent();
I will try to see why, because with the callback I get a true if
banned..



On Jan 23, 10:24 am, Pablo Tejada <[email protected]> wrote:
> That should be your return then, try this updated function with your
> original hook
>
> function isbanned(ip){
>     var request = new Http('http://anyplace/sql/banned_ips.php');
>     request.set('method', 'POST');
>     request.writeData('password', 'any');
>     request.writeData('ip', ip);
>
>     return request.getContent();
>
> }
>
> If that doesn't work then I'm out of ideas. BTW where is the documentation
> for Http? I couldn't find it

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to