fullyloaded Posted March 6, 2007 Share Posted March 6, 2007 hi can anyone please help me?i have a dating website that will get some spammers so when some one like this joins and i find out i will delete the account and block the ip but most of the time its a router ip so its kind of hard to do what im trying to do is add a table in the database with the list of emails used to spam so if this person signs up again using the same email it will check to see if this email is in the talble and say its band lol hope you know what im talking about thanks... Link to comment https://forums.phpfreaks.com/topic/41500-banned-emails/ Share on other sites More sharing options...
boo_lolly Posted March 6, 2007 Share Posted March 6, 2007 i don't understand how you don't know how to do this already... you obviously know how to register users with php and a database... why wouldn't you know how to reference the same information against the same database? Link to comment https://forums.phpfreaks.com/topic/41500-banned-emails/#findComment-201046 Share on other sites More sharing options...
JBS103 Posted March 6, 2007 Share Posted March 6, 2007 You can also just add an extra field to the member table that checks a value (for example: 0, 1, 2, etc. 0 being banned, 1 being active, 2 waiting for validation) so that if they try to register with the same name, email address, home address, etc. it kicks them back. Link to comment https://forums.phpfreaks.com/topic/41500-banned-emails/#findComment-201051 Share on other sites More sharing options...
fullyloaded Posted March 6, 2007 Author Share Posted March 6, 2007 hi its a dating software script thats why i payed for the script and i'm not the best at php or sql but i'm really good at vb lol witch wont help me here thanks for the reply Link to comment https://forums.phpfreaks.com/topic/41500-banned-emails/#findComment-201052 Share on other sites More sharing options...
boo_lolly Posted March 6, 2007 Share Posted March 6, 2007 hi its a dating software script thats why i payed for the script and i'm not the best at php or sql but i'm really good at vb lol witch wont help me here thanks for the reply i see =) well that changes everything. working with existing code is MUCH different than writing it manually. doesn't the company you purchased this software from have a forum or tech support? they'd probably be best suited to help you accomplish what you want. Link to comment https://forums.phpfreaks.com/topic/41500-banned-emails/#findComment-201060 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.