Recent content by Qforen

  1. Q

    Screenshot Server Maintenance

    I cannot create screenshots. Is the service currently offline?
  2. Q

    QR Code for links

    It works by replacing the "&" character: <img src="http://chart.apis.google.com/chart?chs=100x100&cht=qr&chl={$list_url}/index.php?a=out%26u={$username}%26go=1" alt="{$url}" width="100" height="100" /> Now the outhits are counted.
  3. Q

    QR Code for links

    I've just tried and it does not work. The QR image contains only the first part of the address : http://yourdomain.com/index.php?a=out It does not matter for me, it is so fine :)
  4. Q

    QR Code for links

    It is not possible that the hits are counted. In the QR image only the link is stored. How should the visiolist find out, that you have photographed the QR ;)
  5. Q

    QR Code for links

    With Google's help, I solved the problem myself. Google has an API with which you can create the QR images. The following code can be easily inserted anywhere: <img src="http://chart.apis.google.com/chart?chs=100x100&cht=qr&chl={$url}" alt="{$url}" width="100" height="100" /> Now it looks like...
  6. Q

    QR Code for links

    I think you misunderstood me. The QR codes are intended for the members of my list. QR codes are very popular in germany. You find them everywhere now. I personally use them to quickly send links to my friends via SMS and WhatsApp.
  7. Q

    QR Code for links

    I think it would be great if the link is also shown as a QR code graphics. e.g. There is a free library that can create those graphics: http://phpqrcode.sourceforge.net/ Unfortunately, I have no idea about programming this. I would be very glad if someone could create such a plugin.
Top