vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Cyb - Advanced Registration (https://vborg.vbsupport.ru/showthread.php?t=201287)

GeorgeB85 01-25-2009 05:07 PM

Quote:

Originally Posted by Cybernetec (Post 1723733)
v1.5 - Jan 25. 2009.
-Fixed bug (user can register without proper invitation code)
-New: Send multiple invitations at once
-New option: Maximum Invitations user can send at once
-New: Inviters are now able to add they real name to the message
-Minor bug fixes

To upgrade:
-Import XML, allow overwrite
-Revert hack templates if modified before
-Check options and update if needed

I still see no "invite users" in the navbar or any where else on my forum.

hmm..I switched over to my default template real quick and I can see the "invite users" part on the navbar there. So how come I cannot see it on my actual template? Does my webmaster need to add a code some where to see this option?

buileminh 01-26-2009 04:28 AM

I have 2 more suggestions:

1. Allow sender specify Real Name for each receipt.
E.g: Name1:email1; name2:email2,.... (use a textarea or multiple dynamic textboxes)

2. Add human verification to the invitation page to prevent abusing the feature to spam people

knoffs 01-26-2009 03:21 PM

if anyone, knows hot to modify the script, so that it does not check if the invited email is the same as when you register your email + enter the invitation code ... please post it.

may it be some modification at ...


PHP Code:

<script language="Javascript" type="text/javascript">
                function 
CybAReg_CheckMail(email_field,error_field){
                    
emailRegExp = /^[_A-Za-z0-9-]+(\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(\.[A-Za-z0-9-]+)*(\.([A-Za-z]){2,4})$/;
                    var 
err_mail '$vbphrase[cybareg_invitation_wrongmail]';
                    if (
emailRegExp.test(document.getElementById(email_field).value))
                    {
                        
document.getElementById(error_field).innerHTML='';
                        return 
true;
                    } else {
                        
document.cybareg_invite.cybareg_invite_email.focus();
                        
document.getElementById(error_field).innerHTML=err_mail;
                        return 
false;
                    }
                }
            </
script


nrms? 01-28-2009 09:45 PM

If this mod invitations is enabled, reference not work and only invited users can register...

I have vB3.8, can put invited users to special usergroup and the normal process regist for all other users...?

Basically i want someone as able to register, but the users with invited code are proper group ID...

Any suggestion...?

Lautaro 01-29-2009 08:38 AM

Thanks for this mod, i really like it. I have a suggestion that many users would like to have in this great mod.

* Invitation Code:
It will be cool if the users that receives the invitation always get the Invitation code even if the option "Only invited users can register" is off.

So every time a member from the forum invites a user and that user gets registered, the user that the member invited is added to a "Users invited by me" list in the member profile.. So the admin can give rewards to that users for inviting people.

About the security, it will be cool if the system can check the member who sent the invitation and the user that gets registered to know if the member who sent the invitation made that account or if its really another person.

I hope you have the time to read my suggestion, it will be great if you could implement that system in the next release.

Thanks Cybernetec.

IRANCITY 01-30-2009 06:54 AM

can i have random question & human verification picture together?
& how can call random question in to quick register ?
tank u guy

dtommy79 01-30-2009 07:27 AM

Hi,

When I try to use the invitation system I get this error:

Quote:

Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i - 1][0]) { this.splice(i, 1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }

IRANCITY 01-31-2009 08:56 PM

!!!

AdamFL 02-01-2009 08:41 PM

is this mod will work for my vb 3.7.4 I need it badly to stop the bot spammers,
Thank you

Valter 02-01-2009 09:41 PM

Yes, it will work.

Cheers


All times are GMT. The time now is 03:37 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.01230 seconds
  • Memory Usage 1,754KB
  • 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
  • (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