Forum Moderators: coopster
1.getExtension
2.explode
3. @fsockopen
4.<?php echo $_SERVER['REMOTE_ADDR']; ?>
Plz advise if anything to do with php server I am dealing with.
Apache version 1.3.41 (Unix)
PHP version 5.2.5
There is no function getExtension that I know of, so you are going to have to look further into that. Could it be a user-defined function?
fsockopen should definitely be working
$_SERVER['REMOTE_ADDR'] should exist, too.
There is one exception, though, and that is if these specific functions are disabled in your php.ini file, which is possible (for fsockopen, maybe, not likely for explode). Are you getting any errors when you try to use these functions?
Sounds like a fatal error somewhere. Are you checking your error logs? Something in this script isn't working correctly.