In a previous post, I posted a way to add a fake license to vBulletin. This time I would like to show you how to remove the copyright of IPB 2x and how to add the license so nobody knows it's fake and make the boards totally legal!
Note: This post is for educational info ONLY.
Copyright Removal
Go to MySQL Managment in your AdminCP and select to run an SQL code. In the query box run this query:
UPDATE
ibf_conf_settings
SET conf_value
= 'xxxxx,xxxxx' WHERE conf_key
= 'ipb_copy_number';
Remember to change the xxxxx,xxxxx to random numbers like [b]345925-775612[/b]
License Addition
Go to MySQL Managment in your AdminCP and select to run an SQL code. In the query box run this query:
UPDATE
ibf_conf_settings
SET conf_value
= 'xxxxx,xxxxx' WHERE conf_key
= 'ipb_reg_number';
Add the "Licenced to...." at the end of page
Go to MySQL Managment in your AdminCP and select to run an SQL code. In the query box run this query:
UPDATE
ibf_conf_settings
SET conf_value
= '' WHERE conf_key
= 'ipb_copy_number';
->Don't add anything to "conf_value
= ''".