Jump to content

vStatsCenter


Kyle
Message added by Kyle

WARNING: This module is no longer supported from the developer as the developer is shifting their focus on phpVMS v4 Addons.

Recommended Posts

  • Moderators

Core>Modules

  //Whenever your pages are public, you could be running into a risk of bots exessively running this page.
  //This page has tons of queries to run to return the real-time stats, if I were you, I would require login first as it's already done for you.
  if (!Auth::LoggedIn()) {
	    $this->set('message', 'You must be logged in to view this page!');
	    $this->render('core_error.tpl');
	    return;
    }

Link to comment
Share on other sites

  • 2 weeks later...
  • Moderators

Core>Modules

     //Whenever your pages are public, you could be running into a risk of bots exessively running this page.
     //This page has tons of queries to run to return the real-time stats, if I were you, I would require login first as it's already done for you.
     if (!Auth::LoggedIn()) {
           $this->set('message', 'You must be logged in to view this page!');
           $this->render('core_error.tpl');
           return;
       }

Just remove that part. ;)

Nice work on the desgin!

Link to comment
Share on other sites

  • 2 months later...

Hello

I installed the module without problems, but the frames are not present.

nottables.jpg

further question, in the readme.txt says:

LEAVE THE $ month and $ year VARIABLES ALONE OR THE LINK WILL FUNCTION PROPERLY!

<? php

$ month = date (n);

$ year = date (Y);

?>

<a href = "<? php echo url ('/ vStatsCenter / index? month ='. $ month. '& year ='. $ year.'')?>"> vStatsCenter </ a>

This where I check?

Best regards

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...