I must be doing something wrong, but I don't know what so I hope you can help me out. I'm trying to get great a file called newest.php which is located in the root of my forum folder. The newest.php looks like this:
PHP Code:
<?php
chdir('/home/paitsio/public_html/Foorumi');
require_once('/home/paitsio/public_html/Foorumi/vBExternal.php');
?>
<?php
output_NewestReplies(5,"1,2,3");
?>
I also tried it And when I try to call it, it gives me this:
Quote:
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
|
The idea is that I can call newest.php from a page which is located in external page.