Second Error
Fatal error: Cannot break/continue 1 level in file on line 973
i tried following
973: //break;
Third Error
No message error, but file not correctly behaving and causing infinite loop.
Program should reach line 1594, but it looks like it exits in line 1052.
Line 1038 and 1051 have extra { which may be missing important if statements. because it seems to call line 1039 every time.
Line 1042 has same structure but inside if statement, there is no logic if like 1051 will be called anyways.
header("Location: " . $blockRuleUrl);
exit();
Extra
Line 969, it sets $=0;
but line 972 will reset using $i = rotateLinks($data);
thank you!