Problem getting hacked with this new SQL injection Tool. Adword71 and direct84
Thu, 15 May 2008 06:33:11 -0600
One of my server has been compromised from this virus, and I can't seem to
block it out! I have shut down the infected server, but I need to figure
out how to check for this, and stop it.
The site is running iis5 on Windows2000, the backend DB is SQLServer 2000
Can anyone point me to some good resources f ...
|
RSS - Whitespace is not allowed at this location.
Wed, 14 May 2008 14:21:48 -0700 (PDT)
Trying to create a page like popurls displaying rss feeds from music
sites only im trying with one to start from NME.com and the output
errors with the message "Whitespace is not allowed at this location."
anyone help?
DEMO: http://mngr.co.uk/rss1.asp
Code:
<%@ Language="VBScript" %>
<% Option Explicit ...
|
Response.Addheader
Wed, 14 May 2008 13:37:45 -0400
I've searched the web & can't find an answer to this.
Is it possible to successfully use Response.AddHeader for a robots meta tag?
For example, I want to do
<%
IF request("PageID") = 252 THEN Response.AddHeader "robots", "noindex"
:
%>
...
|
Product activation code
Wed, 14 May 2008 17:39:31 +0200
Hello,
I have an ASP provider and an Access Database.
I need to build a small webpage where the user can enter his "user id"
and a "hardware code", and if the "user id" is correct (will be checked
against the db which means the user id must exist) a function will
generate a product activation code from his/ ...
|
Freeing Dynamic Arrays
Wed, 14 May 2008 08:33:02 -0700 (PDT)
Do you have to manually release memory allocated by creating a dynamic
array using ReDim? In other words, if I have the following code:
ReDim Test(1000)
For i = 0 To 1000
Test(i) = "test value " & i
Next
Do have I have set Test = Nothing to prevent a memory leak?
Thanks,
Dave ...
|
Bulkmail question
Wed, 14 May 2008 11:07:30 -0500
I'm preparing an ASP script to send email to club members via the club's
website. In getting familiar with CDOSYS, I noticed that the recommended
method of sending the same content to multiple recipients is to loop
through the list of recipients. I had intended to BCC the message. Is
there some reason to prefer ...
|
Text in ASP Scripts Hidden From Windows Search
Wed, 14 May 2008 07:17:00 -0700
Not sure where to post this...
Found some interesting behavior in Windows Search (Start => Search => All
files and folders => search for "A word or phrase in the file:"). This
applies to XP and maybe other Windows flavors.
Procedure:
1. Create a simple text file named test.txt.
2. Open the text file in a ...
|
|
|
Free Tutorial website And Ebooks programing tutorials
Wed, 14 May 2008 02:52:44 -0700 (PDT)
Free Tutorial website And Ebooks programing tutorials
http://www.365x24live.com
Java Script Text Book
http://www.365x24live.com/JavaScript/INDEX.HTM
Applied Cryptography
http://www.365x24live.com/Applied%20Cryptography/ewtoc.html
Vb Script Text Book
http://www.365x24live.com/vbscript/index.html
CGI P ...
|
File Attributes with ASP in HTML
Mon, 12 May 2008 14:09:00 -0700
Not sure if this is the spot to ask but I need some help with a script I
hijacked and put to my own use in an .ASP page
any ways I am using the FilesystemObjects to get a directory and file
listing and generating a web page of that listing, but I need to filter out
files with the SYSTEM tag, so it wont sho ...
|
Freeing Dynamic Arrays
Mon, 12 May 2008 12:35:55 -0700 (PDT)
Do dynamic arrays declared using ReDim have to be freed? I assume that
if it's an array of dynamically created objects (e.g.
Scripting.Dictionary), each one of those objects will have to be set
to Nothing in a for loop, but what about the array itself? Or what if
the array is dynamic but it just consists of inte ...
|