Community Support Forums — WordPress® ( Users Helping Users ) — 2011-04-28T16:50:03-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6187 2011-04-28T16:50:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13722#p13722 <![CDATA[Re: IP Tracking Code]]>
Have you run some tests to see if you can do what you want? You'll get more familiar with it and have a better understanding.

Statistics: Posted by Cristián Lávaque — April 28th, 2011, 4:50 pm


]]>
2011-04-28T16:21:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13713#p13713 <![CDATA[Re: IP Tracking Code]]> Statistics: Posted by fcp2011 — April 28th, 2011, 4:21 pm


]]>
2011-04-27T17:40:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13626#p13626 <![CDATA[Re: IP Tracking Code]]> Statistics: Posted by Cristián Lávaque — April 27th, 2011, 5:40 pm


]]>
2011-04-27T17:20:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13621#p13621 <![CDATA[Re: IP Tracking Code]]>
When I add the code above to my form, does it insert the url and ip address when the user hits the "submit" button or when the form is loaded during page load to the user's browser window?

Statistics: Posted by fcp2011 — April 27th, 2011, 5:20 pm


]]>
2011-04-26T22:57:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13498#p13498 <![CDATA[Re: IP Tracking Code]]> Statistics: Posted by fcp2011 — April 26th, 2011, 10:57 pm


]]>
2011-04-26T22:32:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13491#p13491 <![CDATA[Re: IP Tracking Code]]> Statistics: Posted by Cristián Lávaque — April 26th, 2011, 10:32 pm


]]>
2011-04-26T22:03:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13484#p13484 <![CDATA[Re: IP Tracking Code]]>
Or, do I need to write some php code (more like have someone else write) that passes the client's ip address to a particular variable that s2member uses.

Statistics: Posted by fcp2011 — April 26th, 2011, 10:03 pm


]]>
2011-04-26T20:02:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13472#p13472 <![CDATA[Re: IP Tracking Code]]>
Code:
<input type="hidden" name="custom" value="<?php echo $_SERVER['HTTP_HOST'], '|', $_SERVER['REMOTE_ADDR']; ?>" />

Statistics: Posted by Cristián Lávaque — April 26th, 2011, 8:02 pm


]]>
2011-04-25T08:01:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13312#p13312 <![CDATA[Re: IP Tracking Code]]> Statistics: Posted by fcp2011 — April 25th, 2011, 8:01 am


]]>
2011-04-25T01:46:18-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13290#p13290 <![CDATA[Re: IP Tracking Code]]>
I don't understand what you're trying to do very well.

You want to use Gravity Forms for your registration page and then track that registration with iDev, so you need Gravity Forms to pass the IP data to the tracking API, is that it?

Statistics: Posted by Cristián Lávaque — April 25th, 2011, 1:46 am


]]>
2011-04-25T01:01:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13287#p13287 <![CDATA[Re: IP Tracking Code]]>
Thanks again.

Statistics: Posted by fcp2011 — April 25th, 2011, 1:01 am


]]>
2011-04-25T00:53:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6187&p=13286#p13286 <![CDATA[IP Tracking Code]]>
This example uses cv1 to track a User's IP address:
( The IP address could be referenced using %%cv1%% )
custom="www.freeclassifiedproducts.com|<?php echo $_SERVER["REMOTE_ADDR"]; ?>"

I am trying to use gravity forms user registration plugin as my registration method. I use iDev to track sign ups via the 3rd party call. Gravity forms plugin does work with s2member but I need to pass the ip address.

Just trying to see if I can use the above code to do so.

Thanks,

Daniel

Statistics: Posted by fcp2011 — April 25th, 2011, 12:53 am


]]>