首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏零域Blog

    国外轻量级开源论坛系统vanilla Forums介绍

    简介: vanilla Forums 是一套php+Mysql开源论坛。它的特点在于各种配置,功能,操作界面风格(Themes)都很简洁,素雅。 最初看到vanilla Forums(注目:不是吃的草莓……)是在煎蛋最初的论坛上面,当然那时还不知道这就是vanilla Forums,正式知道叫做vanilla Forums还是在09年的时候,当时在家无聊 不是很甘心,于是上php-open上面查看一下有什么收获没有,果然发现了vanilla Forums的踪迹,当时vanilla Forums的版本是1.1.9,界面如下,搭建后放了上一个空间商,发了一些帖子 哈一上去就是惊喜vanilla Forums已经升级为2.0.16版本了,界面依然简介,虽说界面上比1.1.9版豪华了那么一点,但依然没有违背简约这个原则。 最后总结一下,其实vanilla Forums并不是一款符合国情的程序,不过就是符合我自己口味罢了,程序控和代码控也不防下来看看。

    5.7K20编辑于 2022-03-21
  • 来自专栏张善友的专栏

    sqlserver 2000/2005 Ambiguous column error错误解决办法

    今天针对Sql server 2005的脚本在Sql server 2000上执行,发生了两个错误 Msg 209, Level 16, State 1, Procedure tbh_Forums_GetUnapprovedPosts Msg 209, Level 16, State 1, Procedure tbh_Forums_GetThreadByID, Line 13 Ambiguous column name 'AddedDate 原来就是Forums表中和Post表中具有相同的列AddedDate,通过as 方式改写就可以解决了 SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO IF AS ForumTitle    FROM tbh_Posts INNER JOIN       tbh_Forums ON tbh_Posts.ForumID = tbh_Forums.ForumID [tbh_Forums_GetUnapprovedPosts]') AND type in (N'P', N'PC')) BEGIN EXEC dbo.sp_executesql @statement

    79260发布于 2018-01-19
  • 来自专栏WordPress果酱

    收藏 & 分享的 WordPress 插件

    当然对于其他类型的搏客,我没用玩过,所以我不知道怎么写插件,目前你可以通过手动添加一下代码到你的模板中来实现,BSP 我就没有办法了:

    bookmark

    <a href="http://<em>forums</em>.wpjam.comookmark/" onclick="javascript :window.open ('http://<em>forums</em>.wpjam.comookmark/?

    71820编辑于 2023-04-13
  • 来自专栏FreeBuf

    可劫持Facebook和Oculus用户账户的XSS漏洞分析

    从页面https://forums.oculusvr.com/entry/oculus中的源码可以看到,其开启了调试模式,并嵌入了以下JS脚本文件-https://forums.oculusvr.com 为此,需要把论坛网站forums.oculusvr.com中的页面https://forums.oculusvr.com/entry/oculus#state=payload 进行框架化,然后把其框架化的 开源网站应用Vanilla Forums中的嵌入利用 经分析发现,开源网站应用Vanilla Forums源码中加载嵌入了一个白名单网站列表,如下: public function unembedContent https://forums.oculusvr.com/entry/oculus ,并实现最终的XSS Payload触发。 漏洞利用 用Oculus账户登录forums.oculus.com网站,到“New Discussion”区域点击“Toggle Html View“,然后添加进Vanilla Forums中的漏洞利用

    1.3K20发布于 2021-02-08
  • 来自专栏NetCore

    View-ForumsGroupView.ascx 读解

    <%@ Control Language="C#" %> <%@ Register TagPrefix="<em>Forums</em>" Namespace="AspNetForums.Controls" Assembly <Forums:Ads Zone="Inline" runat="server" /> 注释上显示是广告,我个人理解为登入框上面的banner。 -- ForumGroupView.Header.End -->              <Forums:Login SkinFilename="Skin-LoginSmall.ascx" runat <Forums:ForumAnchor class="lnk3" AnchorType="PostsActive" runat="server" />
                               <Forums:ForumLogo runat="server" Forum='<%# (Forum) Container.DataItem %>' /> 这个是版面的logo,如果有就显示,没有就不显示

    92760发布于 2018-02-02
  • 来自专栏Swift社区

    Swift 周报 第一期

    ://forums.swift.org/t/pitch-revisit-the-semantics-of-async-main/51254 [19]Anders Bertelrud: https://forums.swift.org /u/abertelrud [20]Jeremy Saklad: https://forums.swift.org/u/saklad5 [21]Allow use of concrete associated type of protocols: https://forums.swift.org/t/allow-use-of-concrete-associated-type-of-protocols/51277 /u/ktoso [25]August 4th 2021: https://forums.swift.org/t/august-4th-2021/51315 [26]Doug Gregor: https /51341 [28]Aura Lily Vulcano: https://forums.swift.org/categories [29]The CStdlib module: https://forums.swift.org

    1.3K30发布于 2021-11-26
  • 来自专栏FreeBuf

    BBPress未经身份验证的提权漏洞分析

    function bbp_user_add_role_to_signup_meta( $meta = array() ) { $forum_role = isset( $_POST['bbp-forums-role sanitize_key( $_POST['bbp-forums-role'] ) : bbp_get_default_role(); $roles = array_keys( 的值,若用户通过POST方式传入了bbp-forums-role值,那么将其赋值给变量forum_role;若未有bbp-forums-role值传入,那么将BBPress默认的用户角色赋值给forum_role empty( $_POST['bbp-forums-role'] ) && is_string( $_POST['bbp-forums-role'] ) ? sanitize_key( $_POST['bbp-forums-role'] ) : ''; $valid_role = bbp_validate_registration_role

    1.4K20发布于 2020-07-22
  • 来自专栏Swift社区

    Swift 周报 第九期

    v=Ii1mDtDr3xo [7]ICU: https://github.com/apple/swift/pull/40340 [8]删除 Sendable: https://forums.swift.org /t/se-0335-introduce-existential-any/53934 [11]值级抽象: https://forums.swift.org/t/improving-the-ui-of-generics /22814#heading--limits-of-existentials [12]限制: https://forums.swift.org/t/improving-the-ui-of-generics 属性: https://forums.swift.org/t/pitch-unavailability-from-asynchronous-contexts/53877 [19]静态链接 Swift: /53932 [21]Actors 和 Initialization: https://forums.swift.org/t/pitch-2-on-actors-and-initialization/53972

    1.1K20编辑于 2021-12-20
  • 来自专栏NetCore

    良身定做自己的转换程序

    首先确定要转换哪些内容: 1、用户:帐号和密码(这些是帐号基本信息) 2、版面分类:一般的大版面,相对于Asp.Net forumsforums_forumGroups表 3、小版面:这些都是一些版面 相对于表:forums_Forums 4、帖子内容:这是我们的大问题,因为我们面对的是不同的用户,有大论坛,也有小论坛。稍后来说。 5、管理员:这部其实很方便,把管理员和版面都提取出去,然后插入到forums_Moderators表中 6、用户的信息:用户的一些其他信息,虽然不怎么重要,但是为了更全面的,这部就得多费点心了,为了方便 这些都是我归结的主要内容,有什么遗漏大家可以指出 在帖子方面我一开始是这么考虑的,判断是否是主题,是的话插入到Forums_ForumThreads表中,然后根据再插入到Forums_ForumPosts 虽然这是可行的,但是在实际操作中,对于大论坛就会出现超时,这点让我很头疼,后来看了宝玉的转换程序,恍然大悟,就调用Net Forums的存储过程就行了,等于就是重新发了一次贴,这个方法可行的。

    66060发布于 2018-02-01
  • 来自专栏生信技能树

    生信菜鸟团博客2周年精选文章集(5)seq-answer和bio-star论坛爬虫

    http://seqanswers.com/ 这个是首页 http://seqanswers.com/forums/forumdisplay.php? f=18 这个共570个页面需要爬取 http://seqanswers.com/forums/forumdisplay.php? f=18&order=desc&page=1 http://seqanswers.com/forums/forumdisplay.php? http://seqanswers.com/这个是主页 http://seqanswers.com/forums/forumdisplay.php? f=18&order=desc&page=1 http://seqanswers.com/forums/forumdisplay.php?

    1.1K80发布于 2018-03-08
  • 来自专栏Swift社区

    Swift 周报 第十九期

    /t/dangerous-default-implementation-of-under-comparable/61928 [6] Mach Port API: https://forums.swift.org /61903 [8] @globalConstructor: https://forums.swift.org/t/pitch-globalconstructor/61901 [9] SE-0380:if 和 switch 表达式: https://forums.swift.org/t/se-0380-if-and-switch-expressions/61899 [10] 使用较新的 macOS 版本生成 Package.swift 文件: https://forums.swift.org/t/pitch-generate-package-swift-files-with-newer-macos-versions /61925 [11] “withUnsafeBytes”已弃用: https://forums.swift.org/t/withunsafebytes-is-deprecated/61891 [12]

    1.9K30编辑于 2023-03-01
  • 来自专栏Swift社区

    Swift 周报 第十八期

    /t/nskeyedarchiver-coredata-and-other-storage-solutions/61603 [5]数组的悬空指针: https://forums.swift.org/t/ dangling-pointer-from-array/61609 [6]如何从 ReducerProtocol 中创建的alert回调中触发操作: https://forums.swift.org/t how-to-trigger-action-from-alert-callback-created-in-reducerprotocol/61598 [7]键路径与闭包的代码大小差异: https://forums.swift.org /t/code-size-difference-with-keypath-vs-closure/61599 [8]将 Objective-C 代码库迁移到 Swift: https://forums.swift.org i-cant-recreate-my-class-using-protocols-extension-stored-properties/61589 [11]状态初始化器中的 UUID: https://forums.swift.org

    2.3K20编辑于 2022-12-12
  • 来自专栏Swift社区

    Swift 周报 第十七期

    /61015/16[4]SE-0377: https://forums.swift.org/t/se-0377-borrow-and-take-parameter-ownership-modifiers /61358[7]相同的值相等的复杂性保证: https://forums.swift.org/t/same-values-equality-complexity-guarantees/61334[8] swift package SignalHandler: https://forums.swift.org/t/signal-handling-in-swift/61351[9]在 Linux 上使用 5.7 Regex 的问题: https://forums.swift.org/t/issues-with-using-5-7-regex-on-linux/61344[10]Swift 论坛的 iOS : https://forums.swift.org/t/boolean-operators-and-async-let/61354[14]在 iOS16中用SwiftUI图表定制一个线图: https

    2.5K10编辑于 2022-12-12
  • 来自专栏全栈程序员必看

    自动下载forumdisplay.php,forumdisplay.php

    forum’) { navigation = ‘» ‘.forum[‘name’]; navtitle = forum[‘name’]; } else { forumup = _DCACHE[‘forums lastpost’; forum[‘autoclose’] = abs(forum[‘autoclose’]) * 86400; } $subexists = 0; foreach(_DCACHE[‘forums _DCACHE[‘forums’][ isset(ascdesc) && in_array(forumdisplayadd .= “&ascdesc=ascdesc = _DCACHE[‘forums’ forum[‘fup’] : _DCACHE[‘forums’][ if(globalstick && stickytids = _DCACHE[‘globalstick’][‘global’][‘tids empty(_DCACHE[‘floatthreads’][‘forums’][fid]) ? _DCACHE[‘floatthreads’][‘forums’][fid] : 0).”)

    1.8K30编辑于 2022-09-14
  • 来自专栏10km的专栏

    CentOS6.5:login后循环显示"starting filemanager"的问题

    从google上找了半天,有了收获: http://forums.fedoraforum.org/showthread.php? 参考: https://access.redhat.com/discussions/712263 http://forums.fedoraforum.org/showthread.php? t=243445 https://forums.linuxmint.com/viewtopic.php?t=73212

    1.1K20发布于 2019-05-25
  • 来自专栏OpenFPGA

    【每周一问】如何控制加载FPGA程序时,Xilinx FPGA的IO管脚输出高低电平

    UltraScale Architecture Configuration [4] UG580 UltraScale Architecture System Monitor [5] https://forums.xilinx.com /t5/7-Series-FPGAs/Default-State-of-IOs-during-Configuration/td-p/402059 [6] https://forums.xilinx.com /t5/Spartan-Family-FPGAs/a-question-for-spartan6-lx16-io-state/td-p/399715 [7] https://forums.xilinx.com /t5/Spartan-Family-FPGAs/Spartan-6-FPGA-IO-state-before-configuration/td-p/259300 [8] https://forums.xilinx.com /td-p/698241 [10] https://courses.cs.washington.edu/courses/cse467/03wi/FPGA.pdf [11] https://forums.xilinx.com

    4.1K30发布于 2020-12-14
  • 来自专栏songbl_stata

    stata 命令 songbl 使用手册

    post(5)表示仅检索有5条以上跟帖回复的贴子 page(int) 实时打印 The Stata Forums 的帖子情况。 实时更新查看 The Stata Forums 首页的帖子 . songbl new,forum 2. 同上,实时更新查看 The Stata Forums 首页的帖子,但信息会更全面。 实时更新查看 The Stata Forums 第10页的帖子 . songbl new,forum page(10) 4. Forums 首页的帖子 . songbl new,forum sort(member) 10. 实时更新查看 The Stata Forums 的另一种输出风格 . songbl new,forum l 12.

    4K40发布于 2021-08-05
  • 来自专栏Swift社区

    Swift 周报 第二十期

    : https://forums.swift.org/t/pitch-result-builder-scoped-unqualified-lookup/62190 [7] 修改 SE-0368 以删除前缀 + 运算符: https://forums.swift.org/t/pitch-amend-se-0368-to-remove-prefix-operator/62173 [8] SE-0368: https ://forums.swift.org/t/se-0368-staticbigint/59421 [9] ArgumentParser 包出现 no such file 错误: https://forums.swift.org /t/no-such-file-errors-with-argumentparser-package/62183 [10] 如何打印 HTTPS URL 参数和正文: https://forums.swift.org /t/pitch-better-result-success-failure-guard-evaluation/62158 [12] Swift 是否允许重载属性: https://forums.swift.org

    1.7K40编辑于 2023-03-01
  • 来自专栏机器人课程与技术

    UBports的VNC尝试

    PC的远程桌面有些不能使用,有些配置繁琐,推荐如下两个连接: https://forums.ubports.com/topic/1389/reverse-convergence-view-control-your-phone-from-computer-like-vnc-rdp # https://forums.ubports.com/topic/5398/request-vnc-server-testing-assistance 安装远程桌面版本为vinagre,其他会出现一些奇怪的

    1.9K10发布于 2021-03-03
  • 来自专栏全栈程序员必看

    Flash Builder 4.5 导入一个新项目,提示“flex unable to open xxxxxxxxx.swc”

    参考 http://forums.adobe.com/thread/741783 http://forums.esri.com/Thread.asp?

    40200编辑于 2022-09-23
领券