21
Quote:
@Lazy: sorry, I don't get you well about:
Quote:for preventing "referral-spam"
Could you please let me know what it is about?
No problem... When I had in SiteStats module referrer page visible for anonymous user, I got heavy DoS-attack on site (as side effect of promouting spamvertized by fake referrer-field sites) - 100-120 hits per minute from one (I was happy to be target only one attack)... Your (opened to everybody) myReferer/referer.php can also give such effect, thus - I close it from anonymous
Quote:
An about your problem (not sure I get you well):
I had to write it more clean: I have only one problem
- Blank page on myReferer/query.php (and PHP-debug show nothing useful... at least for me... and related to your module - only some notice and warnings about other modules)
Notice [PHP]: Undefined offset: 1 in file modules/statistics/include/hitcounter.php line 55
Notice [PHP]: Constant _MI_NEWS_DATEFORMAT_DESC already defined in file modules/news/language/russian/modinfo.php line 127
Notice [PHP]: Constant _MI_NAME already defined in file modules/profiles/language/english/modinfo.php line 27
Notice [PHP]: Constant _MI_DESC already defined in file modules/profiles/language/english/modinfo.php line 28
Notice [PHP]: Undefined index: canusersubmit in file modules/profiles/xoops_version.php line 42
Notice [PHP]: Undefined index: submitarts in file modules/PDdownloads/xoops_version.php line 78
Warning [PHP]: array_intersect(): Argument #1 is not an array in file modules/PDdownloads/xoops_version.php line 78
All other separate page shown correctly...
And small notice about sort-order on blocks. Both block have second order-by identical (last-visit), but one block uses ASC-order (Last Referers - oldest on top), second uses DESC(Search Engines - newest on top).
It seems strange and somehow alogical for me... ORDER BY must be unified, I suppose?