MyBB Community Forums

Full Version: "Access Denied"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
PM Sent.
OK, there's a file in ./inc/languages/ called .wysiwygPro_preview_eacf331f0ffc35d4b482f1d15a887d3b.php

<?php
if ($_GET['randomId'] != "6klNya5hKtf3X0twEOpAYRgl9eLOPhG9peS376qnlPnZOUgNMySw1phc68LytghS") {
    echo "Access Denied";
    exit();
}

// display the HTML code:
echo stripslashes($_POST['wproPreviewHTML']);

?>  

This file gets included when it's looping through this folder to see what languages are installed; I'd try and see where this file came from. It doesn't look malicious but it's a bit odd. No WYSIWYG plugin has been added but even if it had, a file in this folder, with this name and this content clearly isn't right.
Thanks a lot Matt, I'll look into it.
After the file deleted, the forum is now working great.

I'm curious how it got there. The owner never installed anything related to any WYSIWYG editor. The languages folder was CHMOD 777, so I don't know...
(2010-08-31, 11:05 PM)Zash Wrote: [ -> ]Thanks a lot Matt, I'll look into it.
After the file deleted, the forum is now working great.

I'm curious how it got there. The owner never installed anything related to any WYSIWYG editor. The languages folder was CHMOD 777, so I don't know...

That file is from the WYSIWYG editor from the file manager in cPanel. Wink
Pages: 1 2