Am 01.12.2013 14:48, schrieb Ilario Valdelli:
> Do you mean that the software code is only:
> 
> * csv.php
> * index.php
> * stats.php

the code is divided in three parts:

* qrwp.org:
config.php
favicon.ico
ga.php
googleAnalytics.php
index.php
stats.php
style.css

* qrpedia.org:
config.php
css/
csv.php
favicon.ico
images/
index.php
js/
stats.php

* a PHP QR code library
to be put underneath the qrpedia.org document root
from http://www.swetake.com/qr/

The code neither comes with the QR code library nor SQL scheme but it
can easily be reverse-engineered, it's just a single table for the stats:

CREATE TABLE IF NOT EXISTS `stats` (
  `Datetime` datetime NOT NULL,
  `UA` varchar(255) NOT NULL,
  `IP` varchar(255) NOT NULL,
  `Languages` varchar(255) NOT NULL,
  `Domain` varchar(255) NOT NULL,
  `Path` varchar(255) NOT NULL,
  `Destination` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

If someone needs the full package (revision from January 2013) just send
me a mail.


/Manuel
-- 
Wikimedia CH - Verein zur Förderung Freien Wissens
Lausanne, +41 (21) 34066-22 - www.wikimedia.ch

_______________________________________________
http://wikimedia.ch Wikimedia CH website
Wikimediach-l mailing list
https://lists.wikimedia.org/mailman/listinfo/wikimediach-l

Antwort per Email an