Jump to content

Search the Community

Showing results for tags 'geoip'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


WHMCS.Community

  • The Latest WHMCS Release
    • WHMCS 8.13 Release Discussion Board
  • WHMCS.Community
    • Community Announcements
    • Introduce Yourself
    • MarketConnect Partner Product Status Updates
  • Using WHMCS
    • Pre-Sales Questions
    • Admin & Configuration Questions
    • Installation, Upgrade, and Import Support
    • Using WHMCS
    • Troubleshooting Issues
    • Vendor Discussions
  • WHMCS Showcase
    • Showcase Your Site
    • Share Your Best Practices & Tips
  • Developing & Extending WHMCS
    • Third Party Add-ons
    • Service Offers & Requests
    • Developer Corner
    • Building Modules
    • Share Ideas for WHMCS Modules
  • Community Competitions
    • News, Announcements & Blogs from WHMCS
    • Competitions
  • General Discussions
    • General Discussion
  • General Feedback & Assistance
    • Feedback
    • WHMCS.Community Tips & Tricks
  • Third Party Developers's Topics
  • Turkish International Discussions's Topics
  • Russian International Discussions's Topics
  • Spanish International Discussions's Topics
  • Portuguese International Discussions's Topics
  • French International Discussions's Topics
  • Italian International Discussions's Topics
  • German International Discussions's Topics
  • WHMCS Brasil's Topics
  • WHMCS Brasil's Tópicos
  • ModulesGarden Club's Topics
  • Hungarian International Discussions's Segítség
  • ThemeMetro's Topics
  • WHMCS Services Club's Topics
  • WHMCS Global Services Club's Topics
  • Katamaze's Free Scripts
  • Katamaze's Module Support
  • Zomex Club's Topics
  • 0100Dev Club's Topics
  • RactStudio Club's Topics

WHMCS Version

  • V8.13.x Hotfixes
  • V8.12.x Hotfixes
  • V8.11.x Hotfixes

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 7 results

  1. Indeed a long day. WHMCS not responding to locale info from Geolocation hooks -- uploaded the new stuff via ftp, all the files there. Set config.php there to faithfully do the right things, I guess $countryToCurrency = array( 'default' => 'EUR', 'RO' => 'RON', 'GB' => 'GBP', 'DE' => 'EUR', // NOTE: You can add more below ); $countryToLanguage = array( 'default' => 'english', 'GB' => 'english', 'US' => 'english', 'RO' => 'romanian', ); $countryToTemplate = array( 'GB' => 'hanco', 'default' => 'hanco', // NOTE: You can add more below ); $templateToLanguage = array( 'english' => 'hanco', 'romanian' => 'hanco', 'default' => 'hanco', // NOTE: You can add more below ); Do I need to make different templates for some reason for each language in the config.php? All other Geo files pristine from the latest 2.2.3 release. But really, zero locale change happening in private window as guest user ... WHMCS responds fine to logged in users, all correct that way for language, currency etc ... but that's not really the geoip doing it's thing is it? Are there any variables for the geolocation I can see? did the {debug} and $var_dumps on templates, all giving completely the wrong locale (forever thinks we're in the UK, no idea why, all en_GB in smarty, everything). No clue ... no errors in the activity logs (turned on hooks, sql, php) ... no console errors ... geolocation_hook.php loading fine, just that Geo having no effect. Suggestions where to look? Thanks!
  2. The GeoIP Order Blocking Addon for WHMCS is a perfect solution for WHMCS administrators who want to prevent orders from being placed from certain Countries. By utilizing IP to location (through Maxmind or GeoPlugin.net), the customer’s IP address is converted into a geographical location object that the module will compare with a list of provided Countries you do not wish to accept orders from. Features Aids in preventing fraud by blocking orders from IP addresses in certain Countries which you do not wish to receive orders from Alerts the user at order checkout if the order has been blocked with a customizable message Blocked orders are logged in the WHMCS administrator’s activity log, including the IP address and offending Country GeoPlugin is free up to 120 lookups per minute Multiple lookup systems supported. Native PHP lookups through the geoip extension, Maxmind’s PHP API using their databases and the GeoPlugin.net service Save time, money and resources by blocking orders from Countries from which you do not want to receive orders from Additionally WHMCS 5.3 support Lifetime valid license Lifetime support Discounted annual support and maintenance fee For more information and purchasing options please see https://aspnix.com/whmcs-modules-development/geoip-order-blocking-addon-for-whmcs/ Thank you!
  3. Dear everyone.. greetings from me. i just need some suggestion from the experts. currently i am in ireland and using my whmcs for irish market. so my currency is euro. and my website all the products shows as in euros. i am planning to start a brand for host in bangladesh where i am originally from but i have the different price set for bangladesh website.. just to let u know i made another website for bangladesh market. and in the website prices are set in BDT not in euro i am looking for some solution when a visitor visit bangladesh website and select the product it will be shows the product sets for bangladesh and price will shown BDT not in euros but when client from ireland will visit the website they will see euros.. i want to set euros as default. also like visitor from UK will see product sets for UK and price will shown in GBP. do i need hook make for this? or what thing i need to customise? or need some module? can someone help me with some suggestion? thanks in advance
  4. Automatically detects visitor`s location by IP (Now, with IPv6 support!) and sets the language and/or currency you defined for that particular country. For example, you can define German language and EUR currency for Germany and Austria, English and GBP for United Kingdom, English and USD as Default for any other country. Addon will be always showing Default values to search engines to prevent duplicate content and will force logged in clients to their registered language and currency. Screenshot
  5. Automatically detects visitor's location by IP and sets the language and/or currency you defined for that particular country. For example, you can define German language and EUR currency for Germany and Austria, English and GBP for United Kingdom, English and USD as Default for any other country. Screenshot: https://www.brontobytes.com/go/geoip_localisation Compatible with WHMCS 5.x and 6.x Visit our WHMCS Addons page for more details and pricing
  6. I noticed that several people recently posting about their WHMCS getting hacked. One thing that appears to be missing from all their recommendations is securing your server before it is hacked or after you have cleaned it up. This does not mean it won't be hacked, just less likely. Here is my list of 10 ways to make your WHMCS installation more secure. I am sure others on the forum can add to this list. Start here: http://docs.whmcs.com/Further_Security_Steps Once you have done there there are additional steps you can take. A couple of these items refer to cPanel Servers, but can also be done on other servers.* 1. Install Mod Security in Easy Apache. * Using the default rules are better than nothing, though additional rules are available. It can help block SQL injection attacks. 2. Install mod_geoip for apache, it is a custom module in Easy Apache. * Using this you can block countries you never do business with. Want to block the whole country of Florin, it's easy to do by adding a few lines in your .htaccess file, once mod_geoip is installed. 3. Secure the physical server. Only access files on it via SSH/SFTP and relocate the SSH port to something other than 22. 4. Use hosts.allow to prevent SSH access from all but specific locations. 5. Use the built if firewall or a physical firewall to lock the server down. If you never receive email on the server, block incoming port 110, 25, etc. Block port 21 (FTP) as it is insecure. Basically default to blocked for everything and then just open the ports you use. 6. Block all outbound ports except those you use. e.g. 80, 443, 25, New_SSH_Port, etc. 7. Install csf http://configserver.com/cp/csf.html it makes it easier to secure yout server. 8. Use certificates to connect to the server and set really strong passwords. 9. Block root login via SSH. 10. Backup your server and database files off the server. A good backup is like a parachute, if you don't have one when you need it, it's too late. Remember white hats need to be lucky 100% of the time, black hats only need to be lucky once.
  7. Guru GeoIP Screenshots Manager Interface Create new country/language combination Language Detection Automatic Language Detection With this module you can localize visitors on your website to enable automatic language detection on all your pages. It allows you for example to automatically display the Spanish version of your frontend to all visitors from Spain, Argentina, Venezuela... Of course they can still choose another language by using the very well known dropdown of WHMCS or even a custom one which has been made in line with the specifications of WHMCS. When the module geolocalize a visitor it also stores a cookie in his browser so that it no longer needs to geolocalize him again. Manage countries/languages combinations Guru GeoIP comes with 177 country/language combinations already set but in the backend you can easily update combinations or create new ones with a very simple interface. For example you could set Switzerland to use French instead of German or associate China to work with English. The module also supports a default language to display in case it can't geolocalize a visitor or if there's no language set for his country. Smart language and countries detection WHMCS officially supports 20 languages and probably you are wondering if this module can work even with your custom language file. Short answer: Yes. Let's say that you want to add hindi.php and japanese.php file in your /lang directory. The module will automatically add Japanese and Hindi languages in the interface so that you can immediately combine Japan with Japanese and Hindi with India. Lastly the list of countries is the same used by WHMCS. Display content based on geolocalization Yes, it's possible. There's a variable you can use for this. It always returns the country of the visitor in the ISO 3166-1 Alpha-2 code (e.g. IT, FR, US...). Order now You can purchase the module for 49.90 € from gurucube.com/guru-geoip.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated