vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Digital Point Spy (https://vborg.vbsupport.ru/showthread.php?t=243429)

tsptom 06-20-2012 11:34 PM

Would it be possible to ignore the Edit Post rows?

What would need changed? Both the xml and the php files, or would just commenting out this line in the php do it?

Code:

12 => $vbphrase['edit_post'],

Update: Nevermind. Changed the SELECT in spy.php adding:

Code:

"AND action <> 12"
... to the where clause.

datoneer 08-06-2012 09:30 AM

vb 4.2.0 spy gone from community tab

digitalpoint 08-06-2012 05:33 PM

Quote:

Originally Posted by datoneer (Post 2354923)
vb 4.2.0 spy gone from community tab

Yep, they changed how tabs work in vB 4.2.0. From what I hear, they have an interface to create your own tabs fairly simply, but I haven't looked at it myself since I don't have access to a 4.2.0 installation yet.

datoneer 08-07-2012 08:13 AM

Yes i found it much better and easier now

xyd 09-10-2012 03:47 PM

To be honest, I'm disappointed I have to post this here.

This mod is still vulnerable to allowing a user to pass non-sanitized HTML to the spy window.

I approached the author around 6-8 months ago and informed him of this, however it is clear that he did nothing about it - didn't fix it, didn't inform users that they were using vulnerable software. While I understand it is hard to admit that you made a mistake when coding, it is even more of a mistake to allow people to run software on their site which is vulnerable to XSS. Cross site scripting ruins companies and ruins lives.

http://img266.imageshack.us/img266/7924/xss1.png

http://img837.imageshack.us/img837/2915/xss2.png

For those of you who want to fix this yourselves, simply edit spy.php and find the following line:

$xml->add_tag('preview', $event['preview']);

...and change it to:

$xml->add_tag('preview', strip_tags($event['preview']));

Do the right thing and fix your software before someone gets hit.

digitalpoint 09-10-2012 04:46 PM

Oh yeah... forgot I fixed that on my site years ago and never got around to uploading the new version here. Should be uploaded now.

xyd 09-10-2012 04:51 PM

Good stuff, thank you.

Wseries 09-19-2012 12:10 PM

Is there a way to increase the preview displayed for posts when looking at the spy.php page?

blackberry 09-19-2012 12:48 PM

Quote:

Originally Posted by dutchbb (Post 2295223)
Ok I understand.

Edit: found old backup of it and attached it for anyone interested. If you don't want them uploaded please contact so I can remove them.

its not working :(

DefiantComplex 10-15-2012 12:52 PM

Great mod, in fact this is way better then the default activity manager in vb4.2 lol.

Thanks for the share ;)


All times are GMT. The time now is 07:34 PM.

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.01709 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)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