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)
-   -   Where to make a QR code (https://gfy.com/showthread.php?t=1373054)

Rochard 02-15-2024 04:28 PM

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.

Huggles 02-15-2024 05:56 PM

Quote:

Originally Posted by Rochard (Post 23233423)
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! :1orglaugh:1orglaugh:1orglaugh

Huggles 02-15-2024 06:08 PM

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")

fuzebox 02-15-2024 06:22 PM

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 .

Rochard 02-15-2024 07:06 PM

Quote:

Originally Posted by fuzebox (Post 23233473)
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.

plsureking 02-15-2024 07:15 PM

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

#

fris 02-16-2024 12:21 PM

Quote:

Originally Posted by Rochard (Post 23233423)
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/

Mr Pheer 02-16-2024 06:02 PM

Quote:

Originally Posted by Rochard (Post 23233490)
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?

machinegunkelly 02-18-2024 11:21 AM

Quote:

Originally Posted by Huggles (Post 23233458)
Boomer moment! :1orglaugh:1orglaugh:1orglaugh

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.

Huggles 02-18-2024 02:43 PM

Quote:

Originally Posted by machinegunkelly (Post 23234587)
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!

Rochard 02-18-2024 02:54 PM

Quote:

Originally Posted by Mr Pheer (Post 23234018)
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.

plsureking 02-18-2024 09:11 PM

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 :1orglaugh)

#

plsureking 02-18-2024 11:03 PM

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/

#

Retiree 02-19-2024 02:22 AM

I am using https://qrgenerator.org/

Its free for life. So far, after a year, no issues whatsoever.

machinegunkelly 02-19-2024 05:52 PM

Quote:

Originally Posted by plsureking (Post 23234785)
(MGK thats a horrible story :1orglaugh)

was not my finest moment :1orglaugh:1orglaugh:1orglaugh

Huggles 02-19-2024 06:42 PM

BOOMERS!



All times are GMT -7. The time now is 07:42 AM.

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