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

  • SEARCH
  • Home
  • 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 6985393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:40:27+00:00 2026-05-27T18:40:27+00:00

I am currently doing some work for a client which happens to be a

  • 0

I am currently doing some work for a client which happens to be a video game group for the game World of Warcraft.

They want to show their current rating on their website.

The ratings are shown here.

They would like to have the number for ‘Oceanic’, and the number for ‘US’ displayed on their website.

Is anyone able to show me a way that I can have those numbers automatically update on the website should they change?

Thanks!

  • 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-05-27T18:40:28+00:00Added an answer on May 27, 2026 at 6:40 pm

    You can use this snippet to scrap the data – assuming PHP is okay since you’re running wordpress. I’d save these values in a database/flatline/cache.

    <?php
    
    $data = file_get_contents('http://www.wowprogress.com/guild/us/caelestrasz/Crimson/rating.tier13_25');
    
    $oceanic = explode('<dt>Oceanic: </dt>', $data);
    $oceanic = substr($oceanic[1], 4, strpos($oceanic[1], '</dd>') - 4);
    
    $us = explode('<dt>US: </dt>', $data);
    $us = substr($us[1], 4, strpos($us[1], '</dd>') - 4);
    
    echo 'Oceanic: ' . $oceanic . "<br />\n";
    echo 'US: ' . $us . "<br />\n";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing some performance critical work in C++, and we are currently using
We're currently doing some Word automation, and want to be able to insert a
Currently I'm doing some unit tests which are executed from bash. Unit tests are
I'm currently writing a client-side javascript app which performs image manipulation. Some of the
I'm doing some styling for a printable brochure on my client's site, which could
I'm currently doing some optimization work on a large web project. I'm already doing
I'm currently doing some GUI testing on a ASP.net 2.0 application. The RDBMS is
i'm currently doing some reports for SSRS, and i just confirm what i already
I am currently doing some socket programming using C/C++. To be able to use
I'm currently doing some last-measure optimizations, mostly for fun and learning, and discovered something

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.