PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
scubamaxx
New Member
New Member


Joined: Aug 18, 2002
Posts: 11
Location: Vienna, Austria

PostPosted: Mon May 31, 2004 11:35 am Reply with quote Back to top

Hi !!!!

You did a great job with your tool Laughing Now i can better sleep at night than before Laughing
So i want to ask u to include an option to email the admin when a attack was blocked by the system. Also which is able to be turned on and off.
Because it could be very helpfull, when u can forward this email later via SMS to your cellphone.

thanx
maxx


Last edited by scubamaxx on Mon May 31, 2004 12:28 pm; edited 1 time in total
View user's profile Send private message ICQ Number
stephen2417
Worker
Worker


Joined: Jan 18, 2004
Posts: 244
Location: Bristolville, OH

PostPosted: Mon May 31, 2004 11:38 am Reply with quote Back to top

Its there.. Wink

Hope you dont mind me telling bob. BTW its great so far!
View user's profile Send private message Visit poster's website
scubamaxx
New Member
New Member


Joined: Aug 18, 2002
Posts: 11
Location: Vienna, Austria

PostPosted: Tue Jun 01, 2004 3:03 am Reply with quote Back to top

stephen2417 wrote:
Its there.. Wink



Ooops Embarassed Wink
I dindn see it till now u said Rolling Eyes

But, it would be cool to specify a other email to, not only the system admin email from nuke. Because my email2sms address is different to the admin address.

thanx
maxx
View user's profile Send private message ICQ Number
BobMarion
Former Admin in Good Standing


Joined: Oct 30, 2002
Posts: 1043
Location: RedNeck Land (known as Kentucky)

PostPosted: Tue Jun 01, 2004 10:27 am Reply with quote Back to top

We can add a second email address value. 1.1.0 uses a newer config table that will make additions much easier in the furture versions :0
View user's profile Send private message Send e-mail Visit poster's website
squiresmk
Regular
Regular


Joined: May 31, 2004
Posts: 95
Location: NY

PostPosted: Tue Jun 01, 2004 12:34 pm Reply with quote Back to top

Yeah for the newer config table style! Should be standard these days =P
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
SmackDaddy
Involved
Involved


Joined: Jun 02, 2004
Posts: 268
Location: Englewood, OH

PostPosted: Wed Jun 02, 2004 2:11 am Reply with quote Back to top

BobMarion wrote:
We can add a second email address value. 1.1.0 uses a newer config table that will make additions much easier in the furture versions :0


So how do I add an email to have Sentinel email me? (or a second or third)?

And.....What should I be seeing on the following page?

--
Only registered users can see links on this board!
Get registered or login to the forums!
(just the links to the Sentinel Config and IP options?)

Mine is blank except for the two columns of links (6 links total) at the top, is that the way it should be?

And HTACCESS path.....not exactly sure how mine should be if I have my stuff set as mydomain.com/
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Jun 02, 2004 4:47 am Reply with quote Back to top

SmackDaddy wrote:
So how do I add an email to have Sentinel email me? (or a second or third)?
For right now, try this. On or about line 387 you should see this code
Code:
  $adminmail = $nuke_config['adminmail'];
Add this line after it, substituting another email address. I haven't tested it so it may still need tweaking Smile.
Code:
$adminmail .= ",NEXT_MAIL_ADDRESS";


Quote:
And.....What should I be seeing on the following page?

--
Only registered users can see links on this board!
Get registered or login to the forums!
(just the links to the Sentinel Config and IP options?)

Mine is blank except for the two columns of links (6 links total) at the top, is that the way it should be?
Yes

Quote:
And HTACCESS path.....not exactly sure how mine should be if I have my stuff set as mydomain.com/
Try .htaccess


Last edited by Raven on Wed Jun 02, 2004 5:54 am; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
SmackDaddy
Involved
Involved


Joined: Jun 02, 2004
Posts: 268
Location: Englewood, OH

PostPosted: Wed Jun 02, 2004 5:11 am Reply with quote Back to top

Raven wrote:
For right now, try this. On or about line 427 you should see this code
Code:
  $adminmail = $nuke_config['adminmail'];
Add this line after it, substituting another email address. I haven't tested it so it may still need tweaking Smile.
Code:
$adminmail .= ",NEXT_MAIL_ADDRESS";


I have added that (it was line 387 for me ?)....but should the period be removed from before the "=" sign???

And if that doesn't work, then would I just be able to do the following:

Code:
$adminmail = "myemail@mydomain.com";


And leave it at that? What about:

Code:
$adminmail = "myemail@mydomain.com,myemail2@mydomain.com";

?

Quote:
And.....What should I be seeing on the following page?

--
Only registered users can see links on this board!
Get registered or login to the forums!
(just the links to the Sentinel Config and IP options?)

Mine is blank except for the two columns of links (6 links total) at the top, is that the way it should be?


Yes


Thank you.

Quote:
And HTACCESS path.....not exactly sure how mine should be if I have my stuff set as mydomain.com/

Try .htaccess


Yup, that worked. Thanks again!!
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Jun 02, 2004 5:53 am Reply with quote Back to top

You are correct on the line number Laughing I was also looking at where it was actually called (I have edited my original post). And yes, the .= is a concatanation operator. That way you don't actually modify the original but add to it. Any of the methods you state will work though (or should).
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
SmackDaddy
Involved
Involved


Joined: Jun 02, 2004
Posts: 268
Location: Englewood, OH

PostPosted: Wed Jun 02, 2004 6:04 am Reply with quote Back to top

Raven wrote:
You are correct on the line number Laughing I was also looking at where it was actually called (I have edited my original post). And yes, the .= is a concatanation operator. That way you don't actually modify the original but add to it. Any of the methods you state will work though (or should).


Thank you.

Now I am just looking for a smaller "Sentinel Protected" graphic to use on my website that I can use in a side block that's not a banner size......so if you or Bob come up with one, please let us know! Thanks! Wink
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Wed Jun 02, 2004 6:09 am Reply with quote Back to top

There are 3 sizes in the images file supplied with Sentinel(tm). Do none of them work for you?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
SmackDaddy
Involved
Involved


Joined: Jun 02, 2004
Posts: 268
Location: Englewood, OH

PostPosted: Wed Jun 02, 2004 6:18 am Reply with quote Back to top

Raven wrote:
There are 3 sizes in the images file supplied with Sentinel(tm). Do none of them work for you?


They work.....I will make the medium work for what I am looking for.....I was looking for something a little larger, but..... it'll do....thanks.
View user's profile Send private message Send e-mail Visit poster's website
SmackDaddy
Involved
Involved


Joined: Jun 02, 2004
Posts: 268
Location: Englewood, OH

PostPosted: Wed Jun 02, 2004 6:47 am Reply with quote Back to top

Raven wrote:
You are correct on the line number Laughing I was also looking at where it was actually called (I have edited my original post). And yes, the .= is a concatanation operator. That way you don't actually modify the original but add to it. Any of the methods you state will work though (or should).


Just wanted to let you know that it worked.....just got an email confirmation of a blocked IP.....



Code:
$adminmail .= ",NEXT_MAIL_ADDRESS";


Worked like a charm..... Wink
View user's profile Send private message Send e-mail Visit poster's website
scubamaxx
New Member
New Member


Joined: Aug 18, 2002
Posts: 11
Location: Vienna, Austria

PostPosted: Wed Jun 02, 2004 7:54 am Reply with quote Back to top

Hi !!!!
I also tried to add a second email, but it doesn’t work.
like this:
Code:
$adminmail .= ",NEXT_MAIL_ADDRESS";


So i tried many different things, an now i know the reason why not. The function Email IP lookup was active so i turned it off and now it works Laughing

cya
maxx
View user's profile Send private message ICQ Number
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum