Forums

StatPress PHP problem (3 posts)

  1. attefall
    Member
    Posted 1 year ago #

    Hi.
    My Theme are not allowing Widgets and I want to show StatPress statistics.

    I have tried to implement
    <%php StatPress_Print(”%totalvisits% total visits.”); %>
    but it´s not working...

    What is the code to implement!!!??? :-)

    Thanx
    /magnus, stockholm, sweden
    blogg.attefall.se

  2. MoonyHart
    Member
    Posted 1 year ago #

    The StatPress_Print should be enclosed with "<?php" and "?>" without quotes.
    So in this case,

    <?php StatPress_Print(”%totalvisits% total visits.”); ?>

    should give you what you want:)

  3. gdscomp
    Member
    Posted 9 months ago #

    Works for me but like this

    ('%totalvisits% total visits.')

    and the rest the same....

    I use this too

    ('Your IP Address: %ip% ')

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags