vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Who might this New User be? (https://vborg.vbsupport.ru/showthread.php?t=38909)

Logician 07-16-2002 09:39 AM

Quote:

Originally posted by marc49
Is it possible to even have the ability to check existing members? I realize it would probably have to be a whole seperate hack, but would it be something that would be fairly easy for you guys to do?

Mark they look same, their algorithm is similiar either but if you want to do a good job, you have to restructure the hack to code your request. Here is a technical info:

In "who might this user be" hack, the hack retrieves the IP address (email and password too) of the new user and searches BOTH the message database and userdatabase to match the IPs (and ISPs). You have only one IP to check against other users IPs, so handling it is easier.

However if you want to check an existing member's IP inside the database, things changes because he might be a dynamic IP owner and an active poster which means he may have tens of different IPs recorded in your database. If you want to do a good analyze as this hack does, you have to take all these IPs one by one and search them inside your database. This can be time consuming if he has too many IPs or if your database is big or your MYSQL server is slow. Moreover this means you have to code this hack quite differently than this hack. So it's not really possible to make a quick adoptation, in the coder view, you have to handle things differently by coding it from the scratch.

I may try working on it sometimes but sorry not soon..

Learner29 08-30-2002 03:31 PM

Logician please contact me via private message.....

I am sending you a big big bar of swiss chocolate...

Logician 09-01-2002 09:56 AM

Quote:

Originally posted by Learner29
Logician please contact me via private message.....

I am sending you a big big bar of swiss chocolate...

Hey I love Swiss chocolate (and Switzerland too)!.. Too bad I'm on a diet :glasses: You'd better eat it for me.. ;)

Glad you liked the hack..

KarateKid 09-01-2002 12:39 PM

great hack, thank you

*install*

Night Owl 10-30-2002 12:50 AM

Is there any way to include the referring site in the email?

Logician 10-30-2002 10:34 AM

Quote:

Originally posted by Night Owl
Is there any way to include the referring site in the email?
if you use $referrername variable in the mail template you get, it should give you the refering username if any..

Kathy 11-17-2002 09:23 PM

I like the idea of this and downloaded it to take a look at the files. It says in your README that it does fine with smallish communities.

What could I do for my large one?

Could I have new registrations check with the banned (or other user group I specify?.... I have an "almost banned" usergroup that has no privileges other than posting...)

Could this hack work if instead of it comparing to all the members (over 21,000 now) could it compare to the few in the banned group and in this special group I created and maybe the option to add additional names we are suspicous of and keeping an eye on?

thanks for your help on if this is tweakable. :-)

Logician 11-17-2002 09:50 PM

Kathy by default the hack is not suggested for large communities for 2 reasons:
1- In large communities with a lot of members hack will match many users with same IP or ISP or password so wouldnt give you a good idea as to whom the new user might be.
2- Hack does not only compare IPs in the user database but also in the post database to give more accurate results and if you have a large database (user or posts or both) it would take a very long time to match new registerar's IP in the database which will result in a slowdown in register process.

So it's not good for you as it is.

But I guess it can be tweaked so that it will only compare IPs of banned members and warn you if a "potential" banned member re-registers or even better put him in a special usergroup (like moderated) if the hack decides new user is likely a "banned member". :glasses:

Bitmap 11-18-2002 06:05 AM

i just installed the hack but i am having a little problem on my testboard (2.2.8).

everything works fine, but when i am finished with registering i get the following error:
Quote:

Warning: Cannot add header information - headers already sent by (output started at /home/websites/test/htdocs/forum/register.php:587) in /home/websites/test/htdocs/forum/admin/functions.php on line 1655

Warning: Cannot add header information - headers already sent by (output started at /home/websites/test/htdocs/forum/register.php:587) in /home/websites/test/htdocs/forum/admin/functions.php on line 1655
i looked up the line and there it says
Code:

    header($cookieheader, false); // force multiple headers of same type
  } else {
    setcookie($name, $value, $expire, $cookiepath, $cookiedomain, $secure);

any ideas?

Logician 11-18-2002 06:50 AM

Quote:

Originally posted by Bitmap
i just installed the hack but i am having a little problem on my testboard (2.2.8).

What's the line (around) 587 in register.php?


All times are GMT. The time now is 08:44 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.01153 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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