This file contains hidden or 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
c3M6Ly9ZMmhoWTJoaE1qQXRhV1YwWmkxd2IyeDVNVE13TlRwbE1EWmhZakJtWXkwM1lqYzFMVFExTkdVdE9HTTBOeTFoTnpKaFlXTmxaRGd4WkRBQHZpbm5ldy52cHNnY3AueHl6OjQ4NDUwIyVGMCU5RiU5NCVCMCUyMElEJTNBJTIwNTM4MQ0Kc3M6Ly9ZMmhoWTJoaE1qQXRhV1YwWmkxd2IyeDVNVE13TlRwbE1EWmhZakJtWXkwM1lqYzFMVFExTkdVdE9HTTBOeTFoTnpKaFlXTmxaRGd4WkRBQHZpbm5ldy52cHNnY3AueHl6OjQ4NDUwI0QlQzMlQjluZyUzQSUyMDM3LjQ4JTIwR0IlMjAlMkYlMjAxMDAwJTIwR0INCnNzOi8vWTJoaFkyaGhNakF0YVdWMFppMXdiMng1TVRNd05UcGxNRFpoWWpCbVl5MDNZamMxTFRRMU5HVXRPR00wTnkxaE56SmhZV05sWkRneFpEQUB2aW5uZXcudnBzZ2NwLnh5ejo0ODQ1MCMlRjAlOUYlOTQlQjAlMjBIU0QlM0ElMjAwOC0xMi0yMDI0DQpzczovL1kyaGhZMmhoTWpBdGFXVjBaaTF3YjJ4NU1UTXdOVHBsTURaaFlqQm1ZeTAzWWpjMUxUUTFOR1V0T0dNME55MWhOekpoWVdObFpEZ3haREFAdmlubmV3LnZwc2djcC54eXo6NDg0NTAjJTVCMSU1RCVFMiU4MCVCQSUyMCVGMCU5RiU4NyVCQiVGMCU5RiU4NyVCMzRHJTIwVmluYSUyMCU3QyUyMFZOJTIwJTVCMDElNUQNCnNzOi8vWTJoaFkyaGhNakF0YVdWMFppMXdiMng1TVRNd05UcGxNRFpoWWpCbVl5MDNZamMxTFRRMU5HVXRPR00wTnkxaE56SmhZV05sWkRneFpEQUB2aW5uZXcudnBzZ2NwLnh5ejo2NDI2MCMlNUIyJTVEJUUyJTgwJUJBJTIwJUYwJTlGJTg3JUJCJUYwJTlG |
This file contains hidden or 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
// ==UserScript== | |
// @name Youtube chat speaking | |
// @version 2024-08-29 | |
// @description Text to speech chat by ging-dev | |
// @author ging-dev | |
// @match https://www.youtube.com/live_chat?v=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant GM_log | |
// @require https://code.responsivevoice.org/responsivevoice.js?key=CzNs11zL | |
// ==/UserScript== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
s = input() | |
digits = {0: 6, 1: 2, 2: 5, 3: 5, 4: 4, 5: 5, 6: 6, 7: 3, 8: 7, 9: 6} | |
total = 0 | |
for num in s: | |
total += digits[int(num)] | |
def max_number(n: int, cost: int): |
- Upload và giải nén code
- Vào App store, cài php 8.2
- Vào phần setting của php 8.2 trên appstore > configuration file, tìm dòng
disable_functions=...
xóa đi và lưu lại - Vào terminal của website chạy lệnh
composer update
- Vào conf của website:
- Chọn
site directory
, trỏsite directory
đến thư mụcpublic
của code > save, đồng thời tắtAnti-XSS attack (Base directory limit)(open_basedir)
trên góc. - Tại phần url rewrite thêm:
location / {
- Chọn
try_files $uri @rewriteapp;
NewerOlder