Hongchang family decrypts the source code of QQ Miaozan website
V2.3
1. Add deputy webmaster function permissions to the list of sub-stations. Unlimited creation of sub-stations. You can wirelessly set the agent's payment balance. Set up VIP sub-stations. You can create sub-stations and manage multiple sub-stations. You can manage your sub-stations on the sub-station management.
2. The anti-Yunyan likes page has monitoring and backend, you can set the number of likes, you can delete qq, you can continue to like it, you can block qq, and you can block likes, but you can't like it.
3. Prevent Yunyan from brushing the like address domain name/index/ssz.html
4.http://domain name/cron/ssz.cron.php?key=key password&n=1
5. Install first and then import data into the database. You must install it in the order I wrote.
install/update.20170312.sql
install/update.20170315.sql
install/update.20170325.sql
If you don’t understand, you can add me at qq1666806078 to purchase genuine authorization and contact 1666806078
This source code has a high configuration and is also pseudo-static. The next one is pseudo-static source code.
location/{
if(!-e$request_filename){
rewrite^/index.php(.*)$/index.php?s=$1last;
rewrite^(.*)$/index.php?s=$1last;
break;
}
}
location^~/runtime{
denyall;
}