Not really, it has some odd mysql querys. You can't do a basic include, you need to do something like this instead:
code:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,
"http://www.msgstuff.com/inc/meta.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
It also cannot use your ?id page links, it generates its own and will not work
. I don't sugggest pafiledb, well at least not 3.5. I have a much simpler version you can use, it is better coded and more sercure. I will send it you, but I don't have the time to answer any questions on messenger, I have too much work tonight
.