Right place? ------------ I am not sure this is the right forum to post this question, but I weren't sure where else I should post it.
Looking for: ------------ XOOPS uses cookies, that it stores on the users machine, in order to keep track of the user, what entries he has read, etc. At least as I understand it.
I would like to know how these cookies are organised - their format, where they are being produced (where in the code) and where they are being read - but I don't know where to find such information.
Why? ---- The present use of cookies seems - at least to me - to be ineffective. If I log in on one machine and read the news and then moved to another machine and log in, then it seems as if I didn't read any news at all. Having had a very brief look at the cookies left on my computer from xoops-sites, the information seems fairly short (in terms of space required to store it). I am thus wondering if it would be possible and useful to store the cookie-information in the user's profile on the server in stead on some random computer somewhere, that the user might never access again.
Disclaimer ---------- I have no understanding of how these things work (that's why I am looking for some information in the firste place) and I am sure that the chosen solution (the cookies) was chosen for a reason. Just wondering - and hoping - it could be made smarter seen from the point of view of the user.
I use FireFox (and less often Opera - and occassionally a few other odd browsers) - and Firefox does support ActiveX (on some pages, if I block ActiveX I loose fuctionality when using FireFox).
Now, as far as I know, ActiveX is an OS-functionality, that the html-code calls. Much like AREXX on the AmigaOS Classic. It is not a browser-thing.
Anyway, ActiveX still should be forbidden any access to any webpage, as it is a windows only functionality and won't work on any other OS. Which is not a very good idea.
ActiveX furthermore gives a homepage the ability to execute programs on your computer and that is about as big a security hole as you can get. (Deleting the regdb, files etc. comes to mind.)
So no matter how you look at it ActiveX is definetely a no-no.
[/RAVE ON]
Besides, you wrote: Quote:
Active-X can be used really for bad purpose, but hey, if set security settings in IE allright there should be no problem.
This is simply not true. No matter how you set the security settings in MSIE you are running a program that is the largest single security hole in windows - number 2 being Outlook - with or without the Express extension.
In generel people should be discouraged to use MSIE and webdesigners should NOT go out of their way to make webpages MSIE complient. That only makes people believe, that MSIE is a usefull choice as a browser, when in fact it is not. But alas, it is not a perefct world...
[/RAVE OFF]
A note on
Searched the web and found the following tidbit: Quote:
As a test, you could turn of banners in the XOOPS system admin.
Never been using banners. But saw that it was turned on for my newly installed site (probably as default). Turned it off and it seems to have stopped the annoying "ActiveX" from appearing.
Will see if I encounter any "ActiveX" elements the coming days.
Thanks for the pointer. Would never have thought about it as I never use banners.
Normally this would be done globally for your XOOPS-site under Admin/Preferences.
But it might be that the files in the English-folder you mention are in reality written in Spanish. Thus XOOPS displays the right language files - they just haven't been translated to English yet.