Forum Moderators: not2easy
This bit stood out and I can't help but wonder exactly where the "listing" was made.
We Have Listed your Company as a High Priority Internet Copyright Invader and Coding Thief
Should I have posted this in Foo?
I am presuming you have not copied the code and used it as your own.
>>so I get this email making
How did they get your email from youir IP?
These sort of claims crack me up, thing like
"Oh no you dont, my code is protected!"
etc etc
Really, wow that script has made it so difficult for me, I will never crack that!
30 second later you have all the code.
As long as you have not copied their code or content and used it as your own their is no reason why you should not look at anyone code. Its a great way to learn.
Cheers
Assumption correct. .. I don't plagarise, copy or steal the work of others. I do pretty simple, straight forward stuff and I get all the help I need right here!
mack...
a) my sites are well known and carry the email address.
b) He has already done a 30 day stint in the Google sin bin.
This saga has got me wondering. Is it possible to collect the IP address of viewers who "view source".... and if so,
Is it possible to record if they perform a CTRL C?
In effect, that seems to be what this guy is saying.
I'm not technically skilled enough to know if this is fact or fantasy. His site(s) run on his own servers, if that is a consideration
"I was a user, I could have been a customer now I will be neither. You had no right to contact me via email. What you sent me was no more than unsolicited junk email. How did you obtain my email address from my IP address?. This really has me worried and your comments would be greatly apreciated."
It might be the best way to find answers. be direct.
Mack.
Thus the claim is absolutely and totally unfounded in reality.
Sue for libel, or do something as nasty. I wouldn't stand up for that kind of S***!
function detectKey(e) {
if (!e) { e = window.event; } // sanity
if ((e.keyCode==67) && (e.ctrlKey)) {
// do something...
alert("Control-c has been pressed!");
}
return false; // for IE
}
document.onkeyup = function(event) { detectKey(event); };
Jordan