vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - vB3.5 Email notification if someone attempts to access your Admin or Mod CP (https://vborg.vbsupport.ru/showthread.php?t=96921)

lefteris 10-25-2005 12:10 PM

i have redit my files Adminfunction.php - login.php but i have the same problem.
my login.php code is
*** File removed, no posting of full vB files (MarcoH64) ***

RaceJunkie 10-26-2005 01:02 AM

Works great only one problem.

It does not display the password tried in the email.

Boofo 10-26-2005 06:47 AM

Quote:

Originally Posted by RaceJunkie
Works great only one problem.

It does not display the password tried in the email.

The only way that could happen is if they tried to login with a blank password.

RaceJunkie 10-26-2005 10:50 AM

Quote:

Originally Posted by Boofo
The only way that could happen is if they tried to login with a blank password.


Retried it and everything working great..

Thanks!!

lefteris 10-27-2005 06:47 AM

what can i do to fix my problem?
If i press logout then all links inside the login.php it's $url , $strike etc etc

What can i do for that?
I have redit my files and it's everything ok.

Boofo 10-27-2005 03:02 PM

Quote:

Originally Posted by lefteris
what can i do to fix my problem?
If i press logout then all links inside the login.php it's $url , $strike etc etc

What can i do for that?
I have redit my files and it's everything ok.

Try re-editing the files but start with clean fresh files. You must have missed something somewhere. ;)

Salazar 10-27-2005 04:02 PM

err Boofo, you owe me a comment on hardcoding the e-mail adress :D

Boofo 10-27-2005 04:11 PM

Quote:

Originally Posted by Salazar
err Boofo, you owe me a comment on hardcoding the e-mail adress :D

Try:

PHP Code:

  vbmail("blubb@blubba.blu"$subject$messagetrue); 


Salazar 10-28-2005 05:29 PM

That worked perfectly. Thank you!

phonexpo 11-06-2005 04:32 PM

I get this error after putting in wrong password, any ideas how to fix it?;

Quote:

Parse error: parse error, unexpected T_CLASS, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/www/phonexpo.net/includes/class_mail.php on line 409

Delphiprogrammi 11-06-2005 04:55 PM

Quote:

Originally Posted by phonexpo
I get this error after putting in wrong password, any ideas how to fix it?;

that's a PHP syntax error make sure you closed all { } ; " ' etc etc most likely the error is in login .php

Boofo 11-06-2005 09:41 PM

Quote:

Originally Posted by phonexpo
I get this error after putting in wrong password, any ideas how to fix it?;

I would say to re-edit the files as I have no idea what is causing that but it shouldn't have anything to do with this hack. ;)

Paul_d_g 11-13-2005 11:56 AM

Will this work for 3.5.1?

Boofo 11-13-2005 12:29 PM

Quote:

Originally Posted by Paul_d_g
Will this work for 3.5.1?

Yes, it should. There are others using it on 3.5.1 and it seems to be working ok for them. ;)

fn9mm 11-13-2005 01:23 PM

Quote:

Originally Posted by Paul_d_g
Will this work for 3.5.1?

works fine on my board 351

knigwhil 11-24-2005 04:19 AM

Works perfectly, thanks.

Andyrew 12-10-2005 07:51 AM

Should this work on 3.5.2 i have tried and cannot get it to work, i had it working on 3.5.0 and 3.5.1 :disappointed:

Delphiprogrammi 12-10-2005 08:34 AM

Quote:

Originally Posted by Andyrew
Should this work on 3.5.2 i have tried and cannot get it to work, i had it working on 3.5.0 and 3.5.1 :disappointed:

works fine on 3.5.2

klaush 12-10-2005 11:31 AM

Thanks, Boofo!

Great and very useful!

*installed*

fn9mm 12-10-2005 01:42 PM

Quote:

Originally Posted by Andyrew
Should this work on 3.5.2 i have tried and cannot get it to work, i had it working on 3.5.0 and 3.5.1 :disappointed:

U have to reapply the changes to :
--incudes/adminfunctions.php
--login.php
after upgrading to 3.5.2

if you did, recheck the changes to see if they are correct

klaush 12-10-2005 01:46 PM

Quote:

Originally Posted by Andyrew
Should this work on 3.5.2 i have tried and cannot get it to work, i had it working on 3.5.0 and 3.5.1 :disappointed:

Yep, no problem at all! Do the installation as described and everything?s working like a charm.

Andyrew 12-10-2005 02:11 PM

Quote:

Originally Posted by klaush
Yep, no problem at all! Do the installation as described and everything?s working like a charm.

It was working all the time, it was USER error, i was logging into my forums with a wrong password instead off trying to log into my Admincp :o :speechless: :p

bobad 01-09-2006 01:35 AM

Works great... a useful tool. Thanks
*installed*

kassem 01-11-2006 07:16 AM

Thanks for this hack, I've under 3.5.3 I hope it's works.

IrPr 01-11-2006 09:32 PM

works fine on 3.5.3 ;) nice !

Posof 01-14-2006 10:00 AM

:squareeyed:

Where do i need make the changes so that my other admin receiv a e-mail to when they try with his Password..

Ore is it possible to add somany members groups that i want with this..

Thanks

:ermm:

Megareus Rex 01-22-2006 09:14 PM

Nice hack, and it actually displays the password this time (I remember on the 3.0 version, I couldn't get it to show the password that was tried).

Hostboard 02-05-2006 02:38 PM

I want to just log failed attempts to the ACP. If I just edit the incudes/adminfunctions.php will this be all I need to do?

davis31b 02-14-2006 04:19 PM

i noticed that on this hack it doesn't like putting in comments ie: <!-- hack here --> other than that it works great so if you have failed login attempts just delete the comments

Hornstar 02-18-2006 08:50 AM

I want to also know if someone is trying to login to a certain user, example (userid 1,2,3)

How would I change this so it can also find out if someone is trying to login to those users.

Thanks

DementedMindz 02-23-2006 11:05 AM

question just wanted to make sure this will still work for 3.5.4

phonexpo 02-23-2006 11:08 AM

Quote:

Originally Posted by DementedMindz
question just wanted to make sure this will still work for 3.5.4

I'm sure it will be ok, I've been using it on the 3/4 updates with no problems. I'll be upgrading l8r I'll put it in and let you know.

Freak0204 02-26-2006 04:59 AM

Great hack! Thanks so much!

Nathan2006 03-14-2006 01:30 PM

Hi I was just wondering if this hack will work with

htaccess Protection for admincp & any dir
https://vborg.vbsupport.ru/showthread.php?t=105179


Thanks :)

EDIT: Yes it works lol ;)

Treak 03-16-2006 08:18 AM

you should officially make this little guy your avtar.. https://vborg.vbsupport.ru/external/2006/03/21.gifcause you are jus that! https://vborg.vbsupport.ru/external/2006/03/22.gif

best hack out there.. is this one by far!!!

also YES THIS DOES WORK ON 3.5.4 !! AND IT WORKS TOO GOOD.. GREAT HACK!!!

cudaxtreme 04-06-2006 03:36 PM

Hi,

I did all the necessary changes but I have some code appearing on the admin login screen

md5password_utf); js_do_options(this)">

would appear on the top left corner of the admin login screen

zweefer 04-06-2006 09:34 PM

Thanks! This is just what i needed!

rareclownfish 04-12-2006 02:31 AM

I installed it on 3.5.4 it's been about an hour and I still haven't recieved an email how long dies it take?

rareclownfish 04-12-2006 02:44 AM

I just got the email nice hack.

Pamela 06-16-2006 05:51 AM

*clicks install*

Works great! Thanks!!! :banana:


All times are GMT. The time now is 05:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01591 seconds
  • Memory Usage 1,796KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete