<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Video Chat Scripts &#187; ip</title>
	<atom:link href="http://www.videochat-scripts.com/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videochat-scripts.com</link>
	<description>Live Video, Web2.0, Rich Media, Custom Content</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:06:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install GeoIP PHP Extension</title>
		<link>http://www.videochat-scripts.com/install-geoip-php-extension/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/install-geoip-php-extension/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[country]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[pearl]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[state]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=235</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/install-geoip-php-extension/' addthis:title='Install GeoIP PHP Extension '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Install GeoIP C API Change 1.4.6 to downloaded version. wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz tar zxvf GeoIP.tar.gz cd GeoIP-1.4.6 ./configure make make check make install Install PHP PECL extension wget http://pecl.php.net/get/geoip tar zxvf geoip cd geoip-1.0.7 phpize ./configure make make check make install Find php.ini php -i &#124; grep php.ini Enable extension to load in php.ini: ;;;;;;;;;;;;;;;;;;;;;; ; [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/install-geoip-php-extension/' addthis:title='Install GeoIP PHP Extension' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/install-geoip-php-extension/' addthis:title='Install GeoIP PHP Extension '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong>Install GeoIP C API</strong><br />
Change 1.4.6 to downloaded version.</p>
<blockquote><p>wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz<br />
tar zxvf GeoIP.tar.gz<br />
cd GeoIP-1.4.6<br />
./configure<br />
make<br />
make check<br />
make install</p></blockquote>
<p><strong>Install PHP PECL extension</strong></p>
<blockquote><p>wget http://pecl.php.net/get/geoip<br />
tar zxvf geoip<br />
cd geoip-1.0.7<br />
phpize<br />
./configure<br />
make<br />
make check<br />
make install</p></blockquote>
<p>Find php.ini</p>
<blockquote>
<div>php -i | grep php.ini</div>
</blockquote>
<p>Enable extension to load in php.ini:</p>
<blockquote><p>;;;;;;;;;;;;;;;;;;;;;;<br />
; Dynamic Extensions ;<br />
;;;;;;;;;;;;;;;;;;;;;;<br />
extension=geoip.so</p></blockquote>
<p>You may need to restart HTTP server (apache) to apply changes.</p>
<p><strong>Download Geo Lite City database</strong></p>
<blockquote><p>wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz<br />
gunzip GeoLiteCity.dat.gz<br />
mv GeoLiteCity.dat /usr/local/share/GeoIP/GeoIPCity.dat</p></blockquote>
<p>For more accurate detection and production projects, buy the full GeoCity database from MaxMind.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/install-geoip-php-extension/' addthis:title='Install GeoIP PHP Extension' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/install-geoip-php-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

