Skip to main content

All Questions

Tagged with
-6 votes
1 answer
254 views

Possible to use Php's mail() function to send 1 million plus mails? [duplicate]

I was wondering if it would be feasible to send over 1 million emails (stored in an array or some sql database) using php's mail function. Is this farfetched. I'm new to php and curious of the ...
Alec Stanton's user avatar
0 votes
0 answers
546 views

Detect Bot and Spam traffic on clicks?

I would like to track a few statistics about my webpage. So far I programmed the code for storing a click in my database if a user hits a button. This button calls a javascript function which is ...
Don's user avatar
  • 89
0 votes
0 answers
100 views

Spam values in database even after adding form validations and google recaptcha

we have a PHP form and MySQL database with it. We also have validations on our form which work perfectly. We have also added Google ReCaptcha on our form. But the issue is that we still get spam ...
W.design's user avatar
0 votes
0 answers
54 views

how to allow two php queries every 5 seconds

I've used this function for protection against spam queries: but i want to make it allow two queries every 5 seconds function antiSpam($seconds) { if(!isset($_SESSION['last_query'])) $...
user3676648's user avatar
1 vote
1 answer
967 views

how to stop spam clicks from send to the datebase? (php)

I'm trying to do something and when i spam clicking on the text thats sending more than 1 time what i wanted to... whats the "text button" doing this to send the user to a page, and in this page there ...
Tbjbu2's user avatar
  • 29
0 votes
1 answer
136 views

Detecting a duplicate post [closed]

I'm writing something that allows you to post some long form content like blog posts that doesn't require signing up. I want to detect if a post is a duplicate. To be clear, it doesn't have to be ...
Oscar Godson's user avatar
  • 32.5k
-1 votes
1 answer
54 views

I get same spams everyday in website even after i delete them

I get new post every day in my wordpress Mysql wp_post table also when i google my site Google Shown me "This site may be hacked." How can i protect these spams permanently. I have to go to Mysql ...
Aaron's user avatar
  • 87
1 vote
0 answers
956 views

Prevent spam bots php mysql

I have a forum with lots of buttons <button class="vote" data-id="10">Vote up</button> the data-id relates to my thread id of MySQL table. It can happen as a bot will automatically run ...
Ohmyholy's user avatar
  • 123
1 vote
1 answer
221 views

Query to mass delete members in WordPress

I had a lot of spam members in my WordPress installation (thanks to BuddyPress and it's horrible system of registration and profile syncing). I would like to run a query to delete all members who have ...
Anish Desai's user avatar
0 votes
2 answers
92 views

What methods are available to automatically deal with spammers with PHP/MySQL

I am currently creating a news ranking application wherein I have users connected to one another, and can post news items to a database. Users can vote on said news items within a rating of 10 - 1. 10 ...
Pixulated's user avatar
-3 votes
2 answers
312 views

Why my email is going to spam folder [duplicate]

$result=mysql_query($sql); if($result) { // ---------------- SEND MAIL FORM ---------------- // send e-mail to ... $to=$email; // Your subject $subject="Your confirmation link here"; // From $header="...
IT gIrLy GiRl's user avatar
0 votes
1 answer
181 views

How to retrieve spam comments in drupal DB to delete them using SQL?

I want to retrieve all spam comments in my Drupal DB to remove them using SQL DELETE statement. I cannot find how comments are marked as spams in Drupal DB's comment table. The only relevant column ...
Ashraf Bashir's user avatar
3 votes
3 answers
414 views

How to check if users are spamming other users with similar messages?

One of the PHP/MySQL sites I administer is a Social Network and I've noticed that spammers will send a lot of similarly-looking messages to several other users. Due to the number of messages sent by ...
ProgrammerGirl's user avatar
-1 votes
5 answers
116 views

How can I combat spam messages in a medium-sized online community? [closed]

I run an online community with over 10k members and frequently get spammed by users sending spam messages to other members in the forms of money scams. They are not sent via robots but by real human ...
Jake's user avatar
  • 3,436
3 votes
2 answers
6k views

Whats the best way to detect SPAM in PHP messages [closed]

I'm trying to fight the battle of users trying to contact other users and asking for money. They are typically from Nigeria or Ghana. Several things I've tried are blocking these countries entirely ...
user1216398's user avatar
  • 1,950

15 30 50 per page