Wallpaper Script Forum » How-To and Troubleshooting

view download and view

(14 posts)

Tags:

  1. 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

    Posted 1 year ago #
  2. hey,

    first search the forum them post.

    Posted 1 year ago #
  3. hey i do that but that is not showing the downloading and views (in numbers) and showing some error at the page opens.

    Posted 1 year ago #
  4. 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

    Posted 1 year ago #
  5. shekhar
    Member

  6. dear that the same post i did but the download and total view is blank and there is some sql error

    Posted 1 year ago #
  7. shekhar
    Member

    upload your changed files here

    Posted 1 year ago #
  8. 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);
    }

    }
    ?>

    Attachments

    1. extrablock.tpl.txt (0.3 KB, 11 downloads) 1 year old
    Posted 1 year ago #
  9. shekhar
    Member

    edit, find and replace in statisticsblock.php......In modules

    Attachments

    1. statisticblock.php.txt (1.1 KB, 24 downloads) 1 year old
    Posted 1 year ago #
  10. ok

    Posted 1 year ago #
  11. Thank You Very Much Boss (SHEKHAR)

    Posted 1 year ago #
  12. 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??????????

    Posted 1 year ago #
  13. hey friends please tell me how to add total views on my site

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.