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)

thedreamer09 02-14-2010 02:10 PM

I got this error.. what might be the reason, i am newbie
PHP Code:

Unable to add cookiesheader already sent.
File: /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_supported.php
Line
14 


nirvana43 02-14-2010 04:20 PM

Quote:

Originally Posted by thedreamer09 (Post 1982147)
I got this error.. what might be the reason, i am newbie
PHP Code:

Unable to add cookiesheader already sent.
File: /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_supported.php
Line
14 


Please open Upload/adiinviter_supported.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 for -
Upload/adiinviter_next.php
Upload/free_adiinviter.php
Make sure you are logged in to your forum and test it..
Let me know if that helps you :)

Pro-eSports.com 02-14-2010 04:49 PM

In the instructions it says:

Quote:

It will open "Varname : $vbphrase[registration_complete]". In text field write your own message or refer to Projects Planet message below :

Code:

Thank you, <strong>{1}</strong>. You are just 1 step away from registration!!
<br/>
<h1>Final Step :</h1>
Invite your friends to join you at Projects Planet! <a href="http://www.yourdomain.com/adiinviter_supported.php"><strong><h3>Click Here To Proceed To Final Step.</h3></strong></a>
<br/>
<br/>
You can invite your friends/contacts from <strong>Orkut, Hi5, Facebook, Myspace, Friendster, Live/Hotmail, Bordermail, Hushmail, Netaddress, Clevergo, Techemail, Popstarmail, Mail2World, FastMail, Yahoo!, LinkedIn, Sapo.pt, Mail.com, OperaMail, Mail.in, Atlas, Zapakmail, Virgilio, Doramail, Nz11, AOL, Canoe, Terra, Libero, Web.de, GMail, Gawab, KataMail, Rambler, Yandex, Apropo, Inbox.com, Mynet.com, Evite, Azet, Rediff, Uk2, Interia, Abv, GMX.net, Care2, 5Fm, Bigstring, Walla, Mail.ru, Freemail, O2, Wp.pt, Lycos, IndiaTimes, Meinvz, Flickr, Faces, Brazencareerist, Vkontakte, Cyworld, Xanga, Skyrock, Motortopia, Multiply, Last.fm, Mydogspace, Fdcareer, Konnects, Flixster, Plazes, Vimeo, Xing, Hyves, Ning, Badoo, Lovento, NetLog, Friendfeed, Eons, Perfspot, Mycatspace, Famiva, Mevio, Plaxo, Tagged, Plurk, Twitter, Kincafe, Livejournal, Xuqa, Flingr, Bebo, Bookcrossing, and many more.</strong>
<br/>
<br/>
<br/>
<a href="http://www.yourdomain.com/forums/adiinviter_supported.php"><strong><h2>Continue >></h2></strong></a>


Where can I change this message?

https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/

messengermatt 02-14-2010 07:02 PM

Quote:

Originally Posted by Pro-eSports.com (Post 1982274)
In the instructions it says:



Where can I change this message?

https://vborg.vbsupport.ru/
http://i107.photobucket.com/albums/m...7Feb141948.gif

I would try this but is it 100% working or not ? as i have seen alot of complaints

nirvana43 02-15-2010 12:11 AM

Quote:

Originally Posted by Pro-eSports.com (Post 1982274)
In the instructions it says:



Where can I change this message?

http://i107.photobucket.com/albums/m...6Feb141947.gif


The one you got in above image is the rite one. Click on "Edit" button there to edit registration_complete phrase.

thedreamer09 02-15-2010 11:13 AM

Quote:

Originally Posted by nirvana43 (Post 1982246)
Please open Upload/adiinviter_supported.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 for -
Upload/adiinviter_next.php
Upload/free_adiinviter.php
Make sure you are logged in to your forum and test it..
Let me know if that helps you :)

thanks for your support, if i add these codes, i am getting a blank page,
so i added the old files back and i am getting a new page with all the details, i logged into my mail and added all the stuff.
now the problem is after clicking on the invite button i am getting this error
PHP Code:

Warning: require_once(/home/user/public_html/forums/global.php) [function.require-once]: failed to open streamNo such file or directory in /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_global.php on line 2

Fatal error
: require_once() [function.require]: Failed opening required '/home/user/public_html/forums/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_global.php on line 2 


nirvana43 02-15-2010 12:50 PM

Quote:

Originally Posted by thedreamer09 (Post 1982863)
thanks for your support, if i add these codes, i am getting a blank page,
so i added the old files back and i am getting a new page with all the details, i logged into my mail and added all the stuff.
now the problem is after clicking on the invite button i am getting this error
PHP Code:

Warning: require_once(/home/user/public_html/forums/global.php) [function.require-once]: failed to open streamNo such file or directory in /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_global.php on line 2

Fatal error
: require_once() [function.require]: Failed opening required '/home/user/public_html/forums/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/earning/public_html/mydomainname.com/forums/adiinviter/adiinviter_global.php on line 2 


You have not specified correct path to global.php located at your forum root.
Please open adiinviter_global.php
And specify correct path..

thedreamer09 02-15-2010 01:51 PM

what should be my path, i have my forums here
mydomainname.com/forums
and global.php is in the forums subfolder(root)
and adiinviter is in the same root as that global.php..

Pro-eSports.com 02-15-2010 02:03 PM

You forgot your domain in the first part of the code:

require_once(/home/user/public_html/forums/global.php)

It should be:

home/user/public_html/mydomainname.com/forums/global.php

Fix that and make sure you have uploaded all the files to the right directory.

Juggernaut 02-16-2010 03:51 AM

Is there a spanish version for this mod? or can I modify it in the language
settings in the admin cp?


All times are GMT. The time now is 08:53 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.01277 seconds
  • Memory Usage 1,776KB
  • 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
  • (8)bbcode_php_printable
  • (6)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