<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:00:52 +0000</lastBuildDate>
    <item>
      <title>(VB.NET) Credit Card Fraud Prevention Using VB.NET - Hexahow</title>
      <link>https://snipplr.com/view/146638/credit-card-fraud-prevention-using-vbnet</link>
      <description>&lt;p&gt;Checking customer's IP address if is match with billing address is one of the simple steps in order to prevent fraud. If you are looking for sample codes to validate that the transaction is being requested by the real cardholder, see below.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Apr 2016 05:18:40 UTC</pubDate>
      <guid>https://snipplr.com/view/146638/credit-card-fraud-prevention-using-vbnet</guid>
    </item>
    <item>
      <title>(PHP) Find Weather Forecast from IP Address - Hexahow</title>
      <link>https://snipplr.com/view/88840/find-weather-forecast-from-ip-address</link>
      <description>&lt;p&gt;To retrieve the weather forecast for your location based only on your current IP, the full tutorial will have the following 5 sections (http://bit.ly/1A5Y651), that will:&#13;
- Describe elements needed for weather forecast retrieval&#13;
- Describe the weather station code field of IP2Location&#13;
- Show code that gets the weather station code from IP address&#13;
- Show code that retrieves the weather forecast from Yahoo! Weather using the weather station code.&#13;
- Show code that retrieves the weather forecast using IP2Location&#13;
&#13;
Here, I will only show you how to retrieve the weather forecast.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Jan 2015 22:37:25 UTC</pubDate>
      <guid>https://snipplr.com/view/88840/find-weather-forecast-from-ip-address</guid>
    </item>
    <item>
      <title>(C#) IP Address (ipv6) Lookup in Bulk Using C# and MySQL Database - Hexahow</title>
      <link>https://snipplr.com/view/88816/ip-address-ipv6-lookup-in-bulk-using-c-and-mysql-database</link>
      <description>&lt;p&gt;Use the code below to lookup IP address in bulk using C-Sharp programming languages and IP2Location MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor's IP address. Free databases are available for download at IP2Location LITE database.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Jan 2015 18:56:32 UTC</pubDate>
      <guid>https://snipplr.com/view/88816/ip-address-ipv6-lookup-in-bulk-using-c-and-mysql-database</guid>
    </item>
    <item>
      <title>(PHP) IP Address (IPv6) Lookup in Bulk Using PHP and MySQL Database - Hexahow</title>
      <link>https://snipplr.com/view/87308/ip-address-ipv6-lookup-in-bulk-using-php-and-mysql-database</link>
      <description>&lt;p&gt;The code below can be used to lookup IP address in bulk in return of geolocation information using PHP programming languages and MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor's IP address. Free databases are available for download at IP2Location LITE database.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Jan 2015 13:45:15 UTC</pubDate>
      <guid>https://snipplr.com/view/87308/ip-address-ipv6-lookup-in-bulk-using-php-and-mysql-database</guid>
    </item>
    <item>
      <title>(C#) Convert IPv6 Address to IP numbers (C#) - Hexahow</title>
      <link>https://snipplr.com/view/84723/convert-ipv6-address-to-ip-numbers-c</link>
      <description>&lt;p&gt;Use the code below to convert the IP address of your web visitors and lookup for their geographical location, e.g. country, state, city, latitude/longitude, ZIPs, timezone and so on. Free database can be downloaded at http://lite.ip2location.com.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Dec 2014 22:09:01 UTC</pubDate>
      <guid>https://snipplr.com/view/84723/convert-ipv6-address-to-ip-numbers-c</guid>
    </item>
    <item>
      <title>(VB.NET) Convert IPv6 Address to IP numbers - Hexahow</title>
      <link>https://snipplr.com/view/84294/convert-ipv6-address-to-ip-numbers</link>
      <description>&lt;p&gt;Use the code below to convert the IP address of your web visitors and lookup for their geographical location, e.g. country, state, city, latitude/longitude, ZIPs, timezone and so on. Free database can be downloaded at http://lite.ip2location.com.&lt;/p&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:50:24 UTC</pubDate>
      <guid>https://snipplr.com/view/84294/convert-ipv6-address-to-ip-numbers</guid>
    </item>
    <item>
      <title>(PHP) Get Longitude and Latitude by IP address in PHP - Hexahow</title>
      <link>https://snipplr.com/view/73105/get-longitude-and-latitude-by-ip-address-in-php</link>
      <description>&lt;p&gt;// description of your code here&#13;
/********************************************************************************/&#13;
/* Description: Get Longitude and Latitude by IP address in PHP */&#13;
/* For information, please visit http://www.ip2location.com */&#13;
/********************************************************************************/&lt;/p&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:36:49 UTC</pubDate>
      <guid>https://snipplr.com/view/73105/get-longitude-and-latitude-by-ip-address-in-php</guid>
    </item>
    <item>
      <title>(Java) FraudLabs Pro Fraud Prevention - Hexahow</title>
      <link>https://snipplr.com/view/70451/fraudlabs-pro-fraud-prevention</link>
      <description>&lt;p&gt;This sample code shows you how to screen an order to prevent fraud and chargebacks.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Mar 2013 18:24:33 UTC</pubDate>
      <guid>https://snipplr.com/view/70451/fraudlabs-pro-fraud-prevention</guid>
    </item>
    <item>
      <title>(PHP) FraudLabs Pro - Order screening to prevent fraud - Hexahow</title>
      <link>https://snipplr.com/view/70351/fraudlabs-pro--order-screening-to-prevent-fraud</link>
      <description>&lt;p&gt;This sample code shows you how to screen an order by entering all the relevant information into the request parameters.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Mar 2013 14:50:11 UTC</pubDate>
      <guid>https://snipplr.com/view/70351/fraudlabs-pro--order-screening-to-prevent-fraud</guid>
    </item>
    <item>
      <title>(PHP) Country list based on browser's language - Hexahow</title>
      <link>https://snipplr.com/view/69852/country-list-based-on-browsers-language</link>
      <description>&lt;p&gt;The following codes populate the country list into dropdown box based on browser's languages. The country information is getting from geolocation.com&lt;/p&gt;</description>
      <pubDate>Fri, 08 Feb 2013 00:10:49 UTC</pubDate>
      <guid>https://snipplr.com/view/69852/country-list-based-on-browsers-language</guid>
    </item>
    <item>
      <title>(PHP) Calculate and Convert IPv6 to Decimal - Hexahow</title>
      <link>https://snipplr.com/view/68185/calculate-and-convert-ipv6-to-decimal</link>
      <description>&lt;p&gt;/********************************************************************************/&#13;
/* Description: Calculate and Convert IPV6 to Decimal. */&#13;
/* For information, please visit http://www.ip2location.com        */&#13;
/********************************************************************************/&#13;
/* You can obtain free IPV6 database at http://www.ip2location.com/free/ipv6 */&lt;/p&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:56:23 UTC</pubDate>
      <guid>https://snipplr.com/view/68185/calculate-and-convert-ipv6-to-decimal</guid>
    </item>
  </channel>
</rss>
