Gotcha

  • Thread starter Thread starter IAmIronMan
  • Start date Start date
I

IAmIronMan

Just so you know scorp I am downloadeding it and am going
to try it out.

I hope you did better on this one than the last thing you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)
 
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect and dignity.

If you are asked to leave someone alone you WILL do so immediately.

If you fail to do what I say, I WILL turn you in to your ISP and if you
continue misusing my program I will turn you into law enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away with trying to bomb my
server?

I try to be a good person. But you have forced me to deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return
 
What did you do to me with that code you wrote......Isn't
it illegal for you to hack me? Is that what this does?
-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect and dignity.

If you are asked to leave someone alone you WILL do so immediately.

If you fail to do what I say, I WILL turn you in to your ISP and if you
continue misusing my program I will turn you into law enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away with trying to bomb my
server?

I try to be a good person. But you have forced me to deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex ('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

Just so you know scorp I am downloadeding it and am going
to try it out.

I hope you did better on this one than the last thing you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)
an
application that Google
and such. scrollbars
don't show up unless It
should automatically


.
 
I asume from the word host in the script you know who my
ISP is. Let me know if this is right.

Your saying if I do what you say you will not turn me in
to them
-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect and dignity.

If you are asked to leave someone alone you WILL do so immediately.

If you fail to do what I say, I WILL turn you in to your ISP and if you
continue misusing my program I will turn you into law enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away with trying to bomb my
server?

I try to be a good person. But you have forced me to deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex ('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

Just so you know scorp I am downloadeding it and am going
to try it out.

I hope you did better on this one than the last thing you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)
an
application that Google
and such. scrollbars
don't show up unless It
should automatically


.
 
Yeah, like you actually have a database running at your house.

If you can't tell what that script does, then seriously, do yourself a favor
and start hitting the books instead of bugging scorp and everyone else here.
He has your IP Address if you went to his site, and you are clearly stalking
the guy so you should probably be begging him not to press charges against
you.


IAmIronMan said:
What did you do to me with that code you wrote......Isn't
it illegal for you to hack me? Is that what this does?
-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect and dignity.

If you are asked to leave someone alone you WILL do so immediately.

If you fail to do what I say, I WILL turn you in to your ISP and if you
continue misusing my program I will turn you into law enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away with trying to bomb my
server?

I try to be a good person. But you have forced me to deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex ('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

Just so you know scorp I am downloadeding it and am going
to try it out.

I hope you did better on this one than the last thing you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)

-----Original Message-----
This morning I let the group know that I had finished an
application that
categorizes posts in the vb.net and ado.net newsgroups
and eliminates the
trash that we hate to wade through on sites like Google
and such.

Well I would like to thank the multitude of you that
have emailed me
informing me of the bug in the datagrid (the scrollbars
don't show up unless
you resize the form after populating the grid).

I knew you would be a tough audience but geez :)

Actually I appreciate you letting me know. It is the
inital release of this
so I expected things like this.

The bug is now fixed. The corrected version is 1.06. It
should automatically
remove your previous version but may not because the
installer can be buggy.

You can download the fixed version at
http://www.kjmsolutions.com/newsgrouptool.htm





.


.
 
Bill,

What happened here is that he downloaded the newsgroup search program
(http://www.kjmsolutions.com/newsgrouptool.htm)

and that database used in the program is powered by SQL. He downloaded it,
installed it and then tried to overrun my server by clicking from what i can
tell the search button a few hundred times in one hour. I then ran the
script and got his address and computer name.

Normally I care nothing about who the users are but in this case I needed to
deal with this before he wrecked it for everyone who likes this program.

I am not answering your questions Iron Man. You can sweat it. Here's your
sign if you are in doubt: Your computer name is:

"AVERYFAMUSER"

I would advise you to tread carefully. I and the rest of the folks here and
in vb.net are tired of you. The only reason I don't turn you in right now is
that i think you are a kid.

Clean up your act, live right and go away is the logical solution to your
problem.

By the way Bill: Your web site is awesome. I am hopeful someday I will be at
your skill level. I didn't realize it but you are kind of a celebrity in
..NET circles aren't you?


William Ryan said:
Yeah, like you actually have a database running at your house.

If you can't tell what that script does, then seriously, do yourself a favor
and start hitting the books instead of bugging scorp and everyone else here.
He has your IP Address if you went to his site, and you are clearly stalking
the guy so you should probably be begging him not to press charges against
you.


IAmIronMan said:
What did you do to me with that code you wrote......Isn't
it illegal for you to hack me? Is that what this does?
-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect and dignity.

If you are asked to leave someone alone you WILL do so immediately.

If you fail to do what I say, I WILL turn you in to your ISP and if you
continue misusing my program I will turn you into law enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away with trying to bomb my
server?

I try to be a good person. But you have forced me to deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex ('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

Just so you know scorp I am downloadeding it and am going
to try it out.

I hope you did better on this one than the last thing you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)

-----Original Message-----
This morning I let the group know that I had finished an
application that
categorizes posts in the vb.net and ado.net newsgroups
and eliminates the
trash that we hate to wade through on sites like Google
and such.

Well I would like to thank the multitude of you that
have emailed me
informing me of the bug in the datagrid (the scrollbars
don't show up unless
you resize the form after populating the grid).

I knew you would be a tough audience but geez :)

Actually I appreciate you letting me know. It is the
inital release of this
so I expected things like this.

The bug is now fixed. The corrected version is 1.06. It
should automatically
remove your previous version but may not because the
installer can be buggy.

You can download the fixed version at
http://www.kjmsolutions.com/newsgrouptool.htm





.



.
 
There's no way I deserve such credit, but thank you. As far as being a
'legend' that depends on your definition. I can write legendary recursive
loops with no exit points, I've probably posted more things than I care to
admit that I was flat wrong about, I've made every mistake that you can make
in learning VB.NET which isn't legendary but should be (anyone that says
VB.NET is easier to learn than C# is a VB Programmer) and 99% of everythign
I know is due to the fact that I can remember what smart people write and
that I make more mistakes than anyone you know.

Thanks again,

Bill
scorpion53061 said:
Bill,

What happened here is that he downloaded the newsgroup search program
(http://www.kjmsolutions.com/newsgrouptool.htm)

and that database used in the program is powered by SQL. He downloaded it,
installed it and then tried to overrun my server by clicking from what i can
tell the search button a few hundred times in one hour. I then ran the
script and got his address and computer name.

Normally I care nothing about who the users are but in this case I needed to
deal with this before he wrecked it for everyone who likes this program.

I am not answering your questions Iron Man. You can sweat it. Here's your
sign if you are in doubt: Your computer name is:

"AVERYFAMUSER"

I would advise you to tread carefully. I and the rest of the folks here and
in vb.net are tired of you. The only reason I don't turn you in right now is
that i think you are a kid.

Clean up your act, live right and go away is the logical solution to your
problem.

By the way Bill: Your web site is awesome. I am hopeful someday I will be at
your skill level. I didn't realize it but you are kind of a celebrity in
.NET circles aren't you?


William Ryan said:
Yeah, like you actually have a database running at your house.

If you can't tell what that script does, then seriously, do yourself a favor
and start hitting the books instead of bugging scorp and everyone else here.
He has your IP Address if you went to his site, and you are clearly stalking
the guy so you should probably be begging him not to press charges against
you.


IAmIronMan said:
What did you do to me with that code you wrote......Isn't
it illegal for you to hack me? Is that what this does?

-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect
and dignity.

If you are asked to leave someone alone you WILL do so
immediately.

If you fail to do what I say, I WILL turn you in to your
ISP and if you
continue misusing my program I will turn you into law
enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away
with trying to bomb my
server?

I try to be a good person. But you have forced me to
deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got
you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex
('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

in message
Just so you know scorp I am downloadeding it and am
going
to try it out.

I hope you did better on this one than the last thing
you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)

-----Original Message-----
This morning I let the group know that I had finished
an
application that
categorizes posts in the vb.net and ado.net newsgroups
and eliminates the
trash that we hate to wade through on sites like
Google
and such.

Well I would like to thank the multitude of you that
have emailed me
informing me of the bug in the datagrid (the
scrollbars
don't show up unless
you resize the form after populating the grid).

I knew you would be a tough audience but geez :)

Actually I appreciate you letting me know. It is the
inital release of this
so I expected things like this.

The bug is now fixed. The corrected version is 1.06.
It
should automatically
remove your previous version but may not because the
installer can be buggy.

You can download the fixed version at
http://www.kjmsolutions.com/newsgrouptool.htm





.



.
 
Scorp:

First off, I admire your restraint, you are a class act. Second, thanks for
your kind words, but I thought the same of your site, and can't possibly
accept a compliment like that.
scorpion53061 said:
Bill,

What happened here is that he downloaded the newsgroup search program
(http://www.kjmsolutions.com/newsgrouptool.htm)

and that database used in the program is powered by SQL. He downloaded it,
installed it and then tried to overrun my server by clicking from what i can
tell the search button a few hundred times in one hour. I then ran the
script and got his address and computer name.

Normally I care nothing about who the users are but in this case I needed to
deal with this before he wrecked it for everyone who likes this program.

I am not answering your questions Iron Man. You can sweat it. Here's your
sign if you are in doubt: Your computer name is:

"AVERYFAMUSER"

I would advise you to tread carefully. I and the rest of the folks here and
in vb.net are tired of you. The only reason I don't turn you in right now is
that i think you are a kid.

Clean up your act, live right and go away is the logical solution to your
problem.

By the way Bill: Your web site is awesome. I am hopeful someday I will be at
your skill level. I didn't realize it but you are kind of a celebrity in
.NET circles aren't you?


William Ryan said:
Yeah, like you actually have a database running at your house.

If you can't tell what that script does, then seriously, do yourself a favor
and start hitting the books instead of bugging scorp and everyone else here.
He has your IP Address if you went to his site, and you are clearly stalking
the guy so you should probably be begging him not to press charges against
you.


IAmIronMan said:
What did you do to me with that code you wrote......Isn't
it illegal for you to hack me? Is that what this does?

-----Original Message-----
You are such an idiot.

here is the deal:

You WILL uninstall my program.

You WILL never bother me again.

You WILL treat everyone in this newsgroup with respect
and dignity.

If you are asked to leave someone alone you WILL do so
immediately.

If you fail to do what I say, I WILL turn you in to your
ISP and if you
continue misusing my program I will turn you into law
enforcement. What you
are doing I think is illegal.

Did you honestly think I would allow you to get away
with trying to bomb my
server?

I try to be a good person. But you have forced me to
deal with you this way.

You know why you will listen to me?

You see I use SQL Server as my backend.

Wrap your brain around this and you will know I have got
you dead to rights.

Good riddance. And know this!!

I AM WATCHING!!!!!!!

create proc get_hostip (@spid int = NULL)
as
set nocount on

declare @host varchar(100)
declare @ip varchar(15)
declare @cmd varchar(200)
declare @temp varchar(255)
create table #ip(iptext varchar(255))

If @spid is null select @host = host_name()
else
select @host = max(hostname)
from master.dbo.sysprocesses
where spid = @spid

if @host is not null
begin
set @cmd = 'ping -n 1 ' + @host
insert #ip exec master..xp_cmdshell @cmd
select @ip = ISNULL(substring(iptext,(charindex
('[',iptext)+1),
(charindex(']',iptext)-(charindex('[',iptext)
+1))),'')
from #ip
where charindex('[',iptext)>0
end

drop table #ip
select NULLIF(rtrim(@host),'') as 'Hostname',
rtrim(@ip) as 'IP_Address'

return

in message
Just so you know scorp I am downloadeding it and am
going
to try it out.

I hope you did better on this one than the last thing
you
published!! I am sure you learned your lesson this
time.... (ROFLMAO)

Glad to see you came back...... I knew you would if I
went away :)

Did the rest of the group miss me? (ROFLMAO!!!!!)

-----Original Message-----
This morning I let the group know that I had finished
an
application that
categorizes posts in the vb.net and ado.net newsgroups
and eliminates the
trash that we hate to wade through on sites like
Google
and such.

Well I would like to thank the multitude of you that
have emailed me
informing me of the bug in the datagrid (the
scrollbars
don't show up unless
you resize the form after populating the grid).

I knew you would be a tough audience but geez :)

Actually I appreciate you letting me know. It is the
inital release of this
so I expected things like this.

The bug is now fixed. The corrected version is 1.06.
It
should automatically
remove your previous version but may not because the
installer can be buggy.

You can download the fixed version at
http://www.kjmsolutions.com/newsgrouptool.htm





.



.
 
Hello!
I asume from the word host in the script you know who my
ISP is. Let me know if this is right.

Your saying if I do what you say you will not turn me in
to them

It's think the words are pretty clear. It's easy to annoy people on the net,
but you do so at a great risk. The risk increases as tracking gets smarter
every day.
 
Back
Top