Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
<input id="ipAddress" type="text" name="ipAddress" value="<?php echo osc_item_ip(); ?>" class="valid" readonly="readonly">
<a href="http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress=<?php echo osc_item_ip(); ?>" target="_blank">Locate IP</a>
<a href="http://ipinfo.io/<?php echo osc_item_ip(); ?>" target="_blank">Locate IP</a>
<a href="http://www.infosniper.net/index.php?ip_address=<?php echo osc_item_ip(); ?>&map_source=1&overview_map=1&lang=1&map_type=1&zoom_level=7" target="_blank">Locate1 IP</a>
<a href="http://www.ip-tracker.org/locator/ip-lookup.php?ip=<?php echo osc_item_ip(); ?>" target="_blank">Locate2 IP</a>
I've added the following code to locate user IP by clicking a link.It uses IP Address Locator http://www.geobytes.com/IpLocator.htmOpen \oc-admin\themes\modern\items\frm.phpFind around 220 lineCode: [Select]<input id="ipAddress" type="text" name="ipAddress" value="<?php echo osc_item_ip(); ?>" class="valid" readonly="readonly">Add belowCode: [Select]<a href="http://www.geobytes.com/IpLocator.htm?GetLocation&IpAddress=<?php echo osc_item_ip(); ?>" target="_blank">Locate IP</a>Enjoy