gylgood
Forum Replies Created
-
Forum: Plugins
In reply to: Hacked – Bylenis was hereWell, OK. Not quite that simple. On one site, he changed the index.php file in all these folders:
/public_html
/public_html/wp-admin
/public_html/wp-content
/public_html/wp-content/themes— the main index.php file in every theme.
Forum: Plugins
In reply to: Hacked – Bylenis was hereYup, happened to me this morning. He managed to hack into my WHM, so all my sites under that main account were hacked!
Lovely stuff…
Luckily ‘all’ he did was added an index.html file in the main root of the domain, and uploaded his trademark index.php file so all my sites were showing his “ByLenis was here” page…
I deleted the index.html file; uploaded a fresh copy of the index.php to the main root folder; then changed all my WHM, cPanel & FTP passwords.
As far as I can tell, that’s all he did in my case… But I would recommend the links above to make sure there’s nothing else he’s been messing with.
Forum: Installing WordPress
In reply to: Fatal Error > Upgrade to 2.9.1Had exactly the same problem… I edited line 12 of my wp-settings.php file via FTP. (It’s in the main folder of your WP install.)
from:if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ’32M’);to:
if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ’64M’);Sorted it out. Upgraded no problem. Hope that helps.
Forum: Fixing WordPress
In reply to: [Plugin: Front-end Editor] Fatal ErrorI’m getting this same error too.
Using version 0.9.5 of the plugin and running PHP 5.2.8 on the server. Any ideas?
Thank you.