View Full Version : Miscellaneous Hacks - VSa - Advanced Registration
Valter
05-20-2011, 09:42 PM
It works fine on 4.1.3.
Wallace40
05-21-2011, 01:09 AM
I'm a total newbie and dont know a thing about anything but I managed to add this plug in and it was so helpful I cant tell you!
Thank you so much!
galerio
05-23-2011, 07:08 PM
Why in the emails sent for invitation the link to register is not with the referred id?
A link for example:
site.com/register.php?referrerid=2
Because the invited users must write manually the referrer username.
Please, consider to add this option in future version.
Valter
05-25-2011, 07:15 AM
Don't worry, inviter is marked as referrer the other way.
There is NO need to add referrerid=X to address.
stwan
05-31-2011, 04:38 PM
<script language="Javascript" type="text/javascript">
function VSaChAregAll(obj) {
arrInput = document.getElementsByTagName("input");
for (i=0; i<arrInput.length; i++) {
if (arrInput[i].type == 'checkbox') {
arrInput[i].checked = obj.checked;
}
}
}
function VSa_SwitchAreg(target)
{
if (target=="users_mod")
{
document.getElementById("vsaareg_tu_mod").style.display = "block";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="users_act")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "block";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="users_inv")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "block";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="questions")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "block";
}
}
</script>
replace:
<script type="text/javascript">
<!--
function VSaChAregAll(obj) {
arrInput = document.getElementsByTagName("input");
for (i=0; i<arrInput.length; i++) {
if (arrInput[i].type == 'checkbox') {
arrInput[i].checked = obj.checked;
}
}
}
function VSa_SwitchAreg(target)
{
if (target=="users_mod")
{
document.getElementById("vsaareg_tu_mod").style.display = "block";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="users_act")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "block";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="users_inv")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "block";
document.getElementById("vsaareg_tq").style.display = "none";
}
if (target=="questions")
{
document.getElementById("vsaareg_tu_mod").style.display = "none";
document.getElementById("vsaareg_tu_act").style.display = "none";
document.getElementById("vsaareg_tu_inv").style.display = "none";
document.getElementById("vsaareg_tq").style.display = "block";
}
}
// -->
</script>
{vb:raw headinclude_bottom}
In template vsa_areg_manage.
RobbieZ
05-31-2011, 05:21 PM
Anyone explain why this error happens when enter emails?
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(); } }
Thanks
Videx
05-31-2011, 05:47 PM
Anyone explain why this error happens when enter emails?
Error: e-mail address(es) incorrect: ...No, but I can explain how to find the answer. Go to the upper right and hit "Search this mod". Search on something specific like "Error: e-mail address(es) incorrect". I see one solution at https://vborg.vbsupport.ru/showpost.php?p=2168253&postcount=227. Let us know if it works for you.
RobbieZ
06-01-2011, 12:58 AM
Thanks Videx, my error message is considerably shorter than that one plus I uninstalled the vbstatus mod.
I'll have another hunt.
Videx
06-01-2011, 01:08 AM
The next obvious step would be to try disabling all your mods. But as you see from that experience, sometimes just disabling them doesn't fix it.
crazyboy1661
06-01-2011, 02:23 PM
<font size="6">Any hack for 4.1.3 ? Pls reply</font>
just.b.jealous
06-03-2011, 02:23 PM
edit.... wrong thread, sorry!!
sscasm
06-18-2011, 01:33 PM
Is this updated for 4.1.4 as yet??
Valter
06-18-2011, 02:47 PM
It works with 4.1.4.
sscasm
06-19-2011, 05:14 AM
Thanks fo rthe quick response.
Another great mod!!
Dark Pulse
06-20-2011, 05:41 AM
Any chance that we can form a question so that it has multiple answers?
For example, let's say the registration question is "What kind of Bell Peppers are there?" In this case, any answer of "Red," "Yellow," or "Green" would be correct.
Valter
06-20-2011, 05:43 AM
Unfortunately, it's not possible. One question - one answer.
Dark Pulse
06-20-2011, 07:38 PM
Drat. Any chance you might consider that for a future version, then? :)
Or is this something fundamental with vBulletin that makes it impossible? I know I had a similar mod for a 3.x board that allowed for multiple correct answers.
Videx
06-20-2011, 11:21 PM
Since vb4 now has random questions by default, you should just turn that option off in this mod.
Booyakan
06-21-2011, 01:53 AM
Valter I was just checking this mod out, I saw there was no way to limit the amount on invites a person gets.
But could I just change the 604800 where it sais "$vsa_areg_inv_timecut_week = TIMENOW - 604800;" to something like 631138519?
That way I could limit the amount of invites the user gets to send by changing maximum for 7 days to maximum for 20 years.
(I would have to change a few phrases too so it doesn't say 7 days)
indoc0der
06-27-2011, 05:49 PM
thanks, has been installed. one question, is it possible to use invitation code? is yes, where to setting?
Popa Andrei
07-15-2011, 04:26 PM
Just installed this on my forum because rachapta didn manage to keep out the spam bots.
Hope this will work.
mb2tour
07-18-2011, 12:39 PM
Hi, any 4.1.4 feedback?
Thank you,
~~QS
hqlman
07-20-2011, 07:21 PM
is this working on 4.1.4 I dont see anything after installing this on registration page...;.
fukdawrld
07-23-2011, 04:37 PM
is this working on 4.1.4 I dont see anything after installing this on registration page...;.
Working perfect for me inn 4.1.4
Thank you
Successfulsteps
07-23-2011, 07:50 PM
I need a mod that would have a question on where the members came from, so I know about which traffic source they were from. Is this possible with this?
(using 4.1.4 right now)
Videx
07-24-2011, 12:14 AM
I need a mod that would have a question on where the members came from, so I know about which traffic source they were from. Is this possible with this?It's easy to add a field to the standard registration - look in AdminCP and the manual (no mod needed). What's not so easy is getting people to tell the truth.
hqlman
07-24-2011, 08:26 AM
Working perfect for me inn 4.1.4
Thank you
I set it to be enabled but the questions just wont show up, ive got this mod installed: https://vborg.vbsupport.ru/showthread.php?t=248042
But i tried disabling the mod above but still no questions showing up on registration page :S
sean-zigster
07-27-2011, 07:53 PM
can we enable other groups ie moderators to use this product
glen290
07-29-2011, 06:24 AM
Getting this error for some reason, been working fine for last few days..
Error: e-mail address(es) incorrect: function(callbackfn,thisArg){var T,O=Object(this),len=O.length>>>0,k=0;if(!callbackfn||!callbackfn.call){throw new TypeError();}if(thisArg){T=thisArg;}while(k
SomeoneTalked
08-01-2011, 11:57 PM
Can't seem to get this working on vBulletin 4.1.5, anybody here having the same trouble?
Videx
08-02-2011, 12:38 AM
Can't seem to get this working on vBulletin 4.1.5, anybody here having the same trouble?You need to give us something to go on, like what type of hosting, which version of PHP, what type of errors are you getting, did the .xml seem to import okay, what other mods do you have that might be interfering, etc. etc.
SomeoneTalked
08-02-2011, 09:25 AM
Hosting on HostGator (currently hatchling plan)
PHP5
I'm not getting any errors, I upload the xml file via "Import/Export" product but it never shows up on my Admin CP Options list, nothing at all. It's there on my product list and everything, but I can't see the control panel for it anywhere.
Get exactly the same problem for VSa Chatbox. I have only just set the forum up so there are no other plugins, mods, skins or products installed currently.
Apologies, I'm a techy novice.
https://vborg.vbsupport.ru/external/2011/08/119.png
https://vborg.vbsupport.ru/external/2011/08/120.png
Videx
08-02-2011, 01:08 PM
A quick site search for "options not showing" turned up this short thread from 2006: https://vborg.vbsupport.ru/showthread.php?t=132957 . Like him, I think your install is bad and I'd try reinstalling vb. I think since then there are some tools that might help, like "check file versions", but a reinstall may be lots easier and would fix lots of problems you haven't even run into yet.
SomeoneTalked
08-02-2011, 09:56 PM
Ah man, that is ++++ing weeeeak. No worries. Is there any way I can back up the work I've done on the forum so far, forums, configs etc?
Videx
08-02-2011, 10:24 PM
I don't think you want to. Clearly there's a very serious problem and you need to purge everything and start over. Look at it this way - you'll do it all quicker the second time around!
That being said, you can certainly try importing a db backup after a clean install. But I don't think I would trust it enough to warrant the short time it would take to just do it over again.
SomeoneTalked
08-02-2011, 10:46 PM
No worries, thanks for the heads up, wish me luck this time around!
OlijO
09-11-2011, 12:42 PM
Hi, after install i obtain a white page when i try to configure the random question.
Si http://www.mysite.com/misc.php?do=vsaaregman&ca=mq
= white page.
My vB is 4.1.5PL1
SweDev
09-13-2011, 02:03 PM
Hi
Just installed no problems. A question though;
Does setting "Maximum Invitations user can send at once" to 0 = no limit?
nit233
09-20-2011, 07:08 AM
It gives an error if there are whitespaces...else works perfect
bluebare
09-22-2011, 05:20 PM
Hi
Just installed no problems on 4.1.6 with operations, but have a style problem. I have a dark background, and the invite page. Has Dark input box & Dark Font. I had this problem on another item but can't seem to find it on the templates. Could you please assist?
basilrath
09-26-2011, 12:31 PM
Hi
Just installed no problems on 4.1.6 with operations, but have a style problem. I have a dark background, and the invite page. Has Dark input box & Dark Font. I had this problem on another item but can't seem to find it on the templates. Could you please assist?
Same here its a style thing
Not sure of the fix yet
edit
add.......
{vb:raw headinclude_bottom}
above
</head>
Onto templates:
vsa_areg_editquestion
vsa_areg_invite
vsa_areg_manage
bluebare
09-26-2011, 05:47 PM
this fix the problem thank you
oldfan
09-27-2011, 04:21 PM
Just installed on 4.1.5, no errors and looks like its running ok.
thanks
oh for some reason my Human Verification image isn't showing now?
k6rikko
10-10-2011, 01:02 AM
hello sorry about my question but is the following possible, ithink this is the right place with people they can help me in this
I need at the registration 2 times the input for the date of birth for couple registrations, also shown than at the profile too .
Exists a mod or is it possible to modificate this ?
I would be very happy if someone can help me in this
Sooo many thanks Rikko :)
fxwoody
10-25-2011, 02:22 PM
Well, your hack works perfectly on my forum Valter!
Tho, i was missing something because it's a bilingual forum so, i did the French translation for it!
Hope it will help some of you ;)
Just one little bug, when using the invitation system, the page layout get totally out of the original built! Any idea how to fix this one?
I put the image in attachment ;)
Tks guys
evilthoutz
11-28-2011, 04:14 AM
Hello the server that I have hosted in Russia seems to have a BlackListed SMTP. Which sucks because the new owner of the server "me" is affected by this. Now I love this plugin so I can't use the email function so I wanted to edit it to just spit out the Code that was generated to the user instead. So that user who wants to invite someone can send them the code there self + also get the code.
I am using this code but it will only spit out the first code that the user sends out. I am having issues creating this array to show all the codes for that user :( If anyone can help guide me that would be awesome!
$theuserid = $vbulletin->userinfo['userid'];
$result = $vbulletin->db ->query_read("SELECT * FROM vsa_advreg_invite WHERE inviter='$theuserid'");
while($row = $vbulletin->db->fetch_array)
{
$getcode = "You invited: " . $row['invited']. "<br> Your Code to Give: ". $row['code'] . "<br>";
}
And to register the variable
$templater->register('getcode', $getcode);
evilthoutz
11-28-2011, 02:03 PM
Found the answer out from another user on the forums :)
Working Code if anyone else is interested in using in case they don't want to use email function:
FYI: Some may have to change MySQL Query because its not selecting the Prefix from vBulletin if anyone has a Prefix set for table_names!
$getcode = '';
$theuserid = $vbulletin->userinfo['userid'];
$result = $vbulletin->db ->query_read("SELECT * FROM vsa_advreg_invite WHERE inviter='$theuserid'");
while($row = $vbulletin->db->fetch_array($result))
{
$getcode .= "You invited: " . $row['invited']. "<br> Your Code to Give: ". $row['code'] . "<br>";
}
Alan_SP
12-08-2011, 06:30 AM
Is it possible that users can see where they sent invitations? Something similar like admins (usergroup 6, as it is hard coded now) now can see it, but only for everyone else, just for their invitations?
I know that now it isn't possible, but if Valter would consider this in next version?
Alan_SP
12-08-2011, 09:45 AM
As a bug, when invited user registers, he's email address is still listed as unaccepted invitation. At least that's how it is for me.
LuDawgs
12-13-2011, 01:50 AM
Does this integrate with member referrals? ie, I send an invitation, they visit through the link that is sent to them and register...do I get credit?
Valter
12-13-2011, 01:30 PM
Yes, you will be marked as referrer.
MegaManSec
12-22-2011, 08:07 AM
How do I turn off the limt associated with inviting more than 2 people? IE
If I try and invite
test1@test.com, test2@test.com, test3@test.com
it gives this error:
Error: e-mail address(es) incorrect: test3@test.com
but if i just have test1 and test 2, it sends fine.
i'v changed Maximum Invitations user can send at once to 3, but it still gives this error.
Kind regards, loaep.
edit: fixed! dont put space's inbetween your commas
ellinofatsa
12-26-2011, 08:57 AM
i am running 4,1,9 this working good bud i have skin problems valter can you help see the image if i tab on invites the skin broken bud the hack working
https://vborg.vbsupport.ru/external/2012/01/8.gif
https://vborg.vbsupport.ru/external/2012/01/9.gif
https://vborg.vbsupport.ru/external/2012/01/10.gif
ellinofatsa
12-27-2011, 06:54 PM
nobady can help?
JAFRI
01-07-2012, 05:26 AM
i am running 4,1,9 this working good bud i have skin problems valter can you help see the image if i tab on invites the skin broken bud the hack working
https://vborg.vbsupport.ru/external/2012/01/8.gif
https://vborg.vbsupport.ru/external/2012/01/9.gif
https://vborg.vbsupport.ru/external/2012/01/10.gif
same from me, skin missing on 4,1,9.,
anyone help me... :confused:
Alan_SP
01-07-2012, 01:38 PM
Did you updated templates with instructions from this post?
Same here its a style thing
Not sure of the fix yet
edit
add.......
{vb:raw headinclude_bottom}
above
</head>
Onto templates:
vsa_areg_editquestion
vsa_areg_invite
vsa_areg_manage
ellinofatsa
01-17-2012, 01:48 PM
Did you updated templates with instructions from this post?
working fine
getwhatuask4
02-02-2012, 04:34 PM
@Valter: Two questions -
First off: Where do I find the 'donate to Valter' link? Your code has helped me heaps.
Secondly, what would it cost me to get a script coded that allowed for exceptions when advanced registration is set to 'on'? Ie - at present when it is set to 'only those invited' it locks out ALL registration except via this mod: meaning only one invitation can be sent to any given email, and that this email must be used during registration.
This makes it impossible to give access to anyone except via email - making any kind of 'backstage pass' impossible. I would like to be able to use vB's standard Q&A human verification option as a kind of backdoor. (if I just set the Q&A to on, it means those using your mod also have to also know that answer..etc. I would like both to work independently of each other)
In my head it seems like this might be a tiny code change.
Might this be possible?
Toorak Times
02-04-2012, 12:02 AM
Thanks valter, installed and looks and works great.I have your other mods also.
Winter Sonata
02-04-2012, 01:42 AM
PLease, anyone can assure that it works with 4.1.10 ? I don't want to upgrade now since valter's mod is essential on my site and don't want to miss it ?
Valter
02-04-2012, 12:44 PM
Works with 4.1.10 with no problems.
basilrath
02-04-2012, 12:47 PM
works fine with 4.1.10
Winter Sonata
02-04-2012, 04:33 PM
That's great!!! Thanks alot!!!!
griffinpower
02-04-2012, 08:53 PM
Installed and working great
No Time
02-07-2012, 04:20 PM
I have 4.1.10 installed I can send out email with the forums! I installed this mod which looks great and is a great idea! all the functions work! it just will not send out an invite. it says that it has been sent!
checked the hotmail account 12 hours later nothing! I am sure it's something simple! But what am I missing!
Winter Sonata
02-07-2012, 05:07 PM
I hope, you looked in your spam folder or you shall look if the email.php file is enabled, are you able to send emails to other users through your vbulletin board ?
No Time
02-07-2012, 07:23 PM
UPDATE: Thanks Winter Sonata! I have been checking the spam folder and nothing! I tried two hotmail accounts same thing! I just installed 4.1.10 so this is what I did I disable the mod "Inactive User Reminder Emails" now I can send emails through the forum to hotmail accounts! I tried to sent A invite with this mod still nothing yet!
I uninstalled the "Inactive User Reminder Emails" mod and can send a invite to my host emails but not a hotmail account so it's alittle closer to working! any idea's
No Time
02-07-2012, 11:51 PM
I don't know how But thank you! works on 4.1.10
Thanks again! great mod!
TombstoneWarrior
02-09-2012, 09:10 AM
how is the set up " results for page" what does this do and is it needed? will i have to accpect every regestation???
Nirjonadda
02-25-2012, 04:19 PM
Installed and tested works on 4.1.10
Barbara1
03-04-2012, 01:31 PM
installed the No1000.
where is the pizza? :)
working fine with 4.1.11
very handy hack. thank you :)
I think this is one of the best mod for Vbulletin:) Great job.
nkmarax
03-31-2012, 05:06 AM
Doesn't work here. Trying to setup the Question/Answer features takes me to the Smilies overview. Thanks in advance for your help
northvanmike
03-31-2012, 03:24 PM
i see someone asked earlier about having other groups use this on our sites,but was not answered. can somebody help me locate where i can enable other groups other than admin to use this? thanks
nkmarax
04-02-2012, 04:06 AM
Doesn't work here. Trying to setup the Question/Answer features takes me to the Smilies overview. Thanks in advance for your help
Any ideas??
Videx
04-02-2012, 11:44 AM
Consider seeing the smilies as an 'undefined' error. Instead of saying that you see smileys. Same thing though - something is wrong. Not real helpful I know.
I don't think anyone but admins can admin this mod out of the box.
@ngel
04-09-2012, 05:09 PM
Could this mod be affecting the fact that CMS and Blogs are not open to unregistered users, although I've set them to be so?
MAdotcom
05-10-2012, 02:23 PM
This is awesome if your site is invite only (which mine happens to be) I keep seeing a lot of spammers trying to sign up - but without the invite code - it's a no go for them.
Thanks for this.
I wanted to use this quote to see if someone can give me an answer. Maybe Valter can answer this? How secure is this invite code and how difficult would it be for a spammer to duplicate or manipulate? Is the code generated specific to my forum by the product?
I installed this and I think it's great (using 4.0.3) and I am not having any problems. I just wonder how well these invitation codes will hold up to spam. I've had about 2500 SPAM users join in the past couple years and I'd like to think this is almost foolproof but I've worked with other measures that didn't remedy the problem. Since I installed this I did my best to delete all of the problematic users before allowing new registrations, but I'm skeptical over the security. Any answer to this would be much appreciated.
Thanks a lot Valter. This is one of the best mods for VB4.
Dwarden
05-12-2012, 11:12 AM
any chance this can support multiple answers on registration question(s)?
especially due to being case sensitive
I use this mod for both of my web sites. Great mod.
Valter
05-22-2012, 06:50 PM
v2.0.2 - May 22. 2012.
-Compatible with vBulletin 4.2
To upgrade:
-Import XML, allow overwrite
-Revert product templates if modified
getwhatuask4
05-22-2012, 08:03 PM
@Valter:
Is there any way to allow for exceptions when advanced registration is set to 'on'? Ie - at present when it is set to 'only those invited' it locks out ALL registration except via this mod: meaning only one invitation can be sent to any given email, and that this email must be used during registration.
This makes it impossible to give access to anyone except via email - making any kind of 'backstage pass' impossible.
I would like to be able to use vB's standard Q&A human verification option as a kind of backdoor. (at present if I set the Q&A to 'on', it means those using your mod also have to also know that answer..etc. I would like both to work independently of each other)
All I want is a backdoor. So instead of VSa or vB, changed to VSa and vB..
In my head it seems like this might be a tiny code change. Perhaps even than simple.
Might this be possible?
I would happily pay to have that change coded up..
If not - thanks anyway! Love your work.
p@ndu
05-25-2012, 04:52 PM
updated to new version but cannot see option in quick links
thecelticway
05-26-2012, 12:05 PM
updated to new version but cannot see option in quick links
same here~~~~ HELP....:D
sivaganeshk
05-26-2012, 02:21 PM
Where to see the Invite system?
And one more request(my request)
I want users to enter email and password once(not twice for confirmation), how to do that?
Seductor
05-30-2012, 05:25 PM
same here~~~~ HELP....:D
Your best bet is to edit your Navtab through the new system (Administration - Configuration - Whatever-about-Navigation Bar) and add something like this wherever you want to display it:
https://vborg.vbsupport.ru/external/2012/05/5.png
The final url is: ./misc.php?do=vsaareginv
By the way, I have edit this mod (sorry Valter) to add a new feature. Now you can set how many days do you want to reset the invitations (it was 7 by default).
PS: The only thing I did was to add a "setting_vsaareg_limit_days" variable and edited this:
Line 157:
$vsa_areg_inv_timecut_week = TIMENOW - ($vbulletin->options['vsaareg_limit_days']*24*3600);
alon0505
06-02-2012, 01:15 PM
hey !
everything looks working on me but when i done send invite its dont shows me on the email Oo
please help!
thunderclap82
06-05-2012, 11:09 PM
I feel real dumb right now, but what is the path the configure this mod? I have a total navbar replacement so the menu items that are added don't show on mine. I need to add them manually. Thanks!
EDIT: Disregard. Got the link.
Princezz
06-16-2012, 03:42 PM
Hi Valter,
i have no "invite" in my nav-bar and the registration-form still the same as before i installed your hack.
my version is 4.2.0
greetings.
Guru Samrat
06-17-2012, 08:34 AM
after click send boton thiss error
plz tell me about this
Thakns,
https://vborg.vbsupport.ru/external/2012/06/23.jpg
https://vborg.vbsupport.ru/external/2012/06/24.jpg
Videx
06-17-2012, 12:40 PM
after click send boton thiss error
plz tell me about thisGo to the upper right and "Search this mod" for the error (email addresses incorrect). A quick glance looks like it's a conflict with another mod, if so you may have to disable all your other mods until you find the one.
northvanmike
07-01-2012, 01:44 AM
i see the question was asked earlier(not answered), but i'd like a moderator or two(not ADMIN) to at least use the mod(to manually accept new members) through the Quick Links drop down menu. is that possible?
invitezone
07-06-2012, 08:09 PM
Can anyone help please.
I have a forum with open registration and invite registration.
I would like to have 1 usergroup for normal registration,
and another usergroup for people who were invited.
Is this possible, I really would appreciate anyone help on this.
Thank you very much indeed.
bzcomputers
07-24-2012, 10:12 AM
How do I insert a hyperlink into the "Invite" message? I've tried about 10 different coding options but none seem to work.
Lestat_
08-12-2012, 04:48 PM
this mod is not secure - it allows sql-injection so malafide persons can invite themselves
DaNis
08-13-2012, 06:38 PM
The translation into Turkish was translated by SirtLan.
MagicPID
08-13-2012, 10:30 PM
Is there a way to change the "So many invites per 7 days" to every so many months?
I want to allow one invite per 6 months for my site as my site is very exclusive.
Thanks
luckyaba
08-14-2012, 03:20 AM
this mod is not secure - it allows sql-injection so malafide persons can invite themselves
I am pretty sure its worse than people just being able to invite themselves.
Bad_Karma
09-12-2012, 01:10 PM
Ran into this on import:
XML Error: Not well-formed (invalid token) at Line 1
ZombieAndy
09-13-2012, 07:46 PM
Anyway i could open up the 'Advanced Registration Manager' to my moderators rather than just the admins?
Mike Bucy
09-23-2012, 06:45 PM
Once this product is installed my NoSpam! Image Enhancement products does not work. Any ideas on how to make them work together.
Thanks
godarium
10-04-2012, 02:36 PM
i just update. the - random question / "setup" link send me to smillies info.
/misc.php?do=vsaaregman&ca=mq
tambo
10-05-2012, 07:31 PM
^ I'm having the same problem. Running 4.1.12.
First time I've used this mod. Does anyone have a link to the previous version of the mod?
Edit... according to this post (https://vborg.vbsupport.ru/showthread.php?p=1985976#post1985976), the questions can be edited through the "QL links"...
...to which most people (https://vborg.vbsupport.ru/showthread.php?p=1986334#post1986334) say, "eh? what? QL? Quite Lovely?"
Apparently, the mod can be managed outside of ACP via the Quick Links menu on the navbar. The mod has to be switched on for this to show.
Author should update the front page with this info, if the ACP links can't be fixed.
Recon0303
10-06-2012, 05:13 AM
I have used this mod, but bots are able to sign up still, I added 3 questions, and there still able to sign up I did stop stop them from posting and wrote my own program to stop them from using my blog, but I still can't get them to stop signing up...
I used to use PHPbb and I stopped them all together, I'm a little confused why Vbulletin, and its mods are having a big issue with this issue , if anyone can offer any help to stop this I would be greatful.
Thanks.
PS I been using this mod and it does not help at all.
Videx
10-06-2012, 12:12 PM
I have used this mod, but bots are able to sign up still...You're confusing the bots of yesteryear with today's human spammers. There is no way you can stop humans from signing up because a forum requires it.
tareqbd
10-13-2012, 09:31 AM
I have used this mod, but bots are able to sign up still, I added 3 questions, and there still able to sign up I did stop stop them from posting and wrote my own program to stop them from using my blog, but I still can't get them to stop signing up...
I used to use PHPbb and I stopped them all together, I'm a little confused why Vbulletin, and its mods are having a big issue with this issue , if anyone can offer any help to stop this I would be greatful.
Thanks.
PS I been using this mod and it does not help at all.
Using this mod, by adding toughest questions I could able to reduce bot registration by 85%. And try to add more than 5 questions.
@Valter, I want to ask you something.
Is it possible to make invitated user registration only. Or allow registration for invited guest even registration closed. And I cannot understand the invitation code theory when, the registration form does not have any option to mention the invitation code. Anyway you doing great job dude. Your modifications rock. Good luck.
Wajdan
10-13-2012, 06:15 PM
Good Mod. Installed
Vick98
10-22-2012, 04:44 AM
Are the answers to the questions case sensitive?
Videx
10-22-2012, 10:06 AM
Are the answers to the questions case sensitive?If you "Search this mod" in the upper right you'll see the answer is Yes.
But vb4 has had it's own Human Verification system for a while so unless you're running an old version of vb there's no need to use the random questions in this mod. I don't think the vb answers are case sensitive but it's been a while since I tested it. Not a big deal if it is as you can enter multiple answers.
badbob1337
10-26-2012, 06:23 PM
Hi, I use the invite system.
On selected mail provider or your own mailboxes, comes to nothing.
e.g. gmx
has anyone any solution for me?
tambo
11-08-2012, 12:18 PM
But vb4 has had it's own Human Verification system for a while so unless you're running an old version of vb there's no need to use the random questions in this mod.
True, but the built-in system is a bit clunky to use if you're inputting a large number of questions. We use a rotation of 50 on ours (alongside captcha), and found this mod much easier and quicker to develop that bank of questions.
But YMMV and all that.
Palmcone
11-26-2012, 05:49 PM
Hello,
I like the plugin but have need for custom fields in the approval area. I've created 2 User Profile Fields and need to have that data displayed there.
Can you point me in the right direction of what to edit to make this happen?
Palmcone
11-26-2012, 11:50 PM
Possible Glitch?
I have given a user the primary group of Super Mod and added the Administrator as a secondary group as suggested earlier in this thread. This has given the person access to the Advanced Registration Management....However...
Under "Non-Activated Users", when you click the user name it takes you to the user profile.
Under "Moderated Users", when you click the user name it takes you to the following message:
you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Until I can find a way to customize the fields as I asked in my post above, I can find the custom fields in the profiles. As an Admin, both user names links work for me. However, not for the Super Mod.
autje
12-01-2012, 07:39 AM
Excellent mod, but I have one problem: if I put the 'Registered Users' usergroup ID in the list of usergroups not able to send invites, the 'Invite friends' link disappears for ALL usergroups. It seems this mod looks at primary usergroups only?
@ngel
12-16-2012, 10:26 PM
if I update to the last version, will I lose anything?
Valter
12-17-2012, 08:58 PM
No, regular upgrade process will not delete any data.
Ted Clore
01-09-2013, 03:19 PM
I see this problem already has been pointed out, but no answer to it. If I use the Setup for the random Question feature, it sends me to a page where the smilies are listed.
Is there a fix for this? Thanks for a quick response.
Ted Clore
01-10-2013, 02:04 PM
I see this problem already has been pointed out, but no answer to it. If I use the Setup for the random Question feature, it sends me to a page where the smilies are listed.
Is there a fix for this? Thanks for a quick response.
Anybody!?! Got any ideas. All of the links on Options>Vsa-Advanced Registration in the Admin Control Panel go to a list of smilies. There is no way to set this up if you want to use the Random Question feature. Or view the log. Or view the list of deleted users.
This seems like it would be a good add-on, but I'm wondering if it is supported.
Videx
01-11-2013, 12:47 AM
The smilies page just means "An unknown error occurred.". There is no more information available. Try disabling all your other add-ons. If that works re-enable them one by one to find the culprit. Then check that thread for a fix or pick one mod or the other.
Winter Sonata
01-26-2013, 03:54 PM
Just to confirm, it works on 4.2 last version ....
All valter plugins are very worth to get, I appreciate his works :)
hoodoola
01-26-2013, 05:02 PM
I need the function - Pay to register
please add it
thank you very much
M.Iftikhar
02-10-2013, 08:21 AM
Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks
Error: e-mail address(es) incorrect: function () { var copy = new Array(); for (var i = 0, tL = this.length; i < tL; i++) { copy[i] = this[i]; } return copy; }; function () /* :Array */{ var tmp = []; for(var i=0, tL=this.length; i=l) { if (this[c] && el>this[c][key]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)) } else while (el!=this[c] && r>=l) { if (el>this[c]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)); } return c }; function () { // prepare the array with special sorting method /** * Innersorting method for the heap sort * * @param {Number} low * @param {Number} up */ var sift = function (arr, low, up) { var c, tmp = arr[low]; while(true){ c = (low << 1) + 1; if( c > up ) break; if( c < up && arr[c+1] > arr[c] ) c++; if( tmp >= arr[c] ) break; arr[low] = arr[c]; // 1/2 (mini) swap )) low = c; } arr[low] = tmp; }, tmp, maximal = this.length - 1, i = maximal >> 1; while( i >= 0) sift(this, i--, maximal); i = maximal; while( i > 0 ){ // full swap tmp = this[0]; this[0] = this[i]; this[i] = tmp; sift(this,0,--i); } return this; }
Videx
02-10-2013, 01:10 PM
Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanksIt can't be too urgent or you would have gone to the upper right and used the "Search this mod" function to find the error. Doing this quickly just now leads me to this post (https://vborg.vbsupport.ru/showthread.php?p=2164680&highlight=e-mail+address%28es%29+incorrect#post2164680) where the person finds it to be a conflict with another mod.
PS Don't try to search on that whole long error message, just a select part of it. I used "e-mail address(es) incorrect".
bzcomputers
02-10-2013, 02:31 PM
[B][B][COLOR=Blue]Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks
Probably is related to the mod conflict in question mentioned here: https://vborg.vbsupport.ru/showpost.php?p=2168253&postcount=227
The mod conflict was found to be between this and VBSTATUS.
M.Iftikhar
02-11-2013, 07:46 AM
Hey thanks for replying but i do not install vbstatus mod....so please tell me how i can do.
Probably is related to the mod conflict in question mentioned here: https://vborg.vbsupport.ru/showpost.php?p=2168253&postcount=227
The mod conflict was found to be between this and VBSTATUS.
john7911
02-11-2013, 09:39 AM
Thank you :)
Zakalway
02-25-2013, 01:00 AM
Is there any way to sort where "Advanced Registration Management" and "Invite Friends" appears on the navigation bar?
ar15dcm
02-26-2013, 02:41 PM
Hello,
I am going to assume that non-activated users are users that have not responded to the email and clicked on the email activation link?
Other than creating a new account, is there a way to make sure the emails are going out and there are not any problems?
Thanks,
ar15dcm
02-26-2013, 11:07 PM
Okay so I created an account and registered. Everything went smooth during the registration process until...
I received the activation email and clicked on the link. It then took me to the forum. I signed off and logged back in with my account and noticed that the test account I created was still listed as a non-activated user.
Has anyone else run into this? I am running version 2.0.2
Thanks,
ar15dcm
03-01-2013, 06:56 PM
Today I got a email from a user trying to register. They received the avtivation/email confirmation email and clicked the link but they got an error.
This same users account was sitting in "Non-Activated" even though they tried to click the activation link in the email.
Help!
Videx
03-01-2013, 08:27 PM
Today I got a email from a user trying to register. They received the avtivation/email confirmation email and clicked the link but they got an error.Don't agonize over the occasional error. Just manually move them to the proper usergroup.
ar15dcm
03-01-2013, 09:55 PM
This is not an occasional error. This is every user. I just gave the latest example.
Videx
03-01-2013, 10:53 PM
This is not an occasional error. This is every user. I just gave the latest example.Sorry, I haven't been following. But a couple general hints: 1) Completely uninstall this mod until you're sure the stock vb registration is working. 2) Use "Search this mod" at the upper right to search for previous similar problems and solutions.
ar15dcm
03-02-2013, 02:24 AM
Okay I did a search within the mod and nothing similar came up.
I am going to disable the mod and verify that the native registration is working.
Palmcone
03-10-2013, 04:10 AM
"- Inviter is automatically marked as referral when invited user registers using invitation code"
This is not happening. The invitee receives a link to the register.php page without any sort of ref or in invite code.
wip3out
03-20-2013, 09:54 PM
Are these questions case sensitive?
Chadi
04-06-2013, 09:34 PM
I installed this, enabled it and I see nothing "advanced" or different from the default registration.
Valter
04-22-2013, 01:24 PM
v2.0.3 - Apr 22. 2013.
-Compatible with vBulletin 4.2.1
To upgrade:
-Import XML, allow overwrite
zelnik
04-26-2013, 04:55 PM
does this new version still work on 4.2.0?
hoodoola
07-23-2013, 07:39 AM
hello,
could you please add multi - registration code generator in this plugin?
i want to generate the registration code at once, like 10 codes, so i can give to some visitors. not submit their email address one by one.
thank you very much
I am not able to install this product.
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT id, inviter, invited, code, sent, accepted, done
FROM cyb_advreg_invite
ORDER BY id ASC;
MySQL Error : Table '****_forum.cyb_advreg_invite' doesn't exist
Error Number : 1146
Request Date : *****
Error Date : *****
Script : http://forum.*****.com/admincp/plugin.php?do=productimport
Referrer : http://forum.*****.com/admincp/plugin.php?do=productadd
IP Address : *******
Username : *****
Classname : vB_Database
MySQL Version : 5.1.70-cll
GamerPerfection
07-28-2013, 09:28 AM
Try uploading all the files for the mod again.
madness85
07-28-2013, 12:30 PM
I want to be able to set how many invites staff get than users anyone help with this?
WorldCraft
07-29-2013, 07:22 PM
I'm still on 4.2.0, can I install the new version now or should I wait until I'm on 4.2.1?
Thanks.
GPOClan
08-05-2013, 09:54 PM
Works on 4.2.1 ;)
How can I remove the link from the quick links?
vicking74
08-10-2013, 02:18 PM
Hi
How do you 'to integrate the random question in the form for the request of new password?
Thanks
iraqiboy90
10-10-2013, 03:39 PM
Can there be an option to enable this tool from "Administrator Permissions" manager?
iraqiboy90
10-10-2013, 03:54 PM
Can there be an option to enable this tool from "Administrator Permissions" manager?
Nevermind, I edited the plugins and put the usergroup nr on each appropriate section on the code and it worked.
iraqiboy90
10-16-2013, 05:49 PM
Would be awesome if you implant the option to allow certain (manual list) of email providers. Those that are not in the list will be put into the manual moderation.
bzcomputers
10-16-2013, 07:54 PM
Would be awesome if you implant the option to allow certain (manual list) of email providers. Those that are not in the list will be put into the manual moderation.
Since there is already an option to require members to verify their email address before activating their account, this seems unnecessary.
There are thousands of reputable email providers (businesses, schools, etc). Trying to cover them all adequately would be impossible. In turn you would create a ton of extra work for admins/mods.
If a member can verify their email, does it really matter who the provider is?
usefee
10-28-2013, 09:41 AM
hi
1- how can ignore admin and moderators from weekly limitation!?
2- can set different invitation number per usergroup?
3- why not to resend invitation link to one person in 2 or 3 times or more!?
JohnD5000
10-28-2013, 08:29 PM
My random question is "What is our company name?" I want to put 3 different options as an answer. Is this possible? If so, how do I do it.
Thanks,
John
stemmy
11-05-2013, 04:29 PM
i get directed to the smileys page when i click the links - has somebody got an answer to this ??
Videx
11-05-2013, 04:56 PM
i get directed to the smileys page when i click the links - has somebody got an answer to this ??There is no specific answer, sorry. This is just the message you see when this mod encounters an "unknown error". If you search this thread you'll see lots of different solutions. But I would just contact my host and ask them first. Be sure to get back to us.
usefee
11-09-2013, 11:59 AM
this mod have sum problems
i set 7 to invitation limitation per week but one of the users set 10 invitation code per 1 minute!
i think there is a little security bug in it!
this mod have sum problems
i set 7 to invitation limitation per week but one of the users set 10 invitation code per 1 minute!
i think there is a little security bug in it!
I have the same problem.
Please, could you fix it?
thank you
has this issue been addressed?- spammers showing in invite list as N/A referrer via sql-injection.
I like this mod but it needs to be completely secure.
ahobilam
12-20-2013, 04:39 PM
In the list of users waiting for Moderation / Activation:
Is there an option to change the user field option from "IP Address" to something else like custom user profile field?
69eclipse
12-21-2013, 08:22 PM
Is this compatible with 4.2.2
LIFEPACKR
01-22-2014, 08:23 PM
directs to smileys page on 4.2.2
oldfan
03-05-2014, 11:13 PM
Anyone have luck with 4.2.2?
ikorolis
03-09-2014, 10:06 AM
its works 4.2.2
oldfan
03-10-2014, 07:53 PM
thanks ikorolis
oldfan
03-11-2014, 03:20 PM
You get a smiley page when you link invitations off the navbar, but the rest of it seems to work ok.
ikorolis
03-11-2014, 05:24 PM
i dont use invites system on my website
the rest features of this plug in/add on is working very good VB 4.2.2
dennisuello
03-31-2014, 04:13 PM
I'd like to see customizable columns added to the Advanced Registration Management table. For example, I require users to fill out the location field on registration. It would be very easy to see who the spammers are when I go through the list to approve new users.
tanzeelniazi
05-18-2014, 10:25 PM
If i close the registration how this mod work ? i close the registration and i want only invited members
cheesehead
05-28-2014, 12:42 PM
If this mod was enabled, then users can not register with Facebook button!
Please tell us what to do?!
WalkingWaldo
06-17-2014, 10:26 PM
Where do I set these options?
- 'non-activated users' management (accept/edit/contact/delete)
- Option to delete inactive accounts automatically if not confirmed X days after registration
I have "Delete inactive accounts after X days ("0" to disable) [View List]" set to 90 - does not delete inactive accounts sitting in "Users Awaiting Email Verification" after 90 days. When I click on [View List] it takes me to a text-only version page of my site's website, not any part of the forum. Where is the file stored?
What is "'non-activated users' management?" and how is it managed?
Screen shot:
149412
Regards, WW
GeorgeB85
07-31-2014, 12:21 PM
Is there a way to remove the picture from the area highlighted in the picture?
I do not want to delete the photo I am using as a background image, but do want to remove it from inside the mode area, where all the text is.
Daniel
11-17-2014, 10:08 PM
Anyone have a fix for the invite link "misc.php?do=vsaareginv" going to the invite page instead of the default smilies?
EDIT: Nevermind - I didn't enable the Invitations in my admincp!!!
rudexpunx
03-16-2015, 12:00 PM
After I click Send invitation button, it redirects me to empty page "misc.php?do=vsaareginvdo" and does nothing.
Anyone experiencing same problem?
I am running vB 4.2.2
-----
solved. vbmail () wasn't working, but php 5.4 has helped
nolimitreef
04-01-2015, 11:10 PM
When I click to set up questions or any options it takes me to the smiles page. Also didn't add an invite tab. Anyone know how to fix this or does it not work in VB4.2.2pl4?
t3h3th32
04-16-2017, 09:05 PM
Hi,
any ideas, if this might work on vB 4.2.4?
Regards,
~t3h'Pâr4d0x
MarkFL
04-16-2017, 09:12 PM
Hi,
any ideas, if this might work on vB 4.2.4?
Regards,
~t3h'P?r4d0x
I've seen this work on vB 4.2.3, so it should work with vB 4.2.4 as well. :)
ahobilam
06-19-2018, 12:56 PM
Could not find the invite link
How to get it?
http://mysite//forums/admincp/misc.php?do=vsaareginvdo
rendering a blank screen!
JoseyCampbell
11-04-2018, 06:33 PM
How can i make this work on VB5???
snakes1100
11-17-2018, 01:11 PM
How can i make this work on VB5???
Have it completely re-coded for vb 5
Hi,
Recently, I installed this mod.
Its possible send more invitations to some users and/or some user groups?
Thanks and regards.
benbaboon
01-09-2020, 05:19 AM
How do I go about uninstalling this if post-installation issues are encountered?
Working on 4.2.5 and PHP 7.1.3.
oldfan
05-25-2023, 04:19 AM
works 4.2.6 php 7.2 thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.