Jump to content

Zaom

Members
  • Posts

    3
  • Joined

  • Last visited

Zaom's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the reply.. I just cant figure out how can i make this load this "config.php" file which loads all the information that this "news mod" does.. <?PHP include("/home/username/public_html/config.php"); ?> it doesn't give any error messages, its kinda hard to tell what am i doing wrong.. something is not allowing it or it doesn't know how to read that file it gives me an "[function.include]: failed to open" error if i point it to some file that does not exist tho and another thing should i give this "news mod" a differend database username what forum uses? so i can set privileges since it only has to pick up news topics from forums if so what privileges do i need to set?
  2. Hi Everyone! I have a problem with .htaccess file. Im trying to make my latest forum topics appear as "news articles" in my site. Using this php mod: http://www.phpbb.com/community/viewtopic.p...186578dab2f5ac8 So far i have managed to get <?PHP include("/home/username/public_html/html.html"); ?> php command to work by adding this to .htaccess file: Addhandler application/x-httpd-php5 .htm .html .php I have checked it is set to right directory, configured the files that came with the mod but for some reason it doesn't want to work if i set it to that "config.php" file. I used to have this mod in my previous hosting service. Maybe i am missing something or perhaps someone has a better idea how to work with this.
×
×
  • Create New...