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)

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


All times are GMT. The time now is 01:20 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.02660 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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