Website template directory
template
└foot.html Common bottom of the page└head.html Common header of the page└index.html Home page template└list.html Category page template└m.html Movie introduction page template└p.html Movie playback page template└search.html Search page template
Please modify the template yourself to add and modify the advertising content.
pic directory
wpic directory
tmp directory
classtempcompile directory
The above four directories must have write permissions, otherwise they cannot run.
/In the root directory
└18025.jpg
└22040.jpg
Please replace it yourself. Please do not change the image size and format. The two images are added to the watermark after reading the target site.
To run the program PHP must be 5.0 or above and the CURL component must be enabled
If it is fake static or dynamic, please modify run.php yourself.
Change define(KKKK_REWRITE, false); to define(KKKK_REWRITE, true);
The website title and keywords are also modified in it
Play the ad before loading in imgwdplay.js
The most important thing for a thief: practicality and stability.
What's so powerful, NB's backend is all nonsense.
nginx rewrite rules are as follows:
location/{
rewrite ^/index.html$ /index.php last;
rewrite ^/pic/(.*?)$ /index.php?action=pic&pid=$1 last;
rewrite ^/wpic/(.*?)$ /index.php?action=wpic&pid=$1 last;
rewrite ^/m/([0-9]+)/([0-9a-z]+)/$ /index.php?action=moive&cid=$1&n=$2 last;
rewrite ^/m/([0-9]+)/([0-9]+)_([0-9]+)_([0-9]+).html$ /index.php?action= play&cid=$1&aid=$2&p1=$3&p2=$4 last;
rewrite ^/m/([0-9]+)/$ /index.php?action=sort&cid=$1 last;
rewrite ^/m/([0-9]+)/index([0-9]+).html$ /index.php?action=sort&cid=$1&p=$2 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_Y_([0-9]+).html$ /index.php?action=sort&cid=$1&p=$2&yy= $3 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_T_([0-9]+).html$ /index.php?action=sort&cid=$1&p=$2&sj= $3 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_M_([0-9]+).html$ /index.php?action=sort&cid=$1&p=$2&diqu= $3 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_M_([0-9]+)_T_([0-9]+)_Y_([0-9+]) .html$ /index.php?action=sort&cid=$1&p=$2&diqu=$3&sj=&4&yy=$5 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_M_([0-9]+)_T_([0-9]+).html$ /index.php?action =sort&cid=$1&p=$2&diqu=$3&sj=$4 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_M_([0-9]+)_Y_([0-9+]).html$ /index.php?action =sort&cid=$1&p=$2&diqu=$3&yy=$4 last;
rewrite ^/m/([0-9]+)/index([0-9]+)_T_([0-9]+)_Y_([0-9+]).html$ /index.php?action =sort&cid=$1&p=$2&sj=$3&yy=$4 last;
}