To a Jodo staff who wants to do me a favor :)

Hi,

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?

I want to change it because it defaults to the webserver ip since it’s curl posting.

If I send my info through the same variable it should overwrite it.

I edited the last post (template_name=admin/mod_sign_view.html)…

Dont see it in this file. Will ask Psoft and let you know.

Thanks,

I think it’s an important feature to know the signup IP address so I wouldn’t like to lose it.

Let me know as soon as possible, I want to put this script online soon :slight_smile:

Psoft said:
Unfortunately there is no such argument “IP” for method signupUser. You can’t set remote IP directly.