How do i add php scripts to the visiolist?
We tried to add this script:
<?php
include('/home/domair/public_html/forum/SSI.php');
$translations = array(
'posts'=>'Posts on forum',
'topics'=>'Threads on forum',
);
$info = ssi_boardStats('return');
foreach($info as $key=>$val) {
if(($k =...