vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Invites System (https://vborg.vbsupport.ru/showthread.php?t=101801)

akanevsky 11-29-2005 03:19 PM

A link to upgrade instructions can be found in the first post right next to "version 1.0.1". It is: [show me the post]

The Chief 11-29-2005 03:25 PM

Quote:

Originally Posted by Psionic Vision
A link to upgrade instructions can be found in the first post right next to "version 1.0.1". It is: [show me the post]

Thank you very much Psionic, I am looking forward to all your further products and will see this one grow as well :D

Thanks agaiN!

akanevsky 11-29-2005 03:35 PM

Aye, the 1-star rater is here again! YAYy! xD And I think I know who it is. :P

Quote:

I am looking forward to all your further products and will see this one grow as well
Thank you for the kind words :)

The Chief 11-29-2005 03:43 PM

I have installed and it seems to work fine.

I noticed a typo in the Installing Readme.html.

You forgot to add a " " " after the " ] ".

Quote:

<if condition="$show['registerbutton']>
Just saying for people that might not find the code might ask you this sometime :D

akanevsky 11-29-2005 03:48 PM

Thanks for pointing that out! ;)
Instructions updated.

puertoblack2003 11-29-2005 03:59 PM

Updated And ***INSTALLED*** and tested it no problems to report working well. :rolleyes: :rolleyes: :rolleyes:

VaaKo 11-29-2005 04:05 PM

I have the reputation system disabled at my board, how can I increase the number of invites per user?

akanevsky 11-29-2005 04:08 PM

Quote:

I have the reputation system disabled at my board, how can I increase the number of invites per user?
Simply set the reputation option to -1.

puertoblack2003 11-29-2005 04:18 PM

Quote:

Originally Posted by Psionic Vision
Thanks for pointing that out! ;)
Instructions updated.


also one minor problem i found if someone wants to reister when visiting the site this is what it say when you click the register button :
Code:

You must be invited in order to be able to register on our board. Have a nice day.

akanevsky 11-29-2005 04:20 PM

Quote:

also one minor problem i found if someone wants to reister when visiting the site this is what it say when you click the register button :
That is correct. If you want to allow non-invite registrations, simply set the second option to "no".

puertoblack2003 11-29-2005 04:26 PM

Quote:

Originally Posted by Psionic Vision
That is correct. If you want to allow non-invite registrations, simply set the second option to "no".

you know what and you're correct no excuse from my end i'm at work rushing so i'll finish the rest when i get home still a good hack...thanks :rolleyes:

puertoblack2003 11-29-2005 05:16 PM

Quote:

Originally Posted by nievesidenshop
you know what and you're correct no excuse from my end i'm at work rushing so i'll finish the rest when i get home still a good hack...thanks :rolleyes:

Updated: issue resolved working perfect :rolleyes:

pguy 11-29-2005 06:11 PM

Getting the following error:

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT invites.issuer_id, invites.receiver_id, invites.issue_date, invites.receive_date, invites.status, receiver.username as receiver_username
FROM invites
LEFT JOIN user as receiver ON (invites.receiver_id = receiver.userid)
WHERE invites.issuer_id = '1'
ORDER BY invites.issue_date DESC;

MySQL Error  : Table 'xxxxxx_vb.invites' doesn't exist
Error Number : 1146
Date        : Tuesday, November 29th 2005 @ 08:08:56 PM
Script      : http://www.xxxxxx.com/forum/invites.php
Referrer    :
IP Address  : 203.92.55.100
Username    : xxxxxx
Classname    : vb_database

I have uninstalled and reinstalled the xml but to no avail. Any leads folks ?
PS : Installed the latest 1.0.1 version :)

MissKalunji 11-29-2005 06:20 PM

how can i turn off the register only on invite? thanks

akanevsky 11-29-2005 06:24 PM

Quote:

Originally Posted by pguy
Getting the following error:

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT invites.issuer_id, invites.receiver_id, invites.issue_date, invites.receive_date, invites.status, receiver.username as receiver_username
FROM invites
LEFT JOIN user as receiver ON (invites.receiver_id = receiver.userid)
WHERE invites.issuer_id = '1'
ORDER BY invites.issue_date DESC;

MySQL Error  : Table 'xxxxxx_vb.invites' doesn't exist
Error Number : 1146
Date        : Tuesday, November 29th 2005 @ 08:08:56 PM
Script      : http://www.xxxxxx.com/forum/invites.php
Referrer    :
IP Address  : 203.92.55.100
Username    : xxxxxx
Classname    : vb_database

I have uninstalled and reinstalled the xml but to no avail. Any leads folks ?
PS : Installed the latest 1.0.1 version :)

Please make sure that you have re-uploaded invites.php from the latest copy of archive. Oh, and you forgot to click you-know-where.

Quote:

Originally Posted by MissKalunji
how can i turn off the register only on invite? thanks

I suggest you look at the screenshots. It's in vB Options.

MissKalunji 11-29-2005 06:27 PM

Quote:

Originally Posted by Psionic Vision
Please make sure that you have re-uploaded invites.php from the latest copy of archive. Oh, and you forgot to click you-know-where.



I suggest you look at the screenshots. It's in vB Options.


its okay i took it off from the templates

perfect hack dear flawless

akanevsky 11-29-2005 06:28 PM

Quote:

its okay i took it off from the templates
It cannot work flawlessly if you tamper with the system. Just use the "Register only by invites" option in your admincp.

MissKalunji 11-29-2005 06:32 PM

Quote:

Originally Posted by Psionic Vision
It cannot work flawlessly if you tamper with the system. Just use the "Register only by invites" option in your admincp.


u'de be surprise but ok :-/ ill take your advice

MissKalunji 11-29-2005 06:33 PM

can u send invites to more then just one at a time?

pguy 11-29-2005 06:34 PM

Quote:

Originally Posted by Psionic Vision
It cannot work flawlessly if you tamper with the system. Just use the "Register only by invites" option in your admincp.

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:

        SELECT invites.issuer_id, invites.receiver_id, invites.issue_date, invites.receive_date, invites.status, receiver.username as receiver_username
        FROM vb3_invites
        LEFT JOIN user as receiver ON (invites.receiver_id = receiver.userid)
        WHERE invites.issuer_id = '1'
        ORDER BY invites.issue_date DESC;

MySQL Error  : Table 'xxxxx_vb.user' doesn't exist
Error Number : 1146
Date        : Tuesday, November 29th 2005 @ 08:33:31 PM
Script      : http://www.xxxxx.com/forum/invites.php
Referrer    : http://www.xxxxx.com/forum/usercp.php
IP Address  : 203.92.55.100
Username    : xxxxx
Classname    : xxxxx_database

On uploading the new invites file I get the following error now

MissKalunji 11-29-2005 06:36 PM

Quote:

Originally Posted by MissKalunji
can u send invites to more then just one at a time?


n/m got my answer ;)

akanevsky 11-29-2005 06:43 PM

Sorry about that.
Please re-download the package, re-upload invites.php, and re-install the XML.
Thanks :)

Quote:

n/m got my answer
Spammer :) Why would you wanna send mass invites?

MissKalunji 11-29-2005 07:11 PM

Quote:

Originally Posted by Psionic Vision
Sorry about that.
Spammer :) Why would you wanna send mass invites?

well lol some ppl on the board got many friends they wanna invite....instead of just sending one u know lol

puertoblack2003 11-29-2005 07:17 PM

Quote:

Originally Posted by Psionic Vision
Sorry about that.
Please re-download the package, re-upload invites.php, and re-install the XML.
Thanks :)


Spammer :) Why would you wanna send mass invites?

ok psionic you just made changes again when MissKalunji ask a question about more then 1 invite so, should i reup everything again? :ermm:

akanevsky 11-29-2005 07:32 PM

Yes, you should if you use table prefix. If you do not use table prefix, you don't have to re-upload. :)

Quote:

well lol some ppl on the board got many friends they wanna invite....instead of just sending one u know lol
Ok, in the next version I MIGHT add a way of sending invites to multiple recipients.

Revpolar 11-29-2005 07:44 PM

Quote:

Originally Posted by Psionic Vision
If you looked at the changelog, the question wouldn't arise.



Sorry, this is not going to happen.

Ooops I did read it but somehow didnt see you added that. Thank you very much.
I can live without the ability to moderate the invites first but I thought it would be a good feature.

MissKalunji 11-29-2005 07:56 PM

Quote:

Originally Posted by Psionic Vision
Yes, you should if you use table prefix. If you do not use table prefix, you don't have to re-upload. :)


Ok, in the next version I MIGHT add a way of sending invites to multiple recipients.


u can already......u put n e type name

then type each ee-mail seperate with a coma it works tested it

akanevsky 11-29-2005 08:00 PM

Yes, of course you can do THAT. But not all of em have the same name though.
So if I do it, I'll make it more sophisticated.

MissKalunji 11-29-2005 08:27 PM

Quote:

Originally Posted by Psionic Vision
Yes, of course you can do THAT. But not all of em have the same name though.
So if I do it, I'll make it more sophisticated.


okay good 2 go

bang 11-29-2005 08:28 PM

nice hack. any plans to add an admin approval of invite option?

evenmonkeys 11-29-2005 08:29 PM

Quote:

Originally Posted by Psionic Vision
I think I know what the problem is.
In invites.php, try replacing:

PHP Code:

vbmail($destemail$subject$messagefalse$vbulletin->GPC['email'], ''$name); 

With

PHP Code:

vbmail($destemail$subject$messagetrue$vbulletin->GPC['email'], ''$name); 

And tell me if that helps :)

Mine says true already. =\

VaaKo 11-29-2005 08:32 PM

Quote:

Simply set the reputation option to -1.
and how would the number of invites increase?

Red Blaze 11-29-2005 08:46 PM

I believe by every 10 posts. If I understood correctly.

akanevsky 11-29-2005 08:47 PM

Quote:

Mine says true already. =\
Did you download the latest version?

Quote:

and how would the number of invites increase?
- By Post Activity
- When new reputation is received
The -1 option is only for the Cron.

Quote:

okay good 2 go
Would it be cool if I made one single free-type field (instead of two fields), where you would list your addressees in the following format:
name1::email1;name2::email2;name3::email3...etc?

Quote:

I believe by every 10 posts. If I understood correctly.
10 is by default. You can change that via admincp.

evenmonkeys 11-29-2005 10:18 PM

Quote:

Originally Posted by Psionic Vision
Did you download the latest version?

Well... I've upgraded... and it's set to true. Still not working. Probably one of my plugins. ._,

akanevsky 11-29-2005 10:24 PM

-.-
I tested it many times on two servers, and it works fine.
Do you have any hacks that hook into the mail system? If yes, please give me the link.

MissKalunji 11-30-2005 12:25 AM

Quote:

Originally Posted by Psionic Vision
Would it be cool if I made one single free-type field (instead of two fields), where you would list your addressees in the following format:
name1::email1;name2::email2;name3::email3...etc?

yeah that would cool indeed

evenmonkeys 11-30-2005 01:46 AM

Quote:

Originally Posted by Psionic Vision
-.-
I tested it many times on two servers, and it works fine.
Do you have any hacks that hook into the mail system? If yes, please give me the link.

I don't know off the top of my head. I'll go through them.

nabeelaejaz 11-30-2005 02:56 AM

working great fantastic!!!!

pguy 11-30-2005 04:46 AM

Thanks for the help, the plugin works well. *installed* However I would like to add a feature request.

1) A way to track stats of invites sent/converted
2) A public way of displaying the top 'n' of invite senders and converters because this itself can work out to be a nice competition.

Thanks


All times are GMT. The time now is 09:29 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.01820 seconds
  • Memory Usage 1,847KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (31)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
  • (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