Yes, by going through their documented step by step support I have successfully integrated the php code on my website.(I used Defaut integration method. Include a PHP or HTML page which is in same server or cPanel (without redirect)).
And it seems to working fine also. In allow all it is going to the money page and in the block all it is going to the safe page.
BUT whether it is the safe page or the money page the url which always shows is the one where I uploaded the php code.
For example:
Safe Page: ab.com/c.php
Money Page: xyz.com
URL where I uploaded the code: ab.com/d.php (Note: Safe page and this url are on the same domain)
So now whenever I open ab.com/d.php it either opens the safe or money page, but in the address bar the url is always ab.com/d.php.
Is it supposed to be like this only or I am doing something wrong here?