Minor change/feature request
|
Logged in as: Guest
|
|
Users viewing this topic:
none
|
|
Login | |
|
RE: Minor change/feature request - 15.Apr.2009 6:13:45 AM
|
|
|
KOCTA
Posts: 50
Joined: 25.Apr.2008
Status: offline
|
I agree, it's the useful suggestion. Moreover, I'd like to have more flexibility in user messages -- in .htm and e-mails both.
_____________________________
Regards, KOCTA
|
|
|
|
RE: Minor change/feature request - 17.Apr.2009 10:26:24 AM
|
|
|
HPC_User
Posts: 14
Joined: 20.Nov.2003
From: Santa Maria, Ca
Status: offline
|
Paul - Good idea! - Can you paste your sample code here for the rest of us? Thanks,
_____________________________
David W Palmerston Helical Products Company, Inc. Santa Maria, CA 93456
|
|
|
|
RE: Minor change/feature request - 20.Apr.2009 1:29:08 AM
|
|
|
justme
Posts: 86
Joined: 23.Aug.2004
From: Raamsdonksveer, The Netherlands
Status: offline
|
David, This is the piece of code I edited in the blockingMSG.html (this file is located in the Webmonitor\Interface directory): <a href='http://www.gfi.com/webmon/webgrade/index.asp'> I changed it to: <a href='mailto:your email address here'> The piece of code is located in line 8 of the html code in the piece that says If you believe the site was incorrectly categorized etc. Hope this helps!
_____________________________
Another day, another challenge Paul Storm van Leeuwen Systems Manager Holmatro http://www.holmatro.com/
|
|
|
|
RE: Minor change/feature request - 20.Apr.2009 10:13:40 AM
|
|
|
HPC_User
Posts: 14
Joined: 20.Nov.2003
From: Santa Maria, Ca
Status: offline
|
Thanks, Paul - that was pretty simple and straightforward - good job!
_____________________________
David W Palmerston Helical Products Company, Inc. Santa Maria, CA 93456
|
|
|
|
RE: Minor change/feature request - 10.Jun.2009 2:54:04 AM
|
|
|
ian_fermo
Posts: 23
Joined: 19.May2008
Status: offline
|
Hi Paul, I have used your code and it really helps. But is there a way wherein if you mailto a specific email account that we can attached/insert the URL of the said block site? Thanks...
|
|
|
|
RE: Minor change/feature request - 10.Jun.2009 6:26:09 AM
|
|
|
ian_fermo
Posts: 23
Joined: 19.May2008
Status: offline
|
Hi, Thanks for that Paul. But it will be really good if we can include the URL when reporting that it was blocked. For sure there will be some code there that we need to look into. Cheers...
|
|
|
|
RE: Minor change/feature request - 10.Jun.2009 5:22:51 PM
|
|
|
DrewE
Posts: 1058
Joined: 28.Apr.2008
From: Cary, NC
Status: offline
|
DISCLAIMER: The following post is UNSUPPORTED, UNTESTED, AND COULD RESULT IN A SMALL SECURITY RISK TO YOUR NETWORK Using a bit of javascript you could write out the mailto: link as the following: ------------------------------------------------------------------------------------------------ <script type="text/javascript"> var emailaddress="MyEmailAddress@MyDomain.com"; var Reason2=Reason.replace(" ","%20"); document.write("<a href=mailto:" + emailaddress + "?subject=GFI%20WebMonitor%20Blocked%20Notification&body=" + Reason2 + ">Email Support</a>"); </script> ------------------------------------------------------------------------------------------------ Please keep in mind that this is completely unsupported (and somewhat untested with GFI WebMonitor) It works in the simple test it was designed in but could cause errors when GFI WebMonitor passes the reason into the e-mail body. Also, with proper knowledge it could impose a slight security risk as the Reason string has not been properly sanitized for use like this.
_____________________________
Drew Easley - Technical Support Representative GFI Software - www.gfi.com
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|