Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 06-21-2009, 10:24 AM   #1 (permalink)
halia123
Junior Member
 
Join Date: Apr 2009
Posts: 43
Default need help getting include script to work with PHP5

I'm working on a new site and i'm not very good with php at all. i only know the basics, and the include script i use was written by an old friend years ago. now that im using php5, the include script doesnt work. the error message doesn't even pop up. here is the script, so hopefully someone here can help

PHP Code:
<?php

$abspath = ".";
$extension = "txt";
$defaultfile = "default.txt";
$errorfile = "404.txt";
$query = "barrel";


clearstatcache();
$includestring = "";
$mainpage = urldecode($$query);
$mainstring = $abspath."/".$mainpage.".".$extension;
if (!$mainpage) {
$includestring = $abspath."/".$defaultfile;
} elseif (ereg("\.\.", $mainpage) || substr($mainpage,0,2) == "./" || substr($mainpage,0,3) == "../") {
die("Screw off.");
} else {
if (file_exists($mainstring) && is_file($mainstring)) {
$includestring = $mainstring;
} else {
$includestring = $abspath."/".$errorfile;
}
}
@include($includestring);

?>
------------------------
Acai Berry Juice Health Juice Berries Benefits Teaching Children with Autism Program Poems Behavior Treatment Center
afslanken
halia123 is offline   Reply With Quote
Sponsored Links
Old 06-25-2009, 05:18 PM   #2 (permalink)
orion
Junior Member
 
Join Date: Jun 2009
Posts: 4
Default Re: need help getting include script to work with PHP5

i'm actually not sure, try running it without the @ infront of include then it should give you an error message
orion is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 10:21 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums