https://radiosuceso.com/
#Team_R70
Introducing SPIDER-X, the dynamic and exciting Telegram channel brought to you by Team Spider-X from Yemen. With the motto "We Break, Rules Not Hearts", SPIDER-X is a channel that goes beyond the conventional boundaries of content sharing. The channel is administered by @mh_Py, who is dedicated to providing a unique and engaging experience for all members.
SPIDER-X is not your average Telegram channel. It offers a diverse range of content, including entertainment, news, and discussions on various topics. Whether you're looking for the latest trends, thought-provoking debates, or simply a place to connect with like-minded individuals, SPIDER-X has something for everyone.
Who is Team Spider-X? They are a passionate group of individuals from Yemen who are committed to breaking stereotypes and creating a positive impact in the online community. With their innovative approach and fresh perspective, Team Spider-X is redefining the way we interact and engage with content on Telegram.
So, what is SPIDER-X all about? It's about breaking free from the norm, challenging the status quo, and embracing creativity in all its forms. It's a channel that encourages dialogue, fosters connections, and inspires change. Join SPIDER-X today and be a part of this exciting journey towards a brighter, more inclusive online community!
12 Nov, 18:47
12 Nov, 15:55
07 Nov, 14:09
27 Oct, 03:55
23 Oct, 18:01
18 Oct, 06:54
16 Oct, 07:44
$Aymn3mk = file_get_contents("CoinsName.json");كود تغيير عملة كثير طلبوه مني ، ركز على الشرح وانتبه على كل كلمة :
$Aldorafy3mk = json_decode(file_get_contents("CoinsName.json"));
if($data == "ChangeCoin"){
bot('editmessagetext', [
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'text'=>"
*✅┇إختر العملة المناسبة لك من الأسفل 👇🏻.*
",
'parse_mode'=>"MarkDown",
'reply_markup'=>json_encode([
'inline_keyboard'=>[
[['text'=>"الدولار الأمريكي 💲.",'callback_data'=>"SellectCoin#USD"]],
[['text'=>"الريال السعودي 🇸🇦.",'callback_data'=>"SellectCoin#SAR"]],
[['text'=>"الريال اليمني القديم 🇾🇪.",'callback_data'=>"SellectCoin#YER"]],
[['text'=>"الريال اليمني الجديد 🇾🇪.",'callback_data'=>"SellectCoin#YER2"]],
]
])
]);
}
$ExAymn = explode("#",$data);
if($ExAymn[0] == "SellectCoin"){
$AymnAldorafy["Mycoin"][$id] = $ExAymn[1];
file_put_contents("CoinsName.json",json_encode($AymnAldorafy));
bot('editmessagetext', [
'chat_id'=>$chat_id,
'message_id'=>$message_id,
'text'=>"
*☑️┇تم إختيار العملة بنجاح.
♻️┇سيتم مصارفة جميع الاسعار والرصيد الى العملة المختارة.*
",
'parse_mode'=>"MarkDown",
]);
}
function GetCoin($Aymn){
if($Aymn == "USD"){
return [1,"دولار"];
}elseif($Aymn == "SAR"){
return [4,"ريال سعودي"];
}elseif($Aymn == "YER"){
return [530,"ريال يمني قديم"];
}elseif($Aymn == "YER2"){
return [1500,"ريال يمني جديد"];
}
}
[['text'=>"♻️┇تغيير العملة.",'callback_data'=>"ChangeCoin"]],
$AymnC = $Aldorafy3mk->Mycoin->$id;رابعا :تسوي متغير جديد للرصيد او السعر وتضيف هذا
$GetCoin = GetCoin($AymnC);
$NameCoin = $GetCoin[1]; #هذا المتغير رح يكون لاسم العملة.
$PriceCoin = $GetCoin[0]; #هذا المتغير رح يكون لسعر مصارف العملة.
15 Oct, 00:25