I have an old version of phpnuke: 6.9.
I have served only 2 or 3 modules in html.
After a long search I opted for GT_Nextgens: installing everything ok.
"But I have a problem: modules Monitor does not count more visits to the modules in html (example: Encyclopedia.html)
I have checked the code, but I can not make the change.
Help.
Monitor.php Code be amended:
Code:
//Analiza la URL para saber si es un Modulo o otro tipo de pagina
function analiURL($url){
if ($url == "/") $pagina = "Home";
else if (ereg ("index.php", $url)) $pagina = "Home";
else if (ereg ("modules.php", $url)) $pagina = analiMod($url);
....
return $pagina;
}
Update:
Monitor is a module of statistics similar to MS-Analysis.
For MS-Analysis is used "GT-NExtGEn Conversion Pack for MS_Analysis 2.0" (GT-NExtGEn_CP_MS_Analysis_20); readme is present in this change:
Unfortunately montegoscripts on the issue was not resolved.
I think that such an change should also be made in the file includes / monitor.php code written in previous posts. I have made many tests but there are not successful.
Hoping you can help me .....
Hello, Thank you very much. Dino.
Joined: Aug 29, 2004 Posts: 7452 Location: Arizona
Posted:
Mon Aug 11, 2008 6:36 am
dino, my apologies on not being able to help you at the moment as this would require more time than I have available. I have never used MS Analysis, so it would take quite a bit of research. I have not forgotten you...
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum