A Simple Geo Targeted php Script

A Simple Geo Targeted php Script


A Simple Geo Targeted php Script Working 100 % easy to use i m used a script geoiploc.php from http://chir.ag/projects/geoiploc/ this script detect the country code and ip adress or country name of a visitor i used this country code to make a simple code who allow you to do many things :
Geo Redirect peoples
Show ads By Geo
Block any ip adress
Allow Comment by Geo
Display a something For specific country

This Tutorial is simple all what you have to do is :

Download The Geo Script from here and upload it to your server root www.website.com/(your root)
and use this php code in your web page you want target users or block them by editing the name DZ by to the code of the county you want .
1) If you want detect by country name you can edit this part of the code :
$countrydetected = getCountryFromIP($ip, "code");
To
$countrydetected = getCountryFromIP($ip, " NamE ");
and if (($countrydetected) == DZ) { Edit DZ TO THE NAME OF THIS COUNTRY 
2 ) or you can use getCountryFromIP($ip); For ip adress and remplace :
 if (($countrydetected) == DZ) by if (($countrydetected) == 41.99.99.99)

( The Part Of code in blue text mean allowed

The Part Of code in red color mean not allowed )

you can redirect users based on geolocation or show image or error message .

Your Php Code :

<?php
include("geoiploc.php"); // Must include this
$ip = $_SERVER["REMOTE_ADDR"];
$countrydetected = getCountryFromIP($ip, "code");
if (($countrydetected) == DZ) {
echo "Your Country Name is: ";
echo getCountryFromIP($ip, " NamE ");
echo "<br />\n";
echo getCountryFromIP($ip, " NamE ");
echo ' IS DETECTED As Your Country So you can use anything and show anything here';
// full name of country - spaces are trimmed
} else {
echo"Sorry ";
echo getCountryFromIP($ip, " NamE ");
echo " Country is Not Allowed To see this page<br />\n";
}
?>
//The End

Previous
Next Post »

1 commentaires:

Click here for commentaires
Anonyme
admin
29 janvier 2022 à 06:50 ×

Best 5 Best 5 Merit Casino in Canada ᐈ 5 Best Online Casinos In
Best 온카지노 5 Merit Casino in Canada ᐈ 5 Best Online Casinos in Canada ᐈ 제왕 카지노 5 Best Online Casinos in Canada ᐈ 5 Best Online Casinos in Canada ᐈ 5 Best Online Casinos in Canada 메리트카지노 ᐈ 5 Best Online

Congrats bro Anonyme you got PERTAMAX...! hehehehe...
Reply
avatar