Xenforo - Random Ads Plugin | BESK.SU - программирование без границ (c) 2025

Xenforo Random Ads Plugin

TrafficBoy

Инквизитор
Команда форума
Admin
Credits
1,337
Type your ad code in the places where banners are written. Each time you refresh the page where you add the ad, it will randomly show an ad. Xenforo is a version of the code 1.x, adapted for Xenforo 2.x.

[HIDE=3]
Код:
<xf:comment>DEFINE AND RANDOMIZE YOUR BANNERS</xf:comment>
<xf:set var="$banners.1">banner 1</xf:set>
<xf:set var="$banners.2">banner 2</xf:set>
<xf:set var="$banners.3">banner 3</xf:set>
{$banners.{{ ($xf.time % 3) + 1 }}|raw}
[/HIDE]
 
Сверху