Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Mail Admin When fail to login to admincp V2 Details »»
Mail Admin When fail to login to admincp V2
Version: 2.00, by AliMadkour AliMadkour is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.0.2 Rating:
Released: 11-30-2009 Last Update: 03-02-2010 Installs: 232
Supported Uses Plugins
Translations  

hello

Please remember to Click Mark as Installed if you use this modification.


this simple plugin :
it will send you mail when someone try to login at your AdminCP.

How to Install
  • Import XML file from your AdminCP
  • Click Mark as Installed if you install it !
Control :
  • AdminCP -> vBulletin Options -> Send message to Admin when fail to login to admincp options
Note : Arabic translation also attached

What 's new with version 2 :
  • work any where not only AdminCP
  • custom error message when try to login
  • add HTTP_USER_AGENT !
  • you can input any username when someone try to login you will mailed!
please remember to Mark it as installed if you like and Nominate for MOTM

Download Now

File Type: xml product-madkour_admin_login_fail [English].xml (5.3 KB, 564 views)
File Type: xml product-madkour_admin_login_fail [Arabic].xml (5.3 KB, 38 views)

Screenshots

File Type: jpg sc.jpg (64.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 03-08-2010, 09:09 AM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just can't get this to work, I added the charset, still doesn't. Have no clue what I'm doing wrong.
Reply With Quote
  #53  
Old 03-08-2010, 12:42 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sticky View Post
I just can't get this to work, I added the charset, still doesn't. Have no clue what I'm doing wrong.
Can we assume your email is working? i.e., when you send a test message from AdminCP>Maintenance>Diagnostics>Email it works? Also I guess you tried the things people mentioned earlier, like modifying the url?
Reply With Quote
  #54  
Old 03-08-2010, 01:15 PM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working perfectly. Thanks

Seeing so many people having problems with this, note that the admin usernames you specify in options are CASE SENSITIVE. I.e you want to have both admin,Admin,administrator,Administrator,yourname,Y ourname for it to work.

At least that did the trick for me.

----------------

If you want a more fancy message, you can use this:



Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="180"><img src="http://www.URL TO YOUR IMAGE.com" width="180" height="160" />&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td><p style="font-weight: bold; font-size: x-large; color: #36F;">Login to admin panel failed. </p>
    <p>The administrators have been sent an email with your IP address and other information.</p>
    <p>If you have any questions contact the administrator here:<br/> <a href="mailto:yourmail@address.com">yourmail@address.com</a> or <a href="private.php?do=newpm&u=1">Click Here</a> to send PM</p></td>
  </tr>
</table>

Just upload the image to your server, change the image url in the code, the mailto:url / text and specify admin userID if not 1
Attached Images
File Type: png warningsign.png (14.8 KB, 0 views)
Reply With Quote
  #55  
Old 03-08-2010, 02:32 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice. The only problem is, aside from us when we're testing it, the only people/machines that will see that fancy message are the bastards trying to break in, and I have a feeling it will be wasted on them.

Interesting note about case sensitivity. Curious, I just checked mine and that is not the case and it works fine regardless. I have our two admin names entered in all lowercase, but the Members List shows us both as being capitalized.
Reply With Quote
  #56  
Old 03-08-2010, 03:26 PM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I were a bot, I would appreciate a neat error message ^^
On a more serious note though, I was just playing around and figured I'd share it.

How weird that yours does not have case sensitivity. Mine refused to display the message when I tried Admin instead of admin.
Reply With Quote
  #57  
Old 03-08-2010, 05:26 PM
AliMadkour's Avatar
AliMadkour AliMadkour is offline
 
Join Date: Dec 2004
Location: Egypt
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by archet1337 View Post
Installed and working perfectly. Thanks

Seeing so many people having problems with this, note that the admin usernames you specify in options are CASE SENSITIVE. I.e you want to have both admin,Admin,administrator,Administrator,yourname,Y ourname for it to work.

At least that did the trick for me.

----------------

If you want a more fancy message, you can use this:



Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="180"><img src="http://www.URL TO YOUR IMAGE.com" width="180" height="160" />&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td><p style="font-weight: bold; font-size: x-large; color: #36F;">Login to admin panel failed. </p>
    <p>The administrators have been sent an email with your IP address and other information.</p>
    <p>If you have any questions contact the administrator here:<br/> <a href="mailto:yourmail@address.com">yourmail@address.com</a> or <a href="private.php?do=newpm&u=1">Click Here</a> to send PM</p></td>
  </tr>
</table>
Just upload the image to your server, change the image url in the code, the mailto:url / text and specify admin userID if not 1
great edit!

Quote:
Originally Posted by archet1337 View Post
If I were a bot, I would appreciate a neat error message ^^
On a more serious note though, I was just playing around and figured I'd share it.

How weird that yours does not have case sensitivity. Mine refused to display the message when I tried Admin instead of admin.

please wait the next version !
Reply With Quote
  #58  
Old 03-09-2010, 12:33 AM
Manoel J?nior Manoel J?nior is offline
 
Join Date: Feb 2009
Location: SP / Brasil
Posts: 778
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by archet1337 View Post
Installed and working perfectly. Thanks

Seeing so many people having problems with this, note that the admin usernames you specify in options are CASE SENSITIVE. I.e you want to have both admin,Admin,administrator,Administrator,yourname,Y ourname for it to work.

At least that did the trick for me.

----------------

If you want a more fancy message, you can use this:



Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="180"><img src="http://www.URL TO YOUR IMAGE.com" width="180" height="160" />&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td><p style="font-weight: bold; font-size: x-large; color: #36F;">Login to admin panel failed. </p>
    <p>The administrators have been sent an email with your IP address and other information.</p>
    <p>If you have any questions contact the administrator here:<br/> <a href="mailto:yourmail@address.com">yourmail@address.com</a> or <a href="private.php?do=newpm&u=1">Click Here</a> to send PM</p></td>
  </tr>
</table>

Just upload the image to your server, change the image url in the code, the mailto:url / text and specify admin userID if not 1
What template modify?
Reply With Quote
  #59  
Old 03-09-2010, 01:01 AM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Manoel J?nior View Post
What template modify?
No template edits, just copy-paste the code into the box in admincp options.

Remember to change the image url in the code, the mailto:url / text and specify admin userID if not 1
Reply With Quote
  #60  
Old 04-01-2010, 09:03 PM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Weird, I copy/pasted the code and border="0" doesn't work, It still shows the border.
Reply With Quote
  #61  
Old 06-03-2010, 03:01 PM
gchristo gchristo is offline
 
Join Date: Dec 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working nicely, just wondering, there used to be a version for 3.0 maybe 3.5 that also showed if it was possibly a member allready of the site as well as password tried.
Is it possibly to incorporate that into this?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:30 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.05232 seconds
  • Memory Usage 2,337KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete