GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Ok guys, i found the greatest (free) tool for webmasters! (https://gfy.com/showthread.php?t=605841)

xlogger 05-04-2006 04:51 PM

Ok guys, i found the greatest (free) tool for webmasters!
 
So, i never really paid attention to the fact that i was sending forign traffic to my sponsor that wasnt converting. All it does it make the stats look bad.So i found a tool that will let you geo-ip your ads on your site. Meaning, lets say one visitor is from the US - he will see a ad for a us sponsor and the other chinese one will see an ad for a dialor or w/e. This is not one of those "look at surfers browser" type of things. This looks at the ip and determins the country. Im not really good at explaining things but i will do my best here! mkkay

Step by step:

1. Download these files:
- GeoIP.dat from http://www.maxmind.com/app/geoip_country (they update the geo every month)
- geoip.inc from http://www.maxmind.com/download/geoip/api/php/
and put them in the folder where your php banner script will be.


2. The php banner script
Code:

<?
// This part gets the ip of the visitor and matches it to a country name/code

include("geoip.inc");
$gi = geoip_open("GeoIP.dat",GEOIP_STANDARD);

$visitor_country_code=geoip_country_code_by_addr($gi, $_SERVER['REMOTE_ADDR']);
$visitor_country_name=geoip_country_name_by_addr($gi, $_SERVER['REMOTE_ADDR']);

//This part shows banners/codes that YOU decide for each country

switch ($visitor_country_name) {
case "China": { ?>

<-- WHAT EVER CRAPPY BANNER YOU WANT TO SHOW FOR BELGIUM GOES HERE -->

<? }
    break;
case "Taiwan": { ?>

<-- WHAT EVER CRAPPY BANNER YOU WANT TO SHOW FOR TAIWAN GOES HERE -->

<? }
    break;

// AND SO ON, YOU CAN ADD MORE COUNTRIES HERE JUST LIKE ABOVE

default: { // THIS WILL EXECUTE FOR ALL OTHER DESTINATIONS NOT MENTIONED ABOVE ?>

<-- SEX SEARCH OR TCG BANNER SUITABLE FOR FOR OTHER DESTINATIONS -->

<? }
}
?>

3. Look at my sig and sign up

hehe, not really but you should!

Spunky 05-04-2006 04:52 PM

Looks like a neat tool..thanks

xlogger 05-04-2006 04:54 PM

Quote:

Originally Posted by Spunky
Looks like a neat tool..thanks

O yeah it is, its 97% accurate.

It will pick up on proxies and everything, you can test it out with proxies for different countries.

Fresh 05-04-2006 04:54 PM

nice :thumbsup

the alchemist 05-04-2006 04:55 PM

Good stuff, thanks :thumbsup

mikie mike 05-04-2006 04:57 PM

WOW what a great tool!!!!

Deej 05-04-2006 04:57 PM

Thats sweet, Im definitely looking into this...

Score one for xlogger

:drinkup:

CyberHustler 05-04-2006 04:59 PM

gotta bookmark this

AmateurFlix 05-04-2006 05:10 PM

hmm, that might be worth looking into

pornguy 05-04-2006 05:16 PM

Nice find. thanks.

Screaming 05-04-2006 05:17 PM

trying it out now

Sparks 05-04-2006 05:24 PM

Damn that's a cool tool.... I'm going to look into it.

pussyluver 05-04-2006 05:27 PM

:thumbsup Great tool!! That China traffic is a tuff choice though.

nico-t 05-04-2006 05:30 PM

since when is china the same as belgium?

candyflip 05-04-2006 05:33 PM

Thanks for sharing that one.

xlogger 05-04-2006 05:34 PM

Quote:

Originally Posted by nico-t
since when is china the same as belgium?

Thats a typo. :1orglaugh

BigBen 05-04-2006 08:16 PM

Check out this thread to start making your own banners with geo text overlay.

Miguel T 05-04-2006 09:20 PM

Thank youuuuuuuuu! :D

Empress_JoinRightNow 05-04-2006 09:23 PM

statcounter also does like that...but it's more simple...

Shocking 05-04-2006 10:22 PM

great thing you found man!

4Pics 05-04-2006 10:28 PM

And send all the Foreign to Datinggold so you get paid on it.

Kard63 05-05-2006 04:35 AM

neat
8 char

darksoul 05-05-2006 04:44 AM

haha, at least its not old as fuck.
I can't believe you haven't heard of it so far.

martinsc 05-05-2006 04:46 AM

bookmarked :thumbsup

Damian_Maxcash 05-05-2006 04:49 AM

phpadsnew has that built in - I cant say enough about that script.

If you want to target AOL users in the UK that use FireFox on Saturdays it can be done

http://www.phpadsnew.com/two/

Its free as well......

marko13 05-05-2006 04:50 AM

thanks for that...


All times are GMT -7. The time now is 07:05 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123