vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - AdiInviter Pro Contacts Importer | Invite people to your website from Gmail, Yahoo... (https://vborg.vbsupport.ru/showthread.php?t=233618)

angeljs 01-21-2010 06:06 AM

Quote:

Originally Posted by nirvana43 (Post 1961306)
ok please follow these instructions :
1. Login to vBulletin admincp
2. Go to Plugins And Products -> Manage Products
3. There you can see AdiInviter product. Select Uninstall from the drop down menu at the end and click on Go button.
4. Now on the same page click on [Add/Import Product] link. Set Allow Overwrite to No.
5. Download attached product xml and import it. It is the same xml file that has been placed in main product here.
Please let me know what happens.
I will be staying online for next 10 - 20 mins. and then i'm gunna hit the bed. Leave a message in this topic.

Thank You :)

Yes, that's working nicely now, thank you :D

taffy056 01-21-2010 08:32 AM

Two questions before I install this if you don't mind.

1) Can you restrict this to certain usergroups?
2) Does this have the ability to make the forum invite only?

Many thanks.

nirvana43 01-21-2010 09:33 AM

Quote:

Originally Posted by taffy056 (Post 1962132)
Two questions before I install this if you don't mind.

1) Can you restrict this to certain usergroups?
2) Does this have the ability to make the forum invite only?

Many thanks.

1) Can you restrict this to certain usergroups?
=> If you want to restrict this feature for guests etc. then do this :
Quote:

1. Open Upload/adiinviter.php
Find :
PHP Code:

print_output($templater->render()); 

Replace with :
PHP Code:

if (!$vbulletin->userinfo['userid'])
{
print_no_permission();

else
{
print_output($templater->render());


Repeat above find and replace procedure for Upload/adiinviter_next.php and Upload/adiinviter_supported.php also.
It will prevent access to non logged in users. Thats all you can do in free version.

2) Does this have the ability to make the forum invite only?
=>I dont really get your question. What you want to do?

Quote:

Originally Posted by angeljs (Post 1962047)
Yes, that's working nicely now, thank you :D

You are welcome. :)

Tripolis 01-21-2010 02:09 PM

What is wrong?

It´s work with login and so on.

When i change a mail i become a White side.

As url is standing: ...........testboard/adiinviter.php?adiinviter_service=gmail

MFG

nirvana43 01-21-2010 03:13 PM

Quote:

Originally Posted by Tripolis (Post 1962361)
What is wrong?

It?s work with login and so on.

When i change a mail i become a White side.

As url is standing: ...........testboard/adiinviter.php?adiinviter_service=gmail

MFG

Extremely sorry but i have no idea what you are trying to say.
What you mean by white side?
url is rite. and MGF=Mit Freundlichen Gruessen?
what does it means

Tripolis 01-21-2010 03:19 PM

Sorry German.

I have install the addon.
It?s work that i can connect to googlemail and i can change a Person to Invite.
Login is Working.
When i change the mail addy and Push the Button "Invite Select Contacs" the Person dont have a Invitemail.
When i Push he go to: testboard/adiinviter.php?adiinviter_service=gmail and stop.
I have a White website. Not a Message that the mail is away.


Quote:

Mit Freundlichen Gruessen
Yes, thats right ^^

crazyace 01-21-2010 08:32 PM

I have it installed but I must have done something wrong. I get this error if I enter a password wrong.

Code:

Warning: fopen(/tmp\adiinviter.1264113078.2026.cookie) [function.fopen]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 35

Warning: fclose(): supplied argument is not a valid stream resource in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 36

Warning: fopen(/tmp/log_error.log) [function.fopen]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 346

Also I cannot get it to send out invites. When inviting it just goes to a blank screen.

nirvana43 01-21-2010 11:14 PM

Quote:

Originally Posted by crazyace (Post 1962762)
I have it installed but I must have done something wrong. I get this error if I enter a password wrong.

Code:

Warning: fopen(/tmp\adiinviter.1264113078.2026.cookie) [function.fopen]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 35

Warning: fclose(): supplied argument is not a valid stream resource in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 36

Warning: fopen(/tmp/log_error.log) [function.fopen]: failed to open stream: No such file or directory in D:\Hosting\4687789\html\forum\adiinviter\gmail.php on line 346

Also I cannot get it to send out invites. When inviting it just goes to a blank screen.

The warnings you are getting is because your temporary directory on server is different. Please let me know what is the temporary directory name so i can tell you the modification.

Quote:

Originally Posted by Tripolis (Post 1962437)
Sorry German.

I have install the addon.
It?s work that i can connect to googlemail and i can change a Person to Invite.
Login is Working.
When i change the mail addy and Push the Button "Invite Select Contacs" the Person dont have a Invitemail.
When i Push he go to: testboard/adiinviter.php?adiinviter_service=gmail and stop.
I have a White website. Not a Message that the mail is away.



Yes, thats right ^^

Let me guess, when you click on "invite selected contacts" button, you get a blank page.. rite??
if not then why dont you just PM me your website url and i will figure out problem by myself there. :)

crazyace 01-21-2010 11:20 PM

Quote:

Originally Posted by nirvana43 (Post 1962901)
The warnings you are getting is because your temporary directory on server is different. Please let me know what is the temporary directory name so i can tell you the modification.

Well for this site my host is Godaddy. I'm not sure what the temp folder is named. What's the easiest way to fine out.

nirvana43 01-21-2010 11:25 PM

Quote:

Originally Posted by crazyace (Post 1962903)
Well for this site my host is Godaddy. I'm not sure what the temp folder is named. What's the easiest way to fine out.

You on linux or windows box?

or simplest way is, create 1 folder on your server
Open Upload/adiinviter/config.php
Find :
PHP Code:

'cookie_path'=>'/tmp'

Replace with :
PHP Code:

'cookie_path'=>'/path_to_your_directory'

Note : You must specify full path.
i.e. for linux : home/*user*/forums/your_directory
for windows : root/...../your_directory


All times are GMT. The time now is 07:32 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.02925 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (10)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