editor Logout
Account Preferences
Did you know...
AM stations in much of the world are 9 kHz apart instead of the 10 used in the US ?
Streaming Radio Guide
view source - https://paynecast.com/page/myrock-965
*** Test System *** GO TO PRODUCTION
<!DOCTYPE html> <html lang="en"> <head> <meta name="theme-color" content="#ff0015"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=""> <title>MyRock 96.5 | PAYNECAST</title> <meta name="description" content="PAYNECAST.com is a multi-media company owned and operated by Will Payne, providing advertisements on Radio, Internet, banners, Live Streaming TV, SEO, OTT, Websites, and More. Founded by the Payne family in 1951. Doing business in Oklahoma and Texas. Contact the Paris, Texas office at 903-784-6952 or the Hugo, Oklahoma location 580-326-2555. Email will@payneradiogroup.com, the Request Line 580-326-2555." /> <meta name="keywords" content="PAYNECAST, Payne Media Group, KITX, K95.5, KITX-HD 1,KITX-HD 2,KITX-HD 3,KITX-HD 4, KDOE, KDOE 102.3, KMMY, MyRock965, KZDV, 995 the Dove, KYHD, HD94.7, KQIK-FM, Q Country Legends 105.1, ESPN 105.1" /> <link rel="canonical" href="https://paynecast.com/page/myrock-965"> <link rel="manifest" href="/manifest.json"> <meta property="og:type" content="movie" /> <meta property="og:title" content="MyRock 96.5 | PAYNECAST" /> <meta property="og:description" content="PAYNECAST.com is a multi-media company owned and operated by Will Payne, providing advertisements on Radio, Internet, banners, Live Streaming TV, SEO, OTT, Websites, and More. Founded by the Payne family in 1951. Doing business in Oklahoma and Texas. Contact the Paris, Texas office at 903-784-6952 or the Hugo, Oklahoma location 580-326-2555. Email will@payneradiogroup.com, the Request Line 580-326-2555." /> <meta property="og:image" content="https://paynecast.com/upload/SYSTEM/mark-only.png" /> <meta property="og:url" content="https://paynecast.com/page/myrock-965" /> <meta property="og:image:width" content="1024" /> <meta property="og:image:height" content="1024" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="https://paynecast.com/upload/SYSTEM/mark-only.png"> <link rel="image_src" href="https://paynecast.com/upload/SYSTEM/mark-only.png"> <!-- Favicon --> <link rel="icon" href="https://paynecast.com/upload/SYSTEM/mark-only.png"> <!-- LOAD LOCAL CSS --> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/bootstrap.min.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/megamenu.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/ionicons.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/font-awesome.min.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/color-style/style-three.css" id="theme"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/responsive.css"> <!-- Splide Slider CSS --> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/splide.min.css"> <link rel="stylesheet" href="https://paynecast.com/site_assets/css/jquery-eu-cookie-law-popup.css"> <!-- SweetAlert2 --> <script src="https://paynecast.com/site_assets/js/sweetalert2@11.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap" rel="stylesheet"> <style type="text/css"> .search .search-input input[type=text]::placeholder, .search .search-input input[type=text].focus { background: #0d071e !important; } /* Custom styles */ .owl-carousel .item img { border-radius: 8px; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background-color: #333; color: #fff; border-radius: 50%; padding: 8px 12px; } .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover { background-color: #555; } </style> <style> .owl-carousel .item img { transition: transform 0.3s ease; .owl-carousel .item:hover img { transform: scale(1.1); } .owl-carousel .item { position: relative; overflow: hidden; } .owl-carousel .item img { width: 100%; height: auto; display: block; } .owl-carousel .item { border-radius: 10px; } </style> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"> <script type="text/javascript" class="flasher-js">(function() { var rootScript = 'https://cdn.jsdelivr.net/npm/@flasher/flasher@1.3.2/dist/flasher.min.js'; var FLASHER_FLASH_BAG_PLACE_HOLDER = {}; var options = mergeOptions([], FLASHER_FLASH_BAG_PLACE_HOLDER); function mergeOptions(first, second) { return { context: merge(first.context || {}, second.context || {}), envelopes: merge(first.envelopes || [], second.envelopes || []), options: merge(first.options || {}, second.options || {}), scripts: merge(first.scripts || [], second.scripts || []), styles: merge(first.styles || [], second.styles || []), }; } function merge(first, second) { if (Array.isArray(first) && Array.isArray(second)) { return first.concat(second).filter(function(item, index, array) { return array.indexOf(item) === index; }); } return Object.assign({}, first, second); } function renderOptions(options) { if(!window.hasOwnProperty('flasher')) { console.error('Flasher is not loaded'); return; } requestAnimationFrame(function () { window.flasher.render(options); }); } function render(options) { if ('loading' !== document.readyState) { renderOptions(options); return; } document.addEventListener('DOMContentLoaded', function() { renderOptions(options); }); } if (1 === document.querySelectorAll('script.flasher-js').length) { document.addEventListener('flasher:render', function (event) { render(event.detail); }); } if (window.hasOwnProperty('flasher') || !rootScript || document.querySelector('script[src="' + rootScript + '"]')) { render(options); } else { var tag = document.createElement('script'); tag.setAttribute('src', rootScript); tag.setAttribute('type', 'text/javascript'); tag.onload = function () { render(options); }; document.head.appendChild(tag); }})();</script> </head> <body> <!-- Start Header --> <header> <!-- Start Navigation Area --> <div class="main-menu"> <nav class="header-section pin-style"> <div class="container-fluid"> <div class="mod-menu"> <div class="row"> <div class="col-2"> <a href="https://paynecast.com" title="logo" class="logo"><img src="https://paynecast.com/upload/SYSTEM/mark-only.png" alt="logo" title="logo"></a> </div> <div class="col-8 nav-order-last nopadding"> <div class="main-nav leftnav"> <ul class="top-nav"> <li class="visible-this d-md-none menu-icon"> <a href="#" class="navbar-toggle collapsed" data-bs-toggle="collapse" data-bs-target="#menu" aria-expanded="false" title="menu-toggle"><i class="fa fa-bars"></i></a> </li> </ul> <div id="menu" class="collapse header-menu"> <ul class="nav vfx-item-nav"> <li><a href="https://paynecast.com" class="" title="home">Home</a></li> <li><a href="https://paynecast.com/events" class="" title="Events">Events</a></li> <li><a href="https://paynecast.com/shows" class="" title="TV Shows">TV Shows</a></li> <li><a href="https://paynecast.com/sports" class="" title="On-Demand">On-Demand</a> <span class="arrow"></span> <ul class="dm-align-2 mega-list"> <li><a href="https://paynecast.com/sports?cat_id=33" title="99.5 The Dove">99.5 The Dove</a></li> <li><a href="https://paynecast.com/sports?cat_id=28" title="BBBD">BBBD</a></li> <li><a href="https://paynecast.com/sports?cat_id=21" title="Big XII Media">Big XII Media</a></li> <li><a href="https://paynecast.com/sports?cat_id=26" title="Eufaula Blake FM">Eufaula Blake FM</a></li> <li><a href="https://paynecast.com/sports?cat_id=30" title="Fuel Pod">Fuel Pod</a></li> <li><a href="https://paynecast.com/sports?cat_id=29" title="Hardcore Casual">Hardcore Casual</a></li> <li><a href="https://paynecast.com/sports?cat_id=22" title="KDOE 102.3 SPORTS">KDOE 102.3 SPORTS</a></li> <li><a href="https://paynecast.com/sports?cat_id=32" title="My Rock 96.5">My Rock 96.5</a></li> <li><a href="https://paynecast.com/sports?cat_id=20" title="Parade / Fireworks/Eclipse">Parade / Fireworks/Eclipse</a></li> <li><a href="https://paynecast.com/sports?cat_id=24" title="Texas Regional Radio Awards Red Carpet">Texas Regional Radio Awards Red Carpet</a></li> <li><a href="https://paynecast.com/sports?cat_id=31" title="WB Morning Circus">WB Morning Circus</a></li> <li><a href="https://paynecast.com/sports?cat_id=27" title="Weather">Weather</a></li> </ul> </li> <li><a href="https://paynecast.com/livetv" class="" title="Live TV &amp; RADIO">Live TV &amp; RADIO</a> <span class="arrow"></span> <ul class="dm-align-2 mega-list"> <li><a href="https://paynecast.com/livetv?cat_id=9" title="LIVE TV">LIVE TV</a></li> <li><a href="https://paynecast.com/livetv?cat_id=10" title="Radio">Radio</a></li> </ul> </li> <li><a href="https://paynecast.com/blog" class="" title="Blog">Blog</a></li> <li><a href="https://paynecast.com/shop" class="" title="Shop">Shop</a></li> </ul> </div> </div> </div> <div class="col-2"> <div class="right-sub-item-area"> <div class="search-item-block"> <form class="navbar-form navbar-left"> <a type="submit" href="#popup1" class="btn btn-default open" title="search"><i class="fa fa-search"></i></a> </form> </div> <div class="subscribe-btn-item"> <a href="https://paynecast.com/membership_plan" title="subscribe"> <img src="https://paynecast.com/site_assets/images/ic-subscribe.png" alt="ic-subscribe" title="ic-subscribe"> </a> </div> <div class="signup-btn-item"> <a href="https://paynecast.com/login" title="login"><img src="https://paynecast.com/site_assets/images/ic-signup-user.png" alt="ic-signup-user" title="signup-user"><span>Login</span></a> </div> </div> </div> </div> </div> </div> </nav> </div> <!-- End Navigation Area --> </header> <!-- End Header --> <!-- Start Breadcrumb --> <div class="breadcrumb-section bg-xs" style="background-image: url(https://paynecast.com/site_assets/images/breadcrum-bg.jpg)"> <div class="container-fluid"> <div class="row"> <div class="col-xl-12"> <h2>MyRock 96.5</h2> <nav id="breadcrumbs"> <ul> <li><a href="https://paynecast.com" title="Home">Home</a></li> <li>MyRock 96.5</li> </ul> </nav> </div> </div> </div> </div> <!-- End Breadcrumb --> <!-- Banner --> <!-- Start Details Info Page --> <div class="details-page-area vfx-item-ptb vfx-item-info"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="details-item-block"> <p><img src="https://k955.com/payneradiogroup/images/kmmy/96.5_sticker_CMYK.jpg" width="575" height="392" /></p> <p>We are the home of the <strong>Hugo Buffaloes!</strong> From the football field to the hard court, you can find Buffalo athletics live on My Rock 96.5. <a href="../../../livetv/details/paynecast-channel-1/99">Click here to watch live</a> <a href="../../../livetv/details/paynecast-channel-1/99">HUGOFOOTBALL.COM</a></p> <p data-start="106" data-end="452"><strong data-start="106" data-end="131">On Air at MyRock 96.5</strong><br data-start="131" data-end="134" />Rock solid voices, all day long. Catch <em data-start="173" data-end="186">Bladerunner</em> Radio Show with your morning adrenaline shot, followed by <em data-start="234" data-end="247">Dan Patrick</em> delivering the best in sports talk. We're your home for the <em data-start="304" data-end="316" data-is-only-node="">Oklahoma State Cowboys</em> with full coverage of <em data-start="338" data-end="361">Oklahoma State Sports and the Hugo Buffaloes! </em>Whether it's hard-hitting rock or hard-hitting sports, MyRock 96.5 keeps you locked in.</p> <p data-start="106" data-end="452"><a href="https://k955.com/calendar/pnews.html">Community Calendar as heard on the Bladerunner Show! </a></p> <p data-start="106" data-end="452">If you'd like to submit an event for the Community Calendar, <a href="../../../page/requests-and-submit-community-calendar">CLICK HERE&nbsp;</a></p> </div> </div> </div> </div> </div> <!-- End Details Info Page --> <!-- Banner --> <!-- Start Footer Area --> <footer> <div class="footer-area vfx-item-ptb"> <div class="footer-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="footer-bottom"> <div class="footer-links"> <ul> <li><a href="https://paynecast.com/page/fcc-and-applications" title="FCC and Applications">FCC and Applications</a></li> <li><a href="https://paynecast.com/page/now-trending" title="Now Trending">Now Trending</a></li> <li><a href="https://paynecast.com/page/classic-car-fest" title="Classic Car Fest">Classic Car Fest</a></li> <li><a href="https://paynecast.com/page/espn-paris-1051" title="ESPN Paris 105.1">ESPN Paris 105.1</a></li> <li><a href="https://paynecast.com/page/hd947" title="HD94.7">HD94.7</a></li> <li><a href="https://paynecast.com/page/995-the-dove" title="99.5 the Dove">99.5 the Dove</a></li> <li><a href="https://paynecast.com/page/myrock-965" title="MyRock 96.5">MyRock 96.5</a></li> <li><a href="https://paynecast.com/page/kdoe-1023" title="KDOE 102.3">KDOE 102.3</a></li> <li><a href="https://paynecast.com/page/q-country-legends-1059-and-923" title="Q-Country Legends 105.9 and 92.3">Q-Country Legends 105.9 and 92.3</a></li> <li><a href="https://paynecast.com/page/requests-and-submit-community-calendar" title="Requests and Submit Community Calendar">Requests and Submit Community Calendar</a></li> <li><a href="https://paynecast.com/page/about-us" title="About Us">About Us</a></li> <li><a href="https://paynecast.com/page/radio-shopper" title="Radio Shopper">Radio Shopper</a></li> </ul> </div> <div class="copyright-text"> <p>Copyright © 2025 PAYNECAST , All Rights Reserved.</p> </div> </div> </div> <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12"> <div class="single-footer"> <div class="footer-heading-wrap"> <h3 class="footer-heading">Connect with us</h3> </div> <div class="social-links"> <ul> <li><a href="https://www.facebook.com/k955fm" title="facebook"><i class="ion-social-facebook"></i></a></li> <li><a href="https://twitter.com/payneradiogroup" title="twitter"><i class="ion-social-twitter"></i></a></li> <li><a href="https://www.instagram.com/payneradiogroup" title="instagram"><i class="ion-social-instagram"></i></a></li> </ul> </div> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <div class="single-footer"> <div class="footer-heading-wrap"> <h3 class="footer-heading">Apps</h3> </div> <div class="download-app-link-item" style="display: flex; align-items: center; flex-wrap: wrap; gap: 15px;"> <a class="roku-store-download" href="https://www.roku.com/" target="_blank" title="Roku Channel Store" style="display: block; width: 100%; margin-top: 5px;"> <img src="https://paynecast.com/images/rokuch.png" alt="Roku Channel Store" title="Roku Channel Store" style="max-height: 55px;"> </a> </div> </div> </div> </div> </div> </div> </div> <!-- Start Scroll Top Area --> <div class="scroll-top"> <div class="scroll-icon"> <i class="fa fa-angle-up"></i> </div> </div> <!-- End Scroll Top Area --> </footer> <!-- End Footer Area --> <div id="logout_remotly" class="modal fade centered-modal in" role="dialog" aria-labelledby="logout_remotly" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-md"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">Remotly Logout Alert!</h4> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <p>Hey there! You have remotly logout from this device. You will be redirected in 5 seconds.</p> </div> </div> </div> </div> <!-- AI Chat Button --> <div class="ai-chat-button"> <a href="https://paynecast.com/ai-chat" class="ai-chat-link" title="words.ai_assistant"> <div class="ai-chat-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 16.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm1.5-5.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V7c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v6z"></path> </svg> </div> <span class="ai-chat-text">Chat with AI</span> </a> </div> <style> .ai-chat-button { position: fixed; bottom: 70px; right: 30px; z-index: 9999; } .ai-chat-link { display: flex; align-items: center; background: linear-gradient(135deg, #007bff, #00c6ff); color: white; padding: 12px 20px; border-radius: 50px; box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3); transition: all 0.3s ease; text-decoration: none; } .ai-chat-link:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4); color: white; } .ai-chat-icon { margin-right: 8px; display: flex; align-items: center; } .ai-chat-text { font-weight: bold; font-size: 14px; } @media (max-width: 768px) { .ai-chat-text { display: none; } .ai-chat-link { padding: 12px; } .ai-chat-icon { margin-right: 0; } } </style> <!-- End AI Chat Button --> <div id="news-ticker-container" class="news-ticker-container"> <div id="news-ticker-custom" class="news-ticker-custom"> <div class="ticker-custom-container" dir="ltr"> <div class="ticker-custom-content"> <div class="ticker-custom-time"> <span id="ticker-custom-time"> 07:03 PM </span> </div> <div class="ticker-custom-logo"> <img src="https://paynecast.com/upload/ticker_logo_1753188580.png" alt="Logo"> </div> <div class="ticker-custom-items"> <div id="ticker-custom-scroll" class="ticker-custom-scroll"> <span class="ticker-custom-item">Welcome to paynecast.com</span> </div> </div> </div> </div> </div> <div class="ticker-custom-toggle-fixed"> <button id="ticker-custom-toggle-btn" aria-label="Toggle Ticker"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" id="ticker-custom-toggle-icon" class="ticker-custom-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg> </button> </div> </div> <style> @font-face { font-family: 'Arial'; src: local('Arial'); } @font-face { font-family: 'Helvetica'; src: local('Helvetica'); } @font-face { font-family: 'Verdana'; src: local('Verdana'); } @font-face { font-family: 'Tahoma'; src: local('Tahoma'); } @font-face { font-family: 'Times New Roman'; src: local('Times New Roman'); } .news-ticker-container { position: fixed !important; bottom: 0 !important; left: 0 !important; width: 100% !important; z-index: 1000 !important; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2) !important; transform: translateY(0); transition: transform 0.3s ease; } .news-ticker-container.hidden-ticker { transform: translateY(100%); } body::after { content: ''; display: block; height: calc(50px + 0px); } @media (max-width: 768px) { body::after { height: calc(45px + 0px); } } @media (max-width: 576px) { body::after { height: calc(40px + 0px); } } .news-ticker-custom { width: 100% !important; position: relative !important; font-family: "Roboto", "Arial", sans-serif !important; margin-bottom: 0 !important; overflow: hidden !important; transition: all 0.3s ease !important; display: block !important; visibility: visible !important; opacity: 1 !important; z-index: 100 !important; height: auto !important; } .ticker-custom-container { width: 100% !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; font-family: Verdana, sans-serif !important; } .ticker-custom-alerts { background-color: #ff0000 !important; color: #ffffff !important; padding: 0 !important; overflow: hidden !important; position: relative !important; height: 120px !important; } .ticker-custom-alerts-wrapper { position: relative !important; height: 100% !important; width: 100% !important; overflow: hidden !important; } .ticker-custom-alert-item { height: 100% !important; width: 100% !important; position: absolute !important; top: -100% !important; left: 0 !important; text-align: left !important; transition: top 0.5s ease-in-out !important; opacity: 0 !important; padding: 5px 50px !important; margin-left:20px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; } .ticker-custom-alert-item .alert-description { margin-left:5px !important; } .ticker-custom-alert-item.active { top: 0 !important; opacity: 1 !important; } .ticker-custom-alert-link, .ticker-custom-alert-text { color: #ffffff !important; text-decoration: none !important; text-transform: uppercase !important; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important; display: block !important; text-align: left !important; } .alert-title { font-size: 50px !important; font-weight: 700 !important; line-height: 1.2 !important; font-family: Verdana, sans-serif !important; } .alert-description { font-size: 30px !important; font-weight: 500 !important; line-height: 1.2 !important; font-family: Verdana, sans-serif !important; } .ticker-custom-alert-link:hover { text-decoration: underline !important; } .ticker-custom-alert-block { width: 100% !important; height: 100% !important; display: flex !important; flex-direction: column !important; justify-content: center !important; cursor: pointer !important; } .ticker-custom-content { background-color: #000000 !important; color: #ffffff !important; padding: 0 !important; display: flex !important; align-items: center !important; height: 50px !important; } .ticker-custom-logo { margin: 0 15px !important; height: 30px !important; display: flex !important; align-items: center !important; } .ticker-custom-logo img { max-height: 100% !important; max-width: 100px !important; } .ticker-custom-items { flex-grow: 1 !important; position: relative !important; overflow: hidden !important; padding-left: 15px !important; padding-right: 50px !important; } .ticker-custom-scroll { display: inline-block !important; white-space: nowrap !important; } .ticker-custom-item { display: inline-block !important; padding: 0 30px !important; margin: 0 30px !important; font-size: 30px !important; font-weight: 500 !important; text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3) !important; font-family: Verdana, sans-serif !important; } .ticker-custom-time { min-width: 100px !important; padding: 0 5px !important; font-weight: bold !important; font-size: 19px !important; text-align: center !important; background-color: rgba(0, 0, 0, 0.2) !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; text-wrap:nowrap !important; } .ticker-custom-toggle-fixed { position: absolute !important; right: 0px !important; bottom: 0 !important; cursor: pointer !important; z-index: 101 !important; } .ticker-custom-toggle-fixed button { border: none !important; cursor: pointer !important; padding: 14px 14px !important; font-size: 14px !important; display: flex !important; align-items: center !important; justify-content: center !important; height: 50px !important; background-color: #000000 !important; color: #ffffff !important; } .ticker-custom-chevron-up, .ticker-custom-chevron-down { width: 16px !important; height: 16px !important; } .news-ticker-custom.collapsed { max-height: 0 !important; height: 0 !important; overflow: hidden !important; padding: 0 !important; visibility: hidden !important; } @media (max-width: 992px) { .alert-title { font-size: 22px !important; } .alert-description { font-size: 16px !important; } .ticker-custom-item { font-size: 20px !important; margin: 0 20px !important; } .ticker-custom-time { font-size: 16px !important; } } @media (max-width: 768px) { .ticker-custom-logo { display: none !important; } .alert-title { font-size: 20px !important; } .alert-description { font-size: 14px !important; } .ticker-custom-item { font-size: 18px !important; margin: 0 15px !important; } .ticker-custom-time { min-width: 60px !important; font-size: 14px !important; } .ticker-custom-content { height: 60px !important; line-height: 45px !important; } .ticker-custom-alerts { height: 55px !important; } } @media (max-width: 576px) { .alert-title { font-size: 18px !important; } .alert-description { font-size: 13px !important; } .ticker-custom-item { font-size: 16px !important; margin: 0 10px !important; } .ticker-custom-time { min-width: 50px !important; font-size: 10px !important; padding: 0 10px !important; } .ticker-custom-content { height: 60px !important; line-height: 40px !important; } .ticker-custom-alerts { height: 50px !important; } } </style> <script> document.addEventListener('DOMContentLoaded', function() { var scrollElement = document.getElementById('ticker-custom-scroll'); var contentItems = scrollElement.querySelectorAll('.ticker-custom-item'); var timeElement = document.getElementById('ticker-custom-time'); var tickerCustomWrapper = document.getElementById('news-ticker-custom'); var toggleCustomBtn = document.getElementById('ticker-custom-toggle-btn'); var toggleCustomIcon = document.getElementById('ticker-custom-toggle-icon'); var tickerContainer = document.getElementById('news-ticker-container'); var lastScrollTop = 0; var scrollThreshold = 7; function handleScroll() { var scrollTop = window.pageYOffset || document.documentElement.scrollTop; if (scrollTop > lastScrollTop + scrollThreshold) { tickerContainer.classList.remove('hidden-ticker'); } else if (scrollTop < lastScrollTop - scrollThreshold) { tickerContainer.classList.add('hidden-ticker'); } lastScrollTop = scrollTop; } window.addEventListener('scroll', handleScroll); tickerContainer.classList.remove('hidden-ticker'); function setupTicker() { if (scrollElement && contentItems.length > 0) { var contentWidth = 0; var contentHTML = ''; var containerWidth = scrollElement.parentElement.offsetWidth; contentItems.forEach(function(item) { contentHTML += item.outerHTML; contentWidth += item.offsetWidth + 60; }); var requiredCopies = Math.ceil((containerWidth * 2) / contentWidth) + 2; var fullContent = ''; for (var i = 0; i < requiredCopies; i++) { fullContent += contentHTML; } scrollElement.innerHTML = fullContent; var baseSpeed = 1; // ضبط السرعة حسب حجم الشاشة var screenWidth = window.innerWidth; var speedMultiplier; if (screenWidth <= 576) { // شاشات موبايل صغيرة speedMultiplier = 1.5; } else if (screenWidth <= 768) { // شاشات موبايل متوسطة speedMultiplier = 2; } else if (screenWidth <= 992) { // تابلت speedMultiplier = 2.5; } else { // ديسكتوب speedMultiplier = 3; } var speed = baseSpeed * speedMultiplier; var currentPosition = 0; var step = speed / 5; // تحديد اتجاه الحركة بناءً على اتجاه الـ dir var isRTL = document.querySelector('.ticker-custom-container').getAttribute('dir') === 'rtl'; function animate() { // إذا كان RTL، تتحرك في الاتجاه المعاكس if (isRTL) { currentPosition += step; if (currentPosition >= contentWidth) { currentPosition -= contentWidth; } } else { currentPosition -= step; if (Math.abs(currentPosition) >= contentWidth) { currentPosition += contentWidth; } } scrollElement.style.transform = 'translateX(' + currentPosition + 'px)'; requestAnimationFrame(animate); } requestAnimationFrame(animate); } } window.addEventListener('resize', function() { clearTimeout(window.resizeTimeout); window.resizeTimeout = setTimeout(function() { setupTicker(); }, 250); }); function updateTime() { if (timeElement) { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var ampm = hours >= 12 ? 'PM' : 'AM'; // تحويل الساعة إلى صيغة 12 ساعة hours = hours % 12; hours = hours ? hours : 12; // إذا كانت الساعة 0 تتحول إلى 12 // تنسيق موحد للوقت بغض النظر عن اتجاه الصفحة timeElement.textContent = hours.toString().padStart(2, '0') + ':' + minutes.toString().padStart(2, '0') + ' ' + ampm; } } function setupAlertRotation() { var alertItems = document.querySelectorAll('.ticker-custom-alert-item'); if (alertItems.length > 1) { var currentIndex = 0; var rotationSpeed = 10000; function rotate() { alertItems[currentIndex].classList.remove('active'); currentIndex = (currentIndex + 1) % alertItems.length; alertItems[currentIndex].classList.add('active'); setTimeout(rotate, rotationSpeed); } setTimeout(rotate, rotationSpeed); } } function setupToggle() { var savedState = localStorage.getItem('tickerCustomState'); if (savedState === 'collapsed') { tickerCustomWrapper.classList.add('collapsed'); toggleCustomIcon.innerHTML = '<polyline points="6 9 12 15 18 9"></polyline>'; } toggleCustomBtn.addEventListener('click', function() { tickerCustomWrapper.classList.toggle('collapsed'); if (tickerCustomWrapper.classList.contains('collapsed')) { toggleCustomIcon.innerHTML = '<polyline points="6 9 12 15 18 9"></polyline>'; localStorage.setItem('tickerCustomState', 'collapsed'); } else { toggleCustomIcon.innerHTML = '<polyline points="18 15 12 9 6 15"></polyline>'; localStorage.setItem('tickerCustomState', 'expanded'); } }); } updateTime(); setInterval(updateTime, 60000); setupAlertRotation(); setupToggle(); setTimeout(setupTicker, 50); }); </script> <style> /* RTL Styles */ [dir="rtl"] .ticker-custom-time { order: 2; direction: ltr !important; } [dir="rtl"] .ticker-custom-logo { order: 1; margin-right: 0; margin-left: 15px !important; } [dir="rtl"] .ticker-custom-items { order: 0; padding-right: 15px !important; padding-left: 50px !important; } [dir="rtl"] .ticker-custom-alert-item { text-align: right !important; margin-right: 20px !important; margin-left: 0 !important; } [dir="rtl"] .ticker-custom-alert-text, [dir="rtl"] .ticker-custom-alert-link { text-align: right !important; } [dir="rtl"] .ticker-custom-toggle-fixed { left: 0px !important; right: auto !important; } [dir="rtl"] .alert-description { margin-right: 5px !important; margin-left: 0 !important; } </style> <div id="popup1" class="popup-view popup-overlay"> <div class="search"> <div class="search-container has-results"><span class="title">Search</span> <div class="search-input"> <input type="text" name="s" id="search_box" class="search-container-input" placeholder="Title" onkeyup="showSuggestions(this.value)" style="background: #0d071e;"> </div> </div> <div class="search-results mt-4" id="search_output"> </div> </div> <a class="close" href="#" title="close"><i class="ion-close-round"></i></a> </div> <div class="eupopup eupopup-bottom"></div> <!-- Load Local JS --> <script src="https://paynecast.com/site_assets/js/jquery-3.3.1.min.js"></script> <script src="https://paynecast.com/site_assets/js/jquery.easing.min.js"></script> <script src="https://paynecast.com/site_assets/js/bootstrap.min.js"></script> <script src="https://paynecast.com/site_assets/js/owl.carousel.min.js"></script> <script src="https://paynecast.com/site_assets/js/jquery.nice-select.min.js"></script> <script src="https://paynecast.com/site_assets/js/megamenu.js"></script> <!-- Splide Slider JS --> <script src="https://paynecast.com/site_assets/js/splide.min.js"></script> <!-- Custom Main JS --> <script src="https://paynecast.com/site_assets/js/custom-main.js"></script> <script src="https://paynecast.com/site_assets/js/jquery-eu-cookie-law-popup.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script> <script type="text/javascript"> $(document).ready( function() { if ($(".eupopup").length > 0) { $(document).euCookieLawPopup().init({ 'cookiePolicyUrl' : '#', 'buttonContinueTitle' : 'Continue', 'buttonLearnmoreTitle' : 'Learn more', 'popupPosition' : 'bottom', 'colorStyle' : 'default', 'compactStyle' : false, 'popupTitle' : 'This website is using cookies', 'popupText' : 'We use them to give you the best experience. If you continue using our website, we&#039;ll assume that you are happy to receive all cookies on this website.' }); } }); function showSuggestions(inputString) { if(inputString.length <= 1){ //document.getElementById('search_output').innerHTML = 'Search field empty!'; document.getElementById('search_output').innerHTML = ''; }else{ $.ajax({ url: "https://paynecast.com/search_elastic", method:"GET", data: { 's' : inputString}, dataType:'text', beforeSend: function(){ $("#search_box").css("background","#0d071e url(https://paynecast.com/site_assets/images/LoaderIcon.gif) no-repeat 100%"); }, success: function(result){ //alert(result); //$("#search_output").html = result; $("#search_output").html(result); $("#search_box").css("background","#0d071e"); } }); } } </script> <script type="text/javascript"> $("li[data-path]").click(function() { $("head link#theme").attr("href", $(this).data("path")); }); </script> <script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/service-worker.js') .then(reg => console.log('Service Worker registered successfully.', reg)) .catch(err => console.log('Service Worker registration failed: ', err)); }); } </script> <script> document.addEventListener("DOMContentLoaded", function() { const slides = document.querySelectorAll('.carousel-slide'); if (slides.length === 0) { return; } let currentSlide = 0; function nextSlide() { slides[currentSlide].classList.remove('active'); currentSlide = (currentSlide + 1) % slides.length; slides[currentSlide].classList.add('active'); } setInterval(nextSlide, 5000); // Change slide every 5 seconds }); </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <script> $(document).ready(function(){ $('#rex').owlCarousel({ loop:true, margin:10, nav:true, autoplay:true, autoplayTimeout:5000, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }); }); </script> </body> </html>


URL: