Hello everyone.
First I want to say is that I'm sorry if this topic is in wrong section. I have problem with web compiler published by BAILOPAN before few years ago. Problem is that I have no idea what variables at the top of Compiler.class.php file means. How to setup them?
I'm talking about this script:
https://forums.alliedmods.net/showthread.php?t=18845
And I'm talking about these variables:
Code:
define('COMPILER_PATH', '');
define('TEMP_OUTPATH', '');
define('PLUG_SRCPATH', '');
define('TEMP_SRCPATH', '');
define('PLUG_OUTPATH', '');
define('SMA_TEMP', 0);
define('SMA_PLUGIN', 1);
Anyone knows?