[eluser]Kemik[/eluser]
Hello,
Does $this->trackback->receive() validate the url, title, excerpt, blog_name in more ways than just checking they have data in them? E.g. does it make sure url is a real url, prevents xss, etc?
I'm guessing the way it gets the IP address ($this->input->ip_address()) doesn't need a form? It just gets the IP from the ping? Why not just include it with the data receive() gets?
Thanks.