Ok little update
I have now been able to succesfully get this working... but.. only on the complete bottom of my site lmao
is there somethign i can change on this code to work with my site template?
<?php
chdir('/home/6304/bunnybunch.nl/HTML/community');
require_once('/home/6304/bunnybunch.nl/HTML/community/global.php');
?>
<?php
require_once('/home/6304/bunnybunch.nl/HTML/community/login_inc.php');
?>
if i post the above code "anywhere" in my template where it is followed by a include_once (and my site has many of those) for some reason, nothing is included/found
anyway, thanks for the help!