Where to make a QR code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rochard
    Jägermeister Test Pilot
    • Dec 2001
    • 75733

    #1

    Where to make a QR code

    Where does one make a QR code that does not expire.

    I made a QR code for a local project and created what I thought was a free QR code and printed out 2k flyers only to discover it expired after two weeks and they wanted me to pay up to keep the QR code working.
    Herschel Savage
    Brooklyn, NY
  • Huggles
    GFY'S #1 retard
    • Feb 2003
    • 12499

    #2
    Originally posted by Rochard
    I thought was a free QR code and printed out 2k flyers only to discover it expired after two weeks and they wanted me to pay up to keep the QR code working.
    Boomer moment!
    https://3-veo.com/
    The best AI video maker portal.

    Comment

    • Huggles
      GFY'S #1 retard
      • Feb 2003
      • 12499

      #3
      Reachard, if you want to make a QR code that you own, you should be puttering around with the AI and coding it yourself:

      import qrcode

      # The data you want to encode in the QR code
      data = "https://www.example.com"

      # Generate the QR code
      qr = qrcode.QRCode(
      version=1, # controls the size of the QR Code
      error_correction=qrcode.constants.ERROR_CORRECT_L, # controls the error correction used
      box_size=10, # controls how many pixels each “box” of the QR code is
      border=4, # controls how many boxes thick the border should be
      )
      qr.add_data(data)
      qr.make(fit=True)

      # Create an Image object from the QR Code instance
      img = qr.make_image(fill_color="black", back_color="white")

      # Save the image to a file
      img.save("my_own_qr_code.png")

      print("QR code generated and saved as my_own_qr_code.png")
      https://3-veo.com/
      The best AI video maker portal.

      Comment

      • fuzebox
        making it rain
        • Oct 2003
        • 22353

        #4
        A lot of the free sites out there will generate a QR code that links to their site, not yours. A QR code itself is a free simple thing anyone can make, like the code Huggles posted above.

        There are free generator sites that just generate a bare qr code that points to where you want, like https://www.qrcode-monkey.com .

        Comment

        • Rochard
          Jägermeister Test Pilot
          • Dec 2001
          • 75733

          #5
          Originally posted by fuzebox
          A lot of the free sites out there will generate a QR code that links to their site, not yours. A QR code itself is a free simple thing anyone can make, like the code Huggles posted above.

          There are free generator sites that just generate a bare qr code that points to where you want, like https://www.qrcode-monkey.com .
          That's the problem. They say they are free and then two weeks later they send you email saying "sign up to continue".

          Your link looks good.
          Herschel Savage
          Brooklyn, NY

          Comment

          • plsureking
            bored
            • Aug 2003
            • 4905

            #6
            here's one way to do it. there are several others.

            https://github.com/heli-toon/qrcode-api

            i just built a QR login like netflix/prime/appletv..

            #
            PornCMS / low cost paysite management with hosting

            Comment

            • fris
              I have to go potty
              • Aug 2002
              • 55708

              #7
              Originally posted by Rochard
              Where does one make a QR code that does not expire.

              I made a QR code for a local project and created what I thought was a free QR code and printed out 2k flyers only to discover it expired after two weeks and they wanted me to pay up to keep the QR code working.
              https://qr.io/
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              My Latest Theme

              Comment

              • Mr Pheer
                So Fucking Banned
                • Dec 2002
                • 22082

                #8
                Originally posted by Rochard
                That's the problem. They say they are free and then two weeks later they send you email saying "sign up to continue".

                Your link looks good.
                Haven't you learned by now that when shit is free, YOU are the thing for sale?

                Comment

                • machinegunkelly
                  Confirmed User
                  • Jun 2003
                  • 3304

                  #9
                  Originally posted by Huggles
                  Boomer moment!
                  In a rare moment, I'll defend roctard here... I fell for the same fucking site.. cant remember the name..

                  They really dont make it clear that you need to pay, until it expires, I think they AIM for such situation.

                  And if you think his 2k flyers was bad... I did it on a 8 foot tall, 20 wide background for a fucking trade booth..

                  I actually reprinted my own custom QR code 1.5foot by 1.5 foot and stuck it over the printed one, was a fucking mess.
                  dead.

                  Comment

                  • Huggles
                    GFY'S #1 retard
                    • Feb 2003
                    • 12499

                    #10
                    Originally posted by machinegunkelly
                    And if you think his 2k flyers was bad... I did it on a 8 foot tall, 20 wide background for a fucking trade booth..
                    At least you could fix it by changing just 1 thing!
                    https://3-veo.com/
                    The best AI video maker portal.

                    Comment

                    • Rochard
                      Jägermeister Test Pilot
                      • Dec 2001
                      • 75733

                      #11
                      Originally posted by Mr Pheer
                      Haven't you learned by now that when shit is free, YOU are the thing for sale?
                      This time I got tricked. Everything said "free, free free".

                      Now I know.
                      Herschel Savage
                      Brooklyn, NY

                      Comment

                      • plsureking
                        bored
                        • Aug 2003
                        • 4905

                        #12
                        here's another open source script if the last one was too complicated. anyone with a server should be able to install it easily.

                        https://github.com/chillerlan/php-qrcode


                        (MGK thats a horrible story )

                        #
                        PornCMS / low cost paysite management with hosting

                        Comment

                        • plsureking
                          bored
                          • Aug 2003
                          • 4905

                          #13
                          here's another easy/popular script to install and there's a free demo right on the page to create one.

                          https://phpqrcode.sourceforge.net/

                          #
                          PornCMS / low cost paysite management with hosting

                          Comment

                          • Retiree
                            Life is short
                            • May 2012
                            • 1491

                            #14
                            I am using https://qrgenerator.org/

                            Its free for life. So far, after a year, no issues whatsoever.
                            Selling promo spots on REDDIT subreddits with 560k+ followers - CLICK HERE

                            Selling posts on X accounts with 120k+ followers - CLICK HERE

                            Comment

                            • machinegunkelly
                              Confirmed User
                              • Jun 2003
                              • 3304

                              #15
                              Originally posted by plsureking
                              (MGK thats a horrible story )
                              was not my finest moment
                              dead.

                              Comment

                              • Huggles
                                GFY'S #1 retard
                                • Feb 2003
                                • 12499

                                #16
                                BOOMERS!

                                https://3-veo.com/
                                The best AI video maker portal.

                                Comment

                                Working...