Help - Search - Members - Calendar
Full Version: Little Help Needed
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
EMOruffino
Im trying to mod this file so it dosnt modify the path /phpbb/files/

i want it to go to /public_html/f3/files/

How can i change this? here is the line of code

CODE
} elseif (!is_writable("{$mfhclass->info->root_path}phpbb/files/") || !is_readable("{$mfhclass->info->root_path}phpbb/files/")) {
Ed
Doesn't look like the right line, all that is saying in pseudo is:

CODE
if not writable or is not readable


That merely enters the elseif block statement if either of those conditions are true.

You need to see where this is established:
CODE
$mfhclass->info->root_path


You'll need to track back to the 'mfhclass'. Then reverse engineer it, working your way back through the methods / properties to find the value, chances are it's set in some form of configuration file.
EMOruffino

alright, what im going to do is just fix the .htaccess to allow my wildcard DNS to do subdomains.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.