vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - iTrader v2.0.1 (https://vborg.vbsupport.ru/showthread.php?t=102965)

Boosted Panda 05-01-2008 02:42 PM

Anyone having security token related issues with this?

Jase2 05-01-2008 02:45 PM

I've been in contact with Jason, and he says he will be releasing an updated version for 3.7. When however I do not know.

Boosted Panda 05-01-2008 03:43 PM

Everyone on 3.7 and 3.6.10

There are 3 templates that need editing:

itrader_detail_feedback
itrader_feedback
itrader_reportbadrating

search for: sessionhash

after the line with sessionhash add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Onehalfmoa 05-03-2008 03:36 PM

Quote:

Originally Posted by Boosted Panda (Post 1504706)
Everyone on 3.7 and 3.6.10

There are 3 templates that need editing:

itrader_detail_feedback
itrader_feedback
itrader_reportbadrating

search for: sessionhash

after the line with sessionhash add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />

Can you provide a example of a session has... Not that familiar with the code...

Thanks

Rich 05-03-2008 03:56 PM

Quote:

Originally Posted by Onehalfmoa (Post 1507000)
Can you provide a example of a session has... Not that familiar with the code...

Thanks

If I sound like a jerk, I appologize in advance.

What is it you are not familiar with? The word "sessionhash" is as clear as he could get regarding how he was describing what to search for.

Needless to say, this is what you are looking for (notice the word "sessionhash" he said to look for):

Code:

<input type="hidden" name="s" value="$session[sessionhash]" />
Replace that entire line so it now looks like this:

Code:

<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


Onehalfmoa 05-03-2008 04:24 PM

Nah its me... I wasn't looking in the right place man... I appreciate what everyone does in this community... I just wasn't looking in the templates I was looking in the php files... I already have my whosonline back up and am working on the itrader as we speak with your recommendation...

Thanks Rich...

spankaveli 05-03-2008 05:36 PM

i have added the above code to the listed templates and i still get an error "Your submission could not be processed because a security token was missing or mismatched." when i try to search for a member from the itrader_main.php page

any help? :(

Boosted Panda 05-03-2008 09:09 PM

Yes, anything that has FORM in it add the security token update.

Onehalfmoa 05-04-2008 02:50 AM

I'm having a problem getting the score to show up in the users profile... I get the text but it does not show the score in the ( ) is there anything else I need to do in the template for it show up???

spankaveli 05-04-2008 01:50 PM

Quote:

Originally Posted by Boosted Panda (Post 1507327)
Yes, anything that has FORM in it add the security token update.

edit: nm, there were a few that had <form but not sessionhash. added it to the <form ones and its working. thanks!


All times are GMT. The time now is 12:50 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.02411 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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