How To Stop Spam
We have many forms on our site that users can fill out and ask questions, request information etc. but somehow, we receive a lot of junk mails (more than two hundreds) within two weeks through these forms. I don't know hot to stop these junk emails.
View Replies
ADVERTISEMENT
I have a website with a Guessbook section. Lately I noticed someone copy and pasted a long http address to promote viagra.. I believe he simply copy and paste the whole link into the text input field and submit several times. It created multiple entries in my guessbook.
How can I prevent this? I was thinking if it is possible for me to write some code to disable people using the control-p to paste text in my text input field.. Can I really do that? What other options do I have?
View Replies
View Related
The spam I am getting has a bunch of bogus links for viagra and other meds.The bot just fills out a questionnaire and send it.They're all filtered to my trash folder and I'm going to try to stop it with a server side asp validation but I wonder what they are trying to accomplish in the first place.
View Replies
View Related
I had a PHP script written to send email and it had a lot of SPAM issues.
With an ASP email script, what can I do to make the script secure from spammers?
View Replies
View Related
I have created a form where a user enters his/her details and hits submit.
The details are sent via email.
However, they are received as SPAM.
Why is this? How do I prevent this?
View Replies
View Related
Is there a script that change email adrdresses to prevent SPAM.
ex: ticul@myprovider.com
I want it to appear like this on my webpage ticul@xxxxxxx.com or something that look like this
View Replies
View Related
Can anyone help me with a script to avoid people posting links in my guestbook ?
View Replies
View Related
Someone probably have asked this question already about this topic earlier but i am just unable find it or otherwise i am being lazy to dig into this forum. how to avoid spam while sending bulk of emails, i am trying to create a tool which would send emails to multiple recipients at one given time, It would nice to have your expertise comments on this topic. I just want to Avoid Email Filters that prevent responsible emails. is there any workable solution to this problem ?
View Replies
View Related
I am using cdonts in my asp scripts to send emails to the users of my website.But every mail to i send to an hotmail account gets in de hotmail spam folder.is there anyway to prevent this from happening?
View Replies
View Related
I've recently had my ASP site attacked by these stupid bots and have tried a captcha protection, but it doesn't help.
Here's the problem:
I have a form where people send an enquiry to a client from my database (over 5000). After hitting the submit button, an email is posted to the client, a copy is sent to us and the info is published to a database for record / stat keeping.
I have put the captcha protection in the form, but although the tests show that the captcha form works, the emails are still sent off, therefore allowing the bot attacks.
There must be a gap I can plug with the captcha before the email is posted off or info sent to the database.
I have a formchecker running which forces required fields, and that works fine. I'd like the captcha to work the same. Before the form goes to the confirmation page, it must validate the captcha.
What can I do?
View Replies
View Related
I found that the email i generated constantly categorised as spam mail in yahoo and hotmail. I havent tested other mailbox like gmail or aol.
the visitors of my site cann't get the email, i have to ask them to check on the junk folder
any idea how to get rid of this?
View Replies
View Related
How can i detect if a database already has a primary key value that i want to insert. ie. i want to insert 5 into a database that already has a primary key set to 5.
View Replies
View Related
I want to make a simple simple asp page. All I want is when the page loads
it does "net stop <service>". The code is below, it is not running as
IUSR_<machine>, I am authenticating as Administrator yet the service does
not stop.
The blank page just loads with no errors and the service remains
running, what am I missing? I am completely new to ASP, I just want one
simple page for this purpose. Code:
View Replies
View Related
I dont want to start the sessions when my asp page is run....how do I do that...can I add something at the start of the page which will not enable the session
View Replies
View Related
I´m programming in ASP. How can I stopp the loop?
View Replies
View Related
how can i stop execution. in betweeen a few lines of code. i dont want the complete execution of code and in middle i want to stop?
View Replies
View Related
can a website be secure and not have the https in the begining of the url?
is this true : URL always secure
is this true : URL never secure .
View Replies
View Related
How do you stop Dreamweaver from displaying server side includes in the Design View Window? I use a include to provide my asp pages with a general layout. My machine used to ignore the include statements when I'm in Dreamweaver deign view, but today it just decided to show them. It makes it hard to work on my programs.
View Replies
View Related
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
I am using two asp pages that have large (up to 1280X1024) background images. The image is the same on both pages, but when I go from one page to another it reloads the image each time and flickers for a second when loading because the file is so large. Is there a nifty way to keep the background image the same across two pages without reloading.
View Replies
View Related
How do you do the following?
if(true)
response.write "There was a problem."
***STOP HERE***
more code
more code
more code
View Replies
View Related
I have a windows small business server 2003 running IIS 6 to serve asp pages and streaming movie over internet.
Everything was working fine but suddenly the server stop respond to ANY asp request but no problem with html for several hours last night. It serve asp again for awhile
but it stop serving again this morning.
View Replies
View Related
i have a string and i would like to run through this string to find a "."(fullstop), and once found put a break in so that i could continue the rest of the string on the next line.
View Replies
View Related
How can I stop some one from trying to post my form from a remote site.
I am getting some one cycling through usernames trying fpr passwords on a
web site.
View Replies
View Related
Does anybody have ideas how to prevent passwords guessing. I mean I want to define that same person/robot try to guess password and to block it after 3 wrong attempts.
View Replies
View Related
I have just got back into ASP development after a years break and am playing catchup. I am developing a simple page with combo boxes on it, so that when it is processed it searches a database for all records between the chosen entries in the combo boxes.
However I am also trying to stop the page from returning errors when a user clicks submit without choosing any entries from the combo boxes. I am trying to get the page to just re-display itself with a simple error message on the page informing the user that they have to choose an option from both combo boxes.
View Replies
View Related
Is there a way in asp i can avoid a person pressing f5 or doing a refresh?
View Replies
View Related
I have an asp page which when loads, sends notification emails and adds data to a Mysql database.
What i want to stop happening is people refreshing the page or when navigating back to the page using the browser, this script is run again.
View Replies
View Related
I have a simple Form full of Textboxes.The Textboxes get filled from the Database, and the user can edit and click Update to update the info in the Database.My problem is that I don't know how to stop 2 users from messing each other up.(Just to clarify, User 1 gets info, User 2 gets info, User 1 clicks update and then User 2 clicks Update, obviously, all of the User 1's changes got disregarded).
View Replies
View Related
I have a page that pulls info from a SQL DB and displays it for the user. Everything is fine now 'cos I only have ten entries in my DB. When finished, there will thousands of records and what I see is an endless scroll or page down for the user. But what I want is to display a MAX of 15 records per page and have the others displayed on following pages.
So how do I get my pages to continue on page 2, 3, X XXX and have it so that clicking on any of the pages jumps to the corresponding page. You can actually see what I am looking for here at sitepoint. In their own case, they have it displayed within page ranges.
View Replies
View Related
I am trying to stop and start the ftp service from an asp page using the niuser account.
my code is simple: shell.run "net start msftpsvc",0,true. ASP page returns no errors but nothing happens. code works in .vbs but not from the webserver (IIS6).Can someone tell me how to do this? I would also like to edit the registry if i can.
View Replies
View Related
I have Windows 2000 Server on an Intel machine. Periodically IIS returns an HTTP 500 error when anybody clicks on an asp script. Regular HTML pages are displayed without a problem. The problem gets corrected whenever I reboot the server.
View Replies
View Related
I can't get the following code to display only two decimal places.
-------------------
ProductPrice.Text = String.Format("{0:c}", ProductDetail.Price)
--------------------
Can someone tell me how i can only show two decimal places and also how i can just show rounded to an integer.
View Replies
View Related