vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Weird problem (https://vborg.vbsupport.ru/showthread.php?t=59280)

Greig_M 12-19-2003 12:21 PM

Weird problem
 
Hi again, I am new to VB after using PHPBB I am very impressed, but a weird problem has cropped up for me since moving over, on my old PHPBB forum I had installed a hack that would send a new member a welcome PM from me (as admin) to them, now this hack seems to have moved over to the VB forum as well but it is using the id of a different member thus a pm is sent not from but from the regular member to anyone new.

Has anyone any idea where the code for the previous hack might be placed within VB? then I am sure I could just change the userid to myself and it would be working fine. I had a look at some of the hacks for VB that do the same thinking the old code would be in the same files but so far not come across it.

Any help or ideas would be very much appreciated

MindTrix 12-19-2003 01:02 PM

have you tried installing the vB version of this hack and runing through that installation? You might stumble across hte old PHPBB code (if its there) in the process

g-force2k2 12-19-2003 06:35 PM

I believe the hack might come with a vbulletin setting or configuration where you can adjust the adminstrator id to the one so that it is sent from that user.

If you can link to the hack I will take a look and let you know.

Regards,
g-force2k2

Greig_M 12-19-2003 08:00 PM

Hi mate thanks, here is a link to the hack I installed on PHPBB

http://www.phpbbhacks.com/download.php?id=2044

MindTrix 12-19-2003 08:05 PM

It would be this area here right g-force?

PHP Code:

SET user_new_privmsg '1'user_last_privmsg '9999999999'
    
WHERE user_id $user_id"; 



All times are GMT. The time now is 02:42 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.01258 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete