Jump to content

Chris027

Clients
  • Joined

  • Last visited

Everything posted by Chris027

  1. I got rid of it by changing the location of the uploaded file. I uploaded it via sftp, then pointed the audio src to that URL.
  2. Do you think it's possible to hide with simple css in my custom.css file?
  3. Sure thing. https://audiophilestyle.com/ca/immersive/immersive-music-and-some-current-favorites-part-4 -r1168/
  4. Hi Guys, I finally uploaded some audio after using a text to speech app. Question: How can I disable the popup / tool tip that shows how many times it has been downloaded? I noticed this isn't seen int he audio posted above by @Nathan Explosion. Here's what it looks like on my site when I mouse over it.
  5. If anyone else uses nginx and wants to know how to do this. Convert the htaccess file then add the converted text in the site configuration file. The following can be added to the server block, usually located in /etc/nginx/sites-available/yourserver.conf Then restart nginx location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/index.php; } }
  6. Ah. I need to convert it to work with the worlds most popular web server :~)
  7. I have this same issue. I uploaded the .htaccess file (although I don't use apache), but nothing changes. #3C414/1 Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue. Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the <a href='THIS LINK>REST & OAuth</a> page to learn more and fix this issue.
  8. Chris027 replied to Adriano Faria's post in a topic in Marketplace
    Yes
  9. I have some errors in the system log related to Bookmarks. SELECT COUNT(*) as cnt FROM `bookmark_items` WHERE member_id=25654 AND app IN('core','cms','blog','downloads','nexus','gallery','forums','convert','bookmark','autowelcome','classifieds','clubsenhancements','ignoretopics','memberscountry','neappcontactus') AND ( visibility_type=1 OR ( visibility_type=2 and member_id=) ) IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') )' at line 1 (1064) #0 /mysite/system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /mysite/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /mysite/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /mysite/applications/bookmark/sources/Bookmark/Table.php(111): IPS\Db\_Select->first() #4 /mysite/system/Helpers/Table/Table.php(494): IPS\bookmark\Bookmark\_Table->getRows() #5 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #6 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #7 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #8 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #9 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #10 /mysite/index.php(13): IPS\_Dispatcher->run() #11 {main} BACKTRACE #0 /mysite/init.php(1029): IPS\_Log::log() #1 /mysite/system/Helpers/Table/Table.php(574): IPS\IPS::exceptionHandler() #2 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #3 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #4 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #5 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #6 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #7 /mysite/index.php(13): IPS\_Dispatcher->run() #8 {main} Looks like I can reproduce it by visiting the following URL as a guest - /profile/user-username/?tab=node_bookmark_Bookmarks
  10. Yeah, it would be rare for something to remain unchanged for 4 years. Since it has been disabled, all it good.
  11. Just disabled Cloudflare’s Mirage setting, we’ll see if it helps. The setting has been enabled for 4 years without issue.
  12. The images in quotes are no longer showing. https://audiophilestyle.com/forums/topic/7577-album-of-the-evening/?do=findComment&comment=1223637
  13. I certainly here you, but YouTube’s goal is to get more eyeballs and keep them watching as many minutes as possible. They have buildings full of PhDs with unlimited computing power, working to accomplish that goal. YouTube payouts are pennies compared to what we can make by working directly with companies who want to advertise. I’ve been to Google. Spent the day talking with them. It was appalling. Despite what the company says, it has zero respect for content created by any of us. The company will do whatever it can to use our content to increase the benefit for its shareholders.
  14. I support IPS avoiding YouTube, and enabling us to keep the content we create, on our own communities. I'm not a fan of giving YouTube free content to monitize and pull eyeballs away from our communities, using our content.
  15. It's a bunch of old links in articles that point to stuff like audio.xxxxxxxxx.tld that used to be hosted in S3 years ago. Now it's all local at xxxxxxxxxx.tld/s3/audio. Nginx redirects work great rather than tracking down all the links and changing them.
  16. I'm redirecting from a sub-domain. I used to hose stuff on S3 (images.xxxxxxxxxxx.tld, audio.xxxxxxxxxx.tld, etc...). I moved it all local and just use redirects so all the old links still work. I already do these. But I want to know how to do it if I move to the cloud.
  17. Those won't work for sub-domain redirects though will they? I have several in my nginx.conf files.
  18. it's possible to do via Cloudflare, but with so many redirects it would get expensive.
  19. Chris027 replied to Dll's post in a topic in Technical Problems
    So cloud hosting is much more expensive and requires external email and external elasticsearch. Oh fun, can't wait.
  20. Chris027 replied to Dll's post in a topic in Technical Problems
    So anyone concerned about branding is out of luck, as all email appears to come from invisioncommunity?
  21. Would love to know if this is possible
  22. That really sucks. Just being honest.
  23. Was just looking into R2 tonight. Would love to use it over Amazon S3.
  24. I’m trying to squeeze every ounce of performance out of my new server, and ran into this article. It suggest load balancing php-fpm by creating a second .sock / instance. Has anyone done this or does anyone have an opinion on this? performance tuning nginx and php-fpm “We created a second .sock2 file, /run/php/php7.2-fpm.sock2, which does not exist by default. We added the upstream parameter and referenced the .sock files in the site’s Nginx config: We then changed the existing fastcgi_pass value to reference backend. Next we added a second pool to /etc/php/7.2/fpm/pool.d replacing [www] with: and
  25. I made changes to the mysqld options in the conf file. The “best” values for these will be different for everyone. innodb_buffer_pool_size innodb_log_buffer_size innodb_file_per_table innodb_open_files innodb_io_capacity innodb_flush_method Key_buffer_size max_allowed_packet thread_cache_size max_connections Connect_timeout wait_timeout sort_buffer_size bulk_insert_buffer_size tmp_table_size max_heap_table_size query_cache_type query_cache_limit query_cache_min_res_unit query_cache_size