PHP PYTHON KODLARI
282 subscribers
248 photos
8 videos
145 files
108 links
  ๐Ÿ‘‘ Php jamoasiga xush kelibsiz!
โ”œ ๐Ÿ˜ PHP kodlar
โ”œ ๐Ÿ‘จโ€๐Ÿ’ป Tarqalmagan API kodlar
โ”” ๐Ÿ“ค Kerakli ilovalar
Barchasini biz orqali o'rganing!

โ€ผ๏ธOwner : @Xavfsizlikdan
Download Telegram
๐Ÿ–ผ API TEXT TO IMAGE 

๐Ÿ”— Primary URL
https://viscodev.x10.mx/v-gen/api.php

๐Ÿ–ผ API TEXT TO IMAGE (GET)
https://viscodev.x10.mx/v-gen/api.php?prompt=Luffy and Zoro and Tony Tony Chopper and Usopp and nami are hanging out in a luxury car photorealistic 8k high Quality &ratio=1:1&count=1&upscale=4

๐Ÿ–ผ API TEXT TO IMAGE RESPONSE
    {
    "success": true,
    "count": 1,
    "upscale": 4,
    "images": [
        "https://viscodev.x10.mx/v-gen/images/img_20260412_143025_0.jpg"
    ],
    "ratio": "1:1"
{

๐Ÿ“ค API TEXT TO IMAGE RATiO

{
"1:1", "9:16", "9:21", "3:4", "16:9", "4:3"
โ€ข example = ratio=1:1
{

๐Ÿ“ค API TEXT TO IMAGE UPSCALE

{
"1" => "HD"
"2" => "HD+"
"3" => "Full HD"
"4" => "2K"
โ€ข example = upscale=4
{

๐Ÿ“ค API TEXT TO IMAGE NUMBER OF IMAGESE

{
"1", "2","3"
โ€ข example = count=1
{


๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
๐Ÿ”ฅ1
๐ŸŽต API AI MUSIC GENERATOR ๐ŸŽต

Variables ๐Ÿ“
prompt : ูˆุตู ุงู„ู…ูˆุณูŠู‚ู‰ (ู†ุต)
tags   : ู†ูˆุน ุงู„ู…ูˆุณูŠู‚ู‰ (ุญุฒูŠู†ุŒ ุณุนูŠุฏุŒ ุฑูˆู…ุงู†ุณูŠุŒ ุญู…ุงุณูŠ...)
chat_id: ู…ุนุฑู ุงู„ู…ุณุชุฎุฏู… ููŠ ุชู„ูŠุฌุฑุงู…
bot_token: ุชูˆูƒู† ุงู„ุจูˆุช

๐Ÿ”— Primary URL
https://viscodev.x10.mx/musicai/api.php

๐ŸŽถ Text to Music (GET)
https://viscodev.x10.mx/musicai/api.php?prompt=ุงุบู†ูŠุฉ ุญุฒูŠู†ุฉ ุนู† ุงู„ูุฑุงู‚&tags=sad&chat_id=123456789&bot_token=YOUR_BOT_TOKEN

๐ŸŽถ Text to Music (POST)
{
  "prompt": "ุงุบู†ูŠุฉ ุญุฒูŠู†ุฉ ุนู† ุงู„ูุฑุงู‚",
  "tags": "sad",
  "chat_id": "123456789",
  "bot_token": "YOUR_BOT_TOKEN"
}

๐Ÿ“ค Example of a successful response
{
  "success": true,
  "task_id": "visco-dz-54321",
  "sent_to_telegram": true
}

โšก Supported tags:
- sad   โ†’ ุญุฒูŠู†
- happy โ†’ ุณุนูŠุฏ
- romantic โ†’ ุฑูˆู…ุงู†ุณูŠ
- energetic โ†’ ุญู…ุงุณูŠ

๐Ÿ’ก ู…ู„ุงุญุธุฉ:
- ุจุฎุตูˆุต ุงู„ุงุณุชุฎุฏุงู… ุนุจุฑ ุชูŠู„ูŠุฌุฑุงู… ูŠุชู… ุฅุฑุณุงู„ ุงู„ู…ู„ู ุงู„ุตูˆุชูŠ ู…ุจุงุดุฑุฉ ุฅู„ู‰ ุชูŠู„ูŠุฌุฑุงู…
- ูŠุฌุจ ุฅุฑุณุงู„ bot_token ู…ุน ุงู„ุทู„ุจ

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ–ผ API RESTORE OLD PHOTOS

๐Ÿ”— Primary URL
https://viscodev.x10.mx/rest-photo/api.php

๐Ÿ–ผ  (GET)
https://viscodev.x10.mx/rest-photo/api.php?links=https://example.com/photo.jpg&ratio=16:9
 

๐Ÿ–ผ RESPONSE
{
    "success": true,
    "image_url": "https://viscodev.x10.mx/rest-photo/uploads/restored_67f9a3b2c1d4e_1744567890.jpg",
    "image_base64": "/9j/4AAQSkZJRgABAQEAYABgAAD...",
    "ratio": "16:9"
}

๐Ÿ“ค RATIOS

{
"auto", "1:1", "1:2", "2:1", "2:3", "3:2", "9:16", "16:9"
โ€ข example = "ratio": "1:1"
}

๐Ÿ“ค cURL

{
"curl -X POST https://viscodev.x10.mx/rest-photo/api.php"
  -H "Content-Type: application/json" \
  -d '{"links": "https://example.com/old_photo.jpg"
}

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
โ€ข A word about me if you've ever dealt with me before...

@ViSCOAiBOT
Down.py
4.4 KB
๐Ÿ“น Instagramdan Vidio Yuklovchi Bot kodi

100% ishlaydi va yaqin kunlarda musiqa
Qidirish funksiyasini ham qo'shamiz

๐Ÿ˜Rekasiya bo'lsa php da yozilganini ham chiqaramiz


Manba: @php_Python_kodlar and @QoraCod

Tayyorladi: @Qoracoder
๐Ÿ”ฅ2
Anime bot kodi kerak
Guruh ochadagan bot kodiga almashaman.

Bot kodi
Zayafka kanal bor
Premium bor
Admin panel bor


Lich: @Qoracoder
๐Ÿ”ฅ1
@Vip_Tarjimakinobot php bot kodi sotiladi 20$ aniq oladiganla lc
Please open Telegram to view this post
VIEW IN TELEGRAM
uz v img generator & Prompt.php
10 KB
โ€ข Bu professional tasvir generatori va reklama vositasi bo'lib, u matnni kuchli reklamalarga aylantiradi va yaxshilaydi.

โ€ข Fayl pullik xizmatga bog'langan.

โœ“ Boshqalar ham foyda ko'rishi uchun ushbu postni ulashing. ...

โ€ข Fayl tili : Php


โ€ข Botga misol :

โ€ข @prooubot

โ€ข
@OP_J77

โ€ข O'zaro munosabatda bo'lishni unutmang  .
๐Ÿ–ผ API +18 Detector

๐Ÿ”— Primary URL
https://viscodev.x10.mx/v2w/api.php

๐Ÿ“ค Supported file types
image = JPG, PNG, WEBP
animations = GIF and MP4
video = MP4
stiker = static stickers
 

๐Ÿ–ผ RESPONSE
{
    "status": "success",
    "is_explicit": true,
    "risk_percentage": 88,
    "details": {
        "final_classification": "ุบูŠุฑ ู„ุงุฆู‚",
        "confidence": 88
    },
    "action_recommendation": "ุญุธุฑ"
}

๐Ÿ“ค POST

{
    "source": "https://api.telegram.org/file/botXXXXX/photo.jpg",
    "type": "image"
}

๐Ÿ“ค cURL

{
curl -X POST "https://viscodev.x10.mx/v2w/api.php" \
  -H "Content-Type: application/json" \
  -d '{"source": "https://example.com/image.jpg", "type": "image"
}

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
๐Ÿ‘1
๐ŸŒ TELEGRAM BOT KERAKMI? ๐Ÿค–

๐Ÿ’ก Biz siz uchun istalgan turdagi botni yaratib beramiz!

๐Ÿ”ฅ Xizmatlarimiz:
๐ŸŒ Har qanday murakkablikdagi botlar
๐ŸŒ PHP & Python dasturlash
๐ŸŒ Tezkor va sifatli ishlash
๐ŸŒ 100% kafolatlangan natija
๐ŸŒ Professional darajada yondashuv
๐Ÿ’ผ Biz bilan biznesingizni rivojlantiring!

๐Ÿ“ˆ Avtomatlashtiring va daromadingizni oshiring

๐Ÿ’ฌ Murojaat uchun:
๐Ÿ‘‰ @Xavfsizlikdan

โฌ…๏ธ Spamlar - @Techaloqabot

โœ‹ Eslatma:
โœ… Faqat aniq maqsad bilan yozing
Please open Telegram to view this post
VIEW IN TELEGRAM
โ€ข Every day they send me private messages wanting the best cloud-based model for generating software code.

โ€ข I don't know if it will be banned, but what I do know is that this is the best and strongest cloud model.๐Ÿ”ฅ ...



https://viscodev.x10.mx/ClaudeM/api.php?text=ู…ู†_ุงู†ุช
๐Ÿ–ผ API MEMES GENERATOR IMAGES

๐Ÿ”— Primary URL
https://viscodev.x10.mx/memes/api.php

๐Ÿ“ค Example (GET)
https://viscodev.x10.mx/memes/api.php?prompt=Cat laughing with spider man and spnjbob &meme_format=Drake Hotline Bling&top_text=ViSCO Ai&bottom_text=LOL&aspect_ratio=1:1
 

๐Ÿ–ผ aspect_ratio
{
    "1:1", "16:9",
    "9:16", "3:4",
    "4:3", "21:9",
"2:3", "3:2",
"5:4", "4:5"
  
    "example :  aspect_ratio=1:1"
}

๐Ÿ“ค meme_format

{
"Drake Hotline Bling",  "Distracted Boyfriend", "Expanding Brain",
" Change My Mind",
"Two Buttons",
"Think About It",
"Woman Yelling at Cat",
}

๐Ÿ“ค text IN THE PICTURE

{
"top_text = ุฃูŠ ู†ุต (ูŠุธู‡ุฑ ููŠ ุงู„ุฃุนู„ู‰)",
"bottom_text = ุงูŠ ู†ุต  (ูŠุธู‡ุฑ ููŠ ุงู„ุงุณูู„)"

}

{
"width = 64-2048",
"height = 64-2048",

}

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
โ€ข Prices for image editing API files :

โœ“ Nano banana Pro ๐ŸŒ = 50$
โœ“ Flux Pro 45$
โœ“ Nano banana  ๐ŸŒ = 45$
โœ“ Nano banana ๐ŸŒ = 40$

๐Ÿ‘ค by: @NB_DZ
๐Ÿ”ฅ1
๐Ÿ–ผ API GENERATOR IMAGES Ultra-im

๐Ÿ”— Primary URL
https://viscodev.x10.mx/Ultra-im/api.php

๐Ÿ“ค Example (GET)
{
https://viscodev.x10.mx/Ultra-im/api.php?text=Cat laughing
 }

๐Ÿ–ผ RESPONSE

{
  "success": true,
  "image_url": "https://viscodev.x10.mx/Ultra-im/visco/img_67890def5678.jpg",
  "original_text": "cat laughing",
  "enhanced_prompt": "Ultra-realistic photo of a fluffy domestic cat laughing heartily, mouth open in a joyful grin, bright sparkling eyes...",
  "timestamp": "2026-05-01 14:31:15",
  "note": "ุฑุงุจุท ุตุงู„ุญ ู„ู…ุฏุฉ 3 ุฏู‚ุงุฆู‚"
}

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
๐Ÿ”ฅ1
API Download videos and photos from social media platforms

๐Ÿ”— Primary URL
https://viscodev.x10.mx/media/api.php

๐Ÿ“ค Example (GET)
https://viscodev.x10.mx/media/api.php?url=https://www.instagram.com/p/fup0tvwqRj/?igsh=cDQyZngxOGxuZWN3&download=1

โ€ข example:

https://viscodev.x10.mx/media/api.php?url=ุฑุงุจุท ุงู„ููŠุฏูŠูˆ ุงูˆ ุงู„ุตูˆุฑู‡ &download=1
 

โ€ขโ€ขโ€ข

{
  # ุตูˆุฑุฉ ุงู†ุณุชุบุฑุงู…
api.php?url=https://www.instagram.com/p/fup0tvwqRj/?igsh=cDQyZngxOGxuZWN3&download=1

# ููŠุฏูŠูˆ ุงู†ุณุชุบุฑุงู… (Reel)
api.php?url=https://www.instagram.com/reel/xxxxx/&download=1

# ุชูŠูƒ ุชูˆูƒ (ููŠุฏูŠูˆ ูู‚ุท)
api.php?url=https://vt.tiktok.com/YMX/&download=1

# ุจูŠู†ุชุฑุงุณุช (ููŠุฏูŠูˆ ูู‚ุท - ุงู„ุตูˆุฑ ุบูŠุฑ ู…ุฏุนูˆู…ุฉ)
api.php?url=https://www.pinterest.com/pin/xxxxx/&download=1

# ุชูˆูŠุชุฑ/X (ููŠุฏูŠูˆ ูู‚ุท - ุงู„ุตูˆุฑ ุบูŠุฑ ู…ุฏุนูˆู…ุฉ)
api.php?url=https://x.com/user/status/xxxxx&download=1

# ููŠุณุจูˆูƒ (ููŠุฏูŠูˆ ูู‚ุท)
api.php?url=https://www.facebook.com/watch?v=xxxxx&download=1
api.php?url=https://fb.watch/xxxxx/&download=1
}

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
PHP PYTHON KODLARI
API Download videos and photos from social media platforms ๐Ÿ”— Primary URL https://viscodev.x10.mx/media/api.php ๐Ÿ“ค Example (GET) https://viscodev.x10.mx/media/api.php?url=https://www.instagram.com/p/fup0tvwqRj/?igsh=cDQyZngxOGxuZWN3&download=1 โ€ข example:โ€ฆ
โ€ข The service has been updated...

{
YouTube - (video)
 Instagram (Video and photos)
 Pinterest (Video and photos)
Twitter/X (Media)
 TikTok (video)
 Facebook (video)
Reddit (Media)
}
API Translation Ai to and from all languages with a special feature ai

๐Ÿ”— Primary URL
https://viscodev.x10.mx/lan-g/api.php

๐Ÿ“ค Example (GET)
https://viscodev.x10.mx/lan-g/api.php?text=ู…ุฑุญุจุง ูƒูŠู ุญุงู„ูƒ &from=ar&to=en
 

โ€ข It supports all the world's languages more than 140 Supported language

๐Ÿ‘ค by: @NB_DZ
๐Ÿ‘ค support:
@ppbbffl
๐Ÿ“ฃ channel:
@OP_J77
๐Ÿ“ฃ Prompt: @RJ_DZ
๐Ÿ‘Ž2๐Ÿ”ฅ1๐Ÿคฌ1๐Ÿ˜ก1
Maker botga tushadigan chotki prokinobot kodi sotiladi bugun olganga 150 ming qberaman maker botga qoyib yoki zakazga ochb berib soqqa qilurasila

Malumot

Kanal ulash hammasidan ulasa boladi

Vip tarif mavjud
Zayafka kanallarni zayafkasini.nazorat.qilish va qoshmcha.juda kop funksiyalar mavjud aniq maqsad bn lch yozing

Namuna
@Vip_Tarjimakinobot

@Xavfsizlikdan