Xedos 0 Report post Posted January 20, 2005 Hey. Could someone tell me whats wrong with my site? http://forums.xisto.com/no_longer_exists/. When someone else visits it the php shows and the site works. When I visit it the php doesn't show and I get a blank page for ALL files in the /xore directory. I think this is more a problem with my browser than a problem with Xisto. I would just like to check because php needs to be processed by the server. I am getting this in the source: <html><body></body></html> Thanks in advance. Share this post Link to post Share on other sites
Zaideu 0 Report post Posted January 20, 2005 (edited) Strange, it shows me a blank page too. I will try later with Mozilla Firefox But are you sure you haven't change the CHMOD on this repertory or something like it ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD><BODY></BODY></HTML> Edited January 20, 2005 by Zaideu (see edit history) Share this post Link to post Share on other sites
bjrn 0 Report post Posted January 20, 2005 It doesn't work at all for me, just blank pages.You should check the CHMOD settings for the directory. And if I were you I'd turn off the directory listing for http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
Zaideu 0 Report post Posted January 20, 2005 You should check the CHMOD settings for the directory. And if I were you I'd turn off the directory listing for http://forums.xisto.com/no_longer_exists/ 42059[/snapback] Yeha put a index.*** in this directory if you don't want to be hacked Share this post Link to post Share on other sites
no9t9 0 Report post Posted January 20, 2005 works fine for me Share this post Link to post Share on other sites
Xedos 0 Report post Posted January 20, 2005 See. Some see it some don't. I'll try CHMOD. Share this post Link to post Share on other sites
cragllo 0 Report post Posted January 20, 2005 (edited) If you just have a document with only php, and no html tags, then nothing will show up, thats what PHP is, a Hypertext ProcessorThe server program processed the PHP code and turns it into html (if nothing is specified in the code the a blank page is shown)if you go here: http://forums.xisto.com/no_longer_exists/ then it will show as a blank document coz it only had php cod in it, it is the connection to my mysql databases... Edited January 20, 2005 by cragllo (see edit history) Share this post Link to post Share on other sites
X3r0X 0 Report post Posted January 20, 2005 I cannot even see the directory, did u delete it? Share this post Link to post Share on other sites
Mike 0 Report post Posted January 21, 2005 I get a 404 error when I go to the site that he linked to above. And cragllo, you do not need all HTML tags. I mean, you can use the 'echo' command in php and something will show up, unless you mean like you need the 'body tags'. I mean, for the 'echo' command to work, however, you need to configure some variables. I'll make a topic telling you how to do it on the PHP Board. Share this post Link to post Share on other sites
Xedos 0 Report post Posted January 21, 2005 I deleted it.http://forums.xisto.com/no_longer_exists/About the db connect, it require() a connect page. Share this post Link to post Share on other sites
googlue 0 Report post Posted January 22, 2005 Well, XedosAll I get is a 404 not found error. But your /board works, but there is no content there... presumably you are working on your content.Hope you finish your work fast... :PGooglue... Share this post Link to post Share on other sites