twitch-stream-status-checker.fragxz.de Open in urlscan Pro
2a03:4000:30:7e8::10:2080  Public Scan

URL: https://twitch-stream-status-checker.fragxz.de/
Submission Tags: phishingrod
Submission: On May 11 via api from DE — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

TWITCH STREAM STATUS CHECKER


CHECK IF A STREAM IS ON / OFF

DEMO FEATURES HOW-TO BUY CONTACT


DEMO


THE SCRIPT IN ACTION!


Here you will see a few selected Streamer and their current online status. They
are dynamic and change according to their current live status.

Disclaimer: As long as you see the according stream status, you know that the
script is working!



NYC Timescape

Stream online

Category: Always On
Title: New York City Skyline LIVE
1 Viewer



LIRIK

Stream offline

nocopyrightsounds

Stream online

Category: Music
Title: NCS - Copyright Free Music Livestream 🎵 EDM, Gaming, Trap, House,
Dubstep
22 Viewer



RiotGames

Stream offline

RocketLeague

Stream offline



FEATURES

 * very easy to implement (only 3 lines of code needed)
 * Check the status of a streamer very easily (online / offline)
 * (since October 2021) - if a stream is online, you can now also access the
   following values in the returned array:
   id, user_id, user_login, game_id, game_name, type, title, viewer_count,
   started_at, language, thumbnail_url, tag_ids, is_mature
 * NEW (since 2022) - now also includes a Setup Guide for Wordpress websites!
 * Automatically gets the OAUTH token after first script execution (condition:
   clientID and secret are provided)
 * Automatically renews the OAUTH token (else it would expire every 60 days)


HOW-TO










IMPLEMENTATION

require('twitch_status_tool.php');
$yourChannelName = new StreamerStatus("YourChannelName");
$yourChannelNameStatus = $yourChannelName->returnLiveStatus(); // result:
"online" or "offline"

More detailed informations for Streams, that are online:
Easily get detailed stream informations such as Gamename, Streamtitle, Viewer
Count, Thumbnail URL and many more!


$streamInfos = $stream->returnStreamInfos();
echo $streamGame = $streamInfos['game_name']; // Returns the Game Name
// instead of "game_name" you can also use one of the following values: // id,
user_id, user_login, game_id, game_name, type, title, viewer_count, started_at,
language, thumbnail_url, tag_ids, is_mature







REQUIREMENTS

 * PHP Version: at least v5.6 - but v7 and higher is recommended
 * Server needs to have permissions to read and write to the config-File
 * cURL needs to be enabled in the php.ini / allowed on the server

The Twitch Stream Status Tool uses an App Access Token and the Client
credentials flow - for more informations refer to the documentation:
https://dev.twitch.tv/docs/authentication#types-of-tokens

This script is based on the new Twitch API (2020). The previous Twitch API was
v5 / KRAKEN (deprecated).




BUY THE SCRIPT

GO TO CODESTER





CONTACT

Still got questions?
Let me know!




The "Twitch Stream Status Checker" or "Twitch Status Tool" isn’t endorsed by
Twitch or Amazon and doesn’t reflect the views or opinions of Twitch or anyone
officially involved in producing or managing Twitch or Amazon.

Powered by w3.css

Imprint | privacy statement