vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vbStopForumSpam - known spammer lookup for new registrations (https://vborg.vbsupport.ru/showthread.php?t=176481)

kyle1745 02-04-2010 09:42 AM

Errors still occurring even after the DNS update.
Users attempted to register receive this:
"Registration denied. We check new registrations against a database of known forum spammers. At this time, we are unable to contact this database to verify your registration. We are sorry for the inconvenience but please do try again later."

pedigree 02-04-2010 11:29 AM

Quote:

Originally Posted by kyle1745 (Post 1974555)
Errors still occurring even after the DNS update.
Users attempted to register receive this:
"Registration denied. We check new registrations against a database of known forum spammers. At this time, we are unable to contact this database to verify your registration. We are sorry for the inconvenience but please do try again later."

Maybe your servers dns server is caching a nxdomain result. try this

<?php
var_dump(@gethostbyname ('www.stopforumspam.com'));
?>

Upload that to your server and post back what results it gives

Maxima 02-04-2010 12:22 PM

Quote:

Originally Posted by pedigree (Post 1974598)
Maybe your servers dns server is caching a nxdomain result. try this

<?php
var_dump(@gethostbyname ('www.stopforumspam.com'));
?>

Upload that to your server and post back what results it gives

Sorry for the question, where do we put that? vbstopforumspam.php?

pedigree 02-04-2010 12:25 PM

create a new file called anything, like testsfs.php, and upload it and then load it in your browser. It reports back the status of your servers DNS resolution.

Maxima 02-04-2010 12:29 PM

OK, thanks!

I'll report back with results.

Maxima 02-04-2010 12:40 PM

Results:

string(21) "www.stopforumspam.com"

Maxima 02-04-2010 12:56 PM

Still getting: [REMOTEERR] Unverfied but allowed by policy

skippybosco 02-04-2010 12:56 PM

that's odd, it should have returned something like:

Quote:

string(13) "208.91.135.54"

pedigree 02-04-2010 12:57 PM

That shows that DNS isnt resolving. Try this one, which might or might not work as some hosts dont allow exec()

<?php


exec('TERM=xterm nslookup www.stopforumspam.com', $dig, $error );
echo nl2br(implode("\n",$dig));
if ($error){
exec('TERM=xterm nslookup www.stopforumspam.com 2>&1', $error );
echo "Error: ";
exit($error[0]);
}


exec('TERM=xterm dig www.stopforumspam.com', $dig, $error );
echo nl2br(implode("\n",$dig));
if ($error){
exec('TERM=xterm dig www.stopforumspam.com 2>&1', $error );
echo "Error: ";
exit($error[0]);
}
?>

Maxima 02-04-2010 01:03 PM

Get this:

Quote:

;; Got SERVFAIL reply from 209.172.41.202, trying next server
Server: 209.172.41.202
Address: 209.172.41.202#53

** server can't find www.stopforumspam.com: NXDOMAIN
;; Got SERVFAIL reply from 209.172.41.202, trying next server
Server: 209.172.41.202
Address: 209.172.41.202#53

** server can't find www.stopforumspam.com: NXDOMAIN


; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> www.stopforumspam.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 62401
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.stopforumspam.com. IN A

;; Query time: 0 msec
;; SERVER: 209.172.41.202#53(209.172.41.202)
;; WHEN: Thu Feb 4 10:02:06 2010
;; MSG SIZE rcvd: 39


All times are GMT. The time now is 04:09 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02340 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete