顶点网 » 脚本代码 » PasteShr v2.8.3 - 文字代码分享
十二月 24 2020年

PasteShr v2.8.3 - 文字代码分享

reishi  2020-12-24, 07:55   脚本代码  26 762  已测试  预约汉化
5 条评论

PasteShr v2.8.3 - 文字代码分享

源码简介

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



更新日志

v2.8.3 (December 20, 2020)
- Fixed cookie consent bug
- Fixed/Improved active links when redirect
v2.8.1 (December 14, 2020)
- Fixed admin panel delete button bug
v2.8 (December 12, 2020)
- Added toggle for active link and redirect page for all syntax languages
- Added facebook comments
- Add cookie consent bar
- Added Recaptcha V3 protection
- Added confirm box before deleting items
- Added country flags for locales
- Changed redirect page to auto afte 5 seconds countdown
- Improved paste page look
- Dynamic pages list for footer
- Fixed adblock detector
- Fixed paste sorting for User profile page
- Added some missing translation words


下载地址


PasteShr v2.8.3 - 文字代码分享


  1. 默认头像

    feiyu  (会员)

    2021-01-22 13:59 12 条评论

    提示要填写授权代码
    图片:https://imgcdn.yuntuchuang.com/2021/01/22/cdbcd6eac56b6.jpg

  1. 默认头像

    reishi  (管理员)

    2021-01-22 14:08 1 547 条评论

    引用: feiyu
    提示要填写授权代码
    图片:https://imgcdn.yuntuchuang.com/2021/01/22/cdbcd6eac56b6.jpg

    我也是安装测试之后的一段时间内发现了这个问题,还没有时间看。抽空看看。

  1. 默认头像

    feiyu  (会员)

    2021-01-22 14:09 12 条评论

    引用: reishi
    引用: feiyu
    提示要填写授权代码
    图片:https://imgcdn.yuntuchuang.com/2021/01/22/cdbcd6eac56b6.jpg

    我也是安装测试之后的一段时间内发现了这个问题,还没有时间看。抽空看看。

    好的谢谢了

  1. 默认头像

    vanstone  (ViP)

    2021-01-27 19:46 1 条评论

    我也遇到这个情况,目前采取自动提交code的方法,修改一个模板文件,路径和代码如下:
    /resources/views/auth/passwords/verify.blade.php
    <!DOCTYPE html>
    <html lang="{{App::getLocale()}}">
    @include('front.includes.head')
    <body>

    <main>
    <div class="container">
    <div class="row justify-content-center">
    <div class="col-md-8">
    <div class="card">
    <div class="card-header h4 text-center">Purchase Code Verification</div>

    <div class="card-body">
    @include('front.includes.messages')
    <form method="POST">
    @csrf
    <div class="form-group row">
    <label class="col-md-4 col-form-label text-md-right">Purchase Code</label>
    <div class="col-md-6">
    <input type="text" class="form-control" name="code" value="nulled" placeholder="Enter Purchase Code" required>
    </div>
    </div>

    <div class="form-group row">
    <div class="col-md-4"></div>
    <div class="col-md-6">
    <button id="verify" class="btn btn-success" autofocus>Verify</button>
    </div>
    </div>

    </form>
    </div>
    </div>
    </div>
    </div>
    </div>
    </main>
    @include('front.includes.foot')
    <script>$('#verify').click();</script>
    </body>
    </html>

  1. 默认头像

    reishi  (管理员)

    2021-02-26 18:04 1 547 条评论

    引用: vanstone
    我也遇到这个情况,目前采取自动提交code的方法,修改一个模板文件,路径和代码如下:
    /resources/views/auth/passwords/verify.blade.php
    <!DOCTYPE html>
    <html lang="{{App::getLocale()}}">
    @include('front.includes.head')
    ...
    </html>


    这个也解决不了问题。
    我仔细查看了一下,发了一个修复包,下载根据说明使用。
    链接: https://pan.baidu.com/s/1Txr8xUBiwuhIXPKLiMoZ0g 提取码: j8q5
    https://reishi.lanzoui.com/isr1rm7qwsf
    https://anonfiles.com/R1D8O665qf/pasteshr-2.9-fixed_rar

    引用: feiyu
    提示要填写授权代码
    图片:https://imgcdn.yuntuchuang.com/2021/01/22/cdbcd6eac56b6.jpg

    我仔细查看了一下,发了一个修复包,下载根据说明使用。
    链接: https://pan.baidu.com/s/1Txr8xUBiwuhIXPKLiMoZ0g 提取码: j8q5
    https://reishi.lanzoui.com/isr1rm7qwsf
    https://anonfiles.com/R1D8O665qf/pasteshr-2.9-fixed_rar

信息

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

投票调查

对新模板的看法