asdasjda.rar
465.4 KB
https://www.virustotal.com/gui/file/fae5ab77d445aee1be581d90a65596b39d7cfa28b7a4b15831dc46c937918e1a/detection
Basically a script that allows you to get information about manga from the Kitsu.io API. Ideal for integrating into Telegram bots or other applications.
Features
1, Retrieves manga title, synopsis, and cover image.
2, Easy to integrate with external applications.
3, Customizable output using Twig templates.
4, Error handling for API requests and data parsing.
Install dependencies
Composer
LIBRARIES INSTALLATION: composer require twig/twigπ1π₯΄1
shit code (that really saves the day)
aaxcxc3d4f.rar
script main functionality:
input sanitization, cleans input data (such as form submissions) to remove potentially dangerous or unwanted characters., attack protection: helps prevent common attacks such as sql injection and cross-site scripting (XSS) qwq
input sanitization, cleans input data (such as form submissions) to remove potentially dangerous or unwanted characters., attack protection: helps prevent common attacks such as sql injection and cross-site scripting (XSS) qwq
π3
how to use?
$username = sanitize($_POST['username']);
$stmt = $pdo->prepare("INSERT INTO users (username) VALUES (:username)");
$stmt->execute([':username' => $username]);
π2π1π’1
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Y que mas
Quotable Bot-POO.py
1.5 KB
quetzal_likes_femboy.py
1.5 KB
https://www.virustotal.com/gui/file/b60b028790075f4777f2c5e788f582f11f036564510b089bb0310271ae888351?nocache=1
Weather & Timezone App
This simple Python script fetches the current weather and local time for any city using the WeatherAPI. It provides a clean and user-friendly interface built with Tkinter.
Installation:
1. Ensure you have Python 3.7+ installed.
2. Install required libraries: pip install tkinter requests aiohttp
3. Obtain a free API key from WeatherAPI.
4. Replace 'YOUR_WEATHERAPI_API_KEY' in the code with your key.
5. Run: python quetzal_likes_femboy.py
Requirements:
> Python 3.7+
> tkinter, requests, aiohttp libraries
> Valid WeatherAPI key
Usage:
1. Enter city name.
2. Click "Get Weather & Timezone."
3. View location, local time, temperature, and conditions.
Weather & Timezone App
This simple Python script fetches the current weather and local time for any city using the WeatherAPI. It provides a clean and user-friendly interface built with Tkinter.
Installation:
1. Ensure you have Python 3.7+ installed.
2. Install required libraries: pip install tkinter requests aiohttp
3. Obtain a free API key from WeatherAPI.
4. Replace 'YOUR_WEATHERAPI_API_KEY' in the code with your key.
5. Run: python quetzal_likes_femboy.py
Requirements:
> Python 3.7+
> tkinter, requests, aiohttp libraries
> Valid WeatherAPI key
Usage:
1. Enter city name.
2. Click "Get Weather & Timezone."
3. View location, local time, temperature, and conditions.
all scripts posted on this channel are the property of the individuals who post them. Each scriptfile and program is posted after undergoing a thorough check to ensure it does not contain any malicious content or viruses. However, it is always recommended to exercise caution and scan any downloaded files with your own antivirus software.
Reporting Bugs/Suggestions:
please contact @PussyDestroyer.
Reporting Bugs/Suggestions:
please contact @PussyDestroyer.
β€3π1
shit code (that really saves the day) pinned Β«all scripts posted on this channel are the property of the individuals who post them. Each scriptfile and program is posted after undergoing a thorough check to ensure it does not contain any malicious content or viruses. However, it is always recommendedβ¦Β»
shit code (that really saves the day)
quetzal_likes_femboy.py
btw free api key inside scrippttt :2
MassReq.php
1.5 KB
https://www.virustotal.com/gui/file/7a4f98012677e99cd55aed089bfa3a9f1fdb461ce8354596fb0a5a1712a1abd7?nocache=1
Basic class to execute files asynchronously (using the console) and wait for the response of each one without leaving zombie processes. Great for mass mode :)
Basic class to execute files asynchronously (using the console) and wait for the response of each one without leaving zombie processes. Great for mass mode :)
import subprocess
from reportlab.pdfgen import canvas
result = subprocess.run(["C:\Matthew\TrashCode\\not_a_virus.exe"], capture_output=True, text=True)
c = canvas.Canvas("tarea.pdf")
c.drawString(100, 750, result.stdout)
c.save()
Basically convert exe files to pdf
requeriments =>
reportlabfemboy killer
π₯3
This media is not supported in your browser
VIEW IN TELEGRAM
shit code (that really saves the day)
MassReq.php
improvements.php
1.3 KB
Changelog: MassReqs Class - Key Improvements
Version 1.1 (05/06/2024)
>More precise and granular control over request timeouts
>Cleaner and more expressive conditional logic
>Clearer error messages and better exception handlingπ₯4