Posted February 28, 20232 yr Administrators View File The Stream - Live TV & Video Streaming App The Stream is a mobile online TV & Video Streaming App system which run under Android platform that used for watch many online TV broadcasts & video streaming from your Android devices. You can manage unlimited TV channel and categories which support many formats, this application created by Android for client side and then PHP MySQL for server side. Run under Android platform which is the most popular operating system in the world, using this application you can save your money and time in creating application for your own mobile online TV & Video Streaming App. Submitter Mahmoud Submitted 02/28/2023 Category Android Demo https://codecanyon.net/item/the-stream-tv-video-streaming-app/19956555 Support is available for paid files only Support for free files is offered for a fee only
December 11, 2024Dec 11 im sure i downloaded an earlier version a while ago from here that didnt need a purchase code
December 11, 2024Dec 11 for anyone interested to get it working without the purchase code.remove these lines in /includes/header.php $sqlLicense = "SELECT * FROM tbl_license ORDER BY id DESC LIMIT 1"; $licenseResult = $connect->query($sqlLicense); $row = $licenseResult->fetch_assoc(); $itemId = $row['item_id']; if ($itemId != $envatoItemId) { $error =<<<EOF <script> alert('Please Verify your Purchase Code to Continue Using Admin Panel'); window.location = 'verify.php'; </script>EOF; echo $error; }and these lines in /index.phpelse { $_SESSION['user'] = $username; $_SESSION['timeout'] = $currentTime + $expired; header("location: verify.php"); }it should work after that
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.