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)
-   -   How Many Webmasters do Geo-Redirects on their Sites? (https://gfy.com/showthread.php?t=867514)

WiredGuy 11-06-2008 12:08 PM

How Many Webmasters do Geo-Redirects on their Sites?
 
We all know that every major sponsor is doing (should be) geo-ip redirects on countries that they can't process credit cards/checks for, but how many webmasters are doing it directly on their sites?

I recently setup my redirection server to intercept hits that sponsors can't process for and I'm sending them to alternate sponsors and its amazing how much was going to the trash or I was simply not getting credit on.

Seriously, take the few hours to invest into a geo-redirect system if you don't have one already!
WG

starpimps 11-06-2008 12:16 PM

i will be doing that soon, thanks for the heads up charles

WiredGuy 11-06-2008 12:17 PM

Its funny, I was forced to doing this because mainstream sponsors will blantantly redirect your non-USA hits without paying you so I had to set this up. I then setup the script to adult and it was a nice little boost to revenues.
WG

Mr Pheer 11-06-2008 12:19 PM

How do you do this? Is there a script I can buy?

Roald 11-06-2008 12:23 PM

http://www.freeones.com/languages.shtml

Geo is in place for most countries/languages and we are in the process of adding language/country specific sponsors.

WiredGuy 11-06-2008 12:23 PM

Quote:

Originally Posted by Mr Pheer (Post 15015542)
How do you do this? Is there a script I can buy?

Have all your webpages link to a redirection script instead of straight to the sponsor.
Then that script will check the IP address and you define a url for each country (or cluster of countries).

Done. I use Maxmind's database and wrote my own script in perl to do the legwork, its about 100 lines of code, not that much at all. I'm sure there's a few php versions floating around for free, but being the hardcore perl coder that I am, I wrote my own script.

WG

Brujah 11-06-2008 12:24 PM

Do you use the maxmind.com data?

edit: you beat me to it

WiredGuy 11-06-2008 12:38 PM

Quote:

Originally Posted by Brujah (Post 15015564)
Do you use the maxmind.com data?

edit: you beat me to it

:winkwink::winkwink:

KillerK 11-06-2008 01:16 PM

You can pickup an extra 10-20% of your totals if you shop your foreign traffic.

ChatCash_Rob 11-06-2008 02:07 PM

Mind sharing where you are bouncing the hits too? I need a good home for foreign traffic.

B2BwithJoeD 11-06-2008 02:49 PM

Europeans Billing Europe!
 
Great thread WiredGuy :thumbsup

...and if you're sending EU traffic make certain your sponsor can bill Europeans :winkwink:

Mr Pheer 11-06-2008 03:12 PM

Quote:

Originally Posted by LiveBucks_Rob (Post 15016141)
Mind sharing where you are bouncing the hits too? I need a good home for foreign traffic.

+1

I know about global-access.com, but any others would be great to know about.

BigBen 11-06-2008 03:31 PM

Quote:

Originally Posted by WiredGuy (Post 15015559)
Have all your webpages link to a redirection script instead of straight to the sponsor.
Then that script will check the IP address and you define a url for each country (or cluster of countries).

Done. I use Maxmind's database and wrote my own script in perl to do the legwork, its about 100 lines of code, not that much at all. I'm sure there's a few php versions floating around for free, but being the hardcore perl coder that I am, I wrote my own script.

WG

Do all your sites link to one domain that does the redirection, or do you use multiple domains? I'm using an Alias in Apache so all outgoing links are going through the domain that is being viewed, but not sure if it's better/worse to use a single domain.

WiredGuy 11-06-2008 04:06 PM

Quote:

Originally Posted by BigBen (Post 15016622)
Do all your sites link to one domain that does the redirection, or do you use multiple domains? I'm using an Alias in Apache so all outgoing links are going through the domain that is being viewed, but not sure if it's better/worse to use a single domain.

All domains redirect to a subdirectory on that domain which then forwards to a single tracking server which does the redirects. This way each domain can operate independently or as part of the whole network.
WG

Due 11-06-2008 04:51 PM

Quote:

Originally Posted by Mr Pheer (Post 15016550)
+1

I know about global-access.com, but any others would be great to know about.

Good choice :thumbsup:thumbsup

Global Accés target paysite owners and affiliate systems, ie: if you have your own content and need foreign billing for it.
Free site owners can definately increase their revenues using www.pin2cash.com that got various sites optimized to convert foreign traffic using phone and sms billing options :2 cents:

Turboface 11-07-2008 12:00 AM

Have your host install mod_geoip on your server and then put this as your .htaccess file.

Code:

GeoIPEnable On
GeoIPDBFile /path/to/GeoIP.dat

# Redirect one country
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CA$
RewriteRule ^(.*)$ http://www.canada.com$1 [L]

# Redirect multiple countries to a single page
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(CA|US|MX)$
RewriteRule ^(.*)$ http://www.northamerica.com$1 [L]

http://www.maxmind.com/app/mod_geoip

:winkwink:

Adultnet 11-07-2008 12:36 AM

start doing it if u are not ..

GABScott 11-07-2008 06:16 AM

Global Adult Billing offers alternative billing solutions in 212 countries worldwide and has the most complete charge by SMS service in the world. So if you've got your own content Hit us up, we have our own geo locate software and speak to your customer in their language, also enabling you to bill some of the 70% of the global population who don't have a credit card! If you don't have your own content try Todd at eurorevenue.com they have some awesome sites and are great guys.


All times are GMT -7. The time now is 10:49 AM.

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