Bahri CANLI
Forum Replies Created
-
Forum: Reviews
In reply to: [DomainLabs Whois] Used to work just fine, but not any longerHow do you get an error with which domains?
Forum: Plugins
In reply to: [DomainLabs Whois] Push domain name to query via a link1) Firstly change method=”post” to method=”get”
<form action=”‘. get_bloginfo(‘wpurl’).$domainwhoisAdminOptions[‘whois-redirect-url’].'” id=”wpwhoisfor” method=”post” style=”margin: 0px;”>
2) change $_POST to $_GET
$domain = stripslashes(trim($_POST[‘domain’]));
if(isset($_POST[‘lookup’])) {it can be work
Forum: Plugins
In reply to: [DomainLabs Whois] Push domain name to query via a linkDo you want show whois url?
Forexample: https://www.kalehost.net/en/services/whois/?domain=bahri.info is it true?Actually, It is simple.
Install plugin, set result page, add code page or post content from wp-admin.
Look at sample page https://www.bahri.info/2012/02/21/wordpress-icin-whois-eklentisi-yazdim/
Ps: Can you check it, your added code %%whoisresults%% not %%whoisresults%%?
Did you add %%whoisresults%% content page or post content? You don’t add in theme files
Did you set whois result page on /wp-admin/options-general.php?page=Domain-Whois ?
I think your server or pc resolv dns.
Can you check resolv whois.verisign-grs.com ip address?
Maybe you can use dig command for check
Hi,
Sorry, I just saw your question.
1- install plugin.
2- add whois widgetis ok?
3- you add %%whoisresults%% any page or post page
4- you set above url in Redirect Address (URL) on wp-admin/options-general.php?page=Domain-Whois page