Dr AM Publish time 2013-07-22 12:51

How to install plugins without any limits or problems

How to install plugins without any limits or problems

I 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

khalid Publish time 2013-07-22 12:53

thx

already at

http://codersclub.org/discuzx/forum.php?mod=viewthread&tid=2474&extra=page%3D1

Dr AM Publish time 2013-07-22 12:55

oh yes

but my solution is not like yours ,, but the same result :handshake

Dr AM Publish time 2013-07-22 12:58

i think my solution just for plugins :lol

thank you

Dr AM Publish time 2013-07-22 13:04

no it is for everything :P

vot Publish time 2013-07-22 15:47

The solution from Dr AM have the same result but it is shorter!
It is closer to my idea:Do less, get more! :lol

khalid Publish time 2013-07-22 15:56

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 :)

vot Publish time 2013-07-22 16:02

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);

khalid Publish time 2013-07-22 16:12

Great !

vot Publish time 2013-07-22 18:04

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 :)


Pages: [1] 2 3
View full version: How to install plugins without any limits or problems