解析错误:语法错误,第115行意外的T_IF

时间:2016-02-06 23:09:41

标签: php

尝试运行php脚本时,我收到错误'意外的T_IF' 是的,这是一个僵尸网络脚本,但我只是在研究网络,我无意使用它。 是的,我确实试过放一个半冒号,没有运气。 完整脚本:https://github.com/Visgean/Zeus/blob/translation/source/server%5Bphp%5D/install/index.php

"`r_reports_db`          bool NOT NULL default '1', ".
"`r_reports_db_edit`     bool NOT NULL default '1', ".
"`r_reports_files`       bool NOT NULL default '1', ".
"`r_reports_files_edit`  bool NOT NULL default '1', ".
/*EVAL_BEGIN*/if (configBool('jabber_notifier'))return    /*THIS IS ERROR*/
"\"`r_reports_jn`          bool NOT NULL default '1', \".";
/*EVAL_END*/

"`r_system_info`         bool NOT NULL default '1', ".
"`r_system_options`      bool NOT NULL default '1', ".
"`r_system_user`         bool NOT NULL default '1', ".
"`r_system_users`        bool NOT NULL default '1'";

//RЎRєSЂReRїS, C <P ± RѕS, P ° Rј.
$_TABLES['botnet_scripts'] =

1 个答案:

答案 0 :(得分:0)

您正在使用if语句连接突然中断的字符串。这是一个明显的语法错误。