Ulugov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink error in Uzbek localizationForum: Fixing WordPress
In reply to: Permalink error in Uzbek localizationThank you @fierevere, you did a great help. I’ve fixed all the messages that you stated.
@avazbek, I’ve tested on my local installation. Now it working, you can check after sometime.Let me know if any issue.
Forum: Fixing WordPress
In reply to: Permalink error in Uzbek localizationLet me check. I will inform you about the results.
Forum: Requests and Feedback
In reply to: Need support forum for WordPress UzbekistanI’ve been waiting for the ticket https://meta.trac.ww.wp.xz.cn/ticket/1670 to get resolved but still no responce.
What else can I do to enable support forum on uz.ww.wp.xz.cn?
Forum: Plugins
In reply to: [AUS Telegram Channel] New feature suggestion: sendphotoHello Aleix!
I am very glad to hear such positive reviews from you. I’m on half of the way developing this option. I hope, in further releases this option will be available.Forum: Plugins
In reply to: [AUS Telegram Channel] please add a "post now on telegram" functionHello fabse!
The ASAP option has been added.
Please, update the plugin.
I have tested many times before the release. Anyway, write if any errors.Forum: Requests and Feedback
In reply to: Need support forum for WordPress UzbekistanThank you for your quick reply.
I opened a new ticket as you suggested: https://meta.trac.ww.wp.xz.cn/ticket/1670
No response so far. How long do the tickets usually take to get resolved? Do I have to take any further actions?
Forum: Plugins
In reply to: [AUS Telegram Channel] please add a "post now on telegram" functionHello!
I’m very glad receiving positive reviews. Many people asking me about this feature. I’m going to add this feature ASAP. I hope this will be added on next minor update.Forum: Reviews
In reply to: [AUS Telegram Channel] Nice! Supports markdown!Hello P. Shishkin. Thank you for the feedback.
Can you explain what options do you want to see?Hello Pavel.
Glad to help you.
I hope I can help you about mobile application.
let’s discus it on telegram (@anvarulugov) or by email wasatiyatm at gmail.Hello. I thing the answer is here:
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
You must contact with your hosting provider support.
Regards.Hello pavelpluz.
I think your hosting provider made some limits.
please, test with the following code below:<?php $result = file_get_contents('https://api.telegram.org/bot{bot-token}/sendMessage?chat_id=@channelusername&text=test message'); print_r($result); ?>Maybe some thing will be visible.
And I advice you to check your sites access and error logs after testing this code.if everything works, paste the save code in a php file and upload it to your hosting. And browse it.
E.g.<?php file_get_contents('https://api.telegram.org/bot{bot-token}/sendMessage?chat_id=@channelusername&text=test message'); ?>Paste the following url to you browser address change the token and channelusername parameters and try to open. The result message will be displayed as json array. If everything works the message must be sent to your channel.
https://api.telegram.org/bot{bot-token}/sendMessage?chat_id=@channelusername&text=test message
Hello Pavel.
I created a screencast. You can watch it on plugin installation section.
https://ww.wp.xz.cn/plugins/aus-telegram-channel/installation/