i wan tot show total download and total views in my website please help me
is there any module for the full statistics
thanks in advance
i wan tot show total download and total views in my website please help me
is there any module for the full statistics
thanks in advance
hey,
first search the forum them post.
hey i do that but that is not showing the downloading and views (in numbers) and showing some error at the page opens.
Hey dear u please go to www.setaswall.com u will see the problem
total download and views is blank
and showing a sql error...........
thanks for replying
dear that the same post i did but the download and total view is blank and there is some sql error
upload your changed files here
here it is
statisticsblock.php code
.................................................................
<?php
class ExtraBlock extends Module
{
function ExtraBlock()
{
$this->name = 'ExtraBlock';
$this->version = '1.0';
$this->displayName = 'Extra Block';
parent::Module();
$this->page = basename(__FILE__, '.php');
//$this->warning = $this->l('You have not yet set your Footer Links ID');
$this->description = $this->l('Integrate the Extra Block script into your site');
$this->confirmUninstall = $this->l('Are you sure you want to delete your details ?');
}
function install()
{
if (!parent::install() OR !$this->registerHook('left') )
return false;
return true;
}
function uninstall()
{
if (!parent::uninstall())
return false;
return true;
}
function hookRight($params)
{
global $step, $smarty, $DB, $cache_id;
$output = $this->display(__FILE__, 'extrablock.tpl');
return $output;
}
function hookLeft($params)
{
return $this->hookRight($params);
}
}
?>
edit, find and replace in statisticsblock.php......In modules
ok
Thank You Very Much Boss (SHEKHAR)
one more question dear how can i do random wallpaper on the latest side and latest wallpaper to pages done side
not happening in module setting in admin area, i dont know whats the setting 4 that??????????
hey friends please tell me how to add total views on my site
You must log in to post.