Title: talgerafi's Replies | WordPress.org

---

# talgerafi

  [  ](https://wordpress.org/support/users/talgerafi/)

 *   [Profile](https://wordpress.org/support/users/talgerafi/)
 *   [Topics Started](https://wordpress.org/support/users/talgerafi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/talgerafi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/talgerafi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/talgerafi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/talgerafi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/talgerafi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[International Telephone Input for Contact Form 7] freegeoip.net moved to ipstack.com](https://wordpress.org/support/topic/freegeoip-net-moved-to-ipstack-com/)
 *  Thread Starter [talgerafi](https://wordpress.org/support/users/talgerafi/)
 * (@talgerafi)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/freegeoip-net-moved-to-ipstack-com/#post-10543030)
 * Fix:
    you need to use ipinfo.io not ipstack.com
 * I’ve changed this code on script.js
 * var IPINFO_TOKEN = ‘<YOUR_API_KEY>’;
 * var intl_tel_default_setting={
    initialCountry: “auto”, utilsScript: wpcf7_utils_url,
   geoIpLookup: function(callback) {
 *  jQuery.get(‘//ipinfo.io?token=’+IPINFO_TOKEN, function() {}, “jsonp”).always(
   function(resp) {
    var countryCode = (resp && resp.country) ? resp.country : “”;
   callback(countryCode); });
 *  // jQuery.get(‘//freegeoip.net/json’, function() {}, “jsonp”).always(function(
   resp) {
    // var countryCode = (resp && resp.country_code) ? resp.country_code:“”;//
   callback(countryCode); // });
 *  }
    };
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Form jumps on submit click](https://wordpress.org/support/topic/form-jumps-on-submit-click-1/)
 *  Thread Starter [talgerafi](https://wordpress.org/support/users/talgerafi/)
 * (@talgerafi)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/form-jumps-on-submit-click-1/#post-4673399)
 * buzztone,
    the form jumps… double check it.. I have another website in English
   if you wanna look.. with the same problem: [http://www.nizcor.co.il/en](http://www.nizcor.co.il/en)
 * Click “Send”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Create fake user that his date expires](https://wordpress.org/support/topic/create-fake-user-that-his-date-expires/)
 *  Thread Starter [talgerafi](https://wordpress.org/support/users/talgerafi/)
 * (@talgerafi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/create-fake-user-that-his-date-expires/#post-4513801)
 * First of all, thank you for answering.
    Secondly, This isnt what I mean. For 
   example, I register my site and pay for level called “TestLVL” “TestLVL” – first
   pay: 15 dollars and 5 dollars everyday.
 * But, After 1 Day I didnt see that I need to pay again 5 dollars ..
    I mean that
   the PMPRO doesnt blocks me if Im not paying and not even says that I need to 
   pay again (on the next day).
 * Help?

Viewing 3 replies - 1 through 3 (of 3 total)