| | |||||
| ||||||||
| The Break Room Casual discussion about non-industry related topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Join Date: Mar 2003
Posts: 1,209
![]() ![]() | Someone Decided to Send Millions of Spam Emails in the QN name....HELP ev1 has received over 100 complaints -- I urgently need to shut down these subdomains. However, my technical partner who created hte script is on vacation. The subdomains used to be organized in one folder. Now I can't find them anywhere (he reorganized). Anyone have ideas where I could locate the folders (6th programmer sense) or any other method of stopping activity on a specific subdomain? www.qn.com is the service Thank you. |
| |
| | #3 (permalink) |
| NamePros Webmaster ![]() ![]() ![]() Join Date: Feb 2003
Posts: 12,930
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | qn is just a redirection service right? you don't host the actual website? so what folders are you looking for? I would guess it's setup to run from a database, reading the subdomain upon a visit, looking it up in the database, and redirecting them based on a result. qn.com's homepage is index.php. Reading through the php code in that file may give some clues on how it's setup. Also could be done using a .htaccess file? 100 spam complaints, yikes! |
| |
| | #4 (permalink) |
| Emeritus Join Date: May 2003 Location: Winter Break©
Posts: 29,526
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Hot topic right now - spam complaints - and they're cracking down hard! Hoping everything gets straightened away for you very soon, Lots ... I wouldn't know how to advise with the location of the folders, how to shut it all down, etc. ![]() All the best!
__________________ Be cool. Be polite. Be professional.™ |
| |
| | #5 (permalink) |
| NamePros Regular Join Date: Mar 2004
Posts: 633
![]() ![]() ![]() | remove the subdomain from the dns, that would shut them down. also install spf entries to help prevent them from being used as spoofed addresses (more so for the future then now)
__________________ Need a break? Check out TheDamnBlog.com Free $6.95 directi accounts at Directi Name Bin Instant free $8.95 eNom accounts at Dncube.com |
| |
| | THREAD STARTER #6 (permalink) |
| Join Date: Mar 2003
Posts: 1,209
![]() ![]() | RJ - it's just redirection - but the spammers are also advertising sites using qn subdomains. Parrot - subdomains do not appear in DNS Neither are there any database entries. Im at a loss - where to delete these subdomains. |
| |
| | #7 (permalink) |
| Senior Member Join Date: Jun 2003
Posts: 2,115
![]() ![]() ![]() | Hi your partner first of all is probably using mod_rewrite to do the subdomain redirection. To get rid of the subdomain go into mysql and delete the row where that subdomain is. Therefore if you get complaints you can have proof that that subdomain does not exist. |
| |
| | THREAD STARTER #9 (permalink) |
| Join Date: Mar 2003
Posts: 1,209
![]() ![]() | Need help once again - how do I edit a page such as this: http://www.qn.com/signup.php?username=asdasd I want to note on this page that the account has been disabled. How do I edit a page that has already set an input such as the username in this case? Thanks. |
| |
| | #11 (permalink) | ||||
| NamePros Webmaster ![]() ![]() ![]() Join Date: Feb 2003
Posts: 12,930
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
PHP Code: | ||||
| |