Quote:
Originally Posted by bananalive
Have a go at this... it should hopefully disable Donation System for whole of tournament & ladders modification.
Open plugin ' DSL-Parse Modules'
Find...
PHP Code:
if (substr(THIS_SCRIPT,-6,6)!="verify" && !defined(IN_MKP) && substr(THIS_SCRIPT,0,4)!="dyna")
Replace With...
PHP Code:
if (substr(THIS_SCRIPT,-6,6)!="verify" && !defined(IN_MKP) && substr(THIS_SCRIPT,0,4)!="dyna" && THIS_SCRIPT!="tournament2008")
|
Where would I find DSL-Parse Modules?
I looked in my plugins but dont see anything like that. I have the newest version (0.2.1) of the donation system