顶点网 » 脚本代码 » PasteShr v1.6 - 文字代码分享
五月 13 2019年

PasteShr v1.6 - 文字代码分享

reishi  2019-05-13, 00:00   脚本代码  22 209  已测试 
11 条评论

PasteShr v1.6 - 文字代码分享

源码简介


Pasteshr是一个脚本,允许您在线存储任何文本,以便轻松共享。这个脚本背后的想法是让人们更方便地在网上共享大量的文本。他可以公开创建代码片段,您可以在不方便粘贴代码的时候将代码存储在本站,并生成您专属的链接共享给他人。


在线演示


用户登录 – http://pasteshr.com/login
用户名 – [email protected]
密码 – demo123

后台管理 – http://pasteshr.com/admin/login
用户名 – [email protected]
密码 – admin123

本站演示
http://code.themez.cc/


功能介绍


Bootstrap 4+
Simple & responsive interface
Material Design
Easy install
150+ different syntax languages
7+ Syntax Highlighting Skins (default, dark, coy, okadia, funky, solarized light, tomorrow night, twilight)
Password protected pastes
Encrypted pastes
Unlisted pastes
Private pastes
Paste expiration system
Self destroy pastes
Daily paste limit for authorized and unauthorized users
Share pastes on social network
Embed, download, print pastes
Clone pastes
Report explicit pastes
Multi-language support
Disqus comment system
Invisible captcha protection
AdBlocks – Ad management for advertisement
SEO friendly URLs
Auto generated sitemap
User management
Disqus comment system
Admin panel to manage pastes, syntax, users, pages, languages, translations & other settings
and many more.


系统需求


PHP 7.1.3 or later
MySQL 5.* or later
Apache web server
fopen enabled
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
BCMath PHP Extension


更新日志


v1.6
- User profile page
- Trending pastes page (day, week, month, year)
- QR Code for share
- Site & Paste page layouts
- No Captcha for logged in users feature
- Added 5 new Color skins
- Added auto approve user feature
- Added Time restriction feature to restrict between paste creation
- Bug Fixes


下载地址


原版地址
链接: https://pan.baidu.com/s/1G71842XIbADx9M0OgoE6ww 提取码: c2hq

破解版地址
链接: https://pan.baidu.com/s/1pVA_B788Bc7NIP-SQy2cJQ 提取码: jn2g

1.5-1.6升级包下载地址
链接: https://pan.baidu.com/s/1vDGBy2VlvN6xGXIcLABaug 提取码: fg9e



源码说明


偶然逛官方评论区,找到了官方最新版,是一个用户网站上下载到的。由reishi进行破解。
2019.05.13 更新添加1.5-1.6的升级包破解版,感谢@2214445407 的提示。

根据好友 传说的烧饼 提示,程序存在一点小瑕疵,使用烧饼的方法成功修复
问题描述:登录后台再新建语法时候保存出错
解决办法:
app/Http/Controllers/Admin/SyntaxController.php
62-69行
            $syntax            = new Syntax();
            $syntax->name      = $request->name;
            $syntax->extension = $request->extension;
            $syntax->popular   = $request->popular;
            $syntax->active    = $request->active;

            $user->save();

替换成
            $syntax            = new Syntax();
            $syntax->name      = $request->name;
            $syntax->slug      = strtolower($request->name);
            $syntax->extension = $request->extension;
            $syntax->popular   = $request->popular;
            $syntax->active    = $request->active;
            $syntax->save();


PasteShr v1.6 - 文字代码分享

文章最后由 reishi 在 2019-05-13, 10:20 编辑
编辑原因: 添加1.5-1.6的升级包破解版


  1. 默认头像

    2214445407  (会员)

    2019-05-13 09:43 67 条评论

    更新后需要Purchase Code Verification怎么办。。

  1. 默认头像

    reishi  (管理员)

    2019-05-13 10:18 1 554 条评论

    引用: 2214445407
    更新后需要Purchase Code Verification怎么办。。

    覆盖一下这个升级包,我忘记破解升级包了。
    引用: Pasteshr 1.5-1.6的升级包破解版
    链接: https://pan.baidu.com/s/1vDGBy2VlvN6xGXIcLABaug 提取码: fg9e

  1. 默认头像

    2214445407  (会员)

    2019-05-13 11:06 67 条评论

    引用: reishi
    引用: 2214445407
    更新后需要Purchase Code Verification怎么办。。

    覆盖一下这个升级包,我忘记破解升级包了。
    引用: Pasteshr 1.5-1.6的升级包破解版
    链接: https://pan.baidu.com/s/1vDGBy2VlvN6xGXIcLABaug 提取码: fg9e

    谢谢……

  1. 默认头像

    topidefan  (会员)

    2019-06-01 19:36 2 条评论

    不是升级。新安装也出现Purchase Code Verification。希望大佬能赐教一下

  1. 默认头像

    topidefan  (会员)

    2019-06-02 17:35 2 条评论

    引用: topidefan
    fg9e

    学习楼上的。先安装1.5,再升级到1.6。解决了

  1. 默认头像

    ghmillet  (会员)

    2019-06-08 00:18 1 条评论

    1.5-1.6 : https://pan.baidu.com/s/1vDGBy2VlvN6xGXIcLABaug

    Mirror of this pleaseeeee!

  1. 默认头像

    reishi  (管理员)

    2019-06-12 15:10 1 554 条评论

    引用: ghmillet
    1.5-1.6 : https://pan.baidu.com/s/1vDGBy2VlvN6xGXIcLABaug

    Mirror of this pleaseeeee!

    https://yadi.sk/d/62mp7s77yWlJzw
    Mirror download url!

  1. 默认头像

    jason88  (会员)

    2019-07-13 12:12 3 条评论

    大佬,怎么安装啊

  1. 默认头像

    reishi  (管理员)

    2019-07-13 12:14 1 554 条评论

    引用: jason88
    大佬,怎么安装啊

    将网站运行目录设置为public,然后打开域名进行安装,无非就是输入数据库等信息。

  1. 默认头像

    jason88  (会员)

    2019-07-13 12:29 3 条评论

    引用: reishi
    public

    感谢大佬

  1. 默认头像

    hml123  (会员)

    2019-09-10 22:38 2 条评论

    500
    It's not you, it's me.An internal server error has occurred. If the error persists please contact the development team.
    这个问题怎么解决?大佬们

    请问一下宝塔面板这些
    OpenSSL PHP扩展
    PDO PHP扩展
    Mbstring PHP扩展
    Tokenizer PHP扩展
    XML PHP扩展
    Ctype PHP扩展
    JSON PHP扩展
    BCMath PHP扩展
    怎末安装?
    有没有用宝塔的朋友?

信息

想要留言? 请 登录 您的账号。还没有? 你可以 点击注册账号

投票调查

对新模板的看法