Recent content by PedroNavp

  1. P

    How to Check WordPress Plugins for Malware

    Hi everyone, Lately, I've been a bit concerned about the security of my WordPress site, especially when it comes to the plugins I install. Plugins are essential for adding functionality, but I've read that some of them could be a security risk if not properly checked. 😬 So, I did some digging...
  2. P

    Quick check to avoid malware in PHP scripts.

    I made a quick checklist to avoid manipulated PHP scripts with malware I hope you find it useful. Open the PHP file in a you IDE: Use a code editor Look for suspicious function calls: Search for potentially dangerous functions like: eval() exec() shell_exec() system() passthru() popen()...
  3. P

    Hi I'm Pedro from Spain , dev 20y exp

    I'm Pedro from Spain, and I've been messing around with websites and SEO for about 20 years now. Pretty wild, right? Anyway, I stumbled across this forum and thought it'd be a cool place to hang out and test some plugins and code before I actually use them on real sites. So, here's the deal -...
Top