Ok guys, i found the greatest (free) tool for webmasters!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xlogger
    Confirmed User
    • Jul 2004
    • 9507

    #1

    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:
    <?
    [COLOR="DarkOrange"]// This part gets the ip of the visitor and matches it to a country name/code[/COLOR]
    
    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": { ?>
    
    [COLOR="Yellow"]<-- WHAT EVER CRAPPY BANNER YOU WANT TO SHOW FOR BELGIUM GOES HERE -->
    [/COLOR]
    <? }
        break;
    case "Taiwan": { ?>
    
    [COLOR="yellow"]<-- WHAT EVER CRAPPY BANNER YOU WANT TO SHOW FOR TAIWAN GOES HERE -->
    [/COLOR]
    <? }
        break;
    
    [COLOR="DarkOrange"]// AND SO ON, YOU CAN ADD MORE COUNTRIES HERE JUST LIKE ABOVE[/COLOR]
    
    default: { [COLOR="DarkOrange"]// THIS WILL EXECUTE FOR [B]ALL[/B] OTHER DESTINATIONS NOT MENTIONED ABOVE ?>[/COLOR]
    
    [COLOR="Yellow"]<-- SEX SEARCH OR TCG BANNER SUITABLE FOR FOR OTHER DESTINATIONS -->[/COLOR]
    
    <? }
    }
    ?>
    3. Look at my sig and sign up

    hehe, not really but you should!
    Last edited by xlogger; 05-04-2006, 03:52 PM.

    ----------
    XLOGGER [REFLECTED] [OH]
  • Spunky
    I need a beer
    • Jun 2002
    • 133978

    #2
    Looks like a neat tool..thanks

    Comment

    • xlogger
      Confirmed User
      • Jul 2004
      • 9507

      #3
      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.

      ----------
      XLOGGER [REFLECTED] [OH]

      Comment

      • Fresh
        • Mar 2005
        • 4920

        #4
        nice


        Promote ONE Legal Tube Site, Collect Checks from 19 Sponsors

        Fresh Dave | Email: [email protected] | ICQ: 317160390


        Comment

        • the alchemist
          Confirmed User
          • Dec 2004
          • 3271

          #5
          Good stuff, thanks
          264 349 400

          Comment

          • mikie mike
            Confirmed User
            • Jan 2005
            • 459

            #6
            WOW what a great tool!!!!

            Comment

            • Deej
              I make pixels work
              • Jun 2005
              • 24386

              #7
              Thats sweet, Im definitely looking into this...

              Score one for xlogger

              :

              Deej's Designs n' What Not
              Hit me up for Design, CSS & Photo Retouching


              Icq#30096880

              Comment

              • CyberHustler
                Masterbaiter
                • Feb 2006
                • 28775

                #8
                gotta bookmark this
                “If you can convince the lowest white man he’s better than the best colored man, he won’t notice you’re picking his pocket. Hell, give him somebody to look down on, and he’ll empty his pockets for you.”

                Comment

                • AmateurFlix
                  Confirmed User
                  • Jul 2004
                  • 7762

                  #9
                  hmm, that might be worth looking into

                  Comment

                  • pornguy
                    Too lazy to set a custom title
                    • Mar 2003
                    • 62910

                    #10
                    Nice find. thanks.
                    PornGuy skype me pornguy_epic

                    AmateurDough The Hottes Shemales online!
                    TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                    Comment

                    • Screaming
                      I can change this!!!!!
                      • Feb 2004
                      • 18972

                      #11
                      trying it out now

                      Comment

                      • Sparks
                        Confirmed User
                        • Nov 2004
                        • 2466

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

                        Comment

                        • pussyluver
                          Clueless OleMan
                          • Mar 2003
                          • 11009

                          #13
                          Great tool!! That China traffic is a tuff choice though.

                          Comment

                          • nico-t
                            emperor of my world
                            • Aug 2004
                            • 29901

                            #14
                            since when is china the same as belgium?

                            Comment

                            • candyflip
                              Carpe Visio
                              • Jul 2002
                              • 43072

                              #15
                              Thanks for sharing that one.

                              Spend you some brain.
                              Email Me

                              Comment

                              • xlogger
                                Confirmed User
                                • Jul 2004
                                • 9507

                                #16
                                Originally posted by nico-t
                                since when is china the same as belgium?
                                Thats a typo.

                                ----------
                                XLOGGER [REFLECTED] [OH]

                                Comment

                                • BigBen
                                  Confirmed User
                                  • Nov 2004
                                  • 2299

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

                                  Comment

                                  • Miguel T
                                    ♦ Web Developer ♦
                                    • May 2005
                                    • 12470

                                    #18
                                    Thank youuuuuuuuu! :D

                                    Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress

                                    Comment

                                    • Empress_JoinRightNow
                                      Confirmed User
                                      • Aug 2005
                                      • 1207

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

                                      Comment

                                      • Shocking
                                        Confirmed User
                                        • Feb 2006
                                        • 523

                                        #20
                                        great thing you found man!
                                        Web Design, Programming and much more!
                                        Complete Mobile Solutions
                                        199-428-702

                                        Comment

                                        • 4Pics
                                          Confirmed User
                                          • Dec 2001
                                          • 7952

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

                                          Comment

                                          • Kard63
                                            Confirmed User
                                            • Nov 2003
                                            • 8944

                                            #22
                                            neat
                                            8 char

                                            Comment

                                            • darksoul
                                              Confirmed User
                                              • Apr 2002
                                              • 4997

                                              #23
                                              haha, at least its not old as fuck.
                                              I can't believe you haven't heard of it so far.
                                              1337 5y54|)m1n: 157717888
                                              BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                                              Cambooth

                                              Comment

                                              • martinsc
                                                Too lazy to set a custom title
                                                • Jun 2005
                                                • 27043

                                                #24
                                                bookmarked
                                                Make Money

                                                Comment

                                                • Damian_Maxcash
                                                  So Fucking Banned
                                                  • Oct 2002
                                                  • 12745

                                                  #25
                                                  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......

                                                  Comment

                                                  • marko13
                                                    Confirmed User
                                                    • Apr 2004
                                                    • 7512

                                                    #26
                                                    thanks for that...
                                                    We are responsible for your hosting ... Enjoy in your life.
                                                    Shared hosting from $3.95 Europe Linux VPS plans from $11.37
                                                    http://www.LVPSHosting.com

                                                    Comment

                                                    Working...