self Posted December 6, 2008 Report Posted December 6, 2008 I am running uniserver 3.5 from a memory stick and it runs fine on xp systems & firefox 3.0.4 with no problems. But when running on firefox 3.0.4, vista home premium 64 bit sp1 the http://localhost/apanel/ displays this error message: Warning: gethostbyaddr() [function.gethostbyaddr]: Address is not in a.b.c.d form in W:\home\admin\www\includes\config.inc.php on line 18 A check of line 18 \Uniform Server\udrive\home\admin\www\includes\config.inc.php found$hname = gethostbyaddr($REMOTE_ADDR); //Not being used nowssssss I can run moodle, phpbb & joomla installs from localhost/filenameIt is access to the apanel that I lack. I have disabled the vista User Account Control.Any ideas? Quote Time is our most volatile resource. If it is not used immediately it is lost instantly.
Ric Posted December 6, 2008 Report Posted December 6, 2008 Edit the following file: uniform_server\udrive\home\admin\www\includes\config.inc.php Either remove or comment out this line as shown its erroneous code: //$hname = gethostbyaddr($REMOTE_ADDR); //Not being used nowssssss All the bestRic Quote
self Posted December 6, 2008 Author Report Posted December 6, 2008 Ric, Thanks a big bunch. Problem solved. Incredible service is always provided by incredibly dedicated people.Incredible! Here is hoping your holiday season is full of cheer. Quote Time is our most volatile resource. If it is not used immediately it is lost instantly.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.