We didn't got any winner yet.
So make as many guesses possible, no limit.
The closest one gets the reward.
Winner will be announced after 30 minutes
So make as many guesses possible, no limit.
The closest one gets the reward.
Winner will be announced after 30 minutes
@RequestCaptchaBot 🙃
2 month premium subscription on this bot for free.
Comment "FREE" and you will get it
Send join request to this chat to know what this bot does:
https://t.me/+Z7tJUWMpvWwzMWVl
2 month premium subscription on this bot for free.
Comment "FREE" and you will get it
Send join request to this chat to know what this bot does:
https://t.me/+Z7tJUWMpvWwzMWVl
Please open Telegram to view this post
VIEW IN TELEGRAM
💩3❤1💔1😡1 1 1 1
🚀 Launch Your Website with OneHostMarket!
Looking for fast, secure & affordable web hosting? 💻
🌐 OneHostMarket brings you everything you need to get your website online:
✅ Shared Hosting starting from just ₹79/month
✅ NVMe SSD Storage for blazing-fast speed
✅ Free SSL Certificate 🔒
✅ cPanel Control Panel
✅ LiteSpeed Web Server
✅ 24/7 Expert Support
✅ Free Website Migration
✅ 99.9% Uptime
Whether you're starting a blog, business website, portfolio, or eCommerce store, we've got the perfect hosting plan for you.
🌍 Visit Now: https://onehostmarket.com
💙 OneHostMarket – Fast Hosting. Affordable Pricing. Reliable Support.
Looking for fast, secure & affordable web hosting? 💻
🌐 OneHostMarket brings you everything you need to get your website online:
✅ Shared Hosting starting from just ₹79/month
✅ NVMe SSD Storage for blazing-fast speed
✅ Free SSL Certificate 🔒
✅ cPanel Control Panel
✅ LiteSpeed Web Server
✅ 24/7 Expert Support
✅ Free Website Migration
✅ 99.9% Uptime
Whether you're starting a blog, business website, portfolio, or eCommerce store, we've got the perfect hosting plan for you.
🌍 Visit Now: https://onehostmarket.com
💙 OneHostMarket – Fast Hosting. Affordable Pricing. Reliable Support.
❤3👎1 1
@ai9to5 has just been placed for auction by its owner with a minimum bid of 💎 69.
The auction for this item will end in 6 days 23 hours.
https://fragment.com/username/ai9to5
The auction for this item will end in 6 days 23 hours.
https://fragment.com/username/ai9to5
Please open Telegram to view this post
VIEW IN TELEGRAM
😡7❤5💩3 2
<?php
header('Content-Type: application/json');
$channel = trim($_GET['channel'] ?? '');
$post_id = trim($_GET['post'] ?? '');
if (empty($channel) || empty($post_id)) {
echo json_encode(["status" => "error", "message" => "Missing parameters. Usage: ?channel=bottercc&post=544"]);
exit;
}
$url = "https://t.me/{$channel}/{$post_id}?embed=1";
$html = @file_get_contents($url, false, stream_context_create([
'http' => ['header' => "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\r\n"]
]));
if ($html === false) {
echo json_encode(["status" => "error", "message" => "Failed to connect to Telegram."]);
exit;
}
$html_lower = strtolower($html);
// Channel Check
if (strpos($html_lower, 'channel with username') !== false) {
echo json_encode([
"status" => "channel-not-found",
"message" => "Channel not found or private."
]);
exit;
}
// Post Check
if (strpos($html_lower, 'post not found') !== false) {
echo json_encode([
"status" => "post-not-found",
"message" => "Post not found."
]);
exit;
}
// Extract Views
if (preg_match('/<span class="tgme_widget_message_views">([\d.,KMB]+)<\/span>/i', $html, $matches)) {
$views_raw = trim($matches[1]);
$views = $views_raw;
if (preg_match('/([\d.]+)([KMB]?)/i', $views_raw, $m)) {
$num = (float)$m[1];
$suffix = strtoupper($m[2] ?? '');
if ($suffix === 'K') $num *= 1000;
if ($suffix === 'M') $num *= 1000000;
if ($suffix === 'B') $num *= 1000000000;
$views = (int)$num;
}
echo json_encode([
"status" => "success",
"channel" => $channel,
"post_id" => (int)$post_id,
"views" => $views,
"views_raw" => $views_raw,
"url" => "https://t.me/{$channel}/{$post_id}"
], JSON_PRETTY_PRINT);
} else {
echo json_encode([
"status" => "error",
"message" => "Could not extract views."
]);
}
?>
Api to get views count of any public telegram post.
TEST: https://cl.arijitiyan.cc/tgview/api.php?channel=bottercc&post=695
Please create a Google style logo for our @unobhaibot
The logo should be branded, and proffestional.
Exactly like google style, for example:
@comment_Pickerbot
@what_otp_bot
@tgtizebot
@requestCaptchaBot
Best one will b rewarded
The logo should be branded, and proffestional.
Exactly like google style, for example:
@comment_Pickerbot
@what_otp_bot
@tgtizebot
@requestCaptchaBot
Best one will b rewarded
Create a logo for "EARN ADS"
It's a monetization telegram mini app.
I will pay a good amount to the best logo.
You don't need to follow any design rule, create anything from your imagination.
You can use any ai, manual edit or anything...
It's a monetization telegram mini app.
I will pay a good amount to the best logo.
You don't need to follow any design rule, create anything from your imagination.
You can use any ai, manual edit or anything...
❤4
😭8❤1