The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
a loser showed up on one of my forums yesterday and posted a link to a hacked website in order to propogate his spyware and a few of my members fell for it.
perhaps this can be done with some javacript, I'm not sure but I'd like to be able to warn people when they click on a link within a thread to check if the destination is off of my site and let them know we have no control over others site and the site might be dangerous. ideas? thanks in advance. Jeff |
#2
|
|||
|
|||
![]()
Well you can do something like:
HTML Code:
<a onclick="return confirm('Danger! You are going away now.\n\nAre you sure?')" href="http://cnn.com">Dangerous Site</a> and it will pop up one of those "OK Cancel" boxes. But that's the easy part, I think. It's a little harder to figure out how to get it in to any link someone posts. |
#3
|
|||
|
|||
![]() Quote:
here's a piece of generic code I found, but it warns on every click and I need to somehow modify it so that it can determine the destination domain, then compare it to my domain and only show the message of the domain names are different. PHP Code:
|
#4
|
|||
|
|||
![]()
Should have that, thing like MySpace its a bit better.
MSPLINKS thingy. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|