Link Verification Script

I have a screwy client who is requesting the following of me. He wants me to put a form on his web site for visitors to submit a url to be used as a link back to their site. This url will be placed on his site's "Links" page.

Furthermore, when they submit the form, my client wants a means by which the following can be verified. Please read carefully.The placement of a link on my clients site is contingent on the placement of a link on the visitors site. Therefore, when the form is submitted, I need to physically go to their site and verify that there is a link back to my clients page. If so, and only if so, the url submitted will be come an active link on my client's site.

View Replies


ADVERTISEMENT

Email Verification

My question is about validating emails.

I am doing validation on server side.

I have plenty of mails which seems OK or validated but does not real mail actually.

like
****@***.***

On some web sites, you enter your email and submit it. After submitting you get a mail which has a link stating that it should be clicked in order to complete the registration.

In reality is it a solution or is there any way?

View Replies View Related

Image Verification

I need to add an image verification field to an asp form. Suggestions?

View Replies View Related

Login And Verification

supposed to do:

- login page (login.asp) has a form
- users will enter certain information
- submits form
- calls login.asp verifies if user exists
- then redirects to accounts.asp

problem:
- everytime i try to run login.asp it always jumps to the verification part, i havent entered any infos yet. how to solve the problem?

View Replies View Related

Image Verification

On a website that I deal with there is a simple feedback like form that is submitted to an email via a FrontPage extension. Suddenly this form has started being submitted with spurious information and random links which suggests to me that some script is f**king with it.

To spoof-proof this form I want to implement one of those Image Verification things (type the 4 letters you see in the image). Does anyone have any useful links/tuts for this?

View Replies View Related

Verification Redirect

i'm using this code to protect a page from a person who has not logged in. Can i add a Response.Redirect to it that if the person comes up with the unauthorized message?

Code:

<%
If Session("userid")="" Then
Response.Write("You are not authorized to use this page.")
Response.END
End If
%>

View Replies View Related

Javascript Verification

i'm using some javascript to check that a radio button has been checked on an asp page. Its causing errors. The file is below. Any ideas what is wrong? Code:

View Replies View Related

Image Verification Script

I have a web site with many form and I receive a lot of spam from damn bot.

I want to add an image verification at the end of my form, but can't find one in ASP or Free on google and this forum.

Anyone have a link or a code for an image verification security?

View Replies View Related

File Upload Verification

I am working on an upload mechanism. The upload works, however, the question rise that if there's an update on a document, we want to keep the first document that the user uploaded, and rename the second upload as long as it contains the same name.

For example the document name: Low Levels of Oxygen in High Altitudes.doc

If there was some other changes to the document, the same document will be uploaded. But we want the file to be rename when verification of existing file occurs.

If Response.Form("filename") = vbCompare(rs("filename") ) Then
rs("filename1") = rs("filename" & "rev1") ???

Basically, if the file already exist, rename the document from:

Low Levels of Oxygen in High Altitudes.doc

to:

Low Levels of Oxygen in High Altitudes_REV1.doc

My question is how can I make this happened? I know it will probably involve a DOWHILE LOOP of some kind.

This is the code I already have working with the first upload. My concern would be the ones after: .....

View Replies View Related

Image Verification Script

i have created one of them login pages that creates a random image of numbers and letters. all works very well.

but i have made 1 gif for each letter or number. and the are as so///// so A is A.gif

the problem is that a computer can read the source code and will see the code as the image names.

I was thinking i would like to break the numbeer apart and have a list as in A = F.gif etc........... anyone with ideas? here is the code i have.

dim randnum
randnum = RndStringGen(5,1,2)

For intWriteDigitLoopCount = 1 to Len(randnum)
'Display the IMAGE
Response.Write("<img src=""images/")
Response.Write(Mid(randnum, intWriteDigitLoopCount, 1) & ".gif""")
Next

it is from a script i found, but it had many problems and dident work, and for some reason it passed the whole secret code in a hidden field to be matched with the textbox.

View Replies View Related

Form Code Verification

I need to add form code verification on my registration page. On google, I came across this ASPjpeg component. I just wanted to ask if it's the right stuff. Is there any better way of doing it please inform.

View Replies View Related

Image Verification Problem

I'm writing is an image verification (those things that display an image of some squiggly numbers and you have to type them in to verify you're not a bot).

I've got 9 images in an "images" folder labeled 1.gif, 2.gif, ... , 9.gif. So far my ASP page looks like this:

View Replies View Related

Google Sitemap Verification With 404

I just logged onto Google sitemaps to check since I haven't logged on for a few weeks and I noticed a few new features.

One of these is a verification process and I tried to verify my site by following the instructions but I was then shown a message below...

"We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header."

I was then sent to this page (3rd paragraph from the bottom)
https://www.google.com/webmasters/si...ileconfigerror

It reads as follows:
------------------
We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header.

this configuration presents a security risk for site verification and therefore, we can't verify your site. If your web server is configured to return a status of 200 in the header of 404 pages, and we enabled you to verify your site with this configuration, others would be able to take advantage of this and verify your site as well. This would allow others to see your site statistics. To ensure that no one can take advantage of this configuration to view statistics to sites they don't own, we only verify sites that return a status of 404 in the header of 404 pages.

Please modify your web server configuration to return a status of 404 in the header of 404 pages. Once your web server is configured correctly, try to verify the site again. If your web server is configured this way and you receive this error, click Check Status

What I would like to know is how I could set the status, whats the correct way to write this in the header of the 404 error page I made?

View Replies View Related

Extensive Email Verification

I’m wanting to know if there is a free what to do an extensive email verification through Asp? Like an MX Lookup and DNS check, without looking up from an external server?

We get a lot of invalid emails and I would like to check if the email or if the domain exists before submitting the form.

View Replies View Related

Verification Of Email Address Thru Nslookup

How do you write in asp to verify email address whether it is valid or not.

Is it related to nslookup? Is there any way i can do it.

i mean test@abc.com is a bad mail or something else.

View Replies View Related

Email Auto Verification Resources

point me to some resources about Email Auto Verification. I'm using ASP.What my system is doing is after the user sign up, my system need to send an email automatically back to the user's email. The user only can login after he receives that email from our system. This is to make sure the email he keys in is valid.

View Replies View Related

Asp Email Verification Check Valid Email Thru Mx Record

how to write to check verification valid email thru nslookup or mx record or dns record. Is it possible to do that. Is there any tutorial from sitepoint, previously found it but i lost the link.

example to check assume test@domain.com is not a real email, abc@domain.com is real email
how do u check it.

View Replies View Related

ASP Code - Anti Spam Verification Code

I'm looking for sample code that will require a use to enter a code from a scued image format.

I'm sure you've seen them before where the image is barely readable by a human and the user has to enter the code correctly to submit the form.

I'm looking for ASP code and NOT ASP.NET code as I am supporting a legacy site.

View Replies View Related

Link In Asp

Does anyone know how to hide and show a link depending on the level of the user. Like I want the link to show if the person loging in is an admin, but if the person is a user than I dont want the link to show?

View Replies View Related

Link / Url In A Var

How to get a link / url in a var ? This is what I need to do :

newmsg = " <a href="http://www.my-url"?pa=<%=userid%>> Click here </a> "

View Replies View Related

Link To Exe

Clicking url that points to an exe pops up Open/Save dialog box. But I want
only the Open option to be enabled

View Replies View Related

Css Link

How display a link like a plain text (not underlined) with css code.

View Replies View Related

.asp Url Link

Having a problem getting my asp url to work. Im trying to pass a var and some of them have the & in them. This is breaking my url since it looks for another var with the &. If i put the %26 instead of the & manually it works fine. How do I get that to encode that on the link ?

I know the problem is the data that is in the heading field has & in them. I can not fix that part. Is there a way to force the & in the url to go to %26 ? Code:

View Replies View Related

Dynamic Link

I would like to build a dynamic link based upon a value returned from a db

There is data in the db because objRS("Description") returns a value.

something like

Code:

if objRS.EOF then
%>
<a href="/somepage.asp?id="<% objRS("Id") %> "><%response.write(objRS("Description"))%></a>
<%
else
end if

I get

http://localhost/somepage.asp?id=

Nothing else at the end.

What am i doing wrong?

View Replies View Related

Link Alias

To secure files on a site with authentication we have put the
attachments in a folder outside the IIS web site like this:

D:Documents<ItemID>filename.doc

where ItemID is a number which we use to check permissions inside our
application.

In order to download the file from the site we have made a binary
reader component (we could probably use SAFileUp or something instead,
but this works) to send the file through an ASP-file:

http://mysite/Docs/ShowDoc.asp?ID=<ItemID>

This works well.

So to my problem:
If I right click the link to save the file on my local computer (Save
target as), it will save the file properly, but the filename in the
Save As-dialog is ShowDoc.asp. I want it to be filename.doc instead.
Is it possible?

I've heard that on a Apache web server you can write the link like
this:

http://mysite/something/filename.doc?ID=<ItemID>

but then the server knows that it's
http://mysite/Docs/ShowDoc.asp?ID=<ItemID> it should load. If this is
possible in IIS, the Save As-problem will be solved.

View Replies View Related

Email To Link

I am using this code

<table border="1">
<%
Do While Not rstSimple.EOF
%>
<tr>
<td><%= rstSimple.Fields("username").Value %></td>
<td><%= rstSimple.Fields("password").Value %></td>
<td><%= rstSimple.Fields("email").Value %></td>
</tr>
<%
rstSimple.MoveNext
Loop
%>
</table>

How can I make the email field a hyper link?

View Replies View Related

ASP Link Query...

I have the following link:

<A HREF=""Schedule.asp?JobNumber=" & RS("JobNumber") & "&PONumber=" &
RS("PONumber") & """>" & RS("JobNumber") ONCLICK= popup() & "</a>


I want the link to reference a function in the <Script> tag as
follows:

<script>

function popup() {
window.open( "Schedule.asp" , ""
,"top=40,left=40,width=200,height=100" ) ;
}

</script>

I am not sure where to place the ONCLICK code in the hyperlink as this
link is written out via response.write......Its all the " " & ' ' that
get me ...

View Replies View Related

Search For Link

I have a database of literature and I've created a search page that pulls up the records matching the search criteria. However, I'd like to create a link to the article in pdf format, if it exists. I have a field in the database that contains the file name (and path), but not all records have a corresponding pdf file.
Code:

<td><a href="<%=(rs.Fields.Item("Article").Value)%>"><%=(rs.Fields.Item("Title").Value)%></a></td>

How do I check whether there is a corresponding pdf file before displaying the title with a link?

View Replies View Related

Href (link)

I would like to have a link that when clicked, sends info to an ASP page to process, but does not submit the entire page. This way, the user will
click on a link and will not be taken to another page, but precessing will occur.
This is mainly for a 'Rating' Application.
Amazon.com does this and I want to know how they do it. Here is the link to the amazon page (you may need to be logged in)
http://www.amazon.com/exec/obidos/t...5480771-6490552.

View Replies View Related

Pdf Link Prob

(1)I posted this in general but didnt get anywhere. Then I recalled seeing something recently on the web on an ASP site but cannot recall where.

(2)I have a list of pdf files avaiable for the user to view. When they click the pdf link, the pdf file opens. How can I make the link be a 'save' link? ie, when they click the link, windows treats it as a file to 'save as' etc...

What I vaguely recall on the ASP site was: 'How to hide the path of a download file by using an ASP redirect page'. I was wondering if anyone knows this method, and if they do, would it solve my problem in (2)

View Replies View Related

Image Link

I would like to put a picture on may page and I would like to use this picture as a button to execute an sql query, so when you clik on the picture you will hace displayed in the next page the product in the data base and other info like price for example.
I have this code to access the data base but I do not know how to use a picture s a buton to use it. Code:

View Replies View Related

Link Transfer

anyone in here got an idea on how i could transfer a value of a form text to another asp page just by using <a href="">

View Replies View Related

Link Read

My hidden field is
Code:

<input type=hidden name="action" value="login">
<input type=hidden name="ret_page" value="<% =request("ret_page") %>">

and my link is
<A href='register.asp?ret_page=<% =request("ret_page") %>

But the ret_page appears as /vfolder/Content.asp?ContentID=700.
How would I get rid of the /vfolder/ and just have the content.asp?contentID=700 alone.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved