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)
-   -   Need my own GEOIP thumb generator for dating banners (https://gfy.com/showthread.php?t=873636)

gleem 12-05-2008 10:17 AM

Need my own GEOIP thumb generator for dating banners
 
hey, anyone know where to get GEOIP thumb builder script similar to all the dating sites? I want to build my own so I Can use some hardcore thumbs that are of my own models so I have all the docs.

Is there a boxed version of the script? Or does anyone have a script made they can sell me or do a little custom work on?:thumbsup

spacedog 12-05-2008 10:20 AM

check out maxmind.com for GeoIp Detection

Kristian 12-05-2008 10:21 AM

I might be able to help.

gleem 12-05-2008 10:27 AM

Quote:

Originally Posted by spacedog (Post 15149472)
check out maxmind.com for GeoIp Detection


Yeah, I just don't know how to integrate it into a geo thumb builder


Quote:

Originally Posted by Kristian (Post 15149480)
I might be able to help.

Great, as long as I don't have to promote DG :thumbsup

borked 12-06-2008 05:32 AM

what do you mean "a geo thumb builder"?

use this PHP Class to use maxmind's db without the hassle of having to install it

Then surely you can find a way to use the variables to build your geo thumbs...

if not, hit me up and I'll help you, cos I don't understand what it is you want to do

borked 12-06-2008 05:37 AM

Oh, ok, yeah I see what you mean. That's really easy - download that class I linked you to then something like this:

Code:

<?php
require_once('geoplugin.class.php');
$geoplugin = new geoPlugin();
$geoplugin->locate();

echo "<div><img src='/images/babe1.jpg' width=100 height=100 /><br />Pamela, age:26, Location: " . $geoplugin->city . "</div>";

voila.

borked 12-06-2008 10:52 AM

Sound of one hand clapping?

Anyway, what will work very well for these kind of ads, is the "nearby" function, so that not all the ads simply display the exact location of the visitor - much more authentic.

Code:

<?php
require_once('geoplugin.class.php');
$geoplugin = new geoPlugin();
$geoplugin->locate();

echo "<div><img src='/images/babe1.jpg' width=100 height=100 /><br />Pamela, age:26, Location: " . $geoplugin->city . "</div>";

$nearby = $geoplugin->nearby();
if ( is_array($nearby) ) {
  foreach($nearby as $key => $array) {
    echo "<div><img src='/images/babe{$key}.jpg' width=100 height=100 /><br />Age:26, Location: " . $array['geoplugin_place'] . "</div>";
  }
}


Pete-KT 12-06-2008 10:59 AM

Hey Gleem hit me up I already got one of these built, and can modify it anyway u need.

gleem 12-07-2008 10:11 PM

Quote:

Originally Posted by borked (Post 15153527)
what do you mean "a geo thumb builder"?

use this PHP Class to use maxmind's db without the hassle of having to install it

Then surely you can find a way to use the variables to build your geo thumbs...

if not, hit me up and I'll help you, cos I don't understand what it is you want to do


Problem is I'm not a programmer... thanx for helping though.

gleem 12-07-2008 10:25 PM

Quote:

Originally Posted by Pete-KT (Post 15154823)
Hey Gleem hit me up I already got one of these built, and can modify it anyway u need.

Will be hitting you up Monday morn :thumbsup

borked 12-07-2008 11:56 PM

Quote:

Originally Posted by gleem (Post 15160303)
Problem is I'm not a programmer... thanx for helping though.

http://www.geoplugin.com/geoexamples...rl/geogirl.gif

see fucking-around-and-business-discussion/873995-geolocation.html

you don't need to be a programmer for it, just add your own photos to the images directory, and make up as many names as there are photos :winkwink:

gleem 12-08-2008 10:29 AM

I read the thread, still a bit fuzzy about where to get the database and how to set it up, hit me up on AIM via sig, added ya but refuses my messages.

DutchTeenCash 12-08-2008 10:32 AM

ask quantum-x he has an amazing program that makes the banners you are looking for

like this

http://www.dutchteencash.com/fansign...Country/4/AA==

DutchTeenCash 12-08-2008 10:35 AM

52-779-009 is his icq


All times are GMT -7. The time now is 09:32 PM.

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