Jump to content

horseguards

Approved members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by horseguards

  1. Hello,

    I am also VERY interested in solving this. Mobile is for most websites 50% or more of its traffic, so Revive should include every way to filter banners by screen size. Also it could be very interesting to have the chance to filter stats by screen size.

  2. hello,

    I am also very interested in the same. I would love to have a document with a step by step guide on how to server banners in spite of screen size.

    I have a Wordpress+phpBB, both with bootstrap themes, and almost 50% of my visitors are mobile, so I need to have all zones switching automatically from 728x90 to 300x250 when called from mobile.

     

  3. Hello,

     

    I get this error message

     

    [Tue Jun 23 15:29:38 2015] [warn-phpd] mmap cache can't open /home/ublicida/public_html/www/delivery/../../var/cache/deliverycache_c85aa387cde53c447764cafdf377d618.php - Permission denied (pid 13409)
    [Tue Jun 23 15:29:38 2015] [warn-phpd] mmap cache can't open /home/ublicida/public_html/www/delivery/../../var/cache/deliverycache_c85aa387cde53c447764cafdf377d618.php - Permission denied (pid 13392)
    [Tue Jun 23 15:29:38 2015] [warn-phpd] mmap cache can't open /home/ublicida/public_html/www/delivery/../../var/cache/deliverycache_c85aa387cde53c447764cafdf377d618.php - Permission denied (pid 13394)
    [Tue Jun 23 15:29:39 2015] [notice] child pid 13392 exit signal Segmentation fault (11)
    [Tue Jun 23 15:29:39 2015] [notice] child pid 13394 exit signal Segmentation fault (11)
    [Tue Jun 23 15:29:39 2015] [notice] child pid 13409 exit signal Segmentation fault (11)
     

     

    Could anyone be so kind as to explain me what generates this and how can I solve it?

     

    Thank you!!

  4. Hello,

     

    I am installing a Kunena forum, and I need to insert in the first and fifth post an ad.

     

    I got this piece of code to hack:

     

     

    <?php if ($this->message->replynum == 1 || $this->message->replynum == 5 || $this->message->id == $this->topic->last_post_id) :
                 echo KunenaHtmlParser::parseBBCode ($this->message->message, $this).'<p>THEADGOESHERE</p>';
            else :
                echo KunenaHtmlParser::parseBBCode ($this->message->message, $this);
            endif;
            ?>

     

    How can I place an ad inside php? Can I put JavaScript or iFrame?

     

    Thanks for your help!!

×
×
  • Create New...