Giter VIP home page Giter VIP logo

ios-sign-1's Introduction

location / {
	if (!-e $request_filename){
   	 	rewrite "^/([a-zA-Z0-9]{6})$" /user/install/index/$1/ last;
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

模块 php -m 解除禁用函数:exec 移动ssl证书 安装zsign

git clone https://github.com/zhlynn/zsign.git
cd zsign
chmod +x INSTALL.sh
./INSTALL.sh
ln -s ./build/zsign /usr/bin/zsign

nginx php 上传配置

php.ini upload_max_filesize = 1000M; post_max_size = 1000M;

public/sign

数据清理



truncate table cmf_verification_code;
truncate table cmf_valid_time;
truncate table cmf_user_warning;
truncate table cmf_user_token;
truncate table cmf_user_score_log;
truncate table cmf_user_posted_log;
truncate table cmf_user_posted;
truncate table cmf_user_login_attempt;
truncate table cmf_user_link_log;
truncate table cmf_user_favorite;
truncate table cmf_user_auth_info;
truncate table cmf_user_action_log;
truncate table cmf_user_action;
truncate table cmf_third_party_user;
truncate table cmf_super_signature_ipa;
truncate table cmf_super_num;
truncate table cmf_super_download_log;
truncate table cmf_sup_charge_log;
truncate table cmf_slide_item;
truncate table cmf_slide;
truncate table cmf_report_record;
truncate table cmf_recycle_bin;
truncate table cmf_portal_tag_post;
truncate table cmf_portal_tag;
truncate table cmf_portal_post;
truncate table cmf_portal_category_post;
truncate table cmf_portal_category;
truncate table cmf_link;
truncate table cmf_ios_udid_list;
truncate table cmf_ios_certificate;
truncate table cmf_downloading;
truncate table cmf_download;
truncate table cmf_domain;
truncate table cmf_comment;
truncate table cmf_charge_log;
truncate table cmf_charge;
truncate table cmf_auth_access;
truncate table cmf_asset;
truncate table cmf_route;
truncate table cmf_nav;
truncate table cmf_nav_menu;


cmf_user
cmf_role
cmf_role_user
cmf_hook
cmf_hook_plugin
cmf_config
cmf_theme_file
cmf_theme
cmf_option
cmf_auth_rule
cmf_admin_menu
cmf_plugin
uploadIpa -> saveMobileConfig
/user/install/index
index_new: window.location.href = '/ios_describe/'+appId+'.mobileconfig';
/user/install/get_udid?app_id=
/user/install/udid_redirect?udid=

ios-sign-1's People

Contributors

umedier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.