This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$filename = $_GET["url"]; | |
$fsize = getSizeFile($filename); | |
header("Content-Type: image/jpeg"); | |
header("Content-Length: ".$fsize); | |
readfile($filename); | |
function getSizeFile($url) { | |
if (substr($url, 0, 4) == "http") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROXIES = %W( | |
118.97.208.194:3128 | |
118.97.247.107:3128 | |
118.97.211.5:3128 | |
175.136.226.87:3128 | |
200.35.90.38:3128 | |
95.70.208.245:8080 | |
120.203.214.182:83 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function listFilesInFolder() { | |
var folder = DocsList.getFolder("Maudesley Debates"); | |
var contents = folder.getFiles(); | |
var file; | |
var data; | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
sheet.clear(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//spam message the chats with thirugram.js | |
//open up telegram web and go to the chat you want to spam | |
//open console ( Ctrl + Shift + J ) | |
//execute the code | |
var message = ""; //spam message | |
var interval = 1 ; // in seconds | |
var count = 10 ; //number of times to send | |
var notifyInterval = 5 ; //notify | |
var i = 0 ; | |
var timer = setInterval(function(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Copyright 2010 Google Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); you may not | |
* use this file except in compliance with the License. You may obtain a copy of | |
* the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
@WIFI.ID BYPASS WITH PYTHON | |
Cara menggunakan: | |
- Install python. | |
- Install library mechanize. | |
- Jalankan dengan perintah: python namafile.py | |
- Tunggu dan silahkan mencoba untuk browsing. | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
# Use https://epggw.a1.net/img/station/darkbg/200x200/ as logo URL. | |
# Use https://tvthek.orf.at/livestream/_token for new DRM tokens. | |
# See https://github.com/iptv-org/iptv/blob/master/streams/at.m3u | |
# TV | |
#EXTINF:-1 tvg-id="908",ORF 1 | |
#KODIPROP:inputstream=inputstream.adaptive | |
#KODIPROP:inputstream.adaptive.manifest_type=mpd | |
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
preg_match("/^(?:http(?:s)?:\/\/)?(?:www\.)?(?:m\.)?(?:youtu\.be\/|youtube\.com\/(?:(?:watch)?\?(?:.*&)?v(?:i)?=|(?:embed)\/))([^\?&\"'>]+)/","https://www.youtube.com/watch?v=W8drxRl1fiY",$gtlk); | |
//echo $gtlk[1]; | |
$fg = file_get_contents("https://www.youtube.com/get_video_info?video_id=".$gtlk[1]."&cpn=CouQulsSRICzWn5E&eurl&el=adunit"); | |
$xp = explode(",",$fg); | |
parse_str($xp[0],$rst); | |
$url = $rst['url_encoded_fmt_stream_map']; | |
parse_str($url,$hasil); | |
echo $judul = $rst['title']; //get title | |
echo "<br><hr>"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function urlMatchesOneOfPatterns(url, patterns) { | |
for (var i = 0; i < patterns.length; i++) { | |
var pattern = patterns[i]; | |
if (url.match(pattern)) { | |
return true; | |
} | |
} | |
return false; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://premium-iptv.link:6969/live/despina/despina/5681.ts #Name: BR: DISCOVERY | |
http://premium-iptv.link:6969/live/despina/despina/7364.ts #Name: BR: Discovery Civilization | |
http://premium-iptv.link:6969/live/despina/despina/8074.ts #Name: BR: Discovery Home Health | |
http://premium-iptv.link:6969/live/despina/despina/7363.ts #Name: BR: Discovery Science | |
http://premium-iptv.link:6969/live/despina/despina/7362.ts #Name: BR: Discovery Turbo | |
http://premium-iptv.link:6969/live/despina/despina/7361.ts #Name: BR: Disney | |
http://premium-iptv.link:6969/live/despina/despina/7929.ts #Name: BR: Eimax 1 | |
http://premium-iptv.link:6969/live/despina/despina/7357.ts #Name: BR: ESPN | |
http://premium-iptv.link:6969/live/despina/despina/5328.ts #Name: BR: ESPN Brasil | |
http://premium-iptv.link:6969/live/despina/despina/5327.ts #Name: BR: ESPN HD |
OlderNewer