Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8016699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:36:48+00:00 2026-06-04T20:36:48+00:00

This code read the pms, that is stored inside a php file and print

  • 0

This code read the pms, that is stored inside a php file and print them on the screen every 0.01 second to be in realtime or work dynamic, but i’m using a “CSS Emoticons plugin”, it works and show the emoticons, but i can’t use the animate one or i can, but it would not finish, it would restart every 0.01 second unless i turn it off. I want to use it with the dynamic text, but i dont know how. Please help me out guys

function updateStats(stat) {
    var stat = ["MSG", "NAME"];
    var url = "POST.php";
    $.each(stat, function (i, key) {
        $.post(url, {
            stats: key
        }, function (data) {
            $("#" + key).html(data);
            $('div.icon').emoticonize({
                //delay: 800, 
                //animate: false
            });
        });
    });
}
setInterval(function () {
    updateStats("updateStats");
}, 10);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:36:50+00:00Added an answer on June 4, 2026 at 8:36 pm

    Try with this…

    var to;
    function updateStats(stat) {
        var stat = ["MSG", "NAME"];
        var url = "POST.php";
        clearTimeout(to);
        $.each(stat, function (i, key) {
           $.post(url, {
               stats: key
           }, function (data) {
               $("#" + key).html(data);
               $('div.icon').emoticonize({
                  //delay: 800, 
                  //animate: false
               });
               to = setInterval(function () {
                  updateStats("updateStats");
               }, 10);    
           });
        });
    }
    to = setInterval(function () {
        updateStats("updateStats");
    }, 10);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I currently have this code to read an accounts.txt file that looks like
I have a timer that loops through following code every second. this code reads
I am using this code to read data from Oracle Database. That data stored
I use this code to read every line from my file but it only
I'm using this code to read the connection string from my app.config file but
Does play automatically cache data? I'm trying to read this code that someone else
This code is supposed to read postfix problems from a file and and write
I can read XLS file with this code : string path =@c:\r\1.xlsx; OleDbConnection MyConnection
I have this code where I want to read from a text file each
for some reason this code wont work, it doesn't seem to read the javascript.php

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.