Posted December 30th, 2008 by Belkin
first of all thank for this app, yesterday i start test it and i love it. i have big experiance in asp.net and working with VS because for me your software is very useful.
all works good but
i think i cant get file content
$handle = fopen($BaseURL.'/inc/pg'.$qrd[0].'.php', "r");
$html = fread($handle);
fclose($handle);
or
$htm= file_get_contents($BaseURL.'/inc/pg'.$qrd[0].'.php');
dont work.
i think main problem is in configuration?
can some body help me?
because if i will resolve it i will by it next month)
really amazing thing

Belkin says:
and other strange thing that it dont want load file more than 1 kb