Welcome Guest, Not a member yet? Register   Sign In
QRCode Generator v1.0
#11

[eluser]Bob Sawyer[/eluser]
Hi Kudosmi,

What's to update? The script does what it's supposed to. I didn't write the original generator, I just adapted it to work within CI. It's not an ongoing development project, though.
#12

[eluser]greg.baker[/eluser]
Hi Bob. I'm glad to see you still active in the thread for I have a question.
First off I did copy your zip and will try it soon for I am learning CI as I type.

What I really need is a QR Code reader. Have you tackled that one yet?

Thanks for your zip. Any help with the reader would be nice.

Greg
#13

[eluser]pixelsandcode[/eluser]
Hi Greg,

No, haven't tackled a reader, and don't have any plans to. Sorry! Smile
#14

[eluser]greg.baker[/eluser]
No problem. Thanks for the quick response.

greg
#15

[eluser]Unknown[/eluser]
i'm using your helper to generate QR image for my web page and got following error


Severity: User Error
Message: QRcode : Overflow error
Filename: helpers/qr_img_helper.php
Line Number: 369

Here my code

$data = 'http://www.marvelservices.com';
$filename = 'qrImage.jpg';
$qrdata = array('d' => $data, 'e' => 'M', 's' => 12, 'v' => 1, 't' => 'J', 'f' => $filename);
qrencode($qrdata);

please i need your help
#16

[eluser]Aquanode[/eluser]
Hi Bob,
I'm eager to grab your code and give it a whirl as part of a project I'm working on, the zip file posted at http://codeigniter.com/wiki/QRCode_Generator/ however, no longer appears to be valid. Is there another way I can get your CI port of the QR code?
Thanks!
#17

[eluser]Unknown[/eluser]
I downloaded the zip file but when I tried to extract the file it showed error that the file is corrupted. Please send me the zip file at [email protected]. Please send asap.

-Thank you
#18

[eluser]UMGuy[/eluser]
@alam99 or anyone?!

What was the solution to your problem? Nobody posted any followup. I am basically having the same issues you had (basically the same code and even the same line # in the error message). Pulling my hair out as I type this. Smile

Thanks.
#19

[eluser]Unknown[/eluser]
Sorry, is anybody still there?

I'm trying to download qr_image_helper.zip but it's unavailable :'(

Can anyone help me?
#20

[eluser]UMGuy[/eluser]
[quote author="TobyOoO" date="1302212974"]Sorry, is anybody still there?

I'm trying to download qr_image_helper.zip but it's unavailable :'(

Can anyone help me?[/quote]

Did you ever get any relief from this? I don't think anybody monitors these older threads with any regularity. I ended up abandoning this approach and just went with something else and it worked right out of the box... QRCODE. If you're still hunting, check this one out...

http://phpqrcode.sourceforge.net/




Theme © iAndrew 2016 - Forum software by © MyBB