Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $domain = preg_replace("/^(.*\\.)?([^.]*\..*)$/", "$2", $_SERVER["HTTP_HOST"]);
- $licensed = "bharatchannels.com";
- if (stristr($domain, $licensed)) {
- $thisss = "good";
- } else {
- }
- if ($video["source_id"] == 3) {
- define("PHPMELODY", true);
- include("admin/src/youtube.php");
- $video_data = get_info("http://www.youtube.com/watch?v=" . $video["yt_id"]);
- if (strpos($video_data[0], "xml") !== FALSE) {
- $arr_length = count($video_data);
- for ($i = 0; $i < $arr_length; $i++) {
- $video_data[$i] = str_replace(array(
- "\n",
- "\t",
- "\r"
- ), "", $video_data[$i]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement