PHP down on Cossacks?

Status
Not open for further replies.

scottnj

Member
Messages
122
Reaction score
0
Points
16
I have an interesting dilema....

On my 98% php based site: novus.exofire.net, I don't see anything.

But on my 10% php site:
scottstuff.exofire.net, I can get to my site, but as soon as it needs php, it goes blank. Try going to this site and testing out the cursor search feature. Since the search runs on PHP, I think that is the issue.

But then php images still work which leaves me totally confused.... So maybe it is only the <php include(*); ?> part that is not working.... but it is still not good....

I have already tried two backups and none of them work correctly

Please Help
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
PHP is not down. There are errors with your scripts. You can find them in the error log.

ALERT - Include filename ('http://www.novus.exofire.net/dogs.inc') is an URL that is not allowed (attacker '**.**.***.***', file '/home/scottnj/public_html/header.php', line 2)

Is it possible for you to use a server path there?
 

scottnj

Member
Messages
122
Reaction score
0
Points
16
Ok, well I tried changing the .inc file to .php since that is what it really is. But now the error log says:
PHP:
ALERT - Include filename ('http://www.novus.exofire.net/dogs.php') is an URL that is not allowed (attacker '24.92.213.199', file '/home/scottnj/public_html/header.php', line 2)

So if it is not going to include a .php file then what do I need to do? I am currently on medium level php and I haven't had a problem with it until now.

Thanks for your time.
 
Last edited:

scottnj

Member
Messages
122
Reaction score
0
Points
16
Ok I got it, I just had to change the included url to /home/scottnj/public_html/*.php because I guess it wanted the local URL. Thanks for the suggestion to check the error log. I will keep that in mind next time. I shall reward you for your doings.
 
Status
Not open for further replies.
Top