Free Web Hosting Forum
Go Back   Free Web Hosting Forum > 000WebHost Services > Before Registration
Reload this Page Whois Script not working ?
Reply
 
Thread Tools Display Modes
(#1 (permalink))
Old
Junior Member
budiyangbaik is on a distinguished road
 
Posts: 7
Join Date: Nov 2010
Smile Whois Script not working ? - 11-19-2010, 08:11 AM

heloo ... my name is budi from indonesia.

i am new member here.

Question :

Why my Whois Script not working on free hosting ??

here .. my sample blog http://goo.gl/Zrkzm

thanks.
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
jxyk2007's Avatar
Junior Member
jxyk2007 is on a distinguished road
 
Posts: 21
Join Date: Nov 2010
Location: 中国江西省抚州市
Default 11-19-2010, 11:38 AM

Warning : fsockopen() [ function.fsockopen ]: unable to connect to whois.opensrs.net:43 (Connection timed out) in /home/a8870254/public_html/includes/whois.php on line 82
Reply With Quote
(#3 (permalink))
Old
Junior Member
budiyangbaik is on a distinguished road
 
Posts: 7
Join Date: Nov 2010
Default 11-19-2010, 11:50 AM

Quote:
Originally Posted by jxyk2007 View Post
Warning : fsockopen() [ function.fsockopen ]: unable to connect to whois.opensrs.net:43 (Connection timed out) in /home/a8870254/public_html/includes/whois.php on line 82
what its mean ??

i search word " whois.opensrs.net " but not there.

or you can share to me another script " whois " ??

lol ...
Reply With Quote
(#4 (permalink))
Old
willypt's Avatar
Senior Member
willypt is on a distinguished road
 
Posts: 703
Join Date: Jul 2010
Location: Jakarta, Indonesia
Send a message via MSN to willypt
Default 11-20-2010, 04:18 AM

Halo kk Budi... Berhubung forum inter jadi gak bisa ngomonk indo.. wkwk
Tar dimarahin sama kk momod disini
Btw, klo mo minta saran lbh lanjut buat hostingan, bisa tanya aku aja ntar di PM aja. Oke2?

For the fsockopen problem, it looks like it's disabled

Check the phpinfo
Quote:
disable_functions system, show_source, exec, shell_exec, proc_open, passthru, set_time_limit, ini_restore, mysql_list_dbs, ini_alter, dl, pfsockopen, openlog, syslog, symlink, link, chgrp, leak, popen, escapeshellcmd, apache_child_terminate, apache_get_modules, apache_get_version, apache_getenv, apache_note, apache_setenv, virtual, mb_send_mai
Sorry whois won't work here...


Need assistance in installing your script? Why don't ask http://free-installations.info/

Last edited by willypt; 11-20-2010 at 05:15 AM.
Reply With Quote
(#5 (permalink))
Old
Junior Member
budiyangbaik is on a distinguished road
 
Posts: 7
Join Date: Nov 2010
Default 11-20-2010, 06:17 AM

Quote:
Originally Posted by willypt View Post
Halo kk Budi... Berhubung forum inter jadi gak bisa ngomonk indo.. wkwk
Tar dimarahin sama kk momod disini
Btw, klo mo minta saran lbh lanjut buat hostingan, bisa tanya aku aja ntar di PM aja. Oke2?

For the fsockopen problem, it looks like it's disabled

Check the phpinfo


Sorry whois won't work here...
Thank you.

{ makasih mas willypt, ternyata whois not work in 000webhost ya .. pantesan ajahh }
Reply With Quote
(#6 (permalink))
Old
Member
R4Zz0R is on a distinguished road
 
Posts: 55
Join Date: Oct 2010
Default 11-20-2010, 10:33 AM

fsockopen and pfsockopen are different ... pfsockopen opens a persitent connection to a host
fsockopen a simple singel connection (and it is not disabled or you see fsockopen on this list ? )...

the error you see means that the host wasnt found maybe the url you type was not correct or the server you try to connect was down or dont will accept the connection from your site.
Quote:
unable to connect to whois.opensrs.net:43 (Connection timed out)
Reply With Quote
(#7 (permalink))
Old
Junior Member
budiyangbaik is on a distinguished road
 
Posts: 7
Join Date: Nov 2010
Default 11-20-2010, 11:57 AM

Quote:
Originally Posted by R4Zz0R View Post
fsockopen and pfsockopen are different ... pfsockopen opens a persitent connection to a host
fsockopen a simple singel connection (and it is not disabled or you see fsockopen on this list ? )...

the error you see means that the host wasnt found maybe the url you type was not correct or the server you try to connect was down or dont will accept the connection from your site.
I've tried at other cpanel and succeed. But

Below is Whois script ( Free from particlesoft ) that I use.
1.0.5.zip

If you want try that. Thanks you.
Reply With Quote
(#8 (permalink))
Old
Member
R4Zz0R is on a distinguished road
 
Posts: 55
Join Date: Oct 2010
Default 11-20-2010, 12:15 PM

hmm ... nope sry but i dont want to install anything ... check the url you type
thats the only thing that could be wrong ... or the server was down ... or you got a wrong port or something ....

what you try to check with this script ?? maybe i could help you to create your own script that will work korrektly
Reply With Quote
(#9 (permalink))
Old
willypt's Avatar
Senior Member
willypt is on a distinguished road
 
Posts: 703
Join Date: Jul 2010
Location: Jakarta, Indonesia
Send a message via MSN to willypt
Default 11-20-2010, 12:38 PM

Hello Razzor, please check php manual first, okay?


pfsockopen
Quote:
This function behaves exactly as fsockopen() with the difference that the connection is not closed after the script finishes. It is the persistent version of fsockopen().
Oops...
here's the link...
http://php.net/manual/en/function.pfsockopen.php

When pfsockopen disabled, you'll see that fsockopen disabled too...


Need assistance in installing your script? Why don't ask http://free-installations.info/
Reply With Quote
(#10 (permalink))
Old
Member
R4Zz0R is on a distinguished road
 
Posts: 55
Join Date: Oct 2010
Default 11-20-2010, 01:32 PM

hmm i have checked the manual first ! but not the pfsockopen but for fsockopen

so just one thing why budiyangbaik say...
Quote:
I've tried at other cpanel and succeed.
If you see the error what would it say ?
the function fsockopen try to connect and the server didnt answer or will refuse the connection or the server did not answer in the time that is configured in php ini in wich te script is running so i think ...


so i know if you disable pfsockopen .... fsockopen is already available
google delivers no result if i try to find something .. but on my local server i disabled pfsockopen and can work with fsockopen without any problems!

Greetings

R4Zz0R
Reply With Quote
Reply

Tags
whois

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com