I would simply just go into the database and clear your ip or change your ip address 😀
An example of how to use it
<?php echo do_shortcode('[events_list limit="10"]
<ul class="event">
<li>
<img class="thumb" src=#_EVENTIMAGEURL />
<div class="details">
<h3>#_EVENTNAME</h3>
<p>#_EVENTDATES</p>
<p>#_EVENTTIMES</p>
</div>
<div class="description">
#_EVENTNOTES
</div>
<div class="description-toggle">See description</div>
</li>
</ul>
[/events_list]'); ?>
Or generally how do i call the plugin i wanna call it into a header so it gets posted on all pages