$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>server - Security: Critical backend outside of wordpress|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

server - Security: Critical backend outside of wordpress

matteradmin9PV0评论

For starters, apologies for my miserable knowledge of web development.

I have been developing a simple website for my startup and have encountered some security concerns. Knowing my limited knowledge and all the possible vulnerabilities related to wordpress and human error, I wanted to implement simple backend operations on an external server/service.

This would be ideal as my added-value as a company will be on my database and the algorithm that processes it. As such, I was hoping I could decouple these from any wordpress-related problems.

Any idea/suggestion of how I could implement this as safely as possible, or any problems I might encounter?

Thanks ;)

For starters, apologies for my miserable knowledge of web development.

I have been developing a simple website for my startup and have encountered some security concerns. Knowing my limited knowledge and all the possible vulnerabilities related to wordpress and human error, I wanted to implement simple backend operations on an external server/service.

This would be ideal as my added-value as a company will be on my database and the algorithm that processes it. As such, I was hoping I could decouple these from any wordpress-related problems.

Any idea/suggestion of how I could implement this as safely as possible, or any problems I might encounter?

Thanks ;)

Share Improve this question asked Jan 31, 2019 at 17:16 john smithjohn smith 1
Add a comment  | 

1 Answer 1

Reset to default 0

My security knowledge of Wordpress is not that deep, but I believe this might help you a bit: - First find the vulnerabilities, once you know which one exists, research and find out how to fix it specifically.

To find: - The WordFence Plugin is very good for this. - https://forum.fsocietybrasil/topic/992-wordpress-scan-vulnerabilities-and-malwares/ Here is a list of sites to scan the failing of your wp - https://sitecheck.sucuri Here you can scan if there is a virus on your site (often plugins bring viruses) Look for ebooks on the internet, I only have Portuguese, I do not think they will help you much the ones I have - Firefox's noscript Addon makes an excellent scan as well.

Post a comment

comment list (0)

  1. No comments so far