Thread Rating:
  • 7 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin CP Honeypot (Fake Admin CP)
#11
(2011-05-17, 07:59 PM)envira Wrote: I get this error...

Fatal error: Call to undefined function cache_themes() in /home/envira/public_html/inc/plugins/cfi.php on line 57

That error has nothing to do with my plugin.
Need web hosting? Try MyBBWebHost!
#1 for Running MyBB Communities
The world's only premium web host dedicated to MyBB forums.

Reply
#12
(2011-05-17, 07:59 PM)envira Wrote: I get this error...

Fatal error: Call to undefined function cache_themes() in /home/envira/public_html/inc/plugins/cfi.php on line 57

That file is one of mine, and the error is caused by a renamed admin directory, which I forgot to upload the fix for.

In inc/plugins/cfi.php find:

require_once './admin/inc/functions_themes.php';

And replace with:

require_once "./{$mybb->config['admin_dir']}/inc/functions_themes.php";

I'll upload the fixed file soon, thanks for reminding me about that.
Reply
#13
Hello Zash and thank you for this useful plugin ,

I check your plugin and saw the mail that came form the plugin just says a person is trying to login into you admin cp and gives the information he/she tried to login with + IP address.

This is great but i guess it would be much better if the plugin mail the information which the person has already login with too. I mean his/her forums username before going on fake cp.
I really like this plugin so i got another idea for maybe new version .
its related to my last suggestion about Mailling the real username somehow , we can add an auto ban for the users who attempted to login into admin cp / What do you think of that ?
Reply
#14
Yeah, that would be a pretty good idea to check if they were logged into the forums and if so log the username as well.
Reply
#15
(2011-05-17, 11:36 PM)Zash Wrote:
(2011-05-17, 07:59 PM)envira Wrote: I get this error...

Fatal error: Call to undefined function cache_themes() in /home/envira/public_html/inc/plugins/cfi.php on line 57

That error has nothing to do with my plugin.

(2011-05-18, 02:01 AM)Jammerx2 Wrote:
(2011-05-17, 07:59 PM)envira Wrote: I get this error...

Fatal error: Call to undefined function cache_themes() in /home/envira/public_html/inc/plugins/cfi.php on line 57

That file is one of mine, and the error is caused by a renamed admin directory, which I forgot to upload the fix for.

In inc/plugins/cfi.php find:

require_once './admin/inc/functions_themes.php';

And replace with:

require_once "./{$mybb->config['admin_dir']}/inc/functions_themes.php";

I'll upload the fixed file soon, thanks for reminding me about that.

Thanks Bro,this fix really helped me.. i was really trying since ages.....huhh now it was solved +reps.....and Zash thanks for awesome plugin... i hope this should be used by all...

[Image: mnvhXxj.png]
Reply
#16
Awesome plugin. Great work. Thanks.
Reply
#17
I'm having some issues with the email notifications. I recently switched hosts and emails are no longer being received when someone tries to login. I'm using SMTP and forum emails are sent out just fine. I tried uninstalling and reinstalling the plugin, but it still won't work. Any ideas?

Reply
#18
(2011-08-09, 06:07 AM)Jihad Wrote: I'm having some issues with the email notifications. I recently switched hosts and emails are no longer being received when someone tries to login. I'm using SMTP and forum emails are sent out just fine. I tried uninstalling and reinstalling the plugin, but it still won't work. Any ideas?
The plugin only works with PHP Mail and not SMTP.
Need web hosting? Try MyBBWebHost!
#1 for Running MyBB Communities
The world's only premium web host dedicated to MyBB forums.

Reply
#19
(2011-08-09, 01:49 PM)Zash Wrote:
(2011-08-09, 06:07 AM)Jihad Wrote: I'm having some issues with the email notifications. I recently switched hosts and emails are no longer being received when someone tries to login. I'm using SMTP and forum emails are sent out just fine. I tried uninstalling and reinstalling the plugin, but it still won't work. Any ideas?
The plugin only works with PHP Mail and not SMTP.

Are there plans to implement a SMTP feature? I'd use PHP mail but it usually ends up in the spam folder. Confused
Reply
#20
(2011-08-09, 09:27 PM)Jihad Wrote:
(2011-08-09, 01:49 PM)Zash Wrote:
(2011-08-09, 06:07 AM)Jihad Wrote: I'm having some issues with the email notifications. I recently switched hosts and emails are no longer being received when someone tries to login. I'm using SMTP and forum emails are sent out just fine. I tried uninstalling and reinstalling the plugin, but it still won't work. Any ideas?
The plugin only works with PHP Mail and not SMTP.

Are there plans to implement a SMTP feature? I'd use PHP mail but it usually ends up in the spam folder. Confused

I'm afraid not. Sad
Need web hosting? Try MyBBWebHost!
#1 for Running MyBB Communities
The world's only premium web host dedicated to MyBB forums.

Reply


Forum Jump:


Users browsing this thread: 15 Guest(s)