How to install plugins without any limits or problems
How to install plugins without any limits or problemsI was forcing a very annoying message when i try to install some plugins
Sorry, You installed not genuine applications, can not continue to implement the Setup.
(You are using un offical plugins)
So i was not able to install the plugin until i make an edits in the product
so i decided to search in the files for a solution and i find it :victory:
So now i can install any plugin even if the plugin is paid and i toke it from somone :P
The solution is simple :
just open /source/function/function_cloudaddons.php and search forcpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));and just delete it
and enjoy your freedom :handshake
thx
already at
http://codersclub.org/discuzx/forum.php?mod=viewthread&tid=2474&extra=page%3D1 oh yes
but my solution is not like yours ,, but the same result :handshake i think my solution just for plugins :lol
thank you no it is for everything :P The solution from Dr AM have the same result but it is shorter!
It is closer to my idea:Do less, get more! :lol static/image/common/user_online.gif vot static/image/common/clock.gif 2013-7-22 14:47 static/image/common/back.gif
The solution from Dr AM have the same result but it is shorter!
It is closer to my idea:Do less, g ...
Yes , but my solution for stylestoo :)
Please check my idea:
Do NOT REMOVE the code row,
but just change the popup message type! (halt=false)
/source/function/function_cloudaddons.php: #99OLD row #99:
cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));
NEW row #99:
cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid), '', FALSE);
Great ! static/image/common/user_online.gif khalid static/image/common/clock.gif 2013-7-22 17:12 static/image/common/back.gif
Great !
What is great?!
I'm waiting for a testing report :)