Jump to content

chaicka

Members
  • Posts

    4
  • Joined

  • Last visited

chaicka's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Interesting. I am not getting that error despite I am not on the server itself, am accessing the hosting server remotely. Use TCH's script -> http://mfm.opensourcehub.com/stats/ Result in blank page. Use Josheli's script -> http://mfm.opensourcehub.com/vodien/ Works well. I love TCH's script as it's well structured. But just can't get it working.
  2. Sorry. Was making some changes in an attempt to make it work. You can try again now. There is no authentication as I disabled that part from the script.
  3. When I view the page source of the blank statistics page, here is the code: > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html lang="en"> <head> <meta name="generator" content="AWStats 6.9 (build 1.925) from config file awstats.mfm.opensourcehub.com.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="description" content="Awstats - Advanced Web Statistics for mfm.opensourcehub.com (2010-08) - main"> <title>Statistics for mfm.opensourcehub.com (2010-08) - main</title> </head> <frameset cols="240,*"> <frame name="mainleft" src="/stats/index.php?config=mfm.opensourcehub.com&framename=mainleft" noresize="noresize" frameborder="0" /> <frame name="mainright" src="/stats/index.php?config=mfm.opensourcehub.com&framename=mainright" noresize="noresize" scrolling="yes" frameborder="0" /> <noframes><body>Your browser does not support frames.<br /> You must set AWStats UseFramesWhenCGI parameter to 0 to see your reports.<br /> </body></noframes> </frameset> </html> This is weird cause if open via CPanel, the frames work fine with the same browsers (FireFox 3.6.7 and IE 8), but when using this stats script, it doesn't load (blank page). I tried changing the UseFramesWhenCGI to 0 and it loads but looks awful. Changing back to 1, it fails to load again.
  4. Hi, I did everything exactly as mentioned in this thread. 1. Move config.php outside public_html, 2. Edit index.php to use [require_once('/home/<cpaneluser>/<folder>/config.php')], 3. Remark out the authentication part of the script in index.php (including the } at the bottom). But, all I get is a blank page. http://mfm.opensourcehub.com/stats/ Any idea what's wrong?
×
×
  • Create New...