I found a nice counter counting visiters total, online and unique visitors.
Though the latter is dubious but is probably based on adress which varies per visit it seems.
Positioned with the adress perhaps best, though I'll have to look whether this counts correctly, since the frame position is used to display texts also.
Futher I need to reprogram the frameparts of "the old stuff" since it isn't up to "encyclopedia style". I'll do this prior to hooking them into some (yet to define) subpage of the encyclopedia.
Strange is the fact the the php-call fopen(....,"r+") the above counter uses doesn't function with window-version of php running under windows-iis, doesn't function (permission denied on the file). An xml-reading project of mine reads the xml file fine!
Makes me confident that an uploadscript that doesn't function "ofline" either (move_uploaded_file always returns false) strangly my nephew reported that a boldly used rename did do the job. Given the above the upload probably will function online, so I have to figure out where to put the script and where the uploads are to be dumped.
besides that probably a hint to the uploader for the phpBB-forum-post to hook up the uploaded.
Also limiting the options to possibly .pdf and hypercube.xml files probably best, but the latter takes some mayor programming in the for me new php-language. Also enabling the php-script to display the hypercubes in an xml-file are things I have to look into.