vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Got A Problem, Need Some Advice (https://vborg.vbsupport.ru/showthread.php?t=74642)

boxingscene 01-19-2005 12:47 PM

Got A Problem, Need Some Advice
 
I have a strange issue going on with my VB3 forums. I installed that website/guestbook hack that appears on your users profiles and I'm having a strange issue. All of my users including me, get emails saying we have new guestbook entries from other users on my site and when we click teh link to read out guestbook entry from the user who sent it, we are redirected to some vb3 based website "deleted by webmaster's request".

I cannot find anything as of yet that has that coding in it from that hack. I have contacted the hack creator and the owner of that site, neither one will get back to me. Since I work for a very large lawfirm, I had one of the guys here shoot a letter over on firm letterhead and neither guy will respond.

Unsure of what to do? If some code is stuck in one my files or what exactly is going on. Even checked my SQL data and saw nothing with that site's url.

Marco van Herwaarden 01-19-2005 01:29 PM

First of all i would suggest that you post your question in the support thread of that hack.

Did you use the original download of this hack from this site? Any other hacks in place?

Maybe some screenprints and a copy of that mail could also help.

boxingscene 01-19-2005 01:36 PM

Quote:

Originally Posted by MarcoH64
First of all i would suggest that you post your question in the support thread of that hack.

Did you use the original download of this hack from this site? Any other hacks in place?

Maybe some screenprints and a copy of that mail could also help.

I contacted the guy directly, he hasnt really answered anyone in quite some time in the hacks thread. The emails look like normal emails one would receive from that hack.

Example:

You have a new Guestbook entry from big_pappy! Click here to view Guestbook

All of my users get these and it is using the names of other users on my site so they click to view and go to that other site. It seems to be matching up the numbers of the other site and mine. For example, when I get them I click the view and get sent to the guestbook of the admin on their site.

Marco van Herwaarden 01-19-2005 01:45 PM

Still posting in the support thread would help you, because:
1) We would know for sure about which hack you are talking, sometimes there are similar hacks.
2) Other users who have this hack installed will more likely keep an eye on that thread. Since they are somehow experienced in that hack, they should be able to help you faster.

My other questions you still haven't answered. I am mostly interested in the link that is behind the 'Click here to view Guestbook' link. If you don't want to post that in public, you can also PM me that.

amykhar 01-19-2005 02:11 PM

I just looked at the code for the hack in question, and the email link code seems fine.

Code:

<a href=\"".$vboptions['bburl']."/member.php?u=".GBUSERID."\">".$vbphrase['wg_click_here_to_view_guestbook']."</a>";
Check your settings of your forum and make sure your url didn't get changed somehow.

boxingscene 01-19-2005 02:23 PM

Quote:

Originally Posted by amykhar
I just looked at the code for the hack in question, and the email link code seems fine.

Code:

<a href=\"".$vboptions['bburl']."/member.php?u=".GBUSERID."\">".$vbphrase['wg_click_here_to_view_guestbook']."</a>";
Check your settings of your forum and make sure your url didn't get changed somehow.

Looked, settings are fine. Emails are coming from my server. Where does that piece of code go in? Maybe it was changed in the actual document.

found the problem and corrected. The guy who wrote the script has the redirect in one of the codes you have to add in the member.php file which causes the issue I listed. I re-read his instructions and at no point does he talk about it, all he says is to cut and paste that code into your file. It's a decent sized piece of code, about a page long so easy to over look when installing this, which is a manuel procedure.


All times are GMT. The time now is 07:02 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.01199 seconds
  • Memory Usage 1,727KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (6)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