New plugin loader, page features, API0.2b, Bugfixes

This commit is contained in:
2016-11-19 16:13:37 +01:00
parent 6d1eef25ca
commit b97faf21fd
230 changed files with 36532 additions and 36346 deletions

View File

@ -1,4 +1,4 @@
<?php
addHead('<script>var script = document.createElement("script");script.src = "//filtr.sandros.hu/statistics/7?codeparts"+(document.referrer ? "&amp;cf="+encodeURIComponent(document.referrer):"");document.getElementsByTagName("head")[0].appendChild(script);function filtrAction(action){return ($.ajax({url: "//filtr.sandros.hu/statistics/7?action="+action+"&uid="+filtrUser, async: false}) ? true : true);}</script>', 'filtr-stat');
addHead('<script>$(document).ready(function(){$("#scroll-up,#arrowDown").click(function(){filtrAction("click_"+$(this).attr("id"));});});</script>');
<?php
addHead('<script>var script = document.createElement("script");script.src = "//filtr.sandros.hu/statistics/7?codeparts"+(document.referrer ? "&amp;cf="+encodeURIComponent(document.referrer):"");document.getElementsByTagName("head")[0].appendChild(script);function filtrAction(action){return ($.ajax({url: "//filtr.sandros.hu/statistics/7?action="+action+"&uid="+filtrUser, async: false}) ? true : true);}</script>', 'filtr-stat');
addHead('<script>$(document).ready(function(){$("#scroll-up,#arrowDown").click(function(){filtrAction("click_"+$(this).attr("id"));});});</script>');
?>

View File

@ -1,5 +1,5 @@
{
"name": "Filtr. Stat",
"description": "Count visitors, etc.",
"paths": "/,/entry,/page,/p,/user"
"description": "Track visitors, log actions to better understand how others use your site.",
"paths": "*"
}