MyBB Hacks

Full Version: Admin Security
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
(06-24-2010 02:01 PM)ZacAttack Wrote: [ -> ]I love this plugin but after about 10ish days it gave me this error:

Code:
Database: MySQL
SQL Error: 1045 - Access denied for user 'USERNAME'@'HOSTNAME' (using password: NO)
Query: [READ] Unable to connect to MySQL server

At first I didn't think it would be this plugin so I deactivated all plugins and changed databases. Nothing changed until i deactivated this plugin Ouch

Hopefully you can either figure out what went wrong and fix it so I can reactivate it Smile


I am geting this error now to, i think im going to delete this plug in for now cause it even gives it on the sitemap an 1045 error
(06-30-2010 09:05 AM)ZiNgA BuRgA Wrote: [ -> ]So quick reply only?
I can't reproduce here, but looking through stuff, it may be possible that a dodgy (older) version of PHP is causing the issue.

Can you give this a try and tell me if it fixes it?
Thanks.

does this fix the sql 1045 errors im recieving ?
(07-05-2010 08:21 AM)Technoman Wrote: [ -> ]does this fix the sql 1045 errors im recieving ?
I don't know, as I don't control your server.

Also, I don't know how the sitemap plugin works either.
im going to send you the url of  domain in private
As I said, I don't control your server.  Sending me an URL to an error message I already know about doesn't help me unfortunately.
Have you even bothered to try the update?  If so, and you don't mind, I would be grateful if you could supply me with FTP details so I can investigate the issue.

Thanks.
(07-05-2010 12:26 PM)ZiNgA BuRgA Wrote: [ -> ]As I said, I don't control your server.  Sending me an URL to an error message I already know about doesn't help me unfortunately.
Have you even bothered to try the update?  If so, and you don't mind, I would be grateful if you could supply me with FTP details so I can investigate the issue.

Thanks.

Actually No I tried to disable the plugin from the ACP, question do I need to disable the plugin or just over write that last update you posted

Actually trying to disable this plugin it tells to delete a line of code, so what do i do to continue?
You can simply overwrite it with the new file.
(07-05-2010 12:58 PM)ZiNgA BuRgA Wrote: [ -> ]You can simply overwrite it with the new file.

Yes thanks so very much !!!!!!!!!!!!!!!!!!!!!!

It worked bro ( i wanna hug you now ) muah Unlove muah
Hi,
Is there a way to have this active by default, rather then having to activate it?
What do you mean by that?
Is this for a multi-forum script?  If so, you can probably just have the file there, and edit your inc/class_plugins.php
Find:

PHP Code:
$pluginlist = $cache->read("plugins");

Add below:

PHP Code:
$pluginlist['active'][] = 'adminsec';


Haven't looked at the mod, and haven't tested the above.

Hi Zinga,

Yes, this is for the multi forums script,

The work around you posted, would that make all plugins active? If so, I was looking just to have this script active and not any of the others by default, if thats at all possible.
Pages: 1 2 3 4 5 6
Reference URL's