The method I signup my users from my website (curl) modifies the “Signup IP” on the clients information page in the CP.
It modifies it to the server IP itself because curl does the post and not the remote user.
So here is the main question! Would anyone at Jodo be kind enough to check what the “Remote IP” variable is? If I know that variable I imay be able to overwrite it with my info :D.
I think you should check the template_name=admin/mod_sign_view.html file and see how Remote IP is called.
PS: For those who didn’t know, you can store as many variables as you want in the signup info. For exemple when sending a signup request you can add "Where did you here from us=(clients answer) and that will store it in the signup info of that client.
Just to get this correct, are you wanting to know the location of the remote ip info, and IF you can change this to the users real IP instead of the webserver ip?