- python-gobject
chmod +x watermark
./watermark
<?php | |
if ($_GET['id'] == ""){ | |
http_response_code(404); | |
die("ID Not Found"); | |
} else { | |
$drive_id = $_GET['id']; | |
$apikey = "AIzaSyBPO_VhHtvTL-gs35Nb24cSsjuxQasjlN0"; | |
$data = json_decode(file_get_contents("https://www.googleapis.com/drive/v2/files/$drive_id?supportsTeamDrives=true&key=$apikey"), true); | |
$mime = $data["mimeType"]; | |
$link = file_get_contents("https://www.googleapis.com/drive/v3/files/$drive_id?key=$apikey&supportsTeamDrives=true&alt=media"); |
<?php | |
/** | |
* DONT DELETE THIS | |
* | |
* @original https://github.com/ammarfaizi2/php-integral-obfuscator | |
* @update https://moedev.co | |
* @license MIT | |
* @version 0.2.0-rc9 | |
* c\00 |
/* Light mode */ | |
@media (prefers-color-scheme: light) { | |
@import url("light.css"); | |
} | |
/* Dark mode */ | |
@media (prefers-color-scheme: dark) { | |
@import url("dark.css"); | |
} |
#!/bin/bash | |
# SPDX-License-Identifier: MIT | |
# Copyright © 2019-present Iqbal Rifai | |
# ------------------------------------------------------------------ | |
# MIT License | |
# ----------- | |
# | |
# Copyright (c) 2019-present Iqbal Rifai (https://iqbalrifai.eu.org) | |
# Permission is hereby granted, free of charge, to any person |
https://domain-com.translate.goog/image.jpg
https://cdn-discordapp-com.translate.goog/attachments/932997963981140069/937172504819138560/unknown.png
https://proxy.duckduckgo.com/iu/?u=url image
https://proxy.duckduckgo.com/iu/?u=https://cdn.discordapp.com/attachments/932997963981140069/937172504819138560/unknown.png
#how to use
audio/ogg
token
and channel_id
on config.json
py main.py
Install-Script -Name RefreshEnv -RequiredVersion 1.0.0 | |
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |