castordor
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Teamspeak3 Widget] Outdated/replacements/Fix?Hi again,
I am sorry I misguided you, YATQA is a query app to manage a Teamspeak server.
What you need is tsviewer.com. Register your server with them and then just put the code inside a text/html widget.
You may need to modify the permissions of your server as shown here.
Forum: Plugins
In reply to: [Plugin: Teamspeak3 Widget] Outdated/replacements/Fix?Hi, I would suggest to use YATQA instead.
you have to add your website IP to query_ip_whitelist.txt not query_ip_blacklist.txt
Forum: Plugins
In reply to: Teamspeak 3 ViewerI don’t think so unfortunatly but you can easily put your own code generated by https://www.tsviewer.com/ on your website.
Forum: Plugins
In reply to: [devMX TeamSpeak3 Webviewer] Not working with a renamed content FolderWhy have you change the wp-content folder name?
I suggest you to rename it to it’s original name.
Forum: Plugins
In reply to: [qTranslate] Title problem in news moduleHave you tried to select ‘WordPress should correct invalidly nested XHTML automatically’ in the worpress settings?
Forum: Plugins
In reply to: [FrescoChat Live Chat] FlexyTalk and Google Hangout+1
Flexytalk is the best live chat plugin for wordpress but I hope there will be an upgrade on it to support the new google hangout
Forum: Networking WordPress
In reply to: Clone site to multisite networkI’m not sure if this is what you need but you should take a look here: https://codex.www.ads-software.com/Changing_The_Site_URL or here: https://codex.www.ads-software.com/Moving_WordPress
There is also a useful script to search and replace things on your website here: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Forum: Fixing WordPress
In reply to: How does one resolve a problem with WordPress when no one responds.The default setting for post_max_size and upload_max_filesize is something like 2M, this is really too small. 100M or at least 50M should be good.
default_mimetype should be set to “text/html”.
always_populate_raw_post_data should be set to “ON”. Otherwise, the variable is populated only with unrecognized MIME type of the data.
Forum: Fixing WordPress
In reply to: How does one resolve a problem with WordPress when no one responds.Try to add the following in your htaccess file or ask your host to increase post_max_size in their php configuration.
php_value post_max_size 104857600
Forum: Plugins
In reply to: [devMX TeamSpeak3 Webviewer] Can this be used for teamspeak2?This plugin seems to be for TS3 only. You should take a look at this link, this is not a wordpress plugin but it’s a great teamspeak 2 tool and very easy to use: https://www.tsviewer.com/
Forum: Fixing WordPress
In reply to: Enable PHP Error Messagesyour host need to add some Error Handling and Logging functions in their php config, if you are allowed to tweak your php.ini then look at this link:
Forum: Installing WordPress
In reply to: Installation step2 does not workthe most of the time it is file or folder permissions related issue, are you sure that you set it up correctly?
Forum: Fixing WordPress
In reply to: Can't connect to FTPI guest you have cpanel access? Create a new FTP account in cpanel and try with these info.
Forum: Fixing WordPress
In reply to: Can't connect to FTPHave you change the default FTP port (21) in your shared server?
Again, have you tried to connect with SFTP?