PDA


View Full Version : A little Help Please...


mixmakers
06-07-2005, 05:04 PM
Can anybody possibly help me out? I am trying to install this hack:http://www.vbadvanced.com/forum/showthread.php?t=1082


Warning: main(/home/mixmake/public_html/forums/news/index.php ): failed to open stream: No such file or directory in /modules/php.php on line 4



Fatal error: main(): Failed opening required '/home/mixmake/public_html/forums/news/index.php ' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mixmake/public_html/forums/modules/php.php on line 4


BTW:
my php.php file is located in /forums/modules/php.php , not /modules/php.php...So i don't know how that came about.



Any help would be appreciated..thanks



here is the file:





<?php

ob_start();

require("/home/mixmaker/public_html/forums/news/index.php

");

$output = ob_get_contents();

ob_end_clean();

eval('$home[$mods[\'modid\']][\'content\'] .= "' . fetch_template('adv_portal_php') . '";');

?>

mholtum
06-07-2005, 05:28 PM
This should be posted in the thread where the original mod is located for author assistance.

mixmakers
06-07-2005, 05:29 PM
I did, but that thread has been inactive for almost a year now