| |
| | |

CodersClub

 Forgot password?
 Register
Search
Author: shinstar
Collapse the left

How to get plugin manually from app center

[Copy link]

 Palestine

Post time: 2014-06-20 11:26
| Show all posts
X3.1 and X3.2 delete xml files after installing plugins
Post time: 2014-06-20 15:33
| Show all posts
Open source\function\function_cloudaddons.php files.
Find code:
  1. @unlink($entrydir.'/'.$f);
Copy the Code
  1. @unlink($entrydir.'/'.$f);
Copy the Code
  1. @unlink($entrydir.'/'.$pluginarray['installfile']);
Copy the Code
  1. @unlink($entrydir.'/'.$pluginarray['upgradefile']);
Copy the Code


and adding the // for comment php code such as:
  1. //@unlink($entrydir.'/'.$f);
Copy the Code
  1. //@unlink($entrydir.'/'.$f);
Copy the Code
  1. //@unlink($entrydir.'/'.$pluginarray['installfile']);
Copy the Code
  1. //@unlink($entrydir.'/'.$pluginarray['upgradefile']);
Copy the Code


Try!!!

See more: DiscuzThai
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-11-22 15:19 GMT+3 , Processed in 0.024334 sec., 7 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