Jump to content

Jock3r

Members
  • Posts

    95
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jock3r

  1. I assume that you have done all of steps that Jim has suggested above. The process is the same, however if you have the knowledge for it, you would need to edit the nginx/apache configs and .htaccess accordingly. First off, Make sure to change any RewriteConditions on .htaccess from /foro/ to just /. There may be some of them on the main .htaccess file you can find on the Invision Community Marketplace. Regarding your apache/nginx configurations, I would suggest getting someone that knows how the software works and working with them as it can vary depending on your configuration.
  2. Stumbled upon some further issues, can you please check discord. Thank you
  3. It's pretty much the whole folder including apps and so on. I just do it to be safe.
  4. If it isn't a managed server then you can set it up with a cronjob. #!/bin/bash BACKUPTIME=`date +%b-%d-%y` DESTINATION=/root/backup/backup-$BACKUPTIME.tar.gz echo "Creating backup of database to $SQLDUMP" mysqldump --single-transaction --quick --databases forum | gzip -9 > $DESTINATION echo "Dump Zipped up" echo "Uploading zipped dump to the Amazon S3 bucket…" nice -n 10 ionice -c2 -n 7 s3cmd put $DESTINATION s3://cdn.myforumDB-backups/ echo "Removing the backup file $SQLDUMP" rm $DESTINATION echo "WooHoo! All done" And for files I have this #!/bin/bash BACKUPTIME=`date +%b-%d-%y` DESTINATION=/root/backups/backup-$BACKUPTIME.tar.gz SOURCEFOLDER=/srv/http/forum/root/html nice -n 10 ionice -c2 -n 7 tar -cpzf $DESTINATION $SOURCEFOLDER echo "Uploading zipped dump to the Amazon S3 bucket…" s3cmd put $DESTINATION s3://cdn.forum/Files-backups/ echo "Removing the backup file $SQLDUMP" rm $DESTINATION echo "WooHoo! All done"
  5. @bfarber Sorry for the tag but I still have the same issue
  6. Sent you a PM a day or two ago regarding an issue. Feel free to check it whenever you are available. Thank you
  7. I keep getting the same message even though I made sure that all of my tasks are running properly.
  8. I am having the same issue for like a week or two now even thought I haven't changed any of the server's configuration.
  9. I have to say that this message is also annoying me. Do not get me wrong, I do plan to upgrade but not yet, since I mostly use custom applications and theme. They would all have to be updated for 4.5 and that's gonna take some time as devs are pilled up with stuff due to corona and due to other orders. I would also want to know if there is any way to hide that.
  10. Is it anything similar to the one I got zayed to make?
  11. Is there any way to view the source on the editor without having to enable the HTML tag as that would be a security risk and I feel like it would be convenient for members.
  12. Hello, Looking for someone with knowledge of how Bitcoin and Ethereum works to make me an in-site escrow system.
  13. Hello there, I am here because I would like to ask if anyone has any good settings for their login page to better fight bruteforcing attacks with cloudflare. I was thinking that this may be able to help for the time being
  14. As far as I know online list depends on php's session time, which I changed to 60 minutes as well, but not entirely sure regarding the timing on whos Online widget
  15. That did not work unfortunately. @Miss_B
  16. Hello there people, What do you believe are some must have SEO plugins? I had one made recently regarding adding keywords automatically from topic titles and content. I also found another one that prevents topics with x words to not be indexed. What else do you believe would be helpful?
  17. Hello, Is there any way to make the Who's Online Widget display users for a longer time? I have checked out the ones on marketplace but they lack the guests and anonymous counts which I would like those to be shown as well
  18. Well, the specific error is fine as I see it, the only issue is the 403 error it gives which isn't "right". This makes SEO worse as crawlers see those links as "broken"
  19. Hello, Is there a way to have an application be shown as offline to guests but not throw a 403 error?
  20. @AlexWebsites Know anyone else that would be able to make this? Nathan doesnt seem to be visiting this forum anymore, I sent him a PM couple days ago.
×
×
  • Create New...