Image based geoip?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #1

    Image based geoip?

    anyone know how to do those image based GEOIP?? basically someone opens an image and it shows him his location..

    But itll be nice if the image looked like text, so you can send this in email and the person wont realize its an image..
    _________________
    I am the best
  • seeandsee
    Check SIG!
    • Mar 2006
    • 50945

    #2
    you need some coder for that + geoip db
    BUY MY SIG - 50$/Year

    Contact here

    Comment

    • grumpy
      Too lazy to set a custom title
      • Jan 2002
      • 9870

      #3
      uhm...so why not plain text???
      Don't let greediness blur your vision | You gotta let some shit slide
      icq - 441-456-888

      Comment

      • GrouchyAdmin
        Now choke yourself!
        • Apr 2006
        • 12085

        #4
        I dunno that shits kinda difficu

        Web bugs in email are usually filtered these days. Yeah you can send HTML and say 'HEY ASSHOLE IN SEATTLE, YEAH YOU', but.. meh?

        Comment

        • xxweekxx
          Confirmed User
          • Oct 2002
          • 6780

          #5
          Originally posted by GrouchyAdmin
          I dunno that shits kinda difficu

          Web bugs in email are usually filtered these days. Yeah you can send HTML and say 'HEY ASSHOLE IN SEATTLE, YEAH YOU', but.. meh?
          yeah so what would be the code to send plain text in email... i mean most email u cant use javascript.. so??
          _________________
          I am the best

          Comment

          • borked
            Totally Borked
            • Feb 2005
            • 6284

            #6
            Don't see why you can't put a white image with geo black text in an html email.

            For coding work - hit me up on andy // borkedcoder // com
            (consider figuring out the email as test #1)



            All models are wrong, but some are useful. George E.P. Box. p202

            Comment

            • xxweekxx
              Confirmed User
              • Oct 2002
              • 6780

              #7
              Originally posted by borked
              Don't see why you can't put a white image with geo black text in an html email.

              can you give me an example?
              _________________
              I am the best

              Comment

              • woj
                <&(©¿©)&>
                • Jul 2002
                • 47882

                #8
                Just use text, if the list is legit, you should already have their ip, so determine their location based on that ip and include it in the email... it's not rocket science...
                Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                Comment

                • borked
                  Totally Borked
                  • Feb 2005
                  • 6284

                  #9

                  For coding work - hit me up on andy // borkedcoder // com
                  (consider figuring out the email as test #1)



                  All models are wrong, but some are useful. George E.P. Box. p202

                  Comment

                  • StrokeKing
                    Confirmed User
                    • May 2008
                    • 232

                    #10
                    You couldn't do it unless you linked an image remotely in the E-Mail. Attaching an image wouldn't work.

                    If you are OK with remote image linking - it's wonderfully easy.
                    Adult Reviews by the Stroke King.

                    Comment

                    • HookUPcom
                      Confirmed User
                      • Sep 2008
                      • 1235

                      #11
                      I use Borked for our stuff...

                      Andy, hit me up if you get a chance, need you to look at something.
                      .
                      icq: 364-320-971

                      Comment

                      • borked
                        Totally Borked
                        • Feb 2005
                        • 6284

                        #12
                        hey Jason, yeah - np got your email and I'll get on with you in a few hrs to help ya out

                        For coding work - hit me up on andy // borkedcoder // com
                        (consider figuring out the email as test #1)



                        All models are wrong, but some are useful. George E.P. Box. p202

                        Comment

                        • BestXXXPorn
                          Confirmed User
                          • Jun 2009
                          • 2277

                          #13
                          So what you want to do is use GD Lib to generate your image (most likely)...

                          When a user hits the image request it's actually parsed as PHP (assuming you're using PHP)... The script does an IP lookup against the installed Geo IP DB and then creates an image on the fly that has the info in it. The header type is changed to whatever you're outputting your image as and then the content is served up.

                          I could create this for you if you'd like, hit me up on ICQ
                          ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com

                          Comment

                          • borked
                            Totally Borked
                            • Feb 2005
                            • 6284

                            #14
                            Originally posted by BestXXXPorn
                            So what you want to do is use GD Lib to generate your image (most likely)...

                            When a user hits the image request it's actually parsed as PHP (assuming you're using PHP)... The script does an IP lookup against the installed Geo IP DB and then creates an image on the fly that has the info in it. The header type is changed to whatever you're outputting your image as and then the content is served up.

                            I could create this for you if you'd like, hit me up on ICQ
                            Dude, I know you know your stuff, but this is all Chinese - just give the guy what he wants, cos he certainly doesn't care *how* it's done, just he knows what he wants.

                            Like I said


                            In any case for the OP, I don't know/care why you want to add this kind of stuff in emails, but yeah it's completely doable and easily, so ask BestXXXPorn to execute as he's available (I think) for stuff like this.

                            For coding work - hit me up on andy // borkedcoder // com
                            (consider figuring out the email as test #1)



                            All models are wrong, but some are useful. George E.P. Box. p202

                            Comment

                            • woj
                              <&(©¿©)&>
                              • Jul 2002
                              • 47882

                              #15
                              Originally posted by borked
                              Dude, I know you know your stuff, but this is all Chinese - just give the guy what he wants, cos he certainly doesn't care *how* it's done, just he knows what he wants.
                              Actually, I bet ya he just wants the code posted here so he wouldn't have to pay for it
                              Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                              Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                              Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                              Comment

                              • borked
                                Totally Borked
                                • Feb 2005
                                • 6284

                                #16
                                Originally posted by woj
                                Actually, I bet ya he just wants the code posted here so he wouldn't have to pay for it
                                Yup, there are too many free loaders on this board - in any business if you don't know how to do something you pay for a specialist.

                                Geoip is easy cos there are free databases out there, but doesn't mean geoip is easy

                                I do agree though 100% with you and it's a shame that a lot of people expect expertise for nothing. The example I gave shows it's doable and any of the coders who posted here all know how to do it, yet anyone got a call to do it?

                                In any case, I'm out!

                                For coding work - hit me up on andy // borkedcoder // com
                                (consider figuring out the email as test #1)



                                All models are wrong, but some are useful. George E.P. Box. p202

                                Comment

                                • xxweekxx
                                  Confirmed User
                                  • Oct 2002
                                  • 6780

                                  #17
                                  yeah ill pay someone to do it.. can text match regular email texT?? i can do remote image linking
                                  _________________
                                  I am the best

                                  Comment

                                  • Killswitch - BANNED FOR LIFE

                                    #18
                                    It'd be best just to do it like mentioned above, if you have a legit database, you already have their IP, use a GeoIP setup to get their location, put the plain text into the email, and send it... Way better than an image. Alot of free email sources block images unless they click "Yes show images from xxx.com".

                                    Comment

                                    Working...