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

Vaupell 02-01-2009 10:21 PM

okay one thing missing..

when doing invites, and the user joins, we need him to go in a specifik category
depending on which invitation code he have... Entire post here

So you can use the invitation system as a promotion code aswell, so if a user uses
a specifik invitation code he gets automatic dropped into the categori that fits that code.

;) please. .

EDIT : aparently user sending invites do not include invitation code
and new user registrering from link, does not have the ability to enter invitation code.

Invitation codes + promotion codes = specified usergroup pr code# = MOTM Nomination

Vaupell 02-06-2009 07:57 PM

1 Attachment(s)
I use this mod alot,
but only the Quick moderation feature when haveing
user's registered that havent activated or moderation is neede
i use ur mod for quick acces.. lovely.

i dont have a navbar,
so put it in my vertical menu, but only for admin view ofcourse ;)
Attachment 94291

tx for a great mod. :):up:

Welshy2008 02-06-2009 09:47 PM

Did I read this correctly?

Are you guys saying that if you enable this mod. That no ordinary members can register in the normal, tradintional way, that they do now?

Surely I have mis-read that?

nrms? 02-07-2009 12:25 PM

Quote:

Originally Posted by nrms? (Post 1727584)
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...?

:rolleyes:

Welshy2008 02-08-2009 01:17 AM

I have just Installed this, but there is no Question showing.


** This is a problem since upgrading to vB 3.8.1 (form 3.6.8 PL2).

See Here. :(

shlomot 02-08-2009 02:51 PM

What a pleasure it is to replace other MODs with another of Cyb's superior products.

INSTALLED | NOMINATED | VOTED (5)

HDT 02-08-2009 04:22 PM

Installed 2 days and already losing new member after install this hack.

Installed on 3.8.1 and 2 days I got more than 100 emails with report random question problem.

Common email reported "the security question field has an error (854-344)".Don't know what does mean with this current error.

Uninstall the mods solve my problem and waiting for fix.Thanks.

Valter 02-08-2009 08:33 PM

v1.7 - Feb 08. 2009.
-Fixed bug (Blank 'inviter' field for inviters who have been deleted in the meantime)
-Better inactive users detection for auto-prune (only zero-posters deleted)
-Fixed some CSS validation errors
-New: Check if e-mail address is already registered or invited before sending invitation
-Minor bugs fixed

Upgrade info:
-Import XML, allow overwrite
-Revert hack templates if modified before

Fungsten 02-08-2009 08:48 PM

Dumb question. What do you do with the __MACOSX? TIA.

BTW, when I click on:

Random Questions
User must answer random question during registration? [Setup]



It sends me to the smilie list.

Valter 02-08-2009 09:07 PM

MACOSX folder is used by Mac operating system. It's safe to delete it on Windows.

To manage questions and users you must be member of Admin usergroup - 6.

csidlernet 02-09-2009 04:10 AM

Downloaded and going to be installed!

kleinschwanz 02-09-2009 11:07 PM

Well, I have an 3.8.1 and the

Code:

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(); } }
Error occurs, too. when I want to send an email I get this error shown. Any idea?

I actually like this hack and it's features, so I hope you can find the solution not too far from now - thx for sharing this work.

Fudevs 02-14-2009 01:09 PM

Could you tell me how to change the invitation message and edit it ??? also how to add HTML codes and colors.

Tommy8x 02-14-2009 01:51 PM

Nice mods, userful for me.

Thanks

GeorgeB85 02-14-2009 04:52 PM

Quote:

Originally Posted by Fudevs (Post 1743828)
Could you tell me how to change the invitation message and edit it ??? also how to add HTML codes and colors.

This is something that I would also like to know as well.

Valter 02-15-2009 08:49 AM

Phrase Manager is the place to change any phrase in any of my hacks.

maddoghalo1 02-16-2009 03:49 AM

Works great. Thank you!

MrD3SAi 02-18-2009 10:36 AM

Thanks for the good mod.
We have isntalled it on our board. Just a small problem.
Once someone fills up the registration form and clicks on complete, the page loses the connection. In FireFox asks to click on button to Try Again.
Is there anything with this bug?

Allan 02-21-2009 03:02 PM

1 Attachment(s)
French language :)

Translator: Billyboule (team vBr)

ReaM 02-23-2009 07:45 AM

the best!
thanks a lot!!!

badheeu 03-05-2009 04:35 PM

Invite your friends to join us. Separate multiple addresses with commas...

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(); } }



Dear Sir

Im getting above error.
Any help?

GeorgeB85 03-05-2009 08:25 PM

One thing I would like to suggest or add to is if there could be an addition to adding a message to the recepient(s) of who is receiving the invitation. Like if you want to tell them why they should join the forum.

GeorgeB85 03-14-2009 12:59 AM

For some odd reason, I have had two members send me an email so far telling me that the invitation code was invalid. Has anyone else had this issue? I have had people successfully register on my forums since it has been installed, and I created a new account myself today to ensure.

Fungsten 03-14-2009 03:10 PM

Quote:

Originally Posted by GeorgeB85 (Post 1767563)
For some odd reason, I have had two members send me an email so far telling me that the invitation code was invalid. Has anyone else had this issue? I have had people successfully register on my forums since it has been installed, and I created a new account myself today to ensure.

Same here.

GeorgeB85 03-14-2009 03:27 PM

I am just hoping someone can provide a solution so my members can register beings that is the only way I allow registration to the forum to prevent spam bots.

GeorgeB85 03-15-2009 03:16 AM

Well I am finding this very odd. I was able to create a new user account, and my wife created a new one from her desktop, and both were successful. However, I am getting emails telling me the invitation code is invalid for them? What is going on and how can I fix it????

lolo? 03-25-2009 06:15 AM

hello i have this message for invitation
Quote:

Invite your friends to join us. Separate multiple addresses with commas...

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(); } }

Anique 03-25-2009 06:03 PM

Thnx

lolo? 04-03-2009 03:58 PM

Quote:

Originally Posted by lolo? (Post 1776469)
hello i have this message for invitation

no body have an idea for my problem?

Saviour 04-08-2009 11:52 AM

Had this installed and then decided to uninstall based on the fact it disables my CAPTCHA settings.


All times are GMT. The time now is 01:02 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.01475 seconds
  • Memory Usage 1,833KB
  • 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
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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