vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Cyb - Advanced Forum Rules (https://vborg.vbsupport.ru/showthread.php?t=122998)

redlabour 04-25-2008 04:36 PM

Where did i have to add :

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in the Template?

Link : https://vborg.vbsupport.ru/showthread.php?t=177013

Sph1nX 04-25-2008 06:30 PM

Quote:

Originally Posted by redlabour (Post 1499181)
Where did i have to add :

Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
in the Template?

Link : https://vborg.vbsupport.ru/showthread.php?t=177013

If you need this extension and want to get it running like normal
Quote:

open misc.php
get to line 18
change define('CSRF_PROTECTION', true);
to define('CSRF_PROTECTION', false);
BUT,this will turn the security for this script off, so think twice about it

redlabour 04-26-2008 04:52 AM

??? This is not what i have been asking for ???

Anyone knows how to edit the Hack to run with (!) a Security Token?

SeV3n 04-26-2008 10:25 AM

I have the same problem.

Disasterpiece 04-26-2008 10:57 AM

I have a working solution to make it use the new securitytoken system. it is very easy, just one line to add.

1. open styles management
2. select "Cybernetec" -> cyb_frules
3. search for:
HTML Code:

<form action="misc.php?do=cfrulesagree" name="agree_cfrules" method="post" onsubmit="return Cafr_checkAgree();">
4. After this line, ADD:
HTML Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
5. Save

6. select "Cybernetec" -> cyb_frules_reset
7. search for:
HTML Code:

<form action="misc.php?do=cfrreset" name="cfrreset" method="post">
8. After this line, ADD:
HTML Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
9. Save
10. Be happy =D

redraider 04-26-2008 11:32 PM

Thanks for the above post ... gotcha!

joe1989 04-28-2008 07:52 PM

Does this mod work so that we can add SPECIFIC rules to a SPECIFIC forum, and require them to accept that set of rules, which can be different for each forum?

Make sense?

I want separate rules for each forum...can I do that with this mod??

Videx 04-28-2008 08:07 PM

Quote:

Originally Posted by joe1989 (Post 1501731)
I want separate rules for each forum...can I do that with this mod??

Sure, you can write as many different rules for different forums as you want.

This mod doesn't try to enforce rules, nor does it display different rules for different forums.

joe1989 04-28-2008 08:10 PM

Quote:

Originally Posted by Videx
Sure, you can write as many different rules for different forums as you want.

This mod doesn't try to enforce rules, nor does it display different rules for different forums.

OK...I don't think you understood quite what I was asking. I have many different forums on my vBulletin, and I want to set something up where I can have separate rules for each forum, so that when they go to that forum they have to click through the permissions page, which is separate per forum.

Example:

Forum 1 has rules A, B, C, and D. I want users accessing this forum have to "accept" rules A, B, C, and D when they try to enter that forum.

Forum 2 has rules E, F, and G. I want users accessing THIS forum to have to "accept" these rules, which are specific to FORUM 2.

Make sense??

webspider 04-28-2008 08:34 PM

Quick answer. NO it does not do what you are asking.


All times are GMT. The time now is 08:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01531 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete