templates/ads.html.twig line 1

Open in your IDE?
  1. <div class="alert alert-primary mx-auto my-2" role="alert" style="width: fit-content;">
  2.     {% set randads = random(4, 4) %}
  3.     {% if randads == 0 %}
  4.         <a href="{{ path('app_stripchat') }}" target="_blank" rel="nooperner nofollow" title="Stripchat" class="alertlink" data-no-swup>
  5.             {% set randtxt = random(0, 4) %}
  6.             {% if randtxt == 0 %}
  7.                 <u>
  8.                     Stripchat
  9.                 </u>: Get 200 FREE Tokens and make girls cum now ✊💦
  10.             {% elseif randtxt == 1 %}
  11.                 Discover the hottest live cam shows on the web! 🔥📹 Unlock exclusive content and unforgettable experiences here
  12.             {% elseif randtxt == 2 %}
  13.                 Looking for a fun way to spice up your evening? 🌶️💋 Check out these amazing live performances and chat with your favorite models
  14.             {% elseif randtxt == 3 %}
  15.                 Tired of the same old adult content? 😴🔄 Try something interactive! Join the fun with live cam shows, where the action is tailored just for you 🎮💘
  16.             {% elseif randtxt == 4 %}
  17.                 Experience the ultimate pleasure with Stripchat! 💥💦 Join now and explore a world of seductive live cam shows and intimate connections 🔞🔥
  18.             {% endif %}
  19.         </a>
  20.     {% elseif randads == 1 %}
  21.         <a href="{{ path('app_chaturbate') }}" target="_blank" rel="nooperner nofollow" title="Chaturbate" class="alertlink" data-no-swup>
  22.             {% set randtxt = random(0, 4) %}
  23.             {% if randtxt == 0 %}
  24.                 <u>
  25.                     Chaturbate
  26.                 </u>: Register and get 200 free tokens today ✊💦
  27.             {% elseif randtxt == 1 %}
  28.                 Discover the hottest live cam shows on the web! 🔥📹 Unlock exclusive content and unforgettable experiences here
  29.             {% elseif randtxt == 2 %}
  30.                 Looking for a fun way to spice up your evening? 🌶️💋 Check out these amazing live performances and chat with your favorite models
  31.             {% elseif randtxt == 3 %}
  32.                 Tired of the same old adult content? 😴🔄 Try something interactive! Join the fun with live cam shows, where the action is tailored just for you 🎮💘
  33.             {% elseif randtxt == 4 %}
  34.                 Get ready for an unforgettable experience with Chaturbate! 🌟🔥 Connect with stunning models, enjoy live performances, and unleash your desires 💦🔞
  35.             {% endif %}
  36.         </a>
  37.         {% elseif randads == 2 %}
  38.             <a href="{{ path('app_dating') }}" target="_blank" rel="nooperner nofollow" title="Dating" class="alertlink" data-no-swup>
  39.                 {% set randtxt = random(0, 4) %}
  40.                 {% if randtxt == 0 %}
  41.                     <u>
  42.                         Join now
  43.                     </u>: Looking for some fun? 😈💖 Sign up for free and find your hook up tonight! 👫🔥
  44.                 {% elseif randtxt == 1 %}
  45.                     Catch the late-night vibes! 🌜💋 Connect, flirt, and make some spicy memories.
  46.                 {% elseif randtxt == 2 %}
  47.                     Seeking some excitement? 💥💬 Jump in and meet hot singles from around the world!
  48.                 {% elseif randtxt == 3 %}
  49.                     Single? Let's change that! 😜💘 Get in the mix, meet potential matches and heat up your evenings! 🔥💌
  50.                 {% elseif randtxt == 4 %}
  51.                     Ready for a steamy adventure? 💦💖 Connect with hot singles, spark flirty convos, and find your naughty match! 😈💑
  52.                 {% endif %}
  53.             </a>
  54.     {% elseif randads == 3 %}
  55.             <a href="{{ path('app_telegram') }}" target="_blank" rel="nooperner nofollow" title="Join us on Telegram" class="alertlink" data-no-swup>
  56.                 Exciting news! 🎉 You can now follow us on Telegram for daily nudes. Join us at @sharenude_com 🚀
  57.             </a>
  58.     {% elseif randads == 4 %}
  59.             <a href="https://t.me/+Ugc8R1gvtVgxOTE0" target="_blank" rel="nooperner nofollow" title="Join us on Telegram" class="alertlink" data-no-swup>
  60.                 <svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" style="vertical-align: middle; margin-right: 8px;">
  61.                     <path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.568 8.16l-1.61 7.59c-.12.54-.44.68-.9.42l-2.49-1.84-1.2 1.16c-.13.13-.24.24-.49.24l.18-2.55 4.64-4.19c.2-.18-.04-.28-.31-.1l-5.74 3.61-2.47-.77c-.54-.17-.55-.54.11-.8l9.68-3.73c.45-.17.85.1.7.8z" fill="currentColor"/>
  62.                 </svg>
  63.                 Rejoins ce <u>Telegram</u> en cliquant ici pour voir TOUS les leaks MYM et ONLYFANS gratuitement !
  64.             </a>
  65.             {# </div>
  66.             <hr>
  67.             <div class="alert alert-danger mx-auto mb-2" role="alert" style="width: fit-content; background-color:#50c878db; border-color: #50c878;">
  68.                 <a href="https://nudify.online/?utm_source=share-nude.com&utm_medium=link&utm_campaign=undress-ai" target="_blank" rel="nooperner nofollow" title="Undress AI" class="alertlink" data-no-swup>
  69.                     Undress AI 🤖
  70.                 </a> #}
  71.     {% endif %}
  72. </div>