PHANTOMJS Crawl Site page information and site
Http://phantomjs.org/download.html
PHP Imagegrabscreen and Imagegrabwindow (intercept site thumbnails) are not very compatible with each browser
Use the canvas and Html2canvas in the HTML5 to specify the page label, use jquery to encode the image to the background, and then compile the background into the specified picture format, jquery.plugin.html2canvas.js the way you write.
Recently a customer with Ecshop, to pity Dorado things:
1, Background menu Add management: languages/zh-cn/admin/common.php
/* Menu category Section */$_lang[' 02_cat_and_goods ' = ' commodity management '; $_lang[' 03_promotion '] = ' promotion management '; $_lang[' 04_order '] = ' order management '; $_lang[' 05 _banner '] = ' advertising management '; $_lang[' 06_stats '] = ' report statistics '; $_lang[' 07_content '] = ' article management '; $_lang[' 08_members '] = ' member Management '; $_lang[' 09_ Others '] = ' miscellaneous management '; $_lang[' 10_priv_admin '] = ' Rights Management '; $_lang[' 11_system '] = ' system settings '; $_lang[' 12_template '] = ' template management '; $_lang[ ' 13_backup ' = ' database management '; $_lang[' 14_sms '] = ' sms management '; $_lang[' 15_rec '] = ' recommended management '; $_lang[' 16_email_manage '] = ' bulk mail management ';/* Commodity Management */$_lang[' 01_goods_list ' = ' product list '; $_lang[' 02_goods_add '] = ' Add new product '; $_lang[' 03_category_list '] = ' commodity category '; $_lang[' 04_ Category_add '] = ' add category '; $_lang[' 05_comment_manage '] = ' user comment '; $_lang[' 06_goods_brand_list '] = ' commodity brand ';
2, Background menu permissions, admin/includes/inc_priv.php background menu link admin/includes/inc_menu.php
3, Background Management page, to style consistent estimate can only look at its background template, the reference function similar to get a copy.
PHP Web page cut diagram/js transduction