Hey! I downloaded what Arkshine linked, uploaded to FTP, but it does not work!
Here you can watch how to write error after left its Compiler button.
WEBSITE! Click here! - There's still no any error, but when she wanted to convert, then writes a mistake!
They tried:
compiler.config.inc.php:
Code:
<?php
define( 'USE_SCHEDTOOL', 1 );
function init_db()
{
mysql_connect('mysqlweb.clans.hu', '*****', '*****');
mysql_select_db('magyarsrv279') or die('<p>Could not mysql_select_db()</p>');
}
?>
webcompiler.php
Code:
define( 'USE_SCHEDTOOL', 1 );
//define( 'USE_SCHEDTOOL', 0 );
I tried like this:
Code:
define( 'USE_SCHEDTOOL', 0 );
//define( 'USE_SCHEDTOOL', 0 );
Please help!

