| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 9394|Reply: 5
Collapse the left

Sorry, You installed not genuine applications

  [Copy link]

 Palestine

Post time: 2013-07-16 10:37
| Show all posts |Read mode
Edited by khalid 2013-7-16 09:38

this message appears when you install any non-original or modified plugin ( such as any English plugin)

Sorry, You installed not genuine applications, can not continue to implement the Setup.

I found  the solution:
i disabled discuz validator


first :
open : source\admincp\admincp_cloudaddons.php

search ::
  1. cloudaddons_validator($_GET['key'].'.pack');
Copy the Code
add double slash before it like this //

secound :

open : source\admincp\admincp_plugins.php


search :::


1-
  1. cloudaddons_validator($_GET['dir'].'.plugin');
Copy the Code
add double slash before it like this //


2-
  1. cloudaddons_validator($dir.'.plugin');
Copy the Code
add double slash before it like this //

3-
  1. cloudaddons_validator($plugin['identifier'].'.plugin');
Copy the Code
add double slash before it like this //



third

open

source\function\function_cloudaddons.php


search
  1. cloudaddons_validator($plugin['identifier'].'.plugin');
Copy the Code
add double slash before it like this //





Number four :-

open :

source\function\function_cloudaddons.php

search :
  1. function cloudaddons_validator($addonid) {
  2.         $array = cloudaddons_getmd5($addonid);
  3.         if(cloudaddons_open('&mod=app&ac=validator&ver=2&addonid='.$addonid.($array !== false ? '&rid='.$array['RevisionID'].'&sn='.$array['SN'].'&rd='.$array['RevisionDateline'] : '')) === '0') {
  4.                 cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));
  5.         }
  6. }
Copy the Code
replace with
  1. // function cloudaddons_validator($addonid) {
  2. //        $array = cloudaddons_getmd5($addonid);
  3. //        if(cloudaddons_open('&mod=app&ac=validator&ver=2&addonid='.$addonid.($array !== false ? '&rid='.$array['RevisionID'].'&sn='.$array['SN'].'&rd='.$array['RevisionDateline'] : '')) === '0') {
  4. //                cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));
  5. //        }
  6. //}
Copy the Code
finally

open source\function\function_importdata.php

1-

search
  1. if($validate) {
  2.                                 cloudaddons_validator($dir.'.template');
  3.                         }
Copy the Code
replace with
  1.         //                if($validate) {
  2.         //                        cloudaddons_validator($dir.'.template');
  3.         //                }
Copy the Code
2-

search
  1.                         if($validate) {
  2.                                 cloudaddons_validator($dir.'.template');
  3.                         }
Copy the Code
replace with
  1. //                        if($validate) {
  2.                 //                cloudaddons_validator($dir.'.template');
  3. //                        }
Copy the Code

 Palestine

 Author| Post time: 2013-07-16 13:43 From the mobile phone
| Show all posts
Up up
Post time: 2013-07-16 23:29
| Show all posts
Edited by mj1919 at 2013-7-17 00:30
khalid 2013-7-16 14:43
Up up

cant find code, in step 3! (2.5 ML)


This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x

 Palestine

 Author| Post time: 2013-07-16 23:42
| Show all posts
for x3

Rate

Number of participants 1Rating +1 Collapse Reason
mj1919 + 1 tanx

View Rating Log

Post time: 2013-07-16 23:44
| Show all posts
Open
..\source\admincp\admincp_plugins.php

line #620
  1. cloudaddons_validator($plugin['identifier'].'.plugin');
Copy the Code

Rate

Number of participants 1Rating +1 Collapse Reason
mj1919 + 1 Usefull

View Rating Log

Post time: 2013-07-16 23:50
| Show all posts
mj1919 2013-7-17 00:29
cant find code, in step 3! (2.5 ML)

but now, with doing step 1 and 2, ican install plugins!


You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-04-19 19:08 GMT+3 , Processed in 0.065441 sec., 13 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list