nope. You would want to use
https://vborg.vbsupport.ru/showthread.php?t=109523.
or
If you replace the contents of the plugin XML file with:
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>pageviews</title>
<hookname>calendar_start</hookname>
<phpcode><![CDATA[require_once('./counter/counter.php');]]></phpcode>
</plugin>
</plugins>
Then that would only display the pageviews of the calander side. (this is not an extensive hack... Just something quick.)